2023-03-12 16:52:57.514 INFO com.crm.gateway.GatewayApplication - The following profiles are active: prod 2023-03-12 16:52:57.592 INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@18eed359: startup date [Sun Mar 12 16:52:57 AST 2023]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@1b701da1 2023-03-12 16:53:04.764 INFO o.s.b.f.s.DefaultListableBeanFactory - Overriding bean definition for bean 'counterFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.cloud.netflix.zuul.ZuulServerAutoConfiguration$ZuulMetricsConfiguration; factoryMethodName=counterFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/cloud/netflix/zuul/ZuulServerAutoConfiguration$ZuulMetricsConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.cloud.netflix.zuul.ZuulServerAutoConfiguration$ZuulCounterFactoryConfiguration; factoryMethodName=counterFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/cloud/netflix/zuul/ZuulServerAutoConfiguration$ZuulCounterFactoryConfiguration.class]] 2023-03-12 16:53:05.764 INFO o.s.c.context.scope.GenericScope - BeanFactory id=e084843c-359a-3142-b780-0eb2a3a1c66a 2023-03-12 16:53:06.014 INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2023-03-12 16:53:06.889 INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.cloud.netflix.metrics.MetricsInterceptorConfiguration$MetricsRestTemplateConfiguration' of type [org.springframework.cloud.netflix.metrics.MetricsInterceptorConfiguration$MetricsRestTemplateConfiguration$$EnhancerBySpringCGLIB$$c47d8450] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-03-12 16:53:07.857 INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$ae6ae10c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-03-12 16:53:11.639 INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat initialized with port(s): 8084 (http) 2023-03-12 16:53:11.670 INFO o.a.catalina.core.StandardService - Starting service [Tomcat] 2023-03-12 16:53:11.670 INFO o.a.catalina.core.StandardEngine - Starting Servlet Engine: Apache Tomcat/8.5.23 2023-03-12 16:53:12.889 INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext 2023-03-12 16:53:12.904 INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 15312 ms 2023-03-12 16:53:18.014 INFO o.s.b.w.s.ServletRegistrationBean - Mapping servlet: 'dispatcherServlet' to [/] 2023-03-12 16:53:18.029 INFO o.s.b.w.s.ServletRegistrationBean - Mapping servlet: 'zuulServlet' to [/zuul/*] 2023-03-12 16:53:18.061 INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'metricsFilter' to: [/*] 2023-03-12 16:53:18.061 INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*] 2023-03-12 16:53:18.061 INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'hiddenHttpMethodFilter' to: [/*] 2023-03-12 16:53:18.061 INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'httpPutFormContentFilter' to: [/*] 2023-03-12 16:53:18.061 INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'requestContextFilter' to: [/*] 2023-03-12 16:53:18.061 INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'webRequestLoggingFilter' to: [/*] 2023-03-12 16:53:18.061 INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'applicationContextIdFilter' to: [/*] 2023-03-12 16:53:19.545 INFO c.n.c.s.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2023-03-12 16:53:20.701 INFO c.n.config.DynamicPropertyFactory - DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@66f57048 2023-03-12 16:53:23.670 INFO c.n.c.s.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2023-03-12 16:53:26.967 INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@18eed359: startup date [Sun Mar 12 16:52:57 AST 2023]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@1b701da1 2023-03-12 16:53:27.655 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) 2023-03-12 16:53:27.655 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) 2023-03-12 16:53:29.014 INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2023-03-12 16:53:29.030 INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2023-03-12 16:53:29.608 INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2023-03-12 16:53:40.998 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/metrics/{name:.*}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint.value(java.lang.String) 2023-03-12 16:53:40.998 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/metrics || /metrics.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2023-03-12 16:53:40.998 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/service-registry/instance-status],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.springframework.cloud.client.serviceregistry.endpoint.ServiceRegistryEndpoint.setStatus(java.lang.String) 2023-03-12 16:53:40.998 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/service-registry/instance-status],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.springframework.cloud.client.serviceregistry.endpoint.ServiceRegistryEndpoint.getStatus() 2023-03-12 16:53:41.014 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/env/{name:.*}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint.value(java.lang.String) 2023-03-12 16:53:41.014 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/env || /env.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2023-03-12 16:53:41.014 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/hystrix.stream/**]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.cloud.netflix.endpoint.ServletWrappingEndpoint.handle(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception 2023-03-12 16:53:41.014 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/features || /features.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2023-03-12 16:53:41.014 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/dump || /dump.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2023-03-12 16:53:41.014 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/refresh || /refresh.json],methods=[POST]}" onto public java.lang.Object org.springframework.cloud.endpoint.GenericPostableMvcEndpoint.invoke() 2023-03-12 16:53:41.014 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/resume || /resume.json],methods=[POST]}" onto public java.lang.Object org.springframework.cloud.endpoint.GenericPostableMvcEndpoint.invoke() 2023-03-12 16:53:41.014 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/loggers/{name:.*}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.LoggersMvcEndpoint.get(java.lang.String) 2023-03-12 16:53:41.014 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/loggers/{name:.*}],methods=[POST],consumes=[application/vnd.spring-boot.actuator.v1+json || application/json],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.LoggersMvcEndpoint.set(java.lang.String,java.util.Map) 2023-03-12 16:53:41.014 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/loggers || /loggers.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2023-03-12 16:53:41.014 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/configprops || /configprops.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2023-03-12 16:53:41.014 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/health || /health.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint.invoke(javax.servlet.http.HttpServletRequest,java.security.Principal) 2023-03-12 16:53:41.014 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/auditevents || /auditevents.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public org.springframework.http.ResponseEntity org.springframework.boot.actuate.endpoint.mvc.AuditEventsMvcEndpoint.findByPrincipalAndAfterAndType(java.lang.String,java.util.Date,java.lang.String) 2023-03-12 16:53:41.030 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/routes || /routes.json],methods=[POST]}" onto public java.lang.Object org.springframework.cloud.netflix.zuul.RoutesMvcEndpoint.reset() 2023-03-12 16:53:41.030 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/routes || /routes.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2023-03-12 16:53:41.030 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/heapdump || /heapdump.json],methods=[GET],produces=[application/octet-stream]}" onto public void org.springframework.boot.actuate.endpoint.mvc.HeapdumpMvcEndpoint.invoke(boolean,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException,javax.servlet.ServletException 2023-03-12 16:53:41.030 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/info || /info.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2023-03-12 16:53:41.077 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/pause || /pause.json],methods=[POST]}" onto public java.lang.Object org.springframework.cloud.endpoint.GenericPostableMvcEndpoint.invoke() 2023-03-12 16:53:41.077 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/archaius || /archaius.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2023-03-12 16:53:41.077 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/beans || /beans.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2023-03-12 16:53:41.077 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/restart || /restart.json],methods=[POST]}" onto public java.lang.Object org.springframework.cloud.context.restart.RestartMvcEndpoint.invoke() 2023-03-12 16:53:41.077 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/autoconfig || /autoconfig.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2023-03-12 16:53:41.092 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/env],methods=[POST]}" onto public java.lang.Object org.springframework.cloud.context.environment.EnvironmentManagerMvcEndpoint.value(java.util.Map) 2023-03-12 16:53:41.092 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/env/reset],methods=[POST]}" onto public java.util.Map org.springframework.cloud.context.environment.EnvironmentManagerMvcEndpoint.reset() 2023-03-12 16:53:41.092 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/mappings || /mappings.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2023-03-12 16:53:41.092 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/trace || /trace.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2023-03-12 16:53:50.686 INFO o.s.c.n.zuul.ZuulFilterInitializer - Starting filter initializer 2023-03-12 16:53:51.108 INFO o.s.j.e.a.AnnotationMBeanExporter - Registering beans for JMX exposure on startup 2023-03-12 16:53:51.514 INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'environmentManager' has been autodetected for JMX exposure 2023-03-12 16:53:51.624 INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'configurationPropertiesRebinder' has been autodetected for JMX exposure 2023-03-12 16:53:51.624 INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'refreshEndpoint' has been autodetected for JMX exposure 2023-03-12 16:53:51.624 INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'restartEndpoint' has been autodetected for JMX exposure 2023-03-12 16:53:51.624 INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'serviceRegistryEndpoint' has been autodetected for JMX exposure 2023-03-12 16:53:51.624 INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'zuulEndpoint' has been autodetected for JMX exposure 2023-03-12 16:53:51.624 INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'zuulMvcEndpoint' has been autodetected for JMX exposure 2023-03-12 16:53:51.624 INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'refreshScope' has been autodetected for JMX exposure 2023-03-12 16:53:51.624 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] 2023-03-12 16:53:51.670 INFO o.s.j.e.a.AnnotationMBeanExporter - Located managed bean 'zuulMvcEndpoint': registering with JMX server as MBean [org.springframework.cloud.netflix.zuul:name=zuulMvcEndpoint,type=RoutesMvcEndpoint] 2023-03-12 16:53:51.670 INFO o.s.j.e.a.AnnotationMBeanExporter - Located managed bean 'restartEndpoint': registering with JMX server as MBean [org.springframework.cloud.context.restart:name=restartEndpoint,type=RestartEndpoint] 2023-03-12 16:53:51.702 INFO o.s.j.e.a.AnnotationMBeanExporter - Located managed bean 'serviceRegistryEndpoint': registering with JMX server as MBean [org.springframework.cloud.client.serviceregistry.endpoint:name=serviceRegistryEndpoint,type=ServiceRegistryEndpoint] 2023-03-12 16:53:51.702 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] 2023-03-12 16:53:51.749 INFO o.s.j.e.a.AnnotationMBeanExporter - Located managed bean 'zuulEndpoint': registering with JMX server as MBean [org.springframework.cloud.netflix.zuul:name=zuulEndpoint,type=RoutesEndpoint] 2023-03-12 16:53:51.749 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=18eed359,type=ConfigurationPropertiesRebinder] 2023-03-12 16:53:51.749 INFO o.s.j.e.a.AnnotationMBeanExporter - Located managed bean 'refreshEndpoint': registering with JMX server as MBean [org.springframework.cloud.endpoint:name=refreshEndpoint,type=RefreshEndpoint] 2023-03-12 16:53:51.749 INFO o.s.b.a.e.jmx.EndpointMBeanExporter - Registering beans for JMX exposure on startup 2023-03-12 16:53:52.827 INFO o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase 0 2023-03-12 16:53:53.061 INFO o.s.c.n.eureka.InstanceInfoFactory - Setting initial instance status as: STARTING 2023-03-12 16:53:53.186 INFO c.netflix.discovery.DiscoveryClient - Initializing Eureka in region us-east-1 2023-03-12 16:53:53.342 INFO c.n.d.p.DiscoveryJerseyProvider - Using JSON encoding codec LegacyJacksonJson 2023-03-12 16:53:53.342 INFO c.n.d.p.DiscoveryJerseyProvider - Using JSON decoding codec LegacyJacksonJson 2023-03-12 16:53:55.249 INFO c.n.d.p.DiscoveryJerseyProvider - Using XML encoding codec XStreamXml 2023-03-12 16:53:55.249 INFO c.n.d.p.DiscoveryJerseyProvider - Using XML decoding codec XStreamXml 2023-03-12 16:53:56.296 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 16:53:58.530 INFO c.netflix.discovery.DiscoveryClient - Disable delta property : false 2023-03-12 16:53:58.530 INFO c.netflix.discovery.DiscoveryClient - Single vip registry refresh property : null 2023-03-12 16:53:58.530 INFO c.netflix.discovery.DiscoveryClient - Force full registry fetch : false 2023-03-12 16:53:58.530 INFO c.netflix.discovery.DiscoveryClient - Application is null : false 2023-03-12 16:53:58.530 INFO c.netflix.discovery.DiscoveryClient - Registered Applications size is zero : true 2023-03-12 16:53:58.530 INFO c.netflix.discovery.DiscoveryClient - Application version is -1: true 2023-03-12 16:53:58.530 INFO c.netflix.discovery.DiscoveryClient - Getting all instance registry info from the eureka server 2023-03-12 16:54:01.280 INFO c.netflix.discovery.DiscoveryClient - The response status is 200 2023-03-12 16:54:01.280 INFO c.netflix.discovery.DiscoveryClient - Starting heartbeat executor: renew interval is: 30 2023-03-12 16:54:01.280 INFO c.n.d.InstanceInfoReplicator - InstanceInfoReplicator onDemand update allowed rate per min is 4 2023-03-12 16:54:01.296 INFO c.netflix.discovery.DiscoveryClient - Discovery Client initialized at timestamp 1678629241296 with initial instances count: 0 2023-03-12 16:54:02.405 INFO o.s.c.n.e.s.EurekaServiceRegistry - Registering application gateway-service with eureka with status UP 2023-03-12 16:54:02.405 INFO c.netflix.discovery.DiscoveryClient - Saw local status change event StatusChangeEvent [timestamp=1678629242405, current=UP, previous=STARTING] 2023-03-12 16:54:02.421 INFO o.s.b.a.e.jmx.EndpointMBeanExporter - Located managed bean 'auditEventsEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=auditEventsEndpoint] 2023-03-12 16:54:02.421 INFO o.s.b.a.e.jmx.EndpointMBeanExporter - Located managed bean 'archaiusEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=archaiusEndpoint] 2023-03-12 16:54:02.436 INFO o.s.b.a.e.jmx.EndpointMBeanExporter - Located managed bean 'featuresEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=featuresEndpoint] 2023-03-12 16:54:02.436 INFO o.s.b.a.e.jmx.EndpointMBeanExporter - Located managed bean 'requestMappingEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=requestMappingEndpoint] 2023-03-12 16:54:02.452 INFO o.s.b.a.e.jmx.EndpointMBeanExporter - Located managed bean 'environmentEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=environmentEndpoint] 2023-03-12 16:54:02.452 INFO o.s.b.a.e.jmx.EndpointMBeanExporter - Located managed bean 'healthEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=healthEndpoint] 2023-03-12 16:54:02.452 INFO o.s.b.a.e.jmx.EndpointMBeanExporter - Located managed bean 'beansEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=beansEndpoint] 2023-03-12 16:54:02.452 INFO o.s.b.a.e.jmx.EndpointMBeanExporter - Located managed bean 'infoEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=infoEndpoint] 2023-03-12 16:54:02.467 INFO o.s.b.a.e.jmx.EndpointMBeanExporter - Located managed bean 'loggersEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=loggersEndpoint] 2023-03-12 16:54:02.467 INFO o.s.b.a.e.jmx.EndpointMBeanExporter - Located managed bean 'metricsEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=metricsEndpoint] 2023-03-12 16:54:02.467 INFO o.s.b.a.e.jmx.EndpointMBeanExporter - Located managed bean 'traceEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=traceEndpoint] 2023-03-12 16:54:02.467 INFO o.s.b.a.e.jmx.EndpointMBeanExporter - Located managed bean 'dumpEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=dumpEndpoint] 2023-03-12 16:54:02.483 INFO o.s.b.a.e.jmx.EndpointMBeanExporter - Located managed bean 'autoConfigurationReportEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=autoConfigurationReportEndpoint] 2023-03-12 16:54:02.483 INFO o.s.b.a.e.jmx.EndpointMBeanExporter - Located managed bean 'configurationPropertiesReportEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=configurationPropertiesReportEndpoint] 2023-03-12 16:54:02.483 INFO o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase 2147483647 2023-03-12 16:54:02.499 INFO o.s.c.n.h.HystrixCircuitBreakerConfiguration$HystrixMetricsPollerConfiguration - Starting poller 2023-03-12 16:54:02.514 INFO c.netflix.discovery.DiscoveryClient - DiscoveryClient_GATEWAY-SERVICE/m192-168-2-101:gateway-service:8084: registering service... 2023-03-12 16:54:12.014 INFO c.netflix.discovery.DiscoveryClient - DiscoveryClient_GATEWAY-SERVICE/m192-168-2-101:gateway-service:8084 - registration status: 204 2023-03-12 16:54:12.030 INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat started on port(s): 8084 (http) 2023-03-12 16:54:12.046 INFO o.s.c.n.e.s.EurekaAutoServiceRegistration - Updating port to 8084 2023-03-12 16:54:12.046 INFO com.crm.gateway.GatewayApplication - Started GatewayApplication in 87.939 seconds (JVM running for 100.268) 2023-03-12 16:54:32.405 INFO c.netflix.discovery.DiscoveryClient - Disable delta property : false 2023-03-12 16:54:32.405 INFO c.netflix.discovery.DiscoveryClient - Single vip registry refresh property : null 2023-03-12 16:54:32.405 INFO c.netflix.discovery.DiscoveryClient - Force full registry fetch : false 2023-03-12 16:54:32.405 INFO c.netflix.discovery.DiscoveryClient - Application is null : false 2023-03-12 16:54:32.405 INFO c.netflix.discovery.DiscoveryClient - Registered Applications size is zero : true 2023-03-12 16:54:32.405 INFO c.netflix.discovery.DiscoveryClient - Application version is -1: false 2023-03-12 16:54:32.405 INFO c.netflix.discovery.DiscoveryClient - Getting all instance registry info from the eureka server 2023-03-12 16:54:32.812 INFO c.netflix.discovery.DiscoveryClient - The response status is 200 2023-03-12 16:58:58.569 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 17:03:58.586 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 17:08:58.600 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 17:13:58.622 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 17:18:58.646 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 17:23:58.660 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 17:28:58.678 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 17:33:58.699 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 17:38:58.717 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 17:43:58.738 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 17:48:58.762 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 17:53:58.776 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 17:58:58.803 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 18:03:58.831 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 18:08:58.847 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 18:13:58.871 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 18:18:58.890 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 18:23:58.912 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 18:28:58.937 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 18:33:58.952 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 18:38:58.966 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 18:43:58.993 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 18:48:59.009 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 18:53:59.032 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 18:58:59.050 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 19:03:59.064 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 19:08:59.079 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 19:13:59.105 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 19:18:59.129 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 19:23:59.146 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 19:28:59.172 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 19:33:59.186 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 19:38:59.200 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 19:43:59.225 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 19:48:59.240 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 19:53:59.261 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 19:58:59.276 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 20:03:59.297 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 20:08:59.319 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 20:13:59.341 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 20:18:59.368 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 20:23:59.393 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 20:28:59.419 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 20:33:59.443 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 20:38:59.459 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 20:43:59.480 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 20:48:59.499 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 20:53:59.525 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 20:58:59.549 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 21:03:59.571 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 21:08:59.591 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 21:13:59.611 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 21:18:59.635 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 21:23:59.661 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 21:28:59.682 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 21:33:59.707 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 21:38:59.733 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 21:43:59.749 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 21:48:59.776 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 21:53:59.791 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 21:58:59.808 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 22:03:59.832 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 22:08:59.857 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 22:13:59.885 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 22:18:59.911 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 22:23:59.927 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 22:28:59.944 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 22:33:59.971 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 22:38:59.993 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 22:44:00.019 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 22:49:00.040 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 22:54:00.058 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 22:59:00.075 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 23:04:00.102 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 23:09:00.116 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 23:14:00.129 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 23:19:00.155 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 23:24:00.177 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 23:29:00.192 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 23:34:00.218 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 23:39:00.238 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 23:44:00.251 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 23:49:00.276 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 23:54:00.291 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2023-03-12 23:59:00.315 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration