bns_jjsp_service/logs/securityControl-gateway/error.log

211 lines
43 KiB
Plaintext
Raw Normal View History

2025-01-16 18:13:22 +08:00
09:17:06.190 [main] ERROR o.s.b.SpringApplication - [reportFailure,824] - Application run failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'requestCoverFilter': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'system.param' in value "${system.param}"
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:405)
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:335)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
at org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext.refresh(ReactiveWebServerApplicationContext.java:66)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:734)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:408)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:308)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
at com.securityControl.gateway.VscGatewayApplication.main(VscGatewayApplication.java:17)
Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'system.param' in value "${system.param}"
at org.springframework.util.PropertyPlaceholderHelper.parseStringValue(PropertyPlaceholderHelper.java:180)
at org.springframework.util.PropertyPlaceholderHelper.replacePlaceholders(PropertyPlaceholderHelper.java:126)
at org.springframework.core.env.AbstractPropertyResolver.doResolvePlaceholders(AbstractPropertyResolver.java:239)
at org.springframework.core.env.AbstractPropertyResolver.resolveRequiredPlaceholders(AbstractPropertyResolver.java:210)
at org.springframework.context.support.PropertySourcesPlaceholderConfigurer.lambda$processProperties$0(PropertySourcesPlaceholderConfigurer.java:191)
at org.springframework.beans.factory.support.AbstractBeanFactory.resolveEmbeddedValue(AbstractBeanFactory.java:936)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1332)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:656)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:639)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
... 17 common frames omitted
09:18:44.792 [main] ERROR o.s.b.SpringApplication - [reportFailure,824] - Application run failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'requestCoverFilter': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'system.param' in value "${system.param}"
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:405)
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:335)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
at org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext.refresh(ReactiveWebServerApplicationContext.java:66)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:734)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:408)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:308)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
at com.securityControl.gateway.VscGatewayApplication.main(VscGatewayApplication.java:17)
Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'system.param' in value "${system.param}"
at org.springframework.util.PropertyPlaceholderHelper.parseStringValue(PropertyPlaceholderHelper.java:180)
at org.springframework.util.PropertyPlaceholderHelper.replacePlaceholders(PropertyPlaceholderHelper.java:126)
at org.springframework.core.env.AbstractPropertyResolver.doResolvePlaceholders(AbstractPropertyResolver.java:239)
at org.springframework.core.env.AbstractPropertyResolver.resolveRequiredPlaceholders(AbstractPropertyResolver.java:210)
at org.springframework.context.support.PropertySourcesPlaceholderConfigurer.lambda$processProperties$0(PropertySourcesPlaceholderConfigurer.java:191)
at org.springframework.beans.factory.support.AbstractBeanFactory.resolveEmbeddedValue(AbstractBeanFactory.java:936)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1332)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:656)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:639)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
... 17 common frames omitted
09:19:28.100 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/auth/login,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-auth"
09:20:46.797 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:20:46.797 [boundedElastic-4] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:20:46.797 [boundedElastic-1] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:20:46.797 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:20:46.816 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:20:46.830 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:20:46.834 [boundedElastic-8] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:20:46.860 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:20:46.863 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:20:46.866 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:20:46.879 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:20:46.880 [boundedElastic-12] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:21:01.116 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/device/getDeviceList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:21:03.798 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:21:55.881 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/team/getOrgSelected,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:21:55.909 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/newPro/getBasicInfoData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:21:55.928 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/newPro/getProList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:21:55.948 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/newPro/getProjectSelect,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:22:03.648 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/newPro/getProList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:22:03.683 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/newPro/getBasicInfoData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:22:08.091 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/team/getOrgSelected,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:22:08.116 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/newPro/getBasicInfoData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:22:08.134 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/newPro/getProList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:22:08.155 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/newPro/getProjectSelect,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:23:28.684 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/system/sys/selected/getDictSelected,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-system"
09:23:28.684 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/system/sys/selected/getDeviceTypeSelected,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-system"
09:24:26.526 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/system/sys/selected/getDictSelected,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-system"
09:24:26.527 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/system/sys/selected/getDeviceTypeSelected,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-system"
09:25:30.902 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/system/sys/selected/getDictSelected,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-system"
09:25:37.216 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/system/sys/selected/getDictSelected,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-system"
09:25:37.270 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/system/sys/selected/getDictSelected,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-system"
09:25:37.321 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/system/sys/selected/getDictSelected,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-system"
09:25:37.375 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/system/sys/selected/getProSelected,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-system"
09:28:12.957 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/system/sys/selected/getDeviceTypeSelected,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-system"
09:28:12.957 [boundedElastic-10] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/system/sys/selected/getDictSelected,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-system"
09:28:31.808 [boundedElastic-8] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/system/sys/selected/getDeviceTypeSelected,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-system"
09:28:31.808 [boundedElastic-13] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/system/sys/selected/getDictSelected,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-system"
09:44:01.995 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:44:01.995 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:44:01.995 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
09:46:04.298 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/system/sys/selected/getDictSelected,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-system"
10:04:53.677 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/system/sys/selected/getDeviceTypeSelected,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-system"
10:04:53.736 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/system/sys/selected/getDictSelected,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-system"
10:35:14.131 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:14.131 [boundedElastic-5] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:14.131 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:14.131 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:14.131 [boundedElastic-8] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:14.131 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:14.372 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:14.372 [boundedElastic-8] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:14.372 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:14.372 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:14.372 [boundedElastic-3] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:14.372 [boundedElastic-2] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:31.987 [boundedElastic-7] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:48.369 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:48.428 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:48.854 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:48.873 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:48.894 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:48.904 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:48.920 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:48.942 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:48.956 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:48.974 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:48.987 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:49.008 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:52.345 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:52.391 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:52.707 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:52.727 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:52.745 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:52.754 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:52.770 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:52.795 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:52.811 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:52.828 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:52.843 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:52.860 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:54.811 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:54.856 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:55.151 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:55.169 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:55.195 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:55.207 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:55.226 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:55.251 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:55.264 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:55.282 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:55.298 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:55.320 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:55.569 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:55.620 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:55.919 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:55.941 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:55.951 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:55.965 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:55.985 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:56.004 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:56.021 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:56.038 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:56.053 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:56.255 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:56.300 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:56.558 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:56.580 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:56.595 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:56.606 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:56.623 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:56.643 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:56.656 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:56.672 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:56.690 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:35:56.704 [boundedElastic-6] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:14.325 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:15.089 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:15.173 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:15.579 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:15.608 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:15.629 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:15.655 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:15.681 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:15.706 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:15.728 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:15.749 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:15.777 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:15.806 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:17.772 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/duty/getSchedulingPersonByDate,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:17.882 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getBadWeatherData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:18.286 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getProNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:18.305 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getWeekRiskNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:18.324 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getTicketNumByType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:18.336 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassPeopleNum,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:18.353 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getRiskMap,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:18.372 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getClassMettingData,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:18.388 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/early/getTodayWarnInfo,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:18.404 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:18.420 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/history/getHistoryByDateType,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:18.436 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/proteam/pot/home/getGtList,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-proteam"
10:36:29.224 [boundedElastic-11] ERROR c.s.g.h.GatewayExceptionHandler - [handle,52] - [网关异常处理]请求路径:/basfs/auth/login,异常信息:503 SERVICE_UNAVAILABLE "Unable to find instance for securityControl-auth"