Bonus-ProtectionSetting-Cloud/logs/bonus-system/error.2025-10-13.log

225 lines
60 KiB
Plaintext

08:55:41.790 [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:10:45.653 [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:10:45.653 [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:12:54.541 [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:12:54.541 [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:13:33.620 [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:13:33.620 [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:35:24.380 [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:35:24.383 [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:37:38.547 [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:37:38.547 [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:37:40.918 [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:37:40.918 [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:41:15.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]
09:41:15.532 [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:34.323 [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:41:34.335 [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:38.199 [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:38.203 [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:39.393 [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:39.399 [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:41.899 [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:41:41.899 [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:41:45.423 [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:41:45.423 [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:41:47.171 [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:41:47.171 [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:46:35.782 [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:46:35.783 [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:52:27.757 [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:52:27.759 [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:02:01.604 [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:02:01.604 [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]
11:27:11.734 [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]
11:27:11.734 [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]
11:30:53.335 [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]
11:30:53.340 [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]
13:32:55.204 [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:32:55.204 [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:56:33.327 [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]
13:56:33.327 [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]
13:56:36.359 [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]
13:56:36.359 [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]
13:57:03.325 [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]
13:57:03.327 [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:14:56.294 [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:14:56.294 [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:14:58.426 [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:14:58.428 [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:15:01.697 [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:15:01.697 [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:15:04.338 [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]
14:15:04.341 [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:15:04.807 [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:15:04.807 [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]
14:15:14.331 [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]
14:15:14.331 [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:15:31.895 [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]
14:15:31.895 [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:15:34.331 [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:15:34.331 [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:15:37.531 [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]
14:15:37.531 [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:15:39.883 [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]
14:15:39.886 [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]
14:16:06.819 [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:16:06.823 [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:16:08.973 [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:16:08.973 [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:16:11.548 [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:16:11.548 [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:19:16.164 [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:19:16.166 [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:19:20.099 [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:19:20.100 [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:19:23.088 [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]
14:19:23.088 [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]
14:19:25.435 [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:19:25.435 [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:19:30.484 [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:19:30.484 [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:27:20.638 [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:20.638 [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:27:34.594 [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:27:34.594 [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:27:44.195 [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:27:44.195 [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:28:02.218 [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:28:02.221 [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:29:01.108 [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:29:01.112 [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:31:45.770 [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]
14:31:45.774 [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:31:49.341 [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:31:49.342 [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:32:00.919 [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]
14:32:00.920 [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:32:02.124 [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]
14:32:02.125 [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]
14:32:06.300 [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:32:06.302 [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:35:51.134 [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:35:51.135 [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]
17:21:36.294 [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]
17:21:36.303 [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]
17:23:20.079 [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]
17:23:20.080 [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]
17:23:58.423 [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]
17:23:58.425 [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]
17:25:15.801 [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]
17:25:15.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]
17:25:15.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/04/23/4fdb7b37-7289-4f57-b94d-04f9d02f4403.jpeg] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
17:25:15.809 [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]
17:25:15.811 [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]
17:25:15.812 [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]
17:25:15.813 [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:25:15.813 [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:25:15.815 [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:25:15.815 [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:25:58.258 [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]
17:26:44.022 [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/05/09/7eecab1d-c914-4bf2-848d-2468dfd7360f.png] [RemoteFileService#getFullFileUrl(String)]: [Load balancer does not contain an instance for the service bonus-file]
17:26:44.025 [http-nio-48382-exec-1] 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:27:12.335 [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]
17:27:12.337 [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]
17:28:40.909 [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]
17:28:40.910 [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]
17:39:50.620 [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]
17:39:50.621 [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]
17:40:11.299 [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]
17:40:11.301 [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]
17:40:16.506 [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]
17:40:16.507 [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]
17:40:35.898 [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]
17:40:35.898 [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]
17:42:56.669 [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:42:56.669 [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:48:16.931 [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]
17:48:16.934 [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]