16:28:38.248 [main] INFO com.crm.ib.task.CrmIbTaskApplication - The following profiles are active: prod 16:28:38.341 [main] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@1e397ed7: startup date [Tue Jul 05 16:28:38 CST 2022]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@1edf1c96 16:28:49.888 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode! 16:28:50.138 [main] INFO o.s.b.f.s.DefaultListableBeanFactory - Overriding bean definition for bean 'agentPointRecordRepository' with a different definition: replacing [Generic bean: class [org.mybatis.spring.mapper.MapperFactoryBean]; scope=singleton; abstract=false; lazyInit=false; autowireMode=2; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [jar:file:/D:/server/crm/ib-task-service/crm-ib-task-0.0.1-SNAPSHOT.jar!/BOOT-INF/classes!/com/crm/ib/task/dao/repository/AgentPointRecordRepository.class]] with [Root bean: class [org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] 16:28:50.153 [main] INFO o.s.b.f.s.DefaultListableBeanFactory - Overriding bean definition for bean 'agentPointRepository' with a different definition: replacing [Generic bean: class [org.mybatis.spring.mapper.MapperFactoryBean]; scope=singleton; abstract=false; lazyInit=false; autowireMode=2; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [jar:file:/D:/server/crm/ib-task-service/crm-ib-task-0.0.1-SNAPSHOT.jar!/BOOT-INF/classes!/com/crm/ib/task/dao/repository/AgentPointRepository.class]] with [Root bean: class [org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] 16:28:51.013 [main] INFO o.s.cloud.context.scope.GenericScope - BeanFactory id=ba70380b-c183-3c4a-af7f-16ed6fb82599 16:28:51.122 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 16:28:52.805 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$a4462ff0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 16:28:54.291 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$c06032ed] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 16:28:59.495 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat initialized with port(s): 9100 (http) 16:28:59.998 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] 16:28:59.998 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet Engine: Apache Tomcat/8.5.23 16:29:00.701 [localhost-startStop-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext 16:29:00.701 [localhost-startStop-1] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 22360 ms 16:29:05.059 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean - Mapping servlet: 'dispatcherServlet' to [/] 16:29:05.148 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*] 16:29:05.149 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'hiddenHttpMethodFilter' to: [/*] 16:29:05.150 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'httpPutFormContentFilter' to: [/*] 16:29:05.155 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'requestContextFilter' to: [/*] 16:29:14.774 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited 16:29:18.048 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Building JPA container EntityManagerFactory for persistence unit 'default' 16:29:18.407 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [ name: default ...] 16:29:19.798 [main] INFO org.hibernate.Version - HHH000412: Hibernate Core {5.0.12.Final} 16:29:19.798 [main] INFO org.hibernate.cfg.Environment - HHH000206: hibernate.properties not found 16:29:19.798 [main] INFO org.hibernate.cfg.Environment - HHH000021: Bytecode provider name : javassist 16:29:20.735 [main] INFO o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 16:29:23.376 [main] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect 16:29:30.500 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' 16:29:47.569 [main] WARN c.n.c.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources. 16:29:47.569 [main] INFO c.n.c.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 16:29:47.647 [main] WARN c.n.c.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources. 16:29:47.647 [main] INFO c.n.c.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 16:29:50.569 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@1e397ed7: startup date [Tue Jul 05 16:28:38 CST 2022]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@1edf1c96 16:29:51.444 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/account/trading/activity/calc],methods=[GET]}" onto public java.lang.String com.crm.ib.task.controller.AccountTradingActivityController.calc(java.lang.String) throws java.lang.Exception 16:29:51.444 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/ib/service/agent/point/add],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.ib.task.controller.AgentPointController.add(com.crm.rely.backend.core.entity.custom.info.InfoEntity) throws java.lang.Exception 16:29:51.444 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/ib/service/agent/point/delete],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.ib.task.controller.AgentPointController.delete(com.crm.rely.backend.core.entity.base.SingleLongEntity,com.crm.rely.backend.core.entity.custom.info.InfoEntity) throws java.lang.Exception 16:29:51.444 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/ib/service/agent/point/error],methods=[GET]}" onto public java.lang.String com.crm.ib.task.controller.AgentPointController.error() throws java.lang.Exception 16:29:51.444 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/ib/service/agent/point/refresh],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.ib.task.controller.AgentPointController.refresh() throws java.lang.Exception 16:29:51.459 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/ib/service/agent/point/approve],methods=[GET]}" onto public java.lang.String com.crm.ib.task.controller.AgentPointController.approve() throws java.lang.Exception 16:29:51.459 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/supply/calc],methods=[GET]}" onto public java.lang.String com.crm.ib.task.controller.SupplyController.calc(java.lang.String,java.lang.Integer) 16:29:51.459 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 16:29:51.459 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 16:29:51.475 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/file/sign],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.login.rely.backend.controller.UploadController.sign(com.crm.rely.backend.core.entity.oss.OssSignEntity,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception 16:29:51.475 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/file/callback],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.login.rely.backend.controller.UploadController.callback(com.crm.rely.backend.core.entity.oss.OssCallbackEntity,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception 16:29:51.475 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error],methods=[GET]}" onto public java.lang.Object com.crm.rely.backend.controller.NotFoundExceptionController.error(javax.servlet.http.HttpServletResponse) throws java.lang.Exception 16:29:52.303 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 16:29:52.303 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 16:29:52.397 [main] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in com.crm.rely.backend.aspect.ControllerExceptionAdvice 16:29:52.584 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 16:29:53.600 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'scheduledExecutorService' 16:29:54.319 [main] INFO o.s.s.c.ThreadPoolTaskExecutor - Initializing ExecutorService 'taskExecutor' 16:29:59.178 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Registering beans for JMX exposure on startup 16:29:59.178 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'dataSource' has been autodetected for JMX exposure 16:29:59.194 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'environmentManager' has been autodetected for JMX exposure 16:29:59.209 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'configurationPropertiesRebinder' has been autodetected for JMX exposure 16:29:59.209 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'refreshScope' has been autodetected for JMX exposure 16:29:59.209 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Located managed bean 'environmentManager': registering with JMX server as MBean [org.springframework.cloud.context.environment:name=environmentManager,type=EnvironmentManager] 16:29:59.241 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Located managed bean 'refreshScope': registering with JMX server as MBean [org.springframework.cloud.context.scope.refresh:name=refreshScope,type=RefreshScope] 16:29:59.272 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Located managed bean 'configurationPropertiesRebinder': registering with JMX server as MBean [org.springframework.cloud.context.properties:name=configurationPropertiesRebinder,context=1e397ed7,type=ConfigurationPropertiesRebinder] 16:29:59.303 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Located MBean 'dataSource': registering with JMX server as MBean [com.alibaba.druid.pool:name=dataSource,type=DruidDataSource] 16:29:59.772 [main] INFO o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase 0 16:29:59.803 [main] INFO o.s.c.n.eureka.InstanceInfoFactory - Setting initial instance status as: STARTING 16:29:59.944 [main] INFO c.netflix.discovery.DiscoveryClient - Initializing Eureka in region us-east-1 16:30:00.662 [main] INFO c.n.d.p.DiscoveryJerseyProvider - Using JSON encoding codec LegacyJacksonJson 16:30:00.662 [main] INFO c.n.d.p.DiscoveryJerseyProvider - Using JSON decoding codec LegacyJacksonJson 16:30:01.240 [main] INFO c.n.d.p.DiscoveryJerseyProvider - Using XML encoding codec XStreamXml 16:30:01.240 [main] INFO c.n.d.p.DiscoveryJerseyProvider - Using XML decoding codec XStreamXml 16:30:02.194 [main] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 16:30:02.303 [main] INFO c.netflix.discovery.DiscoveryClient - Disable delta property : false 16:30:02.303 [main] INFO c.netflix.discovery.DiscoveryClient - Single vip registry refresh property : null 16:30:02.303 [main] INFO c.netflix.discovery.DiscoveryClient - Force full registry fetch : false 16:30:02.303 [main] INFO c.netflix.discovery.DiscoveryClient - Application is null : false 16:30:02.303 [main] INFO c.netflix.discovery.DiscoveryClient - Registered Applications size is zero : true 16:30:02.303 [main] INFO c.netflix.discovery.DiscoveryClient - Application version is -1: true 16:30:02.303 [main] INFO c.netflix.discovery.DiscoveryClient - Getting all instance registry info from the eureka server 16:30:02.881 [main] INFO c.netflix.discovery.DiscoveryClient - The response status is 200 16:30:02.881 [main] INFO c.netflix.discovery.DiscoveryClient - Starting heartbeat executor: renew interval is: 30 16:30:02.881 [main] INFO c.n.discovery.InstanceInfoReplicator - InstanceInfoReplicator onDemand update allowed rate per min is 4 16:30:02.881 [main] INFO c.netflix.discovery.DiscoveryClient - Discovery Client initialized at timestamp 1657009802881 with initial instances count: 3 16:30:03.053 [main] INFO o.s.c.n.e.s.EurekaServiceRegistry - Registering application task-service with eureka with status UP 16:30:03.053 [main] INFO c.netflix.discovery.DiscoveryClient - Saw local status change event StatusChangeEvent [timestamp=1657009803053, current=UP, previous=STARTING] 16:30:03.053 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient - DiscoveryClient_TASK-SERVICE/task-service:103.148.58.88:9100: registering service... 16:30:03.053 [main] INFO o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase 2147483647 16:30:03.162 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient - DiscoveryClient_TASK-SERVICE/task-service:103.148.58.88:9100 - registration status: 204 16:30:03.803 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat started on port(s): 9100 (http) 16:30:03.803 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration - Updating port to 9100 16:30:03.803 [main] INFO com.crm.ib.task.CrmIbTaskApplication - Started CrmIbTaskApplication in 103.167 seconds (JVM running for 119.523) 16:30:04.209 [pool-1-thread-1] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 16:35:02.332 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 16:35:04.254 [pool-1-thread-4] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 16:40:02.362 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 16:40:04.315 [pool-1-thread-4] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 16:45:02.387 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 16:45:04.403 [pool-1-thread-3] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 16:50:02.409 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 16:50:04.472 [pool-1-thread-2] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 16:55:02.427 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 16:55:04.521 [pool-1-thread-3] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 17:00:02.449 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 17:00:04.605 [pool-1-thread-4] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 17:05:02.472 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 17:05:04.676 [pool-1-thread-2] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 17:10:02.501 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 17:10:04.751 [pool-1-thread-2] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 17:15:02.518 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 17:15:04.815 [pool-1-thread-3] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 17:20:02.537 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 17:20:04.881 [pool-1-thread-4] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 17:25:02.554 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 17:25:04.945 [pool-1-thread-4] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 17:30:02.578 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 17:30:05.015 [pool-1-thread-3] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 17:35:02.603 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 17:35:05.095 [pool-1-thread-2] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 18:00:05.171 [main] INFO com.crm.ib.task.CrmIbTaskApplication - The following profiles are active: prod 18:00:05.250 [main] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@1e397ed7: startup date [Tue Jul 05 18:00:05 CST 2022]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@1edf1c96 18:00:18.609 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode! 18:00:19.984 [main] INFO o.s.b.f.s.DefaultListableBeanFactory - Overriding bean definition for bean 'agentPointRepository' with a different definition: replacing [Generic bean: class [org.mybatis.spring.mapper.MapperFactoryBean]; scope=singleton; abstract=false; lazyInit=false; autowireMode=2; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [jar:file:/D:/server/crm/ib-task-service/crm-ib-task-0.0.1-SNAPSHOT.jar!/BOOT-INF/classes!/com/crm/ib/task/dao/repository/AgentPointRepository.class]] with [Root bean: class [org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] 18:00:19.999 [main] INFO o.s.b.f.s.DefaultListableBeanFactory - Overriding bean definition for bean 'agentPointRecordRepository' with a different definition: replacing [Generic bean: class [org.mybatis.spring.mapper.MapperFactoryBean]; scope=singleton; abstract=false; lazyInit=false; autowireMode=2; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [jar:file:/D:/server/crm/ib-task-service/crm-ib-task-0.0.1-SNAPSHOT.jar!/BOOT-INF/classes!/com/crm/ib/task/dao/repository/AgentPointRecordRepository.class]] with [Root bean: class [org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] 18:00:23.109 [main] INFO o.s.cloud.context.scope.GenericScope - BeanFactory id=ba70380b-c183-3c4a-af7f-16ed6fb82599 18:00:23.218 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 18:00:26.296 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$a4462ff0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 18:00:29.140 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$c06032ed] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 18:00:39.936 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat initialized with port(s): 9100 (http) 18:00:40.030 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] 18:00:40.030 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet Engine: Apache Tomcat/8.5.23 18:00:46.681 [localhost-startStop-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext 18:00:46.681 [localhost-startStop-1] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 41431 ms 18:00:49.603 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean - Mapping servlet: 'dispatcherServlet' to [/] 18:00:49.618 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*] 18:00:49.618 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'hiddenHttpMethodFilter' to: [/*] 18:00:49.618 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'httpPutFormContentFilter' to: [/*] 18:00:49.618 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'requestContextFilter' to: [/*] 18:01:01.321 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited 18:01:09.602 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Building JPA container EntityManagerFactory for persistence unit 'default' 18:01:09.680 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [ name: default ...] 18:01:10.024 [main] INFO org.hibernate.Version - HHH000412: Hibernate Core {5.0.12.Final} 18:01:10.024 [main] INFO org.hibernate.cfg.Environment - HHH000206: hibernate.properties not found 18:01:10.024 [main] INFO org.hibernate.cfg.Environment - HHH000021: Bytecode provider name : javassist 18:01:10.368 [main] INFO o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 18:01:11.461 [main] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect 18:01:24.227 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' 18:02:06.241 [main] WARN c.n.c.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources. 18:02:06.241 [main] INFO c.n.c.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 18:02:06.257 [main] WARN c.n.c.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources. 18:02:06.257 [main] INFO c.n.c.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 18:02:09.991 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@1e397ed7: startup date [Tue Jul 05 18:00:05 CST 2022]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@1edf1c96 18:02:11.475 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/account/trading/activity/calc],methods=[GET]}" onto public java.lang.String com.crm.ib.task.controller.AccountTradingActivityController.calc(java.lang.String) throws java.lang.Exception 18:02:11.538 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/ib/service/agent/point/add],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.ib.task.controller.AgentPointController.add(com.crm.rely.backend.core.entity.custom.info.InfoEntity) throws java.lang.Exception 18:02:11.538 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/ib/service/agent/point/delete],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.ib.task.controller.AgentPointController.delete(com.crm.rely.backend.core.entity.base.SingleLongEntity,com.crm.rely.backend.core.entity.custom.info.InfoEntity) throws java.lang.Exception 18:02:11.538 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/ib/service/agent/point/error],methods=[GET]}" onto public java.lang.String com.crm.ib.task.controller.AgentPointController.error() throws java.lang.Exception 18:02:11.538 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/ib/service/agent/point/refresh],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.ib.task.controller.AgentPointController.refresh() throws java.lang.Exception 18:02:11.538 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/ib/service/agent/point/approve],methods=[GET]}" onto public java.lang.String com.crm.ib.task.controller.AgentPointController.approve() throws java.lang.Exception 18:02:11.538 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/supply/calc],methods=[GET]}" onto public java.lang.String com.crm.ib.task.controller.SupplyController.calc(java.lang.String,java.lang.Integer) 18:02:11.538 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 18:02:11.538 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 18:02:11.553 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/file/sign],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.login.rely.backend.controller.UploadController.sign(com.crm.rely.backend.core.entity.oss.OssSignEntity,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception 18:02:11.553 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/file/callback],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.login.rely.backend.controller.UploadController.callback(com.crm.rely.backend.core.entity.oss.OssCallbackEntity,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception 18:02:11.757 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error],methods=[GET]}" onto public java.lang.Object com.crm.rely.backend.controller.NotFoundExceptionController.error(javax.servlet.http.HttpServletResponse) throws java.lang.Exception 18:02:12.881 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 18:02:12.881 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 18:02:13.069 [main] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in com.crm.rely.backend.aspect.ControllerExceptionAdvice 18:02:14.428 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 18:02:16.771 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'scheduledExecutorService' 18:02:17.767 [main] INFO o.s.s.c.ThreadPoolTaskExecutor - Initializing ExecutorService 'taskExecutor' 18:02:25.673 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Registering beans for JMX exposure on startup 18:02:25.689 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'dataSource' has been autodetected for JMX exposure 18:02:25.751 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'environmentManager' has been autodetected for JMX exposure 18:02:25.751 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'configurationPropertiesRebinder' has been autodetected for JMX exposure 18:02:25.751 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'refreshScope' has been autodetected for JMX exposure 18:02:25.751 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Located managed bean 'environmentManager': registering with JMX server as MBean [org.springframework.cloud.context.environment:name=environmentManager,type=EnvironmentManager] 18:02:25.798 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Located managed bean 'refreshScope': registering with JMX server as MBean [org.springframework.cloud.context.scope.refresh:name=refreshScope,type=RefreshScope] 18:02:25.907 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Located managed bean 'configurationPropertiesRebinder': registering with JMX server as MBean [org.springframework.cloud.context.properties:name=configurationPropertiesRebinder,context=1e397ed7,type=ConfigurationPropertiesRebinder] 18:02:25.923 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Located MBean 'dataSource': registering with JMX server as MBean [com.alibaba.druid.pool:name=dataSource,type=DruidDataSource] 18:02:26.407 [main] INFO o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase 0 18:02:26.423 [main] INFO o.s.c.n.eureka.InstanceInfoFactory - Setting initial instance status as: STARTING 18:02:27.032 [main] INFO c.netflix.discovery.DiscoveryClient - Initializing Eureka in region us-east-1 18:02:29.313 [main] INFO c.n.d.p.DiscoveryJerseyProvider - Using JSON encoding codec LegacyJacksonJson 18:02:29.313 [main] INFO c.n.d.p.DiscoveryJerseyProvider - Using JSON decoding codec LegacyJacksonJson 18:02:30.142 [main] INFO c.n.d.p.DiscoveryJerseyProvider - Using XML encoding codec XStreamXml 18:02:30.142 [main] INFO c.n.d.p.DiscoveryJerseyProvider - Using XML decoding codec XStreamXml 18:02:31.204 [main] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 18:02:31.673 [main] INFO c.netflix.discovery.DiscoveryClient - Disable delta property : false 18:02:31.673 [main] INFO c.netflix.discovery.DiscoveryClient - Single vip registry refresh property : null 18:02:31.673 [main] INFO c.netflix.discovery.DiscoveryClient - Force full registry fetch : false 18:02:31.673 [main] INFO c.netflix.discovery.DiscoveryClient - Application is null : false 18:02:31.673 [main] INFO c.netflix.discovery.DiscoveryClient - Registered Applications size is zero : true 18:02:31.673 [main] INFO c.netflix.discovery.DiscoveryClient - Application version is -1: true 18:02:31.673 [main] INFO c.netflix.discovery.DiscoveryClient - Getting all instance registry info from the eureka server 18:02:33.563 [main] INFO c.netflix.discovery.DiscoveryClient - The response status is 200 18:02:33.563 [main] INFO c.netflix.discovery.DiscoveryClient - Starting heartbeat executor: renew interval is: 30 18:02:33.579 [main] INFO c.n.discovery.InstanceInfoReplicator - InstanceInfoReplicator onDemand update allowed rate per min is 4 18:02:33.579 [main] INFO c.netflix.discovery.DiscoveryClient - Discovery Client initialized at timestamp 1657015353579 with initial instances count: 2 18:02:33.845 [main] INFO o.s.c.n.e.s.EurekaServiceRegistry - Registering application task-service with eureka with status UP 18:02:33.845 [main] INFO c.netflix.discovery.DiscoveryClient - Saw local status change event StatusChangeEvent [timestamp=1657015353845, current=UP, previous=STARTING] 18:02:33.860 [main] INFO o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase 2147483647 18:02:34.813 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient - DiscoveryClient_TASK-SERVICE/task-service:103.148.58.88:9100: registering service... 18:02:35.775 [DiscoveryClient-InstanceInfoReplicator-0] INFO c.netflix.discovery.DiscoveryClient - DiscoveryClient_TASK-SERVICE/task-service:103.148.58.88:9100 - registration status: 204 18:02:36.416 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat started on port(s): 9100 (http) 18:02:36.416 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration - Updating port to 9100 18:02:36.431 [main] INFO com.crm.ib.task.CrmIbTaskApplication - Started CrmIbTaskApplication in 166.384 seconds (JVM running for 179.816) 18:02:38.056 [pool-1-thread-1] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 18:07:31.701 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 18:07:38.903 [pool-1-thread-3] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 18:12:31.706 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 18:12:38.940 [pool-1-thread-1] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 18:17:31.714 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 18:17:39.002 [pool-1-thread-1] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 18:22:31.718 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 18:22:39.066 [pool-1-thread-3] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 18:27:31.731 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 18:27:39.128 [pool-1-thread-1] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 18:32:31.804 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 18:32:39.258 [pool-1-thread-3] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 18:37:31.838 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 18:37:39.328 [pool-1-thread-1] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 18:42:31.857 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 18:42:39.404 [pool-1-thread-2] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 18:47:31.866 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 18:47:39.460 [pool-1-thread-1] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 18:52:31.882 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 18:52:39.510 [pool-1-thread-3] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 18:57:31.889 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 18:57:39.576 [pool-1-thread-2] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 19:02:31.903 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 19:02:39.639 [pool-1-thread-3] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 19:07:31.908 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 19:07:39.689 [pool-1-thread-2] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 19:12:31.960 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 19:12:39.789 [pool-1-thread-3] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 19:17:31.996 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 19:17:39.903 [pool-1-thread-2] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 19:22:32.029 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 19:22:39.967 [pool-1-thread-3] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 19:27:32.060 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 19:27:40.062 [pool-1-thread-1] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 19:32:32.077 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 19:32:40.108 [pool-1-thread-3] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 19:37:32.081 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 19:37:40.175 [pool-1-thread-2] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 19:42:32.092 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 19:42:40.249 [pool-1-thread-3] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 19:47:32.108 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 19:47:40.311 [pool-1-thread-1] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 19:52:32.132 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 19:52:40.385 [pool-1-thread-3] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 19:57:32.175 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 19:57:40.459 [pool-1-thread-1] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 20:02:32.203 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 20:02:40.547 [pool-1-thread-2] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 20:07:32.221 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 20:07:40.612 [pool-1-thread-3] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 20:12:32.242 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 20:12:40.727 [pool-1-thread-2] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 20:17:32.250 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 20:17:40.783 [pool-1-thread-2] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 20:22:32.290 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 20:22:40.868 [pool-1-thread-1] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 20:27:32.308 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 20:27:40.917 [pool-1-thread-3] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 20:32:32.325 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 20:32:40.997 [pool-1-thread-2] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 20:37:32.353 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 20:37:41.078 [pool-1-thread-3] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 20:42:32.375 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 20:42:41.156 [pool-1-thread-1] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 20:47:32.387 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 20:47:41.219 [pool-1-thread-3] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 20:52:32.399 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 20:52:41.276 [pool-1-thread-1] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 20:57:32.434 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 20:57:41.341 [pool-1-thread-2] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 21:02:32.449 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 21:02:41.418 [pool-1-thread-2] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 21:07:32.465 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 21:07:41.470 [pool-1-thread-3] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 21:12:32.498 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 21:12:41.545 [pool-1-thread-1] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 21:17:32.512 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 21:17:41.621 [pool-1-thread-2] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 21:22:32.519 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 21:22:41.691 [pool-1-thread-3] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 21:27:32.536 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 21:27:41.740 [pool-1-thread-1] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 21:32:32.563 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 21:32:41.813 [pool-1-thread-3] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 21:37:32.583 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 21:37:41.896 [pool-1-thread-3] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 21:42:32.591 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 21:42:41.935 [pool-1-thread-1] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 21:47:32.622 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 21:47:42.029 [pool-1-thread-3] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 21:52:32.636 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 21:52:42.104 [pool-1-thread-2] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 21:57:32.657 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 21:57:42.141 [pool-1-thread-3] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 22:02:32.686 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 22:02:42.218 [pool-1-thread-1] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 22:07:32.707 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 22:07:42.301 [pool-1-thread-3] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 22:12:32.727 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 22:12:42.352 [pool-1-thread-1] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 22:17:32.740 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 22:17:42.428 [pool-1-thread-2] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 22:22:32.780 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 22:22:42.515 [pool-1-thread-1] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 22:27:32.806 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 22:27:42.571 [pool-1-thread-3] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 22:32:32.818 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 22:32:42.631 [pool-1-thread-2] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 22:37:32.843 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 22:37:42.703 [pool-1-thread-3] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 22:42:32.870 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 22:42:42.780 [pool-1-thread-2] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 22:47:32.890 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 22:47:42.859 [pool-1-thread-3] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 22:52:32.906 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 22:52:42.907 [pool-1-thread-2] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 22:57:32.934 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 22:57:42.981 [pool-1-thread-1] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 23:02:32.958 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 23:02:43.052 [pool-1-thread-1] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 23:07:32.972 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 23:07:43.114 [pool-1-thread-2] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 23:12:33.001 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 23:12:43.189 [pool-1-thread-1] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 23:17:33.028 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 23:17:43.280 [pool-1-thread-2] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 23:22:33.038 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 23:22:43.350 [pool-1-thread-1] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 23:27:33.052 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 23:27:43.412 [pool-1-thread-2] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 23:32:33.086 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 23:32:43.493 [pool-1-thread-1] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 23:37:33.100 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 23:37:43.554 [pool-1-thread-2] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 23:42:33.106 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 23:42:43.606 [pool-1-thread-1] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 23:47:33.145 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 23:47:43.692 [pool-1-thread-2] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 23:52:33.171 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 23:52:43.765 [pool-1-thread-1] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found 23:57:33.179 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 23:57:43.820 [pool-1-thread-2] ERROR c.c.i.t.s.impl.MainTaskServiceImpl - points_not_found