09:04:21.256 [main] ERROR o.s.b.SpringApplication - [reportFailure,818] - Application run failed org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sysConfigController': Unsatisfied dependency expressed through field 'configService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sysConfigServiceImpl': Invocation of init method failed; nested exception is org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to 127.0.0.1:6379 at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:713) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:693) at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:408) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:336) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:334) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:209) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:932) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:591) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:732) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:409) at org.springframework.boot.SpringApplication.run(SpringApplication.java:308) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1300) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1289) at com.bonus.system.BonusSystemApplication.main(BonusSystemApplication.java:25) Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sysConfigServiceImpl': Invocation of init method failed; nested exception is org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to 127.0.0.1:6379 at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:160) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:440) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1796) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:336) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:334) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:209) at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1391) at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:710) ... 20 common frames omitted Caused by: org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to 127.0.0.1:6379 at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$ExceptionTranslatingConnectionProvider.translateException(LettuceConnectionFactory.java:1689) at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$ExceptionTranslatingConnectionProvider.getConnection(LettuceConnectionFactory.java:1597) at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$SharedConnection.getNativeConnection(LettuceConnectionFactory.java:1383) at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$SharedConnection.getConnection(LettuceConnectionFactory.java:1366) at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.getSharedConnection(LettuceConnectionFactory.java:1093) at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.getConnection(LettuceConnectionFactory.java:421) at org.springframework.data.redis.core.RedisConnectionUtils.fetchConnection(RedisConnectionUtils.java:193) at org.springframework.data.redis.core.RedisConnectionUtils.doGetConnection(RedisConnectionUtils.java:144) at org.springframework.data.redis.core.RedisConnectionUtils.getConnection(RedisConnectionUtils.java:105) at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:211) at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:191) at org.springframework.data.redis.core.AbstractOperations.execute(AbstractOperations.java:97) at org.springframework.data.redis.core.DefaultValueOperations.set(DefaultValueOperations.java:305) at com.bonus.common.redis.service.RedisService.setCacheObject(RedisService.java:31) at com.bonus.system.service.impl.SysConfigServiceImpl.loadingConfigCache(SysConfigServiceImpl.java:170) at com.bonus.system.service.impl.SysConfigServiceImpl.init(SysConfigServiceImpl.java:39) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) ... 32 common frames omitted Caused by: io.lettuce.core.RedisConnectionException: Unable to connect to 127.0.0.1:6379 at io.lettuce.core.RedisConnectionException.create(RedisConnectionException.java:78) at io.lettuce.core.RedisConnectionException.create(RedisConnectionException.java:56) at io.lettuce.core.AbstractRedisClient.getConnection(AbstractRedisClient.java:330) at io.lettuce.core.RedisClient.connect(RedisClient.java:216) at org.springframework.data.redis.connection.lettuce.StandaloneConnectionProvider.lambda$getConnection$1(StandaloneConnectionProvider.java:115) at java.util.Optional.orElseGet(Optional.java:267) at org.springframework.data.redis.connection.lettuce.StandaloneConnectionProvider.getConnection(StandaloneConnectionProvider.java:115) at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$ExceptionTranslatingConnectionProvider.getConnection(LettuceConnectionFactory.java:1595) ... 53 common frames omitted Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: /127.0.0.1:6379 Caused by: java.net.ConnectException: Connection refused: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715) at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.lang.Thread.run(Thread.java:750) 09:14:43.948 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:14:43.948 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:14:50.325 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:14:50.325 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:14:50.325 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/04/23/4fdb7b37-7289-4f57-b94d-04f9d02f4403.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:14:50.325 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/06/06/069cc5bd-8a39-4905-b4ec-0e0214a993aa.jpg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:14:50.325 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/06/11/15423a0d-cc7d-4d7b-b93c-37c61b534494.jpg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:14:50.325 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/04/23/11c67475-aad9-483e-aaf9-6c09076f8e07.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:14:50.325 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:14:50.325 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:14:50.340 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:14:50.341 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:34:21.481 [http-nio-48382-exec-2] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:34:21.481 [http-nio-48382-exec-2] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:34:24.651 [http-nio-48382-exec-6] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:34:24.651 [http-nio-48382-exec-6] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:35:02.289 [http-nio-48382-exec-8] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:35:02.291 [http-nio-48382-exec-8] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:36:02.788 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:36:02.788 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:36:32.624 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:36:32.624 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:36:57.336 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:36:57.336 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:36:57.336 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/04/23/4fdb7b37-7289-4f57-b94d-04f9d02f4403.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:36:57.336 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/06/06/069cc5bd-8a39-4905-b4ec-0e0214a993aa.jpg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:36:57.336 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/06/11/15423a0d-cc7d-4d7b-b93c-37c61b534494.jpg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:36:57.336 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/04/23/11c67475-aad9-483e-aaf9-6c09076f8e07.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:36:57.336 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:36:57.336 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:36:57.336 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:36:57.352 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:39:24.460 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:39:24.460 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:39:30.254 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:39:30.254 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:40:28.584 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:40:28.593 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:40:30.560 [http-nio-48382-exec-8] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:40:30.561 [http-nio-48382-exec-8] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:40:51.216 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:40:51.217 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:40:53.214 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:40:53.214 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:41:17.085 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:41:17.085 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:41:42.887 [http-nio-48382-exec-1] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:41:42.887 [http-nio-48382-exec-1] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:41:44.010 [http-nio-48382-exec-2] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:41:44.010 [http-nio-48382-exec-2] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:41:44.847 [http-nio-48382-exec-6] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:41:44.847 [http-nio-48382-exec-6] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:42:03.427 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:42:03.427 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:42:15.132 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:42:15.132 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:42:17.088 [http-nio-48382-exec-2] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:42:17.089 [http-nio-48382-exec-2] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:42:26.110 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:42:26.114 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:42:53.339 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:42:53.339 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:42:53.339 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/04/23/4fdb7b37-7289-4f57-b94d-04f9d02f4403.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:42:53.339 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/06/06/069cc5bd-8a39-4905-b4ec-0e0214a993aa.jpg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:42:53.339 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/06/11/15423a0d-cc7d-4d7b-b93c-37c61b534494.jpg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:42:53.339 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/04/23/11c67475-aad9-483e-aaf9-6c09076f8e07.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:42:53.346 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:42:53.346 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:42:53.346 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:42:53.346 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:43:02.154 [http-nio-48382-exec-6] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:43:02.154 [http-nio-48382-exec-6] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:43:13.815 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:43:13.815 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:43:52.332 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:43:52.332 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:44:04.361 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:44:04.361 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:44:26.422 [http-nio-48382-exec-1] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:44:26.422 [http-nio-48382-exec-1] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:44:29.984 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:44:29.984 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:45:41.547 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:45:41.548 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:47:52.722 [http-nio-48382-exec-6] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:47:52.722 [http-nio-48382-exec-6] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:48:07.737 [http-nio-48382-exec-1] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:48:07.737 [http-nio-48382-exec-1] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:48:58.919 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:48:58.920 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:49:08.897 [http-nio-48382-exec-1] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:49:08.901 [http-nio-48382-exec-1] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:49:41.342 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:49:41.342 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:50:07.149 [http-nio-48382-exec-1] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:50:07.149 [http-nio-48382-exec-1] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:50:20.694 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:50:20.694 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:50:23.915 [http-nio-48382-exec-1] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:50:23.915 [http-nio-48382-exec-1] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:50:28.852 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:50:28.852 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:50:46.800 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:50:46.800 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:50:47.796 [http-nio-48382-exec-3] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:50:47.796 [http-nio-48382-exec-3] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:51:00.099 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:51:00.099 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:51:00.850 [http-nio-48382-exec-1] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:51:00.850 [http-nio-48382-exec-1] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:51:19.351 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:51:19.351 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:53:15.372 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:53:15.373 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:59:51.774 [http-nio-48382-exec-6] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 09:59:51.776 [http-nio-48382-exec-6] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:01:02.570 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:01:02.570 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:06:40.985 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:06:40.988 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:07:43.728 [http-nio-48382-exec-6] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:07:43.728 [http-nio-48382-exec-6] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:07:45.581 [http-nio-48382-exec-1] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:07:45.582 [http-nio-48382-exec-1] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:07:46.555 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:07:46.555 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:07:52.826 [http-nio-48382-exec-2] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:07:52.826 [http-nio-48382-exec-2] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:08:54.241 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:08:54.241 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:08:59.900 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:08:59.900 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:08:59.900 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/04/23/4fdb7b37-7289-4f57-b94d-04f9d02f4403.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:08:59.900 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/06/06/069cc5bd-8a39-4905-b4ec-0e0214a993aa.jpg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:08:59.900 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/06/11/15423a0d-cc7d-4d7b-b93c-37c61b534494.jpg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:08:59.900 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/04/23/11c67475-aad9-483e-aaf9-6c09076f8e07.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:08:59.900 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:08:59.900 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:08:59.900 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:08:59.900 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:09:35.669 [http-nio-48382-exec-2] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:09:35.669 [http-nio-48382-exec-2] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:09:35.669 [http-nio-48382-exec-2] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/04/23/4fdb7b37-7289-4f57-b94d-04f9d02f4403.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:09:35.669 [http-nio-48382-exec-2] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/06/06/069cc5bd-8a39-4905-b4ec-0e0214a993aa.jpg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:09:35.669 [http-nio-48382-exec-2] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/06/11/15423a0d-cc7d-4d7b-b93c-37c61b534494.jpg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:09:35.674 [http-nio-48382-exec-2] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/04/23/11c67475-aad9-483e-aaf9-6c09076f8e07.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:09:35.675 [http-nio-48382-exec-2] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:09:35.675 [http-nio-48382-exec-2] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:09:35.675 [http-nio-48382-exec-2] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:09:35.675 [http-nio-48382-exec-2] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:09:37.709 [http-nio-48382-exec-6] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:09:37.709 [http-nio-48382-exec-6] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:10:16.709 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:10:16.709 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:10:16.709 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/04/23/4fdb7b37-7289-4f57-b94d-04f9d02f4403.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:10:16.709 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/06/06/069cc5bd-8a39-4905-b4ec-0e0214a993aa.jpg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:10:16.716 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/06/11/15423a0d-cc7d-4d7b-b93c-37c61b534494.jpg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:10:16.719 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/04/23/11c67475-aad9-483e-aaf9-6c09076f8e07.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:10:16.720 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:10:16.721 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:10:16.721 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:10:16.723 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:10:23.029 [http-nio-48382-exec-8] ERROR c.b.s.c.SysUserController - [remove,416] - feign.FeignException$ServiceUnavailable: [503] during [POST] to [http://bonus-smart-canteen/acc_info/deleteAccInfoByUserIds] [SmartCanteenClient#deleteAccInfoByUserIds(List)]: [Load balancer does not contain an instance for the service bonus-smart-canteen] feign.FeignException$ServiceUnavailable: [503] during [POST] to [http://bonus-smart-canteen/acc_info/deleteAccInfoByUserIds] [SmartCanteenClient#deleteAccInfoByUserIds(List)]: [Load balancer does not contain an instance for the service bonus-smart-canteen] at feign.FeignException.serverErrorStatus(FeignException.java:256) at feign.FeignException.errorStatus(FeignException.java:197) at feign.FeignException.errorStatus(FeignException.java:185) at feign.codec.ErrorDecoder$Default.decode(ErrorDecoder.java:92) at feign.AsyncResponseHandler.handleResponse(AsyncResponseHandler.java:98) at feign.SynchronousMethodHandler.executeAndDecode(SynchronousMethodHandler.java:141) at feign.SynchronousMethodHandler.invoke(SynchronousMethodHandler.java:91) at com.alibaba.cloud.sentinel.feign.SentinelInvocationHandler.invoke(SentinelInvocationHandler.java:109) at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory$1.proceed(FeignCachingInvocationHandlerFactory.java:66) at org.springframework.cache.interceptor.CacheInterceptor.lambda$invoke$0(CacheInterceptor.java:54) at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:351) at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:64) at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory.lambda$create$1(FeignCachingInvocationHandlerFactory.java:53) at com.sun.proxy.$Proxy197.deleteAccInfoByUserIds(Unknown Source) at com.bonus.system.service.impl.SysUserServiceImpl.deleteUserByIds(SysUserServiceImpl.java:604) at com.bonus.system.service.impl.SysUserServiceImpl$$FastClassBySpringCGLIB$$5399d1cf.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:792) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:707) at com.bonus.system.service.impl.SysUserServiceImpl$$EnhancerBySpringCGLIB$$43ff1f0c.deleteUserByIds() at com.bonus.system.controller.SysUserController.remove(SysUserController.java:414) at com.bonus.system.controller.SysUserController$$FastClassBySpringCGLIB$$5ef938e5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:792) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) at com.bonus.common.security.aspect.PermissionOrInnerAuthAspect.innerAround(PermissionOrInnerAuthAspect.java:51) at sun.reflect.GeneratedMethodAccessor316.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762) at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762) at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:57) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762) at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:707) at com.bonus.system.controller.SysUserController$$EnhancerBySpringCGLIB$$a7e8b6a9.remove() at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:903) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:809) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1072) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:965) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) at javax.servlet.http.HttpServlet.service(HttpServlet.java:665) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) at javax.servlet.http.HttpServlet.service(HttpServlet.java:750) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:209) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) at com.bonus.common.security.config.MyFilter.doFilterInternal(MyFilter.java:42) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:481) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:390) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:928) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1794) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:750) 10:10:33.675 [http-nio-48382-exec-1] ERROR c.b.s.c.SysUserController - [remove,416] - feign.FeignException$ServiceUnavailable: [503] during [POST] to [http://bonus-smart-canteen/acc_info/deleteAccInfoByUserIds] [SmartCanteenClient#deleteAccInfoByUserIds(List)]: [Load balancer does not contain an instance for the service bonus-smart-canteen] feign.FeignException$ServiceUnavailable: [503] during [POST] to [http://bonus-smart-canteen/acc_info/deleteAccInfoByUserIds] [SmartCanteenClient#deleteAccInfoByUserIds(List)]: [Load balancer does not contain an instance for the service bonus-smart-canteen] at feign.FeignException.serverErrorStatus(FeignException.java:256) at feign.FeignException.errorStatus(FeignException.java:197) at feign.FeignException.errorStatus(FeignException.java:185) at feign.codec.ErrorDecoder$Default.decode(ErrorDecoder.java:92) at feign.AsyncResponseHandler.handleResponse(AsyncResponseHandler.java:98) at feign.SynchronousMethodHandler.executeAndDecode(SynchronousMethodHandler.java:141) at feign.SynchronousMethodHandler.invoke(SynchronousMethodHandler.java:91) at com.alibaba.cloud.sentinel.feign.SentinelInvocationHandler.invoke(SentinelInvocationHandler.java:109) at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory$1.proceed(FeignCachingInvocationHandlerFactory.java:66) at org.springframework.cache.interceptor.CacheInterceptor.lambda$invoke$0(CacheInterceptor.java:54) at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:351) at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:64) at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory.lambda$create$1(FeignCachingInvocationHandlerFactory.java:53) at com.sun.proxy.$Proxy197.deleteAccInfoByUserIds(Unknown Source) at com.bonus.system.service.impl.SysUserServiceImpl.deleteUserByIds(SysUserServiceImpl.java:604) at com.bonus.system.service.impl.SysUserServiceImpl$$FastClassBySpringCGLIB$$5399d1cf.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:792) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:707) at com.bonus.system.service.impl.SysUserServiceImpl$$EnhancerBySpringCGLIB$$43ff1f0c.deleteUserByIds() at com.bonus.system.controller.SysUserController.remove(SysUserController.java:414) at com.bonus.system.controller.SysUserController$$FastClassBySpringCGLIB$$5ef938e5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:792) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) at com.bonus.common.security.aspect.PermissionOrInnerAuthAspect.innerAround(PermissionOrInnerAuthAspect.java:51) at sun.reflect.GeneratedMethodAccessor316.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762) at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762) at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:57) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762) at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:707) at com.bonus.system.controller.SysUserController$$EnhancerBySpringCGLIB$$a7e8b6a9.remove() at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:903) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:809) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1072) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:965) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) at javax.servlet.http.HttpServlet.service(HttpServlet.java:665) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) at javax.servlet.http.HttpServlet.service(HttpServlet.java:750) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:209) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) at com.bonus.common.security.config.MyFilter.doFilterInternal(MyFilter.java:42) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:481) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:390) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:928) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1794) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:750) 10:10:39.135 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:10:39.135 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:10:39.701 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:10:39.701 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:10:39.701 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/04/23/4fdb7b37-7289-4f57-b94d-04f9d02f4403.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:10:39.701 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/06/06/069cc5bd-8a39-4905-b4ec-0e0214a993aa.jpg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:10:39.701 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/06/11/15423a0d-cc7d-4d7b-b93c-37c61b534494.jpg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:10:39.701 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/04/23/11c67475-aad9-483e-aaf9-6c09076f8e07.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:10:39.701 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:10:39.701 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:10:39.701 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:10:39.701 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:15:26.096 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:15:26.096 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:15:26.096 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:15:26.096 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:15:26.096 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:15:26.096 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/08/07/e57ab84d-b8e7-4ed8-8e22-a29f7812572d.jpg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:15:26.096 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/07/03/351e9f0a-4970-451c-9bbd-b7eb40a7bbd4.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:15:26.096 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:15:26.096 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:15:26.096 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/04/27/50887606-ee13-440b-ae41-c9a55feabe42.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:15:33.535 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:15:33.535 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:15:33.535 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/04/23/4fdb7b37-7289-4f57-b94d-04f9d02f4403.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:15:33.535 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/06/06/069cc5bd-8a39-4905-b4ec-0e0214a993aa.jpg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:15:33.535 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/06/11/15423a0d-cc7d-4d7b-b93c-37c61b534494.jpg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:15:33.535 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/04/23/11c67475-aad9-483e-aaf9-6c09076f8e07.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:15:33.550 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:15:33.550 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:15:33.550 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:15:33.550 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:16:08.318 [http-nio-48382-exec-3] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:16:08.318 [http-nio-48382-exec-3] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:16:38.837 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:16:38.837 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:16:43.060 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:16:43.060 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:16:44.842 [http-nio-48382-exec-1] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:16:44.842 [http-nio-48382-exec-1] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:16:58.450 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:16:58.465 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:17:20.184 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:17:20.184 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:18:24.306 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:18:24.306 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:18:24.306 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/04/23/4fdb7b37-7289-4f57-b94d-04f9d02f4403.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:18:24.306 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/06/06/069cc5bd-8a39-4905-b4ec-0e0214a993aa.jpg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:18:24.306 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/06/11/15423a0d-cc7d-4d7b-b93c-37c61b534494.jpg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:18:24.306 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/04/23/11c67475-aad9-483e-aaf9-6c09076f8e07.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:18:24.306 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:18:24.306 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:18:24.306 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:18:24.306 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:19:43.266 [http-nio-48382-exec-6] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:19:43.266 [http-nio-48382-exec-6] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:20:15.402 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:20:15.402 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:23:20.693 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:23:20.693 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:24:48.131 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:24:48.133 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:37:55.574 [http-nio-48382-exec-6] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:37:55.575 [http-nio-48382-exec-6] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:45:51.987 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:45:51.987 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:45:51.987 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/04/23/4fdb7b37-7289-4f57-b94d-04f9d02f4403.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:45:51.987 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/06/06/069cc5bd-8a39-4905-b4ec-0e0214a993aa.jpg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:45:51.987 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/06/11/15423a0d-cc7d-4d7b-b93c-37c61b534494.jpg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:45:51.987 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/04/23/11c67475-aad9-483e-aaf9-6c09076f8e07.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:45:51.987 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:45:51.987 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:45:51.987 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:45:51.987 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:55:51.309 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 10:55:51.309 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 11:27:34.478 [http-nio-48382-exec-8] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 11:27:34.478 [http-nio-48382-exec-8] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 11:28:09.763 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 11:28:09.763 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 11:29:00.949 [http-nio-48382-exec-8] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 11:29:00.951 [http-nio-48382-exec-8] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 13:20:49.419 [http-nio-48382-exec-8] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 13:20:49.419 [http-nio-48382-exec-8] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 13:37:13.317 [http-nio-48382-exec-8] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 13:37:13.318 [http-nio-48382-exec-8] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 13:37:13.319 [http-nio-48382-exec-8] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/04/23/4fdb7b37-7289-4f57-b94d-04f9d02f4403.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 13:37:13.319 [http-nio-48382-exec-8] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/06/06/069cc5bd-8a39-4905-b4ec-0e0214a993aa.jpg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 13:37:13.319 [http-nio-48382-exec-8] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/06/11/15423a0d-cc7d-4d7b-b93c-37c61b534494.jpg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 13:37:13.319 [http-nio-48382-exec-8] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/04/23/11c67475-aad9-483e-aaf9-6c09076f8e07.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 13:37:13.319 [http-nio-48382-exec-8] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 13:37:13.319 [http-nio-48382-exec-8] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 13:37:13.319 [http-nio-48382-exec-8] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 13:37:13.324 [http-nio-48382-exec-8] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 14:07:42.849 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 14:07:42.850 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 14:07:44.858 [http-nio-48382-exec-6] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 14:07:44.859 [http-nio-48382-exec-6] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 14:07:54.522 [http-nio-48382-exec-2] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 14:07:54.522 [http-nio-48382-exec-2] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 14:07:59.111 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 14:07:59.113 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 14:08:05.926 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 14:08:05.926 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 14:08:21.302 [http-nio-48382-exec-6] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 14:08:21.302 [http-nio-48382-exec-6] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 14:10:48.079 [http-nio-48382-exec-1] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 14:10:48.083 [http-nio-48382-exec-1] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 14:10:53.509 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 14:10:53.510 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 14:27:04.456 [http-nio-48382-exec-6] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 14:27:04.456 [http-nio-48382-exec-6] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 14:37:56.528 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 14:37:56.534 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 14:46:00.168 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 14:46:00.169 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 14:57:44.456 [http-nio-48382-exec-3] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 14:57:44.458 [http-nio-48382-exec-3] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 15:02:18.170 [http-nio-48382-exec-6] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 15:02:18.173 [http-nio-48382-exec-6] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 15:02:32.849 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 15:02:32.849 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 15:18:21.589 [http-nio-48382-exec-6] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 15:18:21.595 [http-nio-48382-exec-6] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 15:35:43.888 [http-nio-48382-exec-8] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 15:35:43.888 [http-nio-48382-exec-8] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 15:42:23.813 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 15:42:23.813 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 15:42:47.295 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 15:42:47.295 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 15:45:30.804 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 15:45:30.804 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 15:45:31.999 [http-nio-48382-exec-3] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 15:45:31.999 [http-nio-48382-exec-3] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 15:45:33.384 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 15:45:33.385 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 15:45:53.465 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 15:45:53.465 [http-nio-48382-exec-4] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 15:45:53.606 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 15:45:53.607 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 15:46:31.532 [http-nio-48382-exec-3] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 15:46:31.532 [http-nio-48382-exec-3] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 15:51:30.322 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 15:51:30.322 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 15:51:33.453 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 15:51:33.453 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 15:57:29.550 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 15:57:29.556 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 15:58:55.455 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 15:58:55.455 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 16:01:57.040 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 16:01:57.040 [http-nio-48382-exec-9] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 16:02:59.416 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 16:02:59.417 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 16:03:00.544 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 16:03:00.545 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 16:03:04.409 [http-nio-48382-exec-6] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 16:03:04.410 [http-nio-48382-exec-6] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 16:03:10.189 [http-nio-48382-exec-2] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 16:03:10.191 [http-nio-48382-exec-2] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 17:01:20.349 [http-nio-48382-exec-6] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 17:01:20.349 [http-nio-48382-exec-6] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 17:05:26.966 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 17:05:26.967 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 17:12:27.675 [http-nio-48382-exec-6] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 17:12:27.677 [http-nio-48382-exec-6] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 17:12:28.020 [http-nio-48382-exec-2] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 17:12:28.021 [http-nio-48382-exec-2] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 17:16:52.274 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 17:16:52.275 [http-nio-48382-exec-7] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 17:16:58.621 [http-nio-48382-exec-6] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 17:16:58.625 [http-nio-48382-exec-6] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 17:30:38.193 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=uploads/2025/05/09/43482c97-6b0a-4f39-8c67-4c5c8dc82ac0.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 17:30:38.195 [http-nio-48382-exec-5] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 17:30:38.887 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/06/25/bb8e08e7-7f8c-47b1-bd5e-f113f28a9b83.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 17:30:38.889 [http-nio-48382-exec-10] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 18:06:43.195 [http-nio-48382-exec-8] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl?fileUrl=http%3A//192.168.0.14%3A9090/lnyst/uploads/2025/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file] 18:06:43.196 [http-nio-48382-exec-8] ERROR c.b.s.a.f.RemoteFileFallbackFactory - [create,26] - 文件服务调用失败:[503] during [GET] to [http://bonus-file/getFullFileUrl] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]