This commit is contained in:
yuhaiming
2026-04-24 14:14:41 +08:00
parent 0e02ae4bdc
commit def9b89ecd
881 changed files with 90160 additions and 0 deletions

975
logs/sys-error.log Normal file
View File

@@ -0,0 +1,975 @@
2026-04-24 08:28:29 [main] ERROR o.s.boot.SpringApplication - Application run failed
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'authController' defined in file [D:\code\water\water-admin\target\classes\org\dromara\web\controller\AuthController.class]: Unsatisfied dependency expressed through constructor parameter 1: Error creating bean with name 'sysLoginService' defined in file [D:\code\water\water-admin\target\classes\org\dromara\web\service\SysLoginService.class]: Unsatisfied dependency expressed through constructor parameter 0: Error creating bean with name 'sysTenantServiceImpl' defined in file [D:\code\water\water-modules\water-system\target\classes\org\dromara\system\service\impl\SysTenantServiceImpl.class]: Unsatisfied dependency expressed through constructor parameter 0: Error creating bean with name 'sysTenantMapper' defined in file [D:\code\water\water-modules\water-system\target\classes\org\dromara\system\mapper\SysTenantMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory': Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Unsatisfied dependency expressed through method 'sqlSessionFactory' parameter 0: Error creating bean with name 'dataSource' defined in class path resource [com/baomidou/dynamic/datasource/spring/boot/autoconfigure/DynamicDataSourceAutoConfiguration.class]: Failed to initialize pool: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:804)
at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:240)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1395)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1232)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:569)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:529)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:339)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:373)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:337)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.instantiateSingleton(DefaultListableBeanFactory.java:1228)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingleton(DefaultListableBeanFactory.java:1194)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:1130)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:991)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:628)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:439)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:318)
at org.dromara.DromaraApplication.main(DromaraApplication.java:19)
Suppressed: java.lang.NullPointerException: Cannot invoke "java.util.List.iterator()" because "this.closeables" is null
at org.springframework.boot.web.embedded.undertow.UndertowWebServer.destroy(UndertowWebServer.java:293)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:153)
... 4 common frames omitted
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sysLoginService' defined in file [D:\code\water\water-admin\target\classes\org\dromara\web\service\SysLoginService.class]: Unsatisfied dependency expressed through constructor parameter 0: Error creating bean with name 'sysTenantServiceImpl' defined in file [D:\code\water\water-modules\water-system\target\classes\org\dromara\system\service\impl\SysTenantServiceImpl.class]: Unsatisfied dependency expressed through constructor parameter 0: Error creating bean with name 'sysTenantMapper' defined in file [D:\code\water\water-modules\water-system\target\classes\org\dromara\system\mapper\SysTenantMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory': Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Unsatisfied dependency expressed through method 'sqlSessionFactory' parameter 0: Error creating bean with name 'dataSource' defined in class path resource [com/baomidou/dynamic/datasource/spring/boot/autoconfigure/DynamicDataSourceAutoConfiguration.class]: Failed to initialize pool: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:804)
at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:240)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1395)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1232)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:569)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:529)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:339)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:373)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:337)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1770)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1653)
at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:913)
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791)
... 19 common frames omitted
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sysTenantServiceImpl' defined in file [D:\code\water\water-modules\water-system\target\classes\org\dromara\system\service\impl\SysTenantServiceImpl.class]: Unsatisfied dependency expressed through constructor parameter 0: Error creating bean with name 'sysTenantMapper' defined in file [D:\code\water\water-modules\water-system\target\classes\org\dromara\system\mapper\SysTenantMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory': Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Unsatisfied dependency expressed through method 'sqlSessionFactory' parameter 0: Error creating bean with name 'dataSource' defined in class path resource [com/baomidou/dynamic/datasource/spring/boot/autoconfigure/DynamicDataSourceAutoConfiguration.class]: Failed to initialize pool: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:804)
at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:240)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1395)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1232)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:569)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:529)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:339)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:373)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:337)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1770)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1653)
at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:913)
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791)
... 33 common frames omitted
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sysTenantMapper' defined in file [D:\code\water\water-modules\water-system\target\classes\org\dromara\system\mapper\SysTenantMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory': Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Unsatisfied dependency expressed through method 'sqlSessionFactory' parameter 0: Error creating bean with name 'dataSource' defined in class path resource [com/baomidou/dynamic/datasource/spring/boot/autoconfigure/DynamicDataSourceAutoConfiguration.class]: Failed to initialize pool: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1556)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1450)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:606)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:529)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:339)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:373)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:337)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1770)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1653)
at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:913)
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791)
... 47 common frames omitted
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Unsatisfied dependency expressed through method 'sqlSessionFactory' parameter 0: Error creating bean with name 'dataSource' defined in class path resource [com/baomidou/dynamic/datasource/spring/boot/autoconfigure/DynamicDataSourceAutoConfiguration.class]: Failed to initialize pool: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:804)
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:546)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1375)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1205)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:569)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:529)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:339)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:373)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:337)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1770)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1653)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1541)
... 59 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/baomidou/dynamic/datasource/spring/boot/autoconfigure/DynamicDataSourceAutoConfiguration.class]: Failed to initialize pool: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1826)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:607)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:529)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:339)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:373)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:337)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1708)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1653)
at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:913)
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791)
... 72 common frames omitted
Caused by: com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
at com.zaxxer.hikari.pool.HikariPool.throwPoolInitializationException(HikariPool.java:610)
at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:597)
at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:97)
at com.zaxxer.hikari.HikariDataSource.<init>(HikariDataSource.java:80)
at com.baomidou.dynamic.datasource.creator.hikaricp.HikariDataSourceCreator.createDataSource(HikariDataSourceCreator.java:85)
at com.baomidou.dynamic.datasource.creator.DefaultDataSourceCreator.createDataSource(DefaultDataSourceCreator.java:97)
at com.baomidou.dynamic.datasource.provider.AbstractDataSourceProvider.createDataSourceMap(AbstractDataSourceProvider.java:53)
at com.baomidou.dynamic.datasource.provider.YmlDynamicDataSourceProvider.loadDataSources(YmlDynamicDataSourceProvider.java:53)
at com.baomidou.dynamic.datasource.DynamicRoutingDataSource.afterPropertiesSet(DynamicRoutingDataSource.java:229)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1873)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1822)
... 82 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:102)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:89)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:81)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:55)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:65)
at com.mysql.cj.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:914)
at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:833)
at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:416)
at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:237)
at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:180)
at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:144)
at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:370)
at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:207)
at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:488)
at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:576)
... 91 common frames omitted
Caused by: com.mysql.cj.exceptions.CJException: Access denied for user 'root'@'localhost' (using password: YES)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
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.createException(ExceptionFactory.java:118)
at com.mysql.cj.protocol.a.NativeProtocol.checkErrorMessage(NativeProtocol.java:853)
at com.mysql.cj.protocol.a.NativeProtocol.checkErrorMessage(NativeProtocol.java:776)
at com.mysql.cj.protocol.a.NativeProtocol.checkErrorMessage(NativeProtocol.java:745)
at com.mysql.cj.protocol.a.NativeProtocol.checkErrorMessage(NativeProtocol.java:147)
at com.mysql.cj.protocol.a.NativeAuthenticationProvider.proceedHandshakeWithPluggableAuthentication(NativeAuthenticationProvider.java:461)
at com.mysql.cj.protocol.a.NativeAuthenticationProvider.connect(NativeAuthenticationProvider.java:206)
at com.mysql.cj.protocol.a.NativeProtocol.connect(NativeProtocol.java:1334)
at com.mysql.cj.NativeSession.connect(NativeSession.java:155)
at com.mysql.cj.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:854)
... 100 common frames omitted
2026-04-24 08:33:02 [main] ERROR o.s.boot.SpringApplication - Application run failed
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'cacheController' defined in file [D:\code\water\water-modules\water-system\target\classes\org\dromara\system\controller\monitor\CacheController.class]: Unsatisfied dependency expressed through constructor parameter 0: Error creating bean with name 'redissonConnectionFactory' defined in class path resource [org/redisson/spring/starter/RedissonAutoConfigurationV2.class]: Unsatisfied dependency expressed through method 'redissonConnectionFactory' parameter 0: Error creating bean with name 'redisson' defined in class path resource [org/redisson/spring/starter/RedissonAutoConfigurationV2.class]: Failed to instantiate [org.redisson.api.RedissonClient]: Factory method 'redisson' threw exception with message: java.util.concurrent.ExecutionException: org.redisson.client.RedisConnectionException: Unable to connect to Redis server: localhost/127.0.0.1:6379
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:804)
at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:240)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1395)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1232)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:569)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:529)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:339)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:373)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:337)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.instantiateSingleton(DefaultListableBeanFactory.java:1228)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingleton(DefaultListableBeanFactory.java:1194)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:1130)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:991)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:628)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:439)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:318)
at org.dromara.DromaraApplication.main(DromaraApplication.java:19)
Suppressed: java.lang.NullPointerException: Cannot invoke "java.util.List.iterator()" because "this.closeables" is null
at org.springframework.boot.web.embedded.undertow.UndertowWebServer.destroy(UndertowWebServer.java:293)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:153)
... 4 common frames omitted
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'redissonConnectionFactory' defined in class path resource [org/redisson/spring/starter/RedissonAutoConfigurationV2.class]: Unsatisfied dependency expressed through method 'redissonConnectionFactory' parameter 0: Error creating bean with name 'redisson' defined in class path resource [org/redisson/spring/starter/RedissonAutoConfigurationV2.class]: Failed to instantiate [org.redisson.api.RedissonClient]: Factory method 'redisson' threw exception with message: java.util.concurrent.ExecutionException: org.redisson.client.RedisConnectionException: Unable to connect to Redis server: localhost/127.0.0.1:6379
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:804)
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:546)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1375)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1205)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:569)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:529)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:339)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:373)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:337)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1770)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1653)
at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:913)
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791)
... 19 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'redisson' defined in class path resource [org/redisson/spring/starter/RedissonAutoConfigurationV2.class]: Failed to instantiate [org.redisson.api.RedissonClient]: Factory method 'redisson' threw exception with message: java.util.concurrent.ExecutionException: org.redisson.client.RedisConnectionException: Unable to connect to Redis server: localhost/127.0.0.1:6379
at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:657)
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:489)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1375)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1205)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:569)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:529)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:339)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:373)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:337)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1770)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1653)
at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:913)
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791)
... 33 common frames omitted
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.redisson.api.RedissonClient]: Factory method 'redisson' threw exception with message: java.util.concurrent.ExecutionException: org.redisson.client.RedisConnectionException: Unable to connect to Redis server: localhost/127.0.0.1:6379
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.lambda$instantiate$0(SimpleInstantiationStrategy.java:200)
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiateWithFactoryMethod(SimpleInstantiationStrategy.java:89)
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:169)
at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653)
... 47 common frames omitted
Caused by: org.redisson.client.RedisConnectionException: java.util.concurrent.ExecutionException: org.redisson.client.RedisConnectionException: Unable to connect to Redis server: localhost/127.0.0.1:6379
at org.redisson.connection.MasterSlaveConnectionManager.doConnect(MasterSlaveConnectionManager.java:229)
at org.redisson.connection.MasterSlaveConnectionManager.connect(MasterSlaveConnectionManager.java:188)
at org.redisson.connection.ConnectionManager.create(ConnectionManager.java:98)
at org.redisson.Redisson.<init>(Redisson.java:76)
at org.redisson.Redisson.create(Redisson.java:119)
at org.redisson.spring.starter.RedissonAutoConfiguration.redisson(RedissonAutoConfiguration.java:329)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.lambda$instantiate$0(SimpleInstantiationStrategy.java:172)
... 50 common frames omitted
Caused by: java.util.concurrent.ExecutionException: org.redisson.client.RedisConnectionException: Unable to connect to Redis server: localhost/127.0.0.1:6379
at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:396)
at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2096)
at org.redisson.connection.MasterSlaveConnectionManager.doConnect(MasterSlaveConnectionManager.java:224)
... 60 common frames omitted
Caused by: org.redisson.client.RedisConnectionException: Unable to connect to Redis server: localhost/127.0.0.1:6379
at org.redisson.connection.ConnectionsHolder.lambda$createConnection$2(ConnectionsHolder.java:169)
at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934)
at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire$$$capture(CompletableFuture.java:911)
at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java)
at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
at org.redisson.connection.ConnectionsHolder.lambda$createConnection$5(ConnectionsHolder.java:183)
at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863)
at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire$$$capture(CompletableFuture.java:841)
at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java)
at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
at org.redisson.client.RedisClient$2$1.run(RedisClient.java:316)
at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute$$$capture(AbstractEventExecutor.java:166)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java)
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:842)
Caused by: java.util.concurrent.CompletionException: org.redisson.client.RedisException: ERR AUTH <password> called without any password configured for the default user. Are you sure your configuration is correct?. channel: [id: 0x9b03c9b9, L:/127.0.0.1:64149 - R:localhost/127.0.0.1:6379] command: (AUTH), params: (password masked)
at java.base/java.util.concurrent.CompletableFuture.encodeRelay(CompletableFuture.java:368)
at java.base/java.util.concurrent.CompletableFuture.completeRelay(CompletableFuture.java:377)
at java.base/java.util.concurrent.CompletableFuture$UniRelay.tryFire(CompletableFuture.java:1097)
at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
at org.redisson.client.protocol.CommandData.tryFailure(CommandData.java:87)
at org.redisson.client.handler.CommandDecoder.decode(CommandDecoder.java:433)
at org.redisson.client.handler.CommandDecoder.decodeCommand(CommandDecoder.java:220)
at org.redisson.client.handler.CommandDecoder.decode(CommandDecoder.java:148)
at org.redisson.client.handler.CommandDecoder.decode(CommandDecoder.java:124)
at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:545)
at io.netty.handler.codec.ReplayingDecoder.callDecode(ReplayingDecoder.java:366)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:296)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
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:171)
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)
... 4 common frames omitted
Caused by: org.redisson.client.RedisException: ERR AUTH <password> called without any password configured for the default user. Are you sure your configuration is correct?. channel: [id: 0x9b03c9b9, L:/127.0.0.1:64149 - R:localhost/127.0.0.1:6379] command: (AUTH), params: (password masked)
... 23 common frames omitted
2026-04-24 08:33:41 [main] ERROR o.s.boot.SpringApplication - Application run failed
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'cacheController' defined in file [D:\code\water\water-modules\water-system\target\classes\org\dromara\system\controller\monitor\CacheController.class]: Unsatisfied dependency expressed through constructor parameter 0: Error creating bean with name 'redissonConnectionFactory' defined in class path resource [org/redisson/spring/starter/RedissonAutoConfigurationV2.class]: Unsatisfied dependency expressed through method 'redissonConnectionFactory' parameter 0: Error creating bean with name 'redisson' defined in class path resource [org/redisson/spring/starter/RedissonAutoConfigurationV2.class]: Failed to instantiate [org.redisson.api.RedissonClient]: Factory method 'redisson' threw exception with message: java.util.concurrent.ExecutionException: org.redisson.client.RedisConnectionException: Unable to connect to Redis server: localhost/127.0.0.1:6379
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:804)
at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:240)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1395)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1232)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:569)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:529)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:339)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:373)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:337)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.instantiateSingleton(DefaultListableBeanFactory.java:1228)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingleton(DefaultListableBeanFactory.java:1194)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:1130)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:991)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:628)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:439)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:318)
at org.dromara.DromaraApplication.main(DromaraApplication.java:19)
Suppressed: java.lang.NullPointerException: Cannot invoke "java.util.List.iterator()" because "this.closeables" is null
at org.springframework.boot.web.embedded.undertow.UndertowWebServer.destroy(UndertowWebServer.java:293)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:153)
... 4 common frames omitted
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'redissonConnectionFactory' defined in class path resource [org/redisson/spring/starter/RedissonAutoConfigurationV2.class]: Unsatisfied dependency expressed through method 'redissonConnectionFactory' parameter 0: Error creating bean with name 'redisson' defined in class path resource [org/redisson/spring/starter/RedissonAutoConfigurationV2.class]: Failed to instantiate [org.redisson.api.RedissonClient]: Factory method 'redisson' threw exception with message: java.util.concurrent.ExecutionException: org.redisson.client.RedisConnectionException: Unable to connect to Redis server: localhost/127.0.0.1:6379
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:804)
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:546)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1375)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1205)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:569)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:529)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:339)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:373)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:337)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1770)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1653)
at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:913)
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791)
... 19 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'redisson' defined in class path resource [org/redisson/spring/starter/RedissonAutoConfigurationV2.class]: Failed to instantiate [org.redisson.api.RedissonClient]: Factory method 'redisson' threw exception with message: java.util.concurrent.ExecutionException: org.redisson.client.RedisConnectionException: Unable to connect to Redis server: localhost/127.0.0.1:6379
at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:657)
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:489)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1375)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1205)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:569)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:529)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:339)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:373)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:337)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1770)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1653)
at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:913)
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791)
... 33 common frames omitted
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.redisson.api.RedissonClient]: Factory method 'redisson' threw exception with message: java.util.concurrent.ExecutionException: org.redisson.client.RedisConnectionException: Unable to connect to Redis server: localhost/127.0.0.1:6379
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.lambda$instantiate$0(SimpleInstantiationStrategy.java:200)
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiateWithFactoryMethod(SimpleInstantiationStrategy.java:89)
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:169)
at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653)
... 47 common frames omitted
Caused by: org.redisson.client.RedisConnectionException: java.util.concurrent.ExecutionException: org.redisson.client.RedisConnectionException: Unable to connect to Redis server: localhost/127.0.0.1:6379
at org.redisson.connection.MasterSlaveConnectionManager.doConnect(MasterSlaveConnectionManager.java:229)
at org.redisson.connection.MasterSlaveConnectionManager.connect(MasterSlaveConnectionManager.java:188)
at org.redisson.connection.ConnectionManager.create(ConnectionManager.java:98)
at org.redisson.Redisson.<init>(Redisson.java:76)
at org.redisson.Redisson.create(Redisson.java:119)
at org.redisson.spring.starter.RedissonAutoConfiguration.redisson(RedissonAutoConfiguration.java:329)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.lambda$instantiate$0(SimpleInstantiationStrategy.java:172)
... 50 common frames omitted
Caused by: java.util.concurrent.ExecutionException: org.redisson.client.RedisConnectionException: Unable to connect to Redis server: localhost/127.0.0.1:6379
at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:396)
at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2096)
at org.redisson.connection.MasterSlaveConnectionManager.doConnect(MasterSlaveConnectionManager.java:224)
... 60 common frames omitted
Caused by: org.redisson.client.RedisConnectionException: Unable to connect to Redis server: localhost/127.0.0.1:6379
at org.redisson.connection.ConnectionsHolder.lambda$createConnection$2(ConnectionsHolder.java:169)
at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934)
at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire$$$capture(CompletableFuture.java:911)
at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java)
at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
at org.redisson.connection.ConnectionsHolder.lambda$createConnection$5(ConnectionsHolder.java:183)
at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863)
at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire$$$capture(CompletableFuture.java:841)
at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java)
at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
at org.redisson.client.RedisClient$2$1.run(RedisClient.java:316)
at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute$$$capture(AbstractEventExecutor.java:166)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java)
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:842)
Caused by: java.util.concurrent.CompletionException: org.redisson.client.RedisException: ERR AUTH <password> called without any password configured for the default user. Are you sure your configuration is correct?. channel: [id: 0x23a902e7, L:/127.0.0.1:50178 - R:localhost/127.0.0.1:6379] command: (AUTH), params: (password masked)
at java.base/java.util.concurrent.CompletableFuture.encodeRelay(CompletableFuture.java:368)
at java.base/java.util.concurrent.CompletableFuture.completeRelay(CompletableFuture.java:377)
at java.base/java.util.concurrent.CompletableFuture$UniRelay.tryFire(CompletableFuture.java:1097)
at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
at org.redisson.client.protocol.CommandData.tryFailure(CommandData.java:87)
at org.redisson.client.handler.CommandDecoder.decode(CommandDecoder.java:433)
at org.redisson.client.handler.CommandDecoder.decodeCommand(CommandDecoder.java:220)
at org.redisson.client.handler.CommandDecoder.decode(CommandDecoder.java:148)
at org.redisson.client.handler.CommandDecoder.decode(CommandDecoder.java:124)
at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:545)
at io.netty.handler.codec.ReplayingDecoder.callDecode(ReplayingDecoder.java:366)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:296)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
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:171)
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)
... 4 common frames omitted
Caused by: org.redisson.client.RedisException: ERR AUTH <password> called without any password configured for the default user. Are you sure your configuration is correct?. channel: [id: 0x23a902e7, L:/127.0.0.1:50178 - R:localhost/127.0.0.1:6379] command: (AUTH), params: (password masked)
... 23 common frames omitted
2026-04-24 08:34:40 [snail-job-grpc-client-executor-127.0.0.1-0] ERROR c.a.s.c.j.c.r.JobExecutorRegistrar - Job executors register error requestId:[0] message:[UNAVAILABLE: io exception]
2026-04-24 08:34:40 [snail-job-grpc-client-executor-127.0.0.1-2] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[1] message:[UNAVAILABLE: io exception]
2026-04-24 08:34:50 [snail-job-grpc-client-executor-127.0.0.1-3] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[3] message:[UNAVAILABLE: io exception]
2026-04-24 08:35:00 [snail-job-grpc-client-executor-127.0.0.1-4] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[4] message:[UNAVAILABLE: io exception]
2026-04-24 08:35:10 [snail-job-grpc-client-executor-127.0.0.1-5] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[5] message:[UNAVAILABLE: io exception]
2026-04-24 08:35:20 [snail-job-grpc-client-executor-127.0.0.1-6] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[6] message:[UNAVAILABLE: io exception]
2026-04-24 08:35:30 [snail-job-grpc-client-executor-127.0.0.1-7] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[7] message:[UNAVAILABLE: io exception]
2026-04-24 08:35:40 [snail-job-grpc-client-executor-127.0.0.1-8] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[9] message:[UNAVAILABLE: io exception]
2026-04-24 08:35:50 [snail-job-grpc-client-executor-127.0.0.1-10] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[10] message:[UNAVAILABLE: io exception]
2026-04-24 08:36:00 [snail-job-grpc-client-executor-127.0.0.1-11] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[11] message:[UNAVAILABLE: io exception]
2026-04-24 08:36:10 [snail-job-grpc-client-executor-127.0.0.1-12] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[12] message:[UNAVAILABLE: io exception]
2026-04-24 08:36:20 [snail-job-grpc-client-executor-127.0.0.1-13] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[13] message:[UNAVAILABLE: io exception]
2026-04-24 08:36:30 [snail-job-grpc-client-executor-127.0.0.1-14] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[14] message:[UNAVAILABLE: io exception]
2026-04-24 08:36:40 [snail-job-grpc-client-executor-127.0.0.1-15] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[15] message:[UNAVAILABLE: io exception]
2026-04-24 08:36:50 [snail-job-grpc-client-executor-127.0.0.1-17] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[17] message:[UNAVAILABLE: io exception]
2026-04-24 08:37:00 [snail-job-grpc-client-executor-127.0.0.1-18] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[18] message:[UNAVAILABLE: io exception]
2026-04-24 08:37:10 [snail-job-grpc-client-executor-127.0.0.1-19] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[19] message:[UNAVAILABLE: io exception]
2026-04-24 08:37:20 [snail-job-grpc-client-executor-127.0.0.1-20] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[20] message:[UNAVAILABLE: io exception]
2026-04-24 08:37:30 [snail-job-grpc-client-executor-127.0.0.1-21] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[21] message:[UNAVAILABLE: io exception]
2026-04-24 08:37:40 [snail-job-grpc-client-executor-127.0.0.1-22] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[23] message:[UNAVAILABLE: io exception]
2026-04-24 08:37:50 [snail-job-grpc-client-executor-127.0.0.1-24] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[24] message:[UNAVAILABLE: io exception]
2026-04-24 08:38:00 [snail-job-grpc-client-executor-127.0.0.1-25] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[25] message:[UNAVAILABLE: io exception]
2026-04-24 08:38:10 [snail-job-grpc-client-executor-127.0.0.1-26] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[26] message:[UNAVAILABLE: io exception]
2026-04-24 08:38:20 [snail-job-grpc-client-executor-127.0.0.1-27] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[27] message:[UNAVAILABLE: io exception]
2026-04-24 08:38:30 [snail-job-grpc-client-executor-127.0.0.1-28] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[28] message:[UNAVAILABLE: io exception]
2026-04-24 08:38:40 [snail-job-grpc-client-executor-127.0.0.1-30] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[30] message:[UNAVAILABLE: io exception]
2026-04-24 08:38:50 [snail-job-grpc-client-executor-127.0.0.1-31] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[31] message:[UNAVAILABLE: io exception]
2026-04-24 08:39:00 [snail-job-grpc-client-executor-127.0.0.1-32] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[32] message:[UNAVAILABLE: io exception]
2026-04-24 08:39:10 [snail-job-grpc-client-executor-127.0.0.1-33] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[33] message:[UNAVAILABLE: io exception]
2026-04-24 08:42:15 [snail-job-grpc-client-executor-127.0.0.1-0] ERROR c.a.s.c.j.c.r.JobExecutorRegistrar - Job executors register error requestId:[0] message:[UNAVAILABLE: io exception]
2026-04-24 08:42:15 [snail-job-grpc-client-executor-127.0.0.1-2] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[1] message:[UNAVAILABLE: io exception]
2026-04-24 08:42:25 [snail-job-grpc-client-executor-127.0.0.1-3] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[3] message:[UNAVAILABLE: io exception]
2026-04-24 08:42:35 [snail-job-grpc-client-executor-127.0.0.1-4] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[4] message:[UNAVAILABLE: io exception]
2026-04-24 08:42:45 [snail-job-grpc-client-executor-127.0.0.1-5] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[5] message:[UNAVAILABLE: io exception]
2026-04-24 08:42:55 [snail-job-grpc-client-executor-127.0.0.1-6] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[6] message:[UNAVAILABLE: io exception]
2026-04-24 08:43:05 [snail-job-grpc-client-executor-127.0.0.1-7] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[7] message:[UNAVAILABLE: io exception]
2026-04-24 08:43:15 [snail-job-grpc-client-executor-127.0.0.1-8] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[8] message:[UNAVAILABLE: io exception]
2026-04-24 08:43:25 [snail-job-grpc-client-executor-127.0.0.1-10] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[10] message:[UNAVAILABLE: io exception]
2026-04-24 08:43:35 [snail-job-grpc-client-executor-127.0.0.1-11] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[11] message:[UNAVAILABLE: io exception]
2026-04-24 08:43:45 [snail-job-grpc-client-executor-127.0.0.1-12] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[12] message:[UNAVAILABLE: io exception]
2026-04-24 08:43:55 [snail-job-grpc-client-executor-127.0.0.1-13] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[13] message:[UNAVAILABLE: io exception]
2026-04-24 08:44:05 [snail-job-grpc-client-executor-127.0.0.1-14] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[14] message:[UNAVAILABLE: io exception]
2026-04-24 08:44:15 [snail-job-grpc-client-executor-127.0.0.1-15] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[16] message:[UNAVAILABLE: io exception]
2026-04-24 08:44:25 [snail-job-grpc-client-executor-127.0.0.1-17] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[17] message:[UNAVAILABLE: io exception]
2026-04-24 08:44:35 [snail-job-grpc-client-executor-127.0.0.1-18] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[18] message:[UNAVAILABLE: io exception]
2026-04-24 08:44:45 [snail-job-grpc-client-executor-127.0.0.1-19] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[19] message:[UNAVAILABLE: io exception]
2026-04-24 08:44:55 [snail-job-grpc-client-executor-127.0.0.1-20] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[20] message:[UNAVAILABLE: io exception]
2026-04-24 08:45:05 [snail-job-grpc-client-executor-127.0.0.1-21] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[21] message:[UNAVAILABLE: io exception]
2026-04-24 08:45:15 [snail-job-grpc-client-executor-127.0.0.1-23] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[22] message:[UNAVAILABLE: io exception]
2026-04-24 08:45:25 [snail-job-grpc-client-executor-127.0.0.1-24] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[24] message:[UNAVAILABLE: io exception]
2026-04-24 08:45:35 [snail-job-grpc-client-executor-127.0.0.1-25] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[25] message:[UNAVAILABLE: io exception]
2026-04-24 08:45:45 [snail-job-grpc-client-executor-127.0.0.1-26] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[26] message:[UNAVAILABLE: io exception]
2026-04-24 08:45:55 [snail-job-grpc-client-executor-127.0.0.1-27] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[27] message:[UNAVAILABLE: io exception]
2026-04-24 08:46:05 [snail-job-grpc-client-executor-127.0.0.1-28] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[28] message:[UNAVAILABLE: io exception]
2026-04-24 08:46:15 [snail-job-grpc-client-executor-127.0.0.1-30] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[30] message:[UNAVAILABLE: io exception]
2026-04-24 08:46:25 [snail-job-grpc-client-executor-127.0.0.1-31] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[31] message:[UNAVAILABLE: io exception]
2026-04-24 08:46:35 [snail-job-grpc-client-executor-127.0.0.1-32] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[32] message:[UNAVAILABLE: io exception]
2026-04-24 08:46:45 [snail-job-grpc-client-executor-127.0.0.1-33] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[33] message:[UNAVAILABLE: io exception]
2026-04-24 08:46:55 [snail-job-grpc-client-executor-127.0.0.1-34] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[34] message:[UNAVAILABLE: io exception]
2026-04-24 08:47:05 [snail-job-grpc-client-executor-127.0.0.1-35] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[35] message:[UNAVAILABLE: io exception]
2026-04-24 08:47:15 [snail-job-grpc-client-executor-127.0.0.1-37] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[37] message:[UNAVAILABLE: io exception]
2026-04-24 08:47:25 [snail-job-grpc-client-executor-127.0.0.1-38] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[38] message:[UNAVAILABLE: io exception]
2026-04-24 08:47:35 [snail-job-grpc-client-executor-127.0.0.1-39] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[39] message:[UNAVAILABLE: io exception]
2026-04-24 08:47:45 [snail-job-grpc-client-executor-127.0.0.1-40] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[40] message:[UNAVAILABLE: io exception]
2026-04-24 08:47:55 [snail-job-grpc-client-executor-127.0.0.1-41] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[41] message:[UNAVAILABLE: io exception]
2026-04-24 08:48:05 [snail-job-grpc-client-executor-127.0.0.1-42] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[42] message:[UNAVAILABLE: io exception]
2026-04-24 08:48:15 [snail-job-grpc-client-executor-127.0.0.1-43] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[44] message:[UNAVAILABLE: io exception]
2026-04-24 08:48:25 [snail-job-grpc-client-executor-127.0.0.1-45] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[45] message:[UNAVAILABLE: io exception]
2026-04-24 08:48:35 [snail-job-grpc-client-executor-127.0.0.1-46] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[46] message:[UNAVAILABLE: io exception]
2026-04-24 08:48:45 [snail-job-grpc-client-executor-127.0.0.1-47] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[47] message:[UNAVAILABLE: io exception]
2026-04-24 08:48:55 [snail-job-grpc-client-executor-127.0.0.1-48] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[48] message:[UNAVAILABLE: io exception]
2026-04-24 08:49:05 [snail-job-grpc-client-executor-127.0.0.1-49] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[49] message:[UNAVAILABLE: io exception]
2026-04-24 08:49:15 [snail-job-grpc-client-executor-127.0.0.1-51] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[51] message:[UNAVAILABLE: io exception]
2026-04-24 08:49:25 [snail-job-grpc-client-executor-127.0.0.1-52] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[52] message:[UNAVAILABLE: io exception]
2026-04-24 08:49:35 [snail-job-grpc-client-executor-127.0.0.1-53] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[53] message:[UNAVAILABLE: io exception]
2026-04-24 08:49:45 [snail-job-grpc-client-executor-127.0.0.1-54] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[54] message:[UNAVAILABLE: io exception]
2026-04-24 08:49:55 [snail-job-grpc-client-executor-127.0.0.1-55] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[55] message:[UNAVAILABLE: io exception]
2026-04-24 08:50:05 [snail-job-grpc-client-executor-127.0.0.1-56] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[56] message:[UNAVAILABLE: io exception]
2026-04-24 08:50:15 [snail-job-grpc-client-executor-127.0.0.1-57] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[58] message:[UNAVAILABLE: io exception]
2026-04-24 08:50:25 [snail-job-grpc-client-executor-127.0.0.1-59] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[59] message:[UNAVAILABLE: io exception]
2026-04-24 08:50:35 [snail-job-grpc-client-executor-127.0.0.1-60] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[60] message:[UNAVAILABLE: io exception]
2026-04-24 08:50:45 [snail-job-grpc-client-executor-127.0.0.1-61] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[61] message:[UNAVAILABLE: io exception]
2026-04-24 08:50:55 [snail-job-grpc-client-executor-127.0.0.1-62] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[62] message:[UNAVAILABLE: io exception]
2026-04-24 08:51:05 [snail-job-grpc-client-executor-127.0.0.1-63] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[63] message:[UNAVAILABLE: io exception]
2026-04-24 08:51:15 [snail-job-grpc-client-executor-127.0.0.1-65] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[65] message:[UNAVAILABLE: io exception]
2026-04-24 08:51:25 [snail-job-grpc-client-executor-127.0.0.1-66] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[66] message:[UNAVAILABLE: io exception]
2026-04-24 08:51:35 [snail-job-grpc-client-executor-127.0.0.1-67] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[67] message:[UNAVAILABLE: io exception]
2026-04-24 08:51:45 [snail-job-grpc-client-executor-127.0.0.1-68] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[68] message:[UNAVAILABLE: io exception]
2026-04-24 08:51:55 [snail-job-grpc-client-executor-127.0.0.1-69] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[69] message:[UNAVAILABLE: io exception]
2026-04-24 08:52:05 [snail-job-grpc-client-executor-127.0.0.1-70] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[70] message:[UNAVAILABLE: io exception]
2026-04-24 08:52:15 [snail-job-grpc-client-executor-127.0.0.1-72] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[71] message:[UNAVAILABLE: io exception]
2026-04-24 08:52:25 [snail-job-grpc-client-executor-127.0.0.1-73] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[73] message:[UNAVAILABLE: io exception]
2026-04-24 08:52:35 [snail-job-grpc-client-executor-127.0.0.1-74] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[74] message:[UNAVAILABLE: io exception]
2026-04-24 08:52:45 [snail-job-grpc-client-executor-127.0.0.1-75] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[75] message:[UNAVAILABLE: io exception]
2026-04-24 08:52:55 [snail-job-grpc-client-executor-127.0.0.1-76] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[76] message:[UNAVAILABLE: io exception]
2026-04-24 08:53:05 [snail-job-grpc-client-executor-127.0.0.1-77] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[77] message:[UNAVAILABLE: io exception]
2026-04-24 08:53:15 [snail-job-grpc-client-executor-127.0.0.1-79] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[79] message:[UNAVAILABLE: io exception]
2026-04-24 08:53:25 [snail-job-grpc-client-executor-127.0.0.1-80] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[80] message:[UNAVAILABLE: io exception]
2026-04-24 08:53:35 [snail-job-grpc-client-executor-127.0.0.1-81] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[81] message:[UNAVAILABLE: io exception]
2026-04-24 08:53:45 [snail-job-grpc-client-executor-127.0.0.1-82] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[82] message:[UNAVAILABLE: io exception]
2026-04-24 08:53:55 [snail-job-grpc-client-executor-127.0.0.1-83] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[83] message:[UNAVAILABLE: io exception]
2026-04-24 08:54:05 [snail-job-grpc-client-executor-127.0.0.1-84] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[84] message:[UNAVAILABLE: io exception]
2026-04-24 08:54:15 [snail-job-grpc-client-executor-127.0.0.1-86] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[86] message:[UNAVAILABLE: io exception]
2026-04-24 08:54:25 [snail-job-grpc-client-executor-127.0.0.1-87] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[87] message:[UNAVAILABLE: io exception]
2026-04-24 08:54:35 [snail-job-grpc-client-executor-127.0.0.1-88] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[88] message:[UNAVAILABLE: io exception]
2026-04-24 08:54:45 [snail-job-grpc-client-executor-127.0.0.1-89] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[89] message:[UNAVAILABLE: io exception]
2026-04-24 08:54:55 [snail-job-grpc-client-executor-127.0.0.1-90] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[90] message:[UNAVAILABLE: io exception]
2026-04-24 08:55:05 [snail-job-grpc-client-executor-127.0.0.1-91] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[91] message:[UNAVAILABLE: io exception]
2026-04-24 08:55:15 [snail-job-grpc-client-executor-127.0.0.1-93] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[93] message:[UNAVAILABLE: io exception]
2026-04-24 08:55:25 [snail-job-grpc-client-executor-127.0.0.1-94] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[94] message:[UNAVAILABLE: io exception]
2026-04-24 08:55:35 [snail-job-grpc-client-executor-127.0.0.1-95] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[95] message:[UNAVAILABLE: io exception]
2026-04-24 08:55:45 [snail-job-grpc-client-executor-127.0.0.1-96] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[96] message:[UNAVAILABLE: io exception]
2026-04-24 08:55:55 [snail-job-grpc-client-executor-127.0.0.1-97] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[97] message:[UNAVAILABLE: io exception]
2026-04-24 08:56:05 [snail-job-grpc-client-executor-127.0.0.1-98] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[98] message:[UNAVAILABLE: io exception]
2026-04-24 08:56:15 [snail-job-grpc-client-executor-127.0.0.1-99] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[100] message:[UNAVAILABLE: io exception]
2026-04-24 08:56:25 [snail-job-grpc-client-executor-127.0.0.1-101] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[101] message:[UNAVAILABLE: io exception]
2026-04-24 08:56:35 [snail-job-grpc-client-executor-127.0.0.1-102] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[102] message:[UNAVAILABLE: io exception]
2026-04-24 08:56:45 [snail-job-grpc-client-executor-127.0.0.1-103] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[103] message:[UNAVAILABLE: io exception]
2026-04-24 08:56:55 [snail-job-grpc-client-executor-127.0.0.1-104] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[104] message:[UNAVAILABLE: io exception]
2026-04-24 08:57:05 [snail-job-grpc-client-executor-127.0.0.1-105] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[105] message:[UNAVAILABLE: io exception]
2026-04-24 08:57:15 [snail-job-grpc-client-executor-127.0.0.1-107] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[106] message:[UNAVAILABLE: io exception]
2026-04-24 08:57:25 [snail-job-grpc-client-executor-127.0.0.1-108] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[108] message:[UNAVAILABLE: io exception]
2026-04-24 08:57:35 [snail-job-grpc-client-executor-127.0.0.1-109] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[109] message:[UNAVAILABLE: io exception]
2026-04-24 08:57:45 [snail-job-grpc-client-executor-127.0.0.1-110] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[110] message:[UNAVAILABLE: io exception]
2026-04-24 08:57:55 [snail-job-grpc-client-executor-127.0.0.1-111] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[111] message:[UNAVAILABLE: io exception]
2026-04-24 08:58:05 [snail-job-grpc-client-executor-127.0.0.1-112] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[112] message:[UNAVAILABLE: io exception]
2026-04-24 08:58:15 [snail-job-grpc-client-executor-127.0.0.1-113] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[114] message:[UNAVAILABLE: io exception]
2026-04-24 08:58:25 [snail-job-grpc-client-executor-127.0.0.1-115] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[115] message:[UNAVAILABLE: io exception]
2026-04-24 08:58:35 [snail-job-grpc-client-executor-127.0.0.1-116] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[116] message:[UNAVAILABLE: io exception]
2026-04-24 08:58:45 [snail-job-grpc-client-executor-127.0.0.1-117] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[117] message:[UNAVAILABLE: io exception]
2026-04-24 08:58:55 [snail-job-grpc-client-executor-127.0.0.1-118] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[118] message:[UNAVAILABLE: io exception]
2026-04-24 08:59:05 [snail-job-grpc-client-executor-127.0.0.1-119] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[119] message:[UNAVAILABLE: io exception]
2026-04-24 08:59:15 [snail-job-grpc-client-executor-127.0.0.1-121] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[120] message:[UNAVAILABLE: io exception]
2026-04-24 08:59:25 [snail-job-grpc-client-executor-127.0.0.1-122] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[122] message:[UNAVAILABLE: io exception]
2026-04-24 08:59:35 [snail-job-grpc-client-executor-127.0.0.1-123] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[123] message:[UNAVAILABLE: io exception]
2026-04-24 08:59:45 [snail-job-grpc-client-executor-127.0.0.1-124] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[124] message:[UNAVAILABLE: io exception]
2026-04-24 08:59:55 [snail-job-grpc-client-executor-127.0.0.1-125] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[125] message:[UNAVAILABLE: io exception]
2026-04-24 09:00:05 [snail-job-grpc-client-executor-127.0.0.1-126] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[126] message:[UNAVAILABLE: io exception]
2026-04-24 09:00:15 [snail-job-grpc-client-executor-127.0.0.1-127] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[128] message:[UNAVAILABLE: io exception]
2026-04-24 09:00:25 [snail-job-grpc-client-executor-127.0.0.1-129] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[129] message:[UNAVAILABLE: io exception]
2026-04-24 09:00:35 [snail-job-grpc-client-executor-127.0.0.1-130] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[130] message:[UNAVAILABLE: io exception]
2026-04-24 09:00:45 [snail-job-grpc-client-executor-127.0.0.1-131] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[131] message:[UNAVAILABLE: io exception]
2026-04-24 09:00:55 [snail-job-grpc-client-executor-127.0.0.1-132] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[132] message:[UNAVAILABLE: io exception]
2026-04-24 09:01:05 [snail-job-grpc-client-executor-127.0.0.1-133] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[133] message:[UNAVAILABLE: io exception]
2026-04-24 09:01:15 [snail-job-grpc-client-executor-127.0.0.1-135] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[134] message:[UNAVAILABLE: io exception]
2026-04-24 09:01:25 [snail-job-grpc-client-executor-127.0.0.1-136] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[136] message:[UNAVAILABLE: io exception]
2026-04-24 09:01:35 [snail-job-grpc-client-executor-127.0.0.1-137] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[137] message:[UNAVAILABLE: io exception]
2026-04-24 09:01:45 [snail-job-grpc-client-executor-127.0.0.1-138] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[138] message:[UNAVAILABLE: io exception]
2026-04-24 09:01:55 [snail-job-grpc-client-executor-127.0.0.1-139] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[139] message:[UNAVAILABLE: io exception]
2026-04-24 09:02:05 [snail-job-grpc-client-executor-127.0.0.1-140] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[140] message:[UNAVAILABLE: io exception]
2026-04-24 09:02:15 [snail-job-grpc-client-executor-127.0.0.1-141] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[142] message:[UNAVAILABLE: io exception]
2026-04-24 09:02:25 [snail-job-grpc-client-executor-127.0.0.1-143] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[143] message:[UNAVAILABLE: io exception]
2026-04-24 09:02:35 [snail-job-grpc-client-executor-127.0.0.1-144] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[144] message:[UNAVAILABLE: io exception]
2026-04-24 09:02:45 [snail-job-grpc-client-executor-127.0.0.1-145] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[145] message:[UNAVAILABLE: io exception]
2026-04-24 09:02:55 [snail-job-grpc-client-executor-127.0.0.1-146] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[146] message:[UNAVAILABLE: io exception]
2026-04-24 09:03:05 [snail-job-grpc-client-executor-127.0.0.1-147] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[147] message:[UNAVAILABLE: io exception]
2026-04-24 09:03:15 [snail-job-grpc-client-executor-127.0.0.1-148] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[148] message:[UNAVAILABLE: io exception]
2026-04-24 09:03:25 [snail-job-grpc-client-executor-127.0.0.1-150] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[150] message:[UNAVAILABLE: io exception]
2026-04-24 09:03:35 [snail-job-grpc-client-executor-127.0.0.1-151] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[151] message:[UNAVAILABLE: io exception]
2026-04-24 09:03:45 [snail-job-grpc-client-executor-127.0.0.1-152] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[152] message:[UNAVAILABLE: io exception]
2026-04-24 09:03:55 [snail-job-grpc-client-executor-127.0.0.1-153] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[153] message:[UNAVAILABLE: io exception]
2026-04-24 09:04:05 [snail-job-grpc-client-executor-127.0.0.1-154] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[154] message:[UNAVAILABLE: io exception]
2026-04-24 09:04:15 [snail-job-grpc-client-executor-127.0.0.1-155] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[155] message:[UNAVAILABLE: io exception]
2026-04-24 09:04:25 [snail-job-grpc-client-executor-127.0.0.1-157] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[157] message:[UNAVAILABLE: io exception]
2026-04-24 09:04:35 [snail-job-grpc-client-executor-127.0.0.1-158] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[158] message:[UNAVAILABLE: io exception]
2026-04-24 09:04:45 [snail-job-grpc-client-executor-127.0.0.1-159] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[159] message:[UNAVAILABLE: io exception]
2026-04-24 09:04:55 [snail-job-grpc-client-executor-127.0.0.1-160] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[160] message:[UNAVAILABLE: io exception]
2026-04-24 09:05:05 [snail-job-grpc-client-executor-127.0.0.1-161] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[161] message:[UNAVAILABLE: io exception]
2026-04-24 09:05:15 [snail-job-grpc-client-executor-127.0.0.1-162] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[163] message:[UNAVAILABLE: io exception]
2026-04-24 09:05:25 [snail-job-grpc-client-executor-127.0.0.1-164] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[164] message:[UNAVAILABLE: io exception]
2026-04-24 09:05:35 [snail-job-grpc-client-executor-127.0.0.1-165] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[165] message:[UNAVAILABLE: io exception]
2026-04-24 09:05:45 [snail-job-grpc-client-executor-127.0.0.1-166] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[166] message:[UNAVAILABLE: io exception]
2026-04-24 09:05:55 [snail-job-grpc-client-executor-127.0.0.1-167] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[167] message:[UNAVAILABLE: io exception]
2026-04-24 09:06:05 [snail-job-grpc-client-executor-127.0.0.1-168] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[168] message:[UNAVAILABLE: io exception]
2026-04-24 09:06:15 [snail-job-grpc-client-executor-127.0.0.1-169] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[169] message:[UNAVAILABLE: io exception]
2026-04-24 09:06:25 [snail-job-grpc-client-executor-127.0.0.1-171] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[171] message:[UNAVAILABLE: io exception]
2026-04-24 09:06:35 [snail-job-grpc-client-executor-127.0.0.1-172] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[172] message:[UNAVAILABLE: io exception]
2026-04-24 09:06:45 [snail-job-grpc-client-executor-127.0.0.1-173] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[173] message:[UNAVAILABLE: io exception]
2026-04-24 09:06:55 [snail-job-grpc-client-executor-127.0.0.1-174] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[174] message:[UNAVAILABLE: io exception]
2026-04-24 09:07:05 [snail-job-grpc-client-executor-127.0.0.1-175] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[175] message:[UNAVAILABLE: io exception]
2026-04-24 09:07:15 [snail-job-grpc-client-executor-127.0.0.1-177] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[176] message:[UNAVAILABLE: io exception]
2026-04-24 09:07:25 [snail-job-grpc-client-executor-127.0.0.1-178] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[178] message:[UNAVAILABLE: io exception]
2026-04-24 09:07:35 [snail-job-grpc-client-executor-127.0.0.1-179] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[179] message:[UNAVAILABLE: io exception]
2026-04-24 09:07:45 [snail-job-grpc-client-executor-127.0.0.1-180] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[180] message:[UNAVAILABLE: io exception]
2026-04-24 09:07:55 [snail-job-grpc-client-executor-127.0.0.1-181] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[181] message:[UNAVAILABLE: io exception]
2026-04-24 09:08:05 [snail-job-grpc-client-executor-127.0.0.1-182] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[182] message:[UNAVAILABLE: io exception]
2026-04-24 09:08:15 [snail-job-grpc-client-executor-127.0.0.1-184] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[184] message:[UNAVAILABLE: io exception]
2026-04-24 09:08:25 [snail-job-grpc-client-executor-127.0.0.1-185] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[185] message:[UNAVAILABLE: io exception]
2026-04-24 09:08:35 [snail-job-grpc-client-executor-127.0.0.1-186] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[186] message:[UNAVAILABLE: io exception]
2026-04-24 09:08:45 [snail-job-grpc-client-executor-127.0.0.1-187] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[187] message:[UNAVAILABLE: io exception]
2026-04-24 09:08:55 [snail-job-grpc-client-executor-127.0.0.1-188] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[188] message:[UNAVAILABLE: io exception]
2026-04-24 09:09:05 [snail-job-grpc-client-executor-127.0.0.1-189] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[189] message:[UNAVAILABLE: io exception]
2026-04-24 09:09:15 [snail-job-grpc-client-executor-127.0.0.1-190] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[191] message:[UNAVAILABLE: io exception]
2026-04-24 09:09:25 [snail-job-grpc-client-executor-127.0.0.1-192] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[192] message:[UNAVAILABLE: io exception]
2026-04-24 09:09:35 [snail-job-grpc-client-executor-127.0.0.1-193] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[193] message:[UNAVAILABLE: io exception]
2026-04-24 09:09:45 [snail-job-grpc-client-executor-127.0.0.1-194] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[194] message:[UNAVAILABLE: io exception]
2026-04-24 09:09:55 [snail-job-grpc-client-executor-127.0.0.1-195] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[195] message:[UNAVAILABLE: io exception]
2026-04-24 09:10:05 [snail-job-grpc-client-executor-127.0.0.1-196] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[196] message:[UNAVAILABLE: io exception]
2026-04-24 09:10:15 [snail-job-grpc-client-executor-127.0.0.1-197] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[198] message:[UNAVAILABLE: io exception]
2026-04-24 09:10:25 [snail-job-grpc-client-executor-127.0.0.1-199] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[199] message:[UNAVAILABLE: io exception]
2026-04-24 09:10:35 [snail-job-grpc-client-executor-127.0.0.1-200] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[200] message:[UNAVAILABLE: io exception]
2026-04-24 09:10:45 [snail-job-grpc-client-executor-127.0.0.1-201] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[201] message:[UNAVAILABLE: io exception]
2026-04-24 09:10:55 [snail-job-grpc-client-executor-127.0.0.1-202] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[202] message:[UNAVAILABLE: io exception]
2026-04-24 09:11:05 [snail-job-grpc-client-executor-127.0.0.1-203] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[203] message:[UNAVAILABLE: io exception]
2026-04-24 09:11:15 [snail-job-grpc-client-executor-127.0.0.1-205] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[205] message:[UNAVAILABLE: io exception]
2026-04-24 09:11:25 [snail-job-grpc-client-executor-127.0.0.1-206] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[206] message:[UNAVAILABLE: io exception]
2026-04-24 09:11:35 [snail-job-grpc-client-executor-127.0.0.1-207] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[207] message:[UNAVAILABLE: io exception]
2026-04-24 09:11:45 [snail-job-grpc-client-executor-127.0.0.1-208] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[208] message:[UNAVAILABLE: io exception]
2026-04-24 09:11:55 [snail-job-grpc-client-executor-127.0.0.1-209] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[209] message:[UNAVAILABLE: io exception]
2026-04-24 09:12:05 [snail-job-grpc-client-executor-127.0.0.1-210] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[210] message:[UNAVAILABLE: io exception]
2026-04-24 09:12:15 [snail-job-grpc-client-executor-127.0.0.1-211] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[212] message:[UNAVAILABLE: io exception]
2026-04-24 09:12:25 [snail-job-grpc-client-executor-127.0.0.1-213] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[213] message:[UNAVAILABLE: io exception]
2026-04-24 09:12:35 [snail-job-grpc-client-executor-127.0.0.1-214] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[214] message:[UNAVAILABLE: io exception]
2026-04-24 09:12:45 [snail-job-grpc-client-executor-127.0.0.1-215] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[215] message:[UNAVAILABLE: io exception]
2026-04-24 09:12:55 [snail-job-grpc-client-executor-127.0.0.1-216] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[216] message:[UNAVAILABLE: io exception]
2026-04-24 09:13:05 [snail-job-grpc-client-executor-127.0.0.1-217] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[217] message:[UNAVAILABLE: io exception]
2026-04-24 09:13:15 [snail-job-grpc-client-executor-127.0.0.1-219] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[218] message:[UNAVAILABLE: io exception]
2026-04-24 09:13:25 [snail-job-grpc-client-executor-127.0.0.1-220] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[220] message:[UNAVAILABLE: io exception]
2026-04-24 09:13:35 [snail-job-grpc-client-executor-127.0.0.1-221] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[221] message:[UNAVAILABLE: io exception]
2026-04-24 09:13:45 [snail-job-grpc-client-executor-127.0.0.1-222] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[222] message:[UNAVAILABLE: io exception]
2026-04-24 09:13:55 [snail-job-grpc-client-executor-127.0.0.1-223] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[223] message:[UNAVAILABLE: io exception]
2026-04-24 09:14:05 [snail-job-grpc-client-executor-127.0.0.1-224] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[224] message:[UNAVAILABLE: io exception]
2026-04-24 09:14:15 [snail-job-grpc-client-executor-127.0.0.1-225] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[225] message:[UNAVAILABLE: io exception]
2026-04-24 09:14:25 [snail-job-grpc-client-executor-127.0.0.1-227] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[227] message:[UNAVAILABLE: io exception]
2026-04-24 09:14:35 [snail-job-grpc-client-executor-127.0.0.1-228] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[228] message:[UNAVAILABLE: io exception]
2026-04-24 09:14:45 [snail-job-grpc-client-executor-127.0.0.1-229] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[229] message:[UNAVAILABLE: io exception]
2026-04-24 09:14:55 [snail-job-grpc-client-executor-127.0.0.1-230] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[230] message:[UNAVAILABLE: io exception]
2026-04-24 09:15:05 [snail-job-grpc-client-executor-127.0.0.1-231] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[231] message:[UNAVAILABLE: io exception]
2026-04-24 09:15:15 [snail-job-grpc-client-executor-127.0.0.1-233] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[233] message:[UNAVAILABLE: io exception]
2026-04-24 09:15:25 [snail-job-grpc-client-executor-127.0.0.1-234] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[234] message:[UNAVAILABLE: io exception]
2026-04-24 09:15:35 [snail-job-grpc-client-executor-127.0.0.1-235] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[235] message:[UNAVAILABLE: io exception]
2026-04-24 09:15:45 [snail-job-grpc-client-executor-127.0.0.1-236] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[236] message:[UNAVAILABLE: io exception]
2026-04-24 09:15:55 [snail-job-grpc-client-executor-127.0.0.1-237] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[237] message:[UNAVAILABLE: io exception]
2026-04-24 09:16:05 [snail-job-grpc-client-executor-127.0.0.1-238] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[238] message:[UNAVAILABLE: io exception]
2026-04-24 09:16:15 [snail-job-grpc-client-executor-127.0.0.1-240] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[240] message:[UNAVAILABLE: io exception]
2026-04-24 09:16:25 [snail-job-grpc-client-executor-127.0.0.1-241] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[241] message:[UNAVAILABLE: io exception]
2026-04-24 09:16:35 [snail-job-grpc-client-executor-127.0.0.1-242] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[242] message:[UNAVAILABLE: io exception]
2026-04-24 09:16:45 [snail-job-grpc-client-executor-127.0.0.1-243] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[243] message:[UNAVAILABLE: io exception]
2026-04-24 09:16:55 [snail-job-grpc-client-executor-127.0.0.1-244] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[244] message:[UNAVAILABLE: io exception]
2026-04-24 09:17:05 [snail-job-grpc-client-executor-127.0.0.1-245] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[245] message:[UNAVAILABLE: io exception]
2026-04-24 09:17:15 [snail-job-grpc-client-executor-127.0.0.1-247] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[247] message:[UNAVAILABLE: io exception]
2026-04-24 09:17:25 [snail-job-grpc-client-executor-127.0.0.1-248] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[248] message:[UNAVAILABLE: io exception]
2026-04-24 09:17:35 [snail-job-grpc-client-executor-127.0.0.1-249] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[249] message:[UNAVAILABLE: io exception]
2026-04-24 09:17:45 [snail-job-grpc-client-executor-127.0.0.1-250] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[250] message:[UNAVAILABLE: io exception]
2026-04-24 09:17:55 [snail-job-grpc-client-executor-127.0.0.1-251] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[251] message:[UNAVAILABLE: io exception]
2026-04-24 09:18:05 [snail-job-grpc-client-executor-127.0.0.1-252] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[252] message:[UNAVAILABLE: io exception]
2026-04-24 09:18:15 [snail-job-grpc-client-executor-127.0.0.1-254] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[254] message:[UNAVAILABLE: io exception]
2026-04-24 09:18:25 [snail-job-grpc-client-executor-127.0.0.1-255] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[255] message:[UNAVAILABLE: io exception]
2026-04-24 09:18:35 [snail-job-grpc-client-executor-127.0.0.1-256] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[256] message:[UNAVAILABLE: io exception]
2026-04-24 09:18:45 [snail-job-grpc-client-executor-127.0.0.1-257] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[257] message:[UNAVAILABLE: io exception]
2026-04-24 09:18:55 [snail-job-grpc-client-executor-127.0.0.1-258] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[258] message:[UNAVAILABLE: io exception]
2026-04-24 09:19:05 [snail-job-grpc-client-executor-127.0.0.1-259] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[259] message:[UNAVAILABLE: io exception]
2026-04-24 09:19:15 [snail-job-grpc-client-executor-127.0.0.1-260] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[260] message:[UNAVAILABLE: io exception]
2026-04-24 09:19:25 [snail-job-grpc-client-executor-127.0.0.1-262] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[262] message:[UNAVAILABLE: io exception]
2026-04-24 09:19:35 [snail-job-grpc-client-executor-127.0.0.1-263] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[263] message:[UNAVAILABLE: io exception]
2026-04-24 09:19:45 [snail-job-grpc-client-executor-127.0.0.1-264] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[264] message:[UNAVAILABLE: io exception]
2026-04-24 09:19:55 [snail-job-grpc-client-executor-127.0.0.1-265] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[265] message:[UNAVAILABLE: io exception]
2026-04-24 09:20:05 [snail-job-grpc-client-executor-127.0.0.1-266] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[266] message:[UNAVAILABLE: io exception]
2026-04-24 09:20:15 [snail-job-grpc-client-executor-127.0.0.1-267] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[268] message:[UNAVAILABLE: io exception]
2026-04-24 09:20:25 [snail-job-grpc-client-executor-127.0.0.1-269] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[269] message:[UNAVAILABLE: io exception]
2026-04-24 09:20:35 [snail-job-grpc-client-executor-127.0.0.1-270] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[270] message:[UNAVAILABLE: io exception]
2026-04-24 09:20:45 [snail-job-grpc-client-executor-127.0.0.1-271] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[271] message:[UNAVAILABLE: io exception]
2026-04-24 09:20:55 [snail-job-grpc-client-executor-127.0.0.1-272] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[272] message:[UNAVAILABLE: io exception]
2026-04-24 09:21:05 [snail-job-grpc-client-executor-127.0.0.1-273] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[273] message:[UNAVAILABLE: io exception]
2026-04-24 09:21:15 [snail-job-grpc-client-executor-127.0.0.1-274] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[274] message:[UNAVAILABLE: io exception]
2026-04-24 09:21:25 [snail-job-grpc-client-executor-127.0.0.1-276] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[276] message:[UNAVAILABLE: io exception]
2026-04-24 09:21:35 [snail-job-grpc-client-executor-127.0.0.1-277] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[277] message:[UNAVAILABLE: io exception]
2026-04-24 09:21:45 [snail-job-grpc-client-executor-127.0.0.1-278] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[278] message:[UNAVAILABLE: io exception]
2026-04-24 09:21:55 [snail-job-grpc-client-executor-127.0.0.1-279] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[279] message:[UNAVAILABLE: io exception]
2026-04-24 09:22:05 [snail-job-grpc-client-executor-127.0.0.1-280] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[280] message:[UNAVAILABLE: io exception]
2026-04-24 09:22:15 [snail-job-grpc-client-executor-127.0.0.1-281] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[281] message:[UNAVAILABLE: io exception]
2026-04-24 09:22:25 [snail-job-grpc-client-executor-127.0.0.1-283] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[283] message:[UNAVAILABLE: io exception]
2026-04-24 09:22:35 [snail-job-grpc-client-executor-127.0.0.1-284] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[284] message:[UNAVAILABLE: io exception]
2026-04-24 09:22:45 [snail-job-grpc-client-executor-127.0.0.1-285] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[285] message:[UNAVAILABLE: io exception]
2026-04-24 09:22:55 [snail-job-grpc-client-executor-127.0.0.1-286] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[286] message:[UNAVAILABLE: io exception]
2026-04-24 09:23:05 [snail-job-grpc-client-executor-127.0.0.1-287] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[287] message:[UNAVAILABLE: io exception]
2026-04-24 09:23:15 [snail-job-grpc-client-executor-127.0.0.1-288] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[288] message:[UNAVAILABLE: io exception]
2026-04-24 09:23:25 [snail-job-grpc-client-executor-127.0.0.1-290] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[290] message:[UNAVAILABLE: io exception]
2026-04-24 09:23:35 [snail-job-grpc-client-executor-127.0.0.1-291] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[291] message:[UNAVAILABLE: io exception]
2026-04-24 09:23:45 [snail-job-grpc-client-executor-127.0.0.1-292] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[292] message:[UNAVAILABLE: io exception]
2026-04-24 09:23:55 [snail-job-grpc-client-executor-127.0.0.1-293] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[293] message:[UNAVAILABLE: io exception]
2026-04-24 09:24:05 [snail-job-grpc-client-executor-127.0.0.1-294] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[294] message:[UNAVAILABLE: io exception]
2026-04-24 09:24:15 [snail-job-grpc-client-executor-127.0.0.1-296] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[295] message:[UNAVAILABLE: io exception]
2026-04-24 09:24:25 [snail-job-grpc-client-executor-127.0.0.1-297] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[297] message:[UNAVAILABLE: io exception]
2026-04-24 09:24:35 [snail-job-grpc-client-executor-127.0.0.1-298] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[298] message:[UNAVAILABLE: io exception]
2026-04-24 09:24:45 [snail-job-grpc-client-executor-127.0.0.1-299] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[299] message:[UNAVAILABLE: io exception]
2026-04-24 09:24:55 [snail-job-grpc-client-executor-127.0.0.1-300] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[300] message:[UNAVAILABLE: io exception]
2026-04-24 09:25:05 [snail-job-grpc-client-executor-127.0.0.1-301] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[301] message:[UNAVAILABLE: io exception]
2026-04-24 09:25:15 [snail-job-grpc-client-executor-127.0.0.1-302] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[303] message:[UNAVAILABLE: io exception]
2026-04-24 09:25:25 [snail-job-grpc-client-executor-127.0.0.1-304] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[304] message:[UNAVAILABLE: io exception]
2026-04-24 09:25:35 [snail-job-grpc-client-executor-127.0.0.1-305] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[305] message:[UNAVAILABLE: io exception]
2026-04-24 09:25:45 [snail-job-grpc-client-executor-127.0.0.1-306] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[306] message:[UNAVAILABLE: io exception]
2026-04-24 09:25:55 [snail-job-grpc-client-executor-127.0.0.1-307] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[307] message:[UNAVAILABLE: io exception]
2026-04-24 09:26:05 [snail-job-grpc-client-executor-127.0.0.1-308] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[308] message:[UNAVAILABLE: io exception]
2026-04-24 09:26:15 [snail-job-grpc-client-executor-127.0.0.1-309] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[310] message:[UNAVAILABLE: io exception]
2026-04-24 09:26:25 [snail-job-grpc-client-executor-127.0.0.1-311] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[311] message:[UNAVAILABLE: io exception]
2026-04-24 09:26:35 [snail-job-grpc-client-executor-127.0.0.1-312] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[312] message:[UNAVAILABLE: io exception]
2026-04-24 09:26:45 [snail-job-grpc-client-executor-127.0.0.1-313] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[313] message:[UNAVAILABLE: io exception]
2026-04-24 09:26:55 [snail-job-grpc-client-executor-127.0.0.1-314] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[314] message:[UNAVAILABLE: io exception]
2026-04-24 09:27:05 [snail-job-grpc-client-executor-127.0.0.1-315] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[315] message:[UNAVAILABLE: io exception]
2026-04-24 09:27:15 [snail-job-grpc-client-executor-127.0.0.1-316] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[317] message:[UNAVAILABLE: io exception]
2026-04-24 09:27:25 [snail-job-grpc-client-executor-127.0.0.1-318] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[318] message:[UNAVAILABLE: io exception]
2026-04-24 09:27:35 [snail-job-grpc-client-executor-127.0.0.1-319] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[319] message:[UNAVAILABLE: io exception]
2026-04-24 09:27:45 [snail-job-grpc-client-executor-127.0.0.1-320] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[320] message:[UNAVAILABLE: io exception]
2026-04-24 09:27:55 [snail-job-grpc-client-executor-127.0.0.1-321] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[321] message:[UNAVAILABLE: io exception]
2026-04-24 09:28:05 [snail-job-grpc-client-executor-127.0.0.1-322] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[322] message:[UNAVAILABLE: io exception]
2026-04-24 09:28:15 [snail-job-grpc-client-executor-127.0.0.1-323] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[324] message:[UNAVAILABLE: io exception]
2026-04-24 09:28:25 [snail-job-grpc-client-executor-127.0.0.1-325] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[325] message:[UNAVAILABLE: io exception]
2026-04-24 09:28:35 [snail-job-grpc-client-executor-127.0.0.1-326] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[326] message:[UNAVAILABLE: io exception]
2026-04-24 09:28:45 [snail-job-grpc-client-executor-127.0.0.1-327] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[327] message:[UNAVAILABLE: io exception]
2026-04-24 09:28:55 [snail-job-grpc-client-executor-127.0.0.1-328] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[328] message:[UNAVAILABLE: io exception]
2026-04-24 09:29:05 [snail-job-grpc-client-executor-127.0.0.1-329] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[329] message:[UNAVAILABLE: io exception]
2026-04-24 09:29:15 [snail-job-grpc-client-executor-127.0.0.1-330] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[330] message:[UNAVAILABLE: io exception]
2026-04-24 09:29:25 [snail-job-grpc-client-executor-127.0.0.1-332] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[332] message:[UNAVAILABLE: io exception]
2026-04-24 09:29:35 [snail-job-grpc-client-executor-127.0.0.1-333] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[333] message:[UNAVAILABLE: io exception]
2026-04-24 09:29:45 [snail-job-grpc-client-executor-127.0.0.1-334] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[334] message:[UNAVAILABLE: io exception]
2026-04-24 09:29:55 [snail-job-grpc-client-executor-127.0.0.1-335] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[335] message:[UNAVAILABLE: io exception]
2026-04-24 09:30:05 [snail-job-grpc-client-executor-127.0.0.1-336] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[336] message:[UNAVAILABLE: io exception]
2026-04-24 09:30:15 [snail-job-grpc-client-executor-127.0.0.1-337] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[338] message:[UNAVAILABLE: io exception]
2026-04-24 09:30:25 [snail-job-grpc-client-executor-127.0.0.1-339] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[339] message:[UNAVAILABLE: io exception]
2026-04-24 09:30:35 [snail-job-grpc-client-executor-127.0.0.1-340] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[340] message:[UNAVAILABLE: io exception]
2026-04-24 09:30:45 [snail-job-grpc-client-executor-127.0.0.1-341] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[341] message:[UNAVAILABLE: io exception]
2026-04-24 09:30:55 [snail-job-grpc-client-executor-127.0.0.1-342] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[342] message:[UNAVAILABLE: io exception]
2026-04-24 09:31:05 [snail-job-grpc-client-executor-127.0.0.1-343] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[343] message:[UNAVAILABLE: io exception]
2026-04-24 09:31:15 [snail-job-grpc-client-executor-127.0.0.1-344] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[345] message:[UNAVAILABLE: io exception]
2026-04-24 09:31:25 [snail-job-grpc-client-executor-127.0.0.1-346] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[346] message:[UNAVAILABLE: io exception]
2026-04-24 09:31:35 [snail-job-grpc-client-executor-127.0.0.1-347] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[347] message:[UNAVAILABLE: io exception]
2026-04-24 09:31:45 [snail-job-grpc-client-executor-127.0.0.1-348] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[348] message:[UNAVAILABLE: io exception]
2026-04-24 09:31:55 [snail-job-grpc-client-executor-127.0.0.1-349] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[349] message:[UNAVAILABLE: io exception]
2026-04-24 09:32:05 [snail-job-grpc-client-executor-127.0.0.1-350] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[350] message:[UNAVAILABLE: io exception]
2026-04-24 09:32:15 [snail-job-grpc-client-executor-127.0.0.1-352] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[352] message:[UNAVAILABLE: io exception]
2026-04-24 09:32:25 [snail-job-grpc-client-executor-127.0.0.1-353] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[353] message:[UNAVAILABLE: io exception]
2026-04-24 09:32:35 [snail-job-grpc-client-executor-127.0.0.1-354] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[354] message:[UNAVAILABLE: io exception]
2026-04-24 09:32:45 [snail-job-grpc-client-executor-127.0.0.1-355] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[355] message:[UNAVAILABLE: io exception]
2026-04-24 09:32:55 [snail-job-grpc-client-executor-127.0.0.1-356] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[356] message:[UNAVAILABLE: io exception]
2026-04-24 09:33:05 [snail-job-grpc-client-executor-127.0.0.1-357] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[357] message:[UNAVAILABLE: io exception]
2026-04-24 09:33:15 [snail-job-grpc-client-executor-127.0.0.1-358] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[359] message:[UNAVAILABLE: io exception]
2026-04-24 09:33:25 [snail-job-grpc-client-executor-127.0.0.1-360] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[360] message:[UNAVAILABLE: io exception]
2026-04-24 09:33:35 [snail-job-grpc-client-executor-127.0.0.1-361] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[361] message:[UNAVAILABLE: io exception]
2026-04-24 09:33:45 [snail-job-grpc-client-executor-127.0.0.1-362] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[362] message:[UNAVAILABLE: io exception]
2026-04-24 09:33:55 [snail-job-grpc-client-executor-127.0.0.1-363] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[363] message:[UNAVAILABLE: io exception]
2026-04-24 09:34:05 [snail-job-grpc-client-executor-127.0.0.1-364] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[364] message:[UNAVAILABLE: io exception]
2026-04-24 09:34:15 [snail-job-grpc-client-executor-127.0.0.1-365] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[365] message:[UNAVAILABLE: io exception]
2026-04-24 09:34:25 [snail-job-grpc-client-executor-127.0.0.1-367] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[367] message:[UNAVAILABLE: io exception]
2026-04-24 09:34:35 [snail-job-grpc-client-executor-127.0.0.1-368] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[368] message:[UNAVAILABLE: io exception]
2026-04-24 09:34:45 [snail-job-grpc-client-executor-127.0.0.1-369] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[369] message:[UNAVAILABLE: io exception]
2026-04-24 09:34:55 [snail-job-grpc-client-executor-127.0.0.1-370] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[370] message:[UNAVAILABLE: io exception]
2026-04-24 09:35:05 [snail-job-grpc-client-executor-127.0.0.1-371] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[371] message:[UNAVAILABLE: io exception]
2026-04-24 09:35:15 [snail-job-grpc-client-executor-127.0.0.1-373] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[372] message:[UNAVAILABLE: io exception]
2026-04-24 09:35:25 [snail-job-grpc-client-executor-127.0.0.1-374] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[374] message:[UNAVAILABLE: io exception]
2026-04-24 09:35:35 [snail-job-grpc-client-executor-127.0.0.1-375] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[375] message:[UNAVAILABLE: io exception]
2026-04-24 09:35:45 [snail-job-grpc-client-executor-127.0.0.1-376] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[376] message:[UNAVAILABLE: io exception]
2026-04-24 09:35:55 [snail-job-grpc-client-executor-127.0.0.1-377] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[377] message:[UNAVAILABLE: io exception]
2026-04-24 09:36:05 [snail-job-grpc-client-executor-127.0.0.1-378] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[378] message:[UNAVAILABLE: io exception]
2026-04-24 09:36:15 [snail-job-grpc-client-executor-127.0.0.1-380] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[380] message:[UNAVAILABLE: io exception]
2026-04-24 09:36:25 [snail-job-grpc-client-executor-127.0.0.1-381] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[381] message:[UNAVAILABLE: io exception]
2026-04-24 09:36:35 [snail-job-grpc-client-executor-127.0.0.1-382] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[382] message:[UNAVAILABLE: io exception]
2026-04-24 09:36:45 [snail-job-grpc-client-executor-127.0.0.1-383] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[383] message:[UNAVAILABLE: io exception]
2026-04-24 09:36:55 [snail-job-grpc-client-executor-127.0.0.1-384] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[384] message:[UNAVAILABLE: io exception]
2026-04-24 09:37:05 [snail-job-grpc-client-executor-127.0.0.1-385] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[385] message:[UNAVAILABLE: io exception]
2026-04-24 09:37:15 [snail-job-grpc-client-executor-127.0.0.1-386] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[386] message:[UNAVAILABLE: io exception]
2026-04-24 09:37:25 [snail-job-grpc-client-executor-127.0.0.1-388] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[388] message:[UNAVAILABLE: io exception]
2026-04-24 09:37:35 [snail-job-grpc-client-executor-127.0.0.1-389] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[389] message:[UNAVAILABLE: io exception]
2026-04-24 09:37:45 [snail-job-grpc-client-executor-127.0.0.1-390] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[390] message:[UNAVAILABLE: io exception]
2026-04-24 09:37:55 [snail-job-grpc-client-executor-127.0.0.1-391] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[391] message:[UNAVAILABLE: io exception]
2026-04-24 09:38:05 [snail-job-grpc-client-executor-127.0.0.1-392] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[392] message:[UNAVAILABLE: io exception]
2026-04-24 09:38:15 [snail-job-grpc-client-executor-127.0.0.1-393] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[393] message:[UNAVAILABLE: io exception]
2026-04-24 09:38:25 [snail-job-grpc-client-executor-127.0.0.1-395] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[395] message:[UNAVAILABLE: io exception]
2026-04-24 09:38:35 [snail-job-grpc-client-executor-127.0.0.1-396] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[396] message:[UNAVAILABLE: io exception]
2026-04-24 09:38:45 [snail-job-grpc-client-executor-127.0.0.1-397] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[397] message:[UNAVAILABLE: io exception]
2026-04-24 09:38:55 [snail-job-grpc-client-executor-127.0.0.1-398] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[398] message:[UNAVAILABLE: io exception]
2026-04-24 09:39:05 [snail-job-grpc-client-executor-127.0.0.1-399] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[399] message:[UNAVAILABLE: io exception]
2026-04-24 09:39:15 [snail-job-grpc-client-executor-127.0.0.1-401] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[401] message:[UNAVAILABLE: io exception]
2026-04-24 09:39:25 [snail-job-grpc-client-executor-127.0.0.1-402] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[402] message:[UNAVAILABLE: io exception]
2026-04-24 09:39:35 [snail-job-grpc-client-executor-127.0.0.1-403] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[403] message:[UNAVAILABLE: io exception]
2026-04-24 09:39:45 [snail-job-grpc-client-executor-127.0.0.1-404] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[404] message:[UNAVAILABLE: io exception]
2026-04-24 09:39:55 [snail-job-grpc-client-executor-127.0.0.1-405] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[405] message:[UNAVAILABLE: io exception]
2026-04-24 09:40:05 [snail-job-grpc-client-executor-127.0.0.1-406] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[406] message:[UNAVAILABLE: io exception]
2026-04-24 09:40:15 [snail-job-grpc-client-executor-127.0.0.1-408] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[408] message:[UNAVAILABLE: io exception]
2026-04-24 09:40:25 [snail-job-grpc-client-executor-127.0.0.1-409] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[409] message:[UNAVAILABLE: io exception]
2026-04-24 09:40:35 [snail-job-grpc-client-executor-127.0.0.1-410] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[410] message:[UNAVAILABLE: io exception]
2026-04-24 09:40:45 [snail-job-grpc-client-executor-127.0.0.1-411] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[411] message:[UNAVAILABLE: io exception]
2026-04-24 09:40:55 [snail-job-grpc-client-executor-127.0.0.1-412] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[412] message:[UNAVAILABLE: io exception]
2026-04-24 09:41:05 [snail-job-grpc-client-executor-127.0.0.1-413] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[413] message:[UNAVAILABLE: io exception]
2026-04-24 09:41:15 [snail-job-grpc-client-executor-127.0.0.1-414] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[415] message:[UNAVAILABLE: io exception]
2026-04-24 09:41:25 [snail-job-grpc-client-executor-127.0.0.1-416] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[416] message:[UNAVAILABLE: io exception]
2026-04-24 09:41:35 [snail-job-grpc-client-executor-127.0.0.1-417] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[417] message:[UNAVAILABLE: io exception]
2026-04-24 09:41:45 [snail-job-grpc-client-executor-127.0.0.1-418] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[418] message:[UNAVAILABLE: io exception]
2026-04-24 09:41:55 [snail-job-grpc-client-executor-127.0.0.1-419] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[419] message:[UNAVAILABLE: io exception]
2026-04-24 09:42:05 [snail-job-grpc-client-executor-127.0.0.1-420] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[420] message:[UNAVAILABLE: io exception]
2026-04-24 09:42:15 [snail-job-grpc-client-executor-127.0.0.1-422] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[422] message:[UNAVAILABLE: io exception]
2026-04-24 09:42:25 [snail-job-grpc-client-executor-127.0.0.1-423] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[423] message:[UNAVAILABLE: io exception]
2026-04-24 09:42:35 [snail-job-grpc-client-executor-127.0.0.1-424] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[424] message:[UNAVAILABLE: io exception]
2026-04-24 09:42:45 [snail-job-grpc-client-executor-127.0.0.1-425] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[425] message:[UNAVAILABLE: io exception]
2026-04-24 09:42:55 [snail-job-grpc-client-executor-127.0.0.1-426] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[426] message:[UNAVAILABLE: io exception]
2026-04-24 09:43:05 [snail-job-grpc-client-executor-127.0.0.1-427] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[427] message:[UNAVAILABLE: io exception]
2026-04-24 09:43:15 [snail-job-grpc-client-executor-127.0.0.1-428] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[428] message:[UNAVAILABLE: io exception]
2026-04-24 09:43:25 [snail-job-grpc-client-executor-127.0.0.1-430] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[430] message:[UNAVAILABLE: io exception]
2026-04-24 09:43:35 [snail-job-grpc-client-executor-127.0.0.1-431] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[431] message:[UNAVAILABLE: io exception]
2026-04-24 09:43:45 [snail-job-grpc-client-executor-127.0.0.1-432] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[432] message:[UNAVAILABLE: io exception]
2026-04-24 09:43:55 [snail-job-grpc-client-executor-127.0.0.1-433] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[433] message:[UNAVAILABLE: io exception]
2026-04-24 09:44:05 [snail-job-grpc-client-executor-127.0.0.1-434] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[434] message:[UNAVAILABLE: io exception]
2026-04-24 09:44:15 [snail-job-grpc-client-executor-127.0.0.1-435] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[436] message:[UNAVAILABLE: io exception]
2026-04-24 09:44:25 [snail-job-grpc-client-executor-127.0.0.1-437] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[437] message:[UNAVAILABLE: io exception]
2026-04-24 09:44:35 [snail-job-grpc-client-executor-127.0.0.1-438] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[438] message:[UNAVAILABLE: io exception]
2026-04-24 09:44:45 [snail-job-grpc-client-executor-127.0.0.1-439] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[439] message:[UNAVAILABLE: io exception]
2026-04-24 09:44:55 [snail-job-grpc-client-executor-127.0.0.1-440] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[440] message:[UNAVAILABLE: io exception]
2026-04-24 09:45:05 [snail-job-grpc-client-executor-127.0.0.1-441] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[441] message:[UNAVAILABLE: io exception]
2026-04-24 09:45:15 [snail-job-grpc-client-executor-127.0.0.1-443] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[442] message:[UNAVAILABLE: io exception]
2026-04-24 09:45:25 [snail-job-grpc-client-executor-127.0.0.1-444] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[444] message:[UNAVAILABLE: io exception]
2026-04-24 09:45:35 [snail-job-grpc-client-executor-127.0.0.1-445] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[445] message:[UNAVAILABLE: io exception]
2026-04-24 09:45:45 [snail-job-grpc-client-executor-127.0.0.1-446] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[446] message:[UNAVAILABLE: io exception]
2026-04-24 09:45:55 [snail-job-grpc-client-executor-127.0.0.1-447] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[447] message:[UNAVAILABLE: io exception]
2026-04-24 09:46:05 [snail-job-grpc-client-executor-127.0.0.1-448] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[448] message:[UNAVAILABLE: io exception]
2026-04-24 09:46:15 [snail-job-grpc-client-executor-127.0.0.1-450] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[449] message:[UNAVAILABLE: io exception]
2026-04-24 09:46:25 [snail-job-grpc-client-executor-127.0.0.1-451] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[451] message:[UNAVAILABLE: io exception]
2026-04-24 09:46:35 [snail-job-grpc-client-executor-127.0.0.1-452] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[452] message:[UNAVAILABLE: io exception]
2026-04-24 09:46:45 [snail-job-grpc-client-executor-127.0.0.1-453] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[453] message:[UNAVAILABLE: io exception]
2026-04-24 09:46:55 [snail-job-grpc-client-executor-127.0.0.1-454] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[454] message:[UNAVAILABLE: io exception]
2026-04-24 09:47:05 [snail-job-grpc-client-executor-127.0.0.1-455] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[455] message:[UNAVAILABLE: io exception]
2026-04-24 09:47:15 [snail-job-grpc-client-executor-127.0.0.1-457] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[457] message:[UNAVAILABLE: io exception]
2026-04-24 09:47:25 [snail-job-grpc-client-executor-127.0.0.1-458] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[458] message:[UNAVAILABLE: io exception]
2026-04-24 09:47:35 [snail-job-grpc-client-executor-127.0.0.1-459] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[459] message:[UNAVAILABLE: io exception]
2026-04-24 09:47:45 [snail-job-grpc-client-executor-127.0.0.1-460] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[460] message:[UNAVAILABLE: io exception]
2026-04-24 09:47:55 [snail-job-grpc-client-executor-127.0.0.1-461] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[461] message:[UNAVAILABLE: io exception]
2026-04-24 09:48:05 [snail-job-grpc-client-executor-127.0.0.1-462] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[462] message:[UNAVAILABLE: io exception]
2026-04-24 09:48:15 [snail-job-grpc-client-executor-127.0.0.1-463] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[463] message:[UNAVAILABLE: io exception]
2026-04-24 09:48:25 [snail-job-grpc-client-executor-127.0.0.1-465] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[465] message:[UNAVAILABLE: io exception]
2026-04-24 09:48:35 [snail-job-grpc-client-executor-127.0.0.1-466] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[466] message:[UNAVAILABLE: io exception]
2026-04-24 09:48:45 [snail-job-grpc-client-executor-127.0.0.1-467] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[467] message:[UNAVAILABLE: io exception]
2026-04-24 09:48:55 [snail-job-grpc-client-executor-127.0.0.1-468] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[468] message:[UNAVAILABLE: io exception]
2026-04-24 09:49:05 [snail-job-grpc-client-executor-127.0.0.1-469] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[469] message:[UNAVAILABLE: io exception]
2026-04-24 09:49:15 [snail-job-grpc-client-executor-127.0.0.1-471] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[470] message:[UNAVAILABLE: io exception]
2026-04-24 09:49:25 [snail-job-grpc-client-executor-127.0.0.1-472] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[472] message:[UNAVAILABLE: io exception]
2026-04-24 09:49:35 [snail-job-grpc-client-executor-127.0.0.1-473] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[473] message:[UNAVAILABLE: io exception]
2026-04-24 09:49:45 [snail-job-grpc-client-executor-127.0.0.1-474] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[474] message:[UNAVAILABLE: io exception]
2026-04-24 09:49:55 [snail-job-grpc-client-executor-127.0.0.1-475] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[475] message:[UNAVAILABLE: io exception]
2026-04-24 09:50:05 [snail-job-grpc-client-executor-127.0.0.1-476] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[476] message:[UNAVAILABLE: io exception]
2026-04-24 09:50:15 [snail-job-grpc-client-executor-127.0.0.1-478] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[477] message:[UNAVAILABLE: io exception]
2026-04-24 09:50:25 [snail-job-grpc-client-executor-127.0.0.1-479] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[479] message:[UNAVAILABLE: io exception]
2026-04-24 09:50:35 [snail-job-grpc-client-executor-127.0.0.1-480] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[480] message:[UNAVAILABLE: io exception]
2026-04-24 09:50:45 [snail-job-grpc-client-executor-127.0.0.1-481] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[481] message:[UNAVAILABLE: io exception]
2026-04-24 09:50:55 [snail-job-grpc-client-executor-127.0.0.1-482] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[482] message:[UNAVAILABLE: io exception]
2026-04-24 09:51:05 [snail-job-grpc-client-executor-127.0.0.1-483] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[483] message:[UNAVAILABLE: io exception]
2026-04-24 09:51:15 [snail-job-grpc-client-executor-127.0.0.1-484] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[485] message:[UNAVAILABLE: io exception]
2026-04-24 09:51:25 [snail-job-grpc-client-executor-127.0.0.1-486] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[486] message:[UNAVAILABLE: io exception]
2026-04-24 09:51:35 [snail-job-grpc-client-executor-127.0.0.1-487] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[487] message:[UNAVAILABLE: io exception]
2026-04-24 09:51:45 [snail-job-grpc-client-executor-127.0.0.1-488] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[488] message:[UNAVAILABLE: io exception]
2026-04-24 09:51:55 [snail-job-grpc-client-executor-127.0.0.1-489] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[489] message:[UNAVAILABLE: io exception]
2026-04-24 09:52:05 [snail-job-grpc-client-executor-127.0.0.1-490] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[490] message:[UNAVAILABLE: io exception]
2026-04-24 09:52:15 [snail-job-grpc-client-executor-127.0.0.1-491] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[492] message:[UNAVAILABLE: io exception]
2026-04-24 09:52:25 [snail-job-grpc-client-executor-127.0.0.1-493] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[493] message:[UNAVAILABLE: io exception]
2026-04-24 09:52:35 [snail-job-grpc-client-executor-127.0.0.1-494] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[494] message:[UNAVAILABLE: io exception]
2026-04-24 09:52:45 [snail-job-grpc-client-executor-127.0.0.1-495] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[495] message:[UNAVAILABLE: io exception]
2026-04-24 09:52:55 [snail-job-grpc-client-executor-127.0.0.1-496] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[496] message:[UNAVAILABLE: io exception]
2026-04-24 09:53:05 [snail-job-grpc-client-executor-127.0.0.1-497] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[497] message:[UNAVAILABLE: io exception]
2026-04-24 09:53:15 [snail-job-grpc-client-executor-127.0.0.1-499] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[499] message:[UNAVAILABLE: io exception]
2026-04-24 09:53:25 [snail-job-grpc-client-executor-127.0.0.1-500] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[500] message:[UNAVAILABLE: io exception]
2026-04-24 09:53:35 [snail-job-grpc-client-executor-127.0.0.1-501] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[501] message:[UNAVAILABLE: io exception]
2026-04-24 09:53:45 [snail-job-grpc-client-executor-127.0.0.1-502] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[502] message:[UNAVAILABLE: io exception]
2026-04-24 09:53:55 [snail-job-grpc-client-executor-127.0.0.1-503] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[503] message:[UNAVAILABLE: io exception]
2026-04-24 09:54:05 [snail-job-grpc-client-executor-127.0.0.1-504] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[504] message:[UNAVAILABLE: io exception]
2026-04-24 09:54:15 [snail-job-grpc-client-executor-127.0.0.1-506] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[505] message:[UNAVAILABLE: io exception]
2026-04-24 09:54:25 [snail-job-grpc-client-executor-127.0.0.1-507] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[507] message:[UNAVAILABLE: io exception]
2026-04-24 09:54:35 [snail-job-grpc-client-executor-127.0.0.1-508] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[508] message:[UNAVAILABLE: io exception]
2026-04-24 09:54:45 [snail-job-grpc-client-executor-127.0.0.1-509] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[509] message:[UNAVAILABLE: io exception]
2026-04-24 09:54:55 [snail-job-grpc-client-executor-127.0.0.1-510] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[510] message:[UNAVAILABLE: io exception]
2026-04-24 09:55:05 [snail-job-grpc-client-executor-127.0.0.1-511] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[511] message:[UNAVAILABLE: io exception]
2026-04-24 09:55:15 [snail-job-grpc-client-executor-127.0.0.1-512] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[513] message:[UNAVAILABLE: io exception]
2026-04-24 09:55:25 [snail-job-grpc-client-executor-127.0.0.1-514] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[514] message:[UNAVAILABLE: io exception]
2026-04-24 09:55:35 [snail-job-grpc-client-executor-127.0.0.1-515] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[515] message:[UNAVAILABLE: io exception]
2026-04-24 09:55:45 [snail-job-grpc-client-executor-127.0.0.1-516] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[516] message:[UNAVAILABLE: io exception]
2026-04-24 09:55:55 [snail-job-grpc-client-executor-127.0.0.1-517] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[517] message:[UNAVAILABLE: io exception]
2026-04-24 09:56:05 [snail-job-grpc-client-executor-127.0.0.1-518] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[518] message:[UNAVAILABLE: io exception]
2026-04-24 09:56:15 [snail-job-grpc-client-executor-127.0.0.1-520] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[520] message:[UNAVAILABLE: io exception]
2026-04-24 09:56:25 [snail-job-grpc-client-executor-127.0.0.1-521] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[521] message:[UNAVAILABLE: io exception]
2026-04-24 09:56:35 [snail-job-grpc-client-executor-127.0.0.1-522] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[522] message:[UNAVAILABLE: io exception]
2026-04-24 09:56:45 [snail-job-grpc-client-executor-127.0.0.1-523] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[523] message:[UNAVAILABLE: io exception]
2026-04-24 09:56:55 [snail-job-grpc-client-executor-127.0.0.1-524] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[524] message:[UNAVAILABLE: io exception]
2026-04-24 09:57:05 [snail-job-grpc-client-executor-127.0.0.1-525] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[525] message:[UNAVAILABLE: io exception]
2026-04-24 09:57:15 [snail-job-grpc-client-executor-127.0.0.1-526] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[527] message:[UNAVAILABLE: io exception]
2026-04-24 09:57:25 [snail-job-grpc-client-executor-127.0.0.1-528] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[528] message:[UNAVAILABLE: io exception]
2026-04-24 09:57:35 [snail-job-grpc-client-executor-127.0.0.1-529] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[529] message:[UNAVAILABLE: io exception]
2026-04-24 09:57:45 [snail-job-grpc-client-executor-127.0.0.1-530] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[530] message:[UNAVAILABLE: io exception]
2026-04-24 09:57:55 [snail-job-grpc-client-executor-127.0.0.1-531] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[531] message:[UNAVAILABLE: io exception]
2026-04-24 09:58:05 [snail-job-grpc-client-executor-127.0.0.1-532] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[532] message:[UNAVAILABLE: io exception]
2026-04-24 09:58:15 [snail-job-grpc-client-executor-127.0.0.1-533] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[533] message:[UNAVAILABLE: io exception]
2026-04-24 09:58:25 [snail-job-grpc-client-executor-127.0.0.1-535] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[535] message:[UNAVAILABLE: io exception]
2026-04-24 09:58:35 [snail-job-grpc-client-executor-127.0.0.1-536] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[536] message:[UNAVAILABLE: io exception]
2026-04-24 09:58:45 [snail-job-grpc-client-executor-127.0.0.1-537] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[537] message:[UNAVAILABLE: io exception]
2026-04-24 09:58:55 [snail-job-grpc-client-executor-127.0.0.1-538] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[538] message:[UNAVAILABLE: io exception]
2026-04-24 09:59:05 [snail-job-grpc-client-executor-127.0.0.1-539] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[539] message:[UNAVAILABLE: io exception]
2026-04-24 09:59:15 [snail-job-grpc-client-executor-127.0.0.1-540] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[541] message:[UNAVAILABLE: io exception]
2026-04-24 09:59:25 [snail-job-grpc-client-executor-127.0.0.1-542] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[542] message:[UNAVAILABLE: io exception]
2026-04-24 09:59:35 [snail-job-grpc-client-executor-127.0.0.1-543] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[543] message:[UNAVAILABLE: io exception]
2026-04-24 09:59:45 [snail-job-grpc-client-executor-127.0.0.1-544] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[544] message:[UNAVAILABLE: io exception]
2026-04-24 09:59:55 [snail-job-grpc-client-executor-127.0.0.1-545] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[545] message:[UNAVAILABLE: io exception]
2026-04-24 10:00:05 [snail-job-grpc-client-executor-127.0.0.1-546] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[546] message:[UNAVAILABLE: io exception]
2026-04-24 10:00:15 [snail-job-grpc-client-executor-127.0.0.1-547] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[548] message:[UNAVAILABLE: io exception]
2026-04-24 10:00:25 [snail-job-grpc-client-executor-127.0.0.1-549] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[549] message:[UNAVAILABLE: io exception]
2026-04-24 10:00:35 [snail-job-grpc-client-executor-127.0.0.1-550] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[550] message:[UNAVAILABLE: io exception]
2026-04-24 10:00:45 [snail-job-grpc-client-executor-127.0.0.1-551] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[551] message:[UNAVAILABLE: io exception]
2026-04-24 10:00:55 [snail-job-grpc-client-executor-127.0.0.1-552] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[552] message:[UNAVAILABLE: io exception]
2026-04-24 10:01:05 [snail-job-grpc-client-executor-127.0.0.1-553] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[553] message:[UNAVAILABLE: io exception]
2026-04-24 10:01:15 [snail-job-grpc-client-executor-127.0.0.1-554] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[555] message:[UNAVAILABLE: io exception]
2026-04-24 10:01:25 [snail-job-grpc-client-executor-127.0.0.1-556] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[556] message:[UNAVAILABLE: io exception]
2026-04-24 10:01:35 [snail-job-grpc-client-executor-127.0.0.1-557] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[557] message:[UNAVAILABLE: io exception]
2026-04-24 10:01:45 [snail-job-grpc-client-executor-127.0.0.1-558] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[558] message:[UNAVAILABLE: io exception]
2026-04-24 10:01:55 [snail-job-grpc-client-executor-127.0.0.1-559] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[559] message:[UNAVAILABLE: io exception]
2026-04-24 10:02:05 [snail-job-grpc-client-executor-127.0.0.1-560] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[560] message:[UNAVAILABLE: io exception]
2026-04-24 10:02:15 [snail-job-grpc-client-executor-127.0.0.1-562] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[561] message:[UNAVAILABLE: io exception]
2026-04-24 10:02:25 [snail-job-grpc-client-executor-127.0.0.1-563] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[563] message:[UNAVAILABLE: io exception]
2026-04-24 10:02:35 [snail-job-grpc-client-executor-127.0.0.1-564] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[564] message:[UNAVAILABLE: io exception]
2026-04-24 10:02:45 [snail-job-grpc-client-executor-127.0.0.1-565] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[565] message:[UNAVAILABLE: io exception]
2026-04-24 10:02:55 [snail-job-grpc-client-executor-127.0.0.1-566] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[566] message:[UNAVAILABLE: io exception]
2026-04-24 10:03:05 [snail-job-grpc-client-executor-127.0.0.1-567] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[567] message:[UNAVAILABLE: io exception]
2026-04-24 10:03:15 [snail-job-grpc-client-executor-127.0.0.1-569] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[568] message:[UNAVAILABLE: io exception]
2026-04-24 10:03:25 [snail-job-grpc-client-executor-127.0.0.1-570] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[570] message:[UNAVAILABLE: io exception]
2026-04-24 10:03:35 [snail-job-grpc-client-executor-127.0.0.1-571] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[571] message:[UNAVAILABLE: io exception]
2026-04-24 10:03:45 [snail-job-grpc-client-executor-127.0.0.1-572] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[572] message:[UNAVAILABLE: io exception]
2026-04-24 10:03:55 [snail-job-grpc-client-executor-127.0.0.1-573] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[573] message:[UNAVAILABLE: io exception]
2026-04-24 10:04:05 [snail-job-grpc-client-executor-127.0.0.1-574] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[574] message:[UNAVAILABLE: io exception]
2026-04-24 10:04:15 [snail-job-grpc-client-executor-127.0.0.1-576] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[576] message:[UNAVAILABLE: io exception]
2026-04-24 10:04:25 [snail-job-grpc-client-executor-127.0.0.1-577] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[577] message:[UNAVAILABLE: io exception]
2026-04-24 10:04:35 [snail-job-grpc-client-executor-127.0.0.1-578] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[578] message:[UNAVAILABLE: io exception]
2026-04-24 10:04:45 [snail-job-grpc-client-executor-127.0.0.1-579] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[579] message:[UNAVAILABLE: io exception]
2026-04-24 10:04:55 [snail-job-grpc-client-executor-127.0.0.1-580] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[580] message:[UNAVAILABLE: io exception]
2026-04-24 10:05:05 [snail-job-grpc-client-executor-127.0.0.1-581] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[581] message:[UNAVAILABLE: io exception]
2026-04-24 10:05:15 [snail-job-grpc-client-executor-127.0.0.1-583] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[583] message:[UNAVAILABLE: io exception]
2026-04-24 10:05:25 [snail-job-grpc-client-executor-127.0.0.1-584] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[584] message:[UNAVAILABLE: io exception]
2026-04-24 10:05:35 [snail-job-grpc-client-executor-127.0.0.1-585] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[585] message:[UNAVAILABLE: io exception]
2026-04-24 10:05:45 [snail-job-grpc-client-executor-127.0.0.1-586] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[586] message:[UNAVAILABLE: io exception]
2026-04-24 10:05:55 [snail-job-grpc-client-executor-127.0.0.1-587] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[587] message:[UNAVAILABLE: io exception]
2026-04-24 10:06:05 [snail-job-grpc-client-executor-127.0.0.1-588] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[588] message:[UNAVAILABLE: io exception]
2026-04-24 10:06:15 [snail-job-grpc-client-executor-127.0.0.1-589] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[590] message:[UNAVAILABLE: io exception]
2026-04-24 10:06:25 [snail-job-grpc-client-executor-127.0.0.1-591] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[591] message:[UNAVAILABLE: io exception]
2026-04-24 10:06:35 [snail-job-grpc-client-executor-127.0.0.1-592] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[592] message:[UNAVAILABLE: io exception]
2026-04-24 10:06:45 [snail-job-grpc-client-executor-127.0.0.1-593] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[593] message:[UNAVAILABLE: io exception]
2026-04-24 10:06:55 [snail-job-grpc-client-executor-127.0.0.1-594] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[594] message:[UNAVAILABLE: io exception]
2026-04-24 10:07:05 [snail-job-grpc-client-executor-127.0.0.1-595] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[595] message:[UNAVAILABLE: io exception]
2026-04-24 10:07:15 [snail-job-grpc-client-executor-127.0.0.1-597] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[597] message:[UNAVAILABLE: io exception]
2026-04-24 10:07:25 [snail-job-grpc-client-executor-127.0.0.1-598] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[598] message:[UNAVAILABLE: io exception]
2026-04-24 10:07:35 [snail-job-grpc-client-executor-127.0.0.1-599] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[599] message:[UNAVAILABLE: io exception]
2026-04-24 10:07:45 [snail-job-grpc-client-executor-127.0.0.1-600] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[600] message:[UNAVAILABLE: io exception]
2026-04-24 10:07:55 [snail-job-grpc-client-executor-127.0.0.1-601] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[601] message:[UNAVAILABLE: io exception]
2026-04-24 10:08:05 [snail-job-grpc-client-executor-127.0.0.1-602] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[602] message:[UNAVAILABLE: io exception]
2026-04-24 10:08:15 [snail-job-grpc-client-executor-127.0.0.1-604] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[603] message:[UNAVAILABLE: io exception]
2026-04-24 10:08:25 [snail-job-grpc-client-executor-127.0.0.1-605] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[605] message:[UNAVAILABLE: io exception]
2026-04-24 10:08:35 [snail-job-grpc-client-executor-127.0.0.1-606] ERROR c.a.s.c.c.handler.ClientRegister - heartbeat check requestId:[606] message:[UNAVAILABLE: io exception]