2021-02-18 11:06:11.798 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
|
2021-02-18 11:06:14.590 [main] WARN o.s.c.c.c.DiscoveryClientConfigServiceBootstrapConfiguration - Could not locate configserver via discovery
|
java.lang.IllegalStateException: No instances found of configserver (config)
|
at org.springframework.cloud.config.client.ConfigServerInstanceProvider.getConfigServerInstances(ConfigServerInstanceProvider.java:52)
|
at org.springframework.cloud.config.client.DiscoveryClientConfigServiceBootstrapConfiguration$HeartbeatListener.refresh(DiscoveryClientConfigServiceBootstrapConfiguration.java:123)
|
at org.springframework.cloud.config.client.DiscoveryClientConfigServiceBootstrapConfiguration$HeartbeatListener.startup(DiscoveryClientConfigServiceBootstrapConfiguration.java:109)
|
at org.springframework.cloud.config.client.DiscoveryClientConfigServiceBootstrapConfiguration$HeartbeatListener.onApplicationEvent(DiscoveryClientConfigServiceBootstrapConfiguration.java:101)
|
at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:172)
|
at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:165)
|
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:139)
|
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:404)
|
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:361)
|
at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:898)
|
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:554)
|
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
|
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
|
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
|
at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:140)
|
at org.springframework.cloud.bootstrap.BootstrapApplicationListener.bootstrapServiceContext(BootstrapApplicationListener.java:212)
|
at org.springframework.cloud.bootstrap.BootstrapApplicationListener.onApplicationEvent(BootstrapApplicationListener.java:117)
|
at org.springframework.cloud.bootstrap.BootstrapApplicationListener.onApplicationEvent(BootstrapApplicationListener.java:74)
|
at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:172)
|
at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:165)
|
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:139)
|
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:127)
|
at org.springframework.boot.context.event.EventPublishingRunListener.environmentPrepared(EventPublishingRunListener.java:80)
|
at org.springframework.boot.SpringApplicationRunListeners.environmentPrepared(SpringApplicationRunListeners.java:53)
|
at org.springframework.boot.SpringApplication.prepareEnvironment(SpringApplication.java:345)
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:308)
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
|
at com.panzhihua.applets.AppletsApplication.main(AppletsApplication.java:20)
|
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
|
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
|
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
|
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
|
2021-02-18 11:06:14.961 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Fetching config from server at : http://localhost:8193/
|
2021-02-18 11:06:15.062 [main] WARN o.s.c.c.client.ConfigServicePropertySourceLocator - Could not locate PropertySource: 500 : [{"timestamp":"2021-02-18T03:06:15.056+00:00","status":500,"error":"Internal Server Error","message":"","path":"/applets/prod"}]
|
2021-02-18 11:06:15.064 [main] INFO com.panzhihua.applets.AppletsApplication - The following profiles are active: prod
|
2021-02-18 11:06:18.535 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
2021-02-18 11:06:18.539 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
2021-02-18 11:06:18.719 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 57ms. Found 0 Redis repository interfaces.
|
2021-02-18 11:06:20.246 [main] INFO o.springframework.cloud.context.scope.GenericScope - BeanFactory id=04cce4b2-d0c6-342e-9075-00a7e23b3ddd
|
2021-02-18 11:06:20.357 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.panzhihua.common.service.auth.TokenService' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2021-02-18 11:06:20.361 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.panzhihua.common.service.partybuilding.PartyBuildingService' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2021-02-18 11:06:20.363 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.panzhihua.common.service.user.UserService' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2021-02-18 11:06:20.364 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.panzhihua.common.service.community.CommunityService' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2021-02-18 11:06:22.416 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
|
2021-02-18 11:06:22.462 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"]
|
2021-02-18 11:06:22.462 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
2021-02-18 11:06:22.462 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.38]
|
2021-02-18 11:06:22.757 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
2021-02-18 11:06:22.757 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 7628 ms
|
2021-02-18 11:06:24.115 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'commonApi': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'ftp.username' in value "${ftp.username}"
|
2021-02-18 11:06:24.343 [main] INFO org.apache.catalina.core.StandardService - Stopping service [Tomcat]
|
2021-02-18 11:06:24.443 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener -
|
|
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
|
2021-02-18 11:06:24.446 [main] ERROR org.springframework.boot.SpringApplication - Application run failed
|
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'commonApi': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'ftp.username' in value "${ftp.username}"
|
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:405)
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1420)
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593)
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
|
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
|
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
|
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
|
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
|
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
|
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
|
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
|
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
|
at com.panzhihua.applets.AppletsApplication.main(AppletsApplication.java:20)
|
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
|
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
|
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
|
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
|
Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'ftp.username' in value "${ftp.username}"
|
at org.springframework.util.PropertyPlaceholderHelper.parseStringValue(PropertyPlaceholderHelper.java:178)
|
at org.springframework.util.PropertyPlaceholderHelper.replacePlaceholders(PropertyPlaceholderHelper.java:124)
|
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:175)
|
at org.springframework.beans.factory.support.AbstractBeanFactory.resolveEmbeddedValue(AbstractBeanFactory.java:918)
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1248)
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1227)
|
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640)
|
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130)
|
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
|
... 26 common frames omitted
|
2021-02-18 11:07:24.910 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
|
2021-02-18 11:07:28.020 [main] WARN o.s.c.c.c.DiscoveryClientConfigServiceBootstrapConfiguration - Could not locate configserver via discovery
|
java.lang.IllegalStateException: No instances found of configserver (config)
|
at org.springframework.cloud.config.client.ConfigServerInstanceProvider.getConfigServerInstances(ConfigServerInstanceProvider.java:52)
|
at org.springframework.cloud.config.client.DiscoveryClientConfigServiceBootstrapConfiguration$HeartbeatListener.refresh(DiscoveryClientConfigServiceBootstrapConfiguration.java:123)
|
at org.springframework.cloud.config.client.DiscoveryClientConfigServiceBootstrapConfiguration$HeartbeatListener.startup(DiscoveryClientConfigServiceBootstrapConfiguration.java:109)
|
at org.springframework.cloud.config.client.DiscoveryClientConfigServiceBootstrapConfiguration$HeartbeatListener.onApplicationEvent(DiscoveryClientConfigServiceBootstrapConfiguration.java:101)
|
at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:172)
|
at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:165)
|
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:139)
|
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:404)
|
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:361)
|
at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:898)
|
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:554)
|
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
|
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
|
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
|
at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:140)
|
at org.springframework.cloud.bootstrap.BootstrapApplicationListener.bootstrapServiceContext(BootstrapApplicationListener.java:212)
|
at org.springframework.cloud.bootstrap.BootstrapApplicationListener.onApplicationEvent(BootstrapApplicationListener.java:117)
|
at org.springframework.cloud.bootstrap.BootstrapApplicationListener.onApplicationEvent(BootstrapApplicationListener.java:74)
|
at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:172)
|
at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:165)
|
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:139)
|
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:127)
|
at org.springframework.boot.context.event.EventPublishingRunListener.environmentPrepared(EventPublishingRunListener.java:80)
|
at org.springframework.boot.SpringApplicationRunListeners.environmentPrepared(SpringApplicationRunListeners.java:53)
|
at org.springframework.boot.SpringApplication.prepareEnvironment(SpringApplication.java:345)
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:308)
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
|
at com.panzhihua.applets.AppletsApplication.main(AppletsApplication.java:20)
|
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
|
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
|
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
|
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
|
2021-02-18 11:07:28.301 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Fetching config from server at : http://localhost:8193/
|
2021-02-18 11:07:28.387 [main] WARN o.s.c.c.client.ConfigServicePropertySourceLocator - Could not locate PropertySource: 500 : [{"timestamp":"2021-02-18T03:07:28.352+00:00","status":500,"error":"Internal Server Error","message":"","path":"/applets/prod"}]
|
2021-02-18 11:07:28.392 [main] INFO com.panzhihua.applets.AppletsApplication - The following profiles are active: prod
|
2021-02-18 11:07:32.475 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
2021-02-18 11:07:32.479 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
2021-02-18 11:07:32.597 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 51ms. Found 0 Redis repository interfaces.
|
2021-02-18 11:07:34.094 [main] INFO o.springframework.cloud.context.scope.GenericScope - BeanFactory id=04cce4b2-d0c6-342e-9075-00a7e23b3ddd
|
2021-02-18 11:07:34.924 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.panzhihua.common.service.auth.TokenService' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2021-02-18 11:07:34.926 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.panzhihua.common.service.partybuilding.PartyBuildingService' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2021-02-18 11:07:34.927 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.panzhihua.common.service.user.UserService' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2021-02-18 11:07:34.929 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.panzhihua.common.service.community.CommunityService' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2021-02-18 11:07:36.690 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
|
2021-02-18 11:07:36.705 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"]
|
2021-02-18 11:07:36.706 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
2021-02-18 11:07:36.708 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.38]
|
2021-02-18 11:07:36.975 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
2021-02-18 11:07:36.975 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 8487 ms
|
2021-02-18 11:07:38.816 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'commonApi': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'ftp.username' in value "${ftp.username}"
|
2021-02-18 11:07:38.964 [main] INFO org.apache.catalina.core.StandardService - Stopping service [Tomcat]
|
2021-02-18 11:07:38.988 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener -
|
|
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
|
2021-02-18 11:07:38.993 [main] ERROR org.springframework.boot.SpringApplication - Application run failed
|
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'commonApi': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'ftp.username' in value "${ftp.username}"
|
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:405)
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1420)
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593)
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
|
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
|
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
|
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
|
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
|
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
|
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
|
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
|
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
|
at com.panzhihua.applets.AppletsApplication.main(AppletsApplication.java:20)
|
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
|
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
|
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
|
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
|
Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'ftp.username' in value "${ftp.username}"
|
at org.springframework.util.PropertyPlaceholderHelper.parseStringValue(PropertyPlaceholderHelper.java:178)
|
at org.springframework.util.PropertyPlaceholderHelper.replacePlaceholders(PropertyPlaceholderHelper.java:124)
|
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:175)
|
at org.springframework.beans.factory.support.AbstractBeanFactory.resolveEmbeddedValue(AbstractBeanFactory.java:918)
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1248)
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1227)
|
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640)
|
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130)
|
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
|
... 26 common frames omitted
|
2021-02-18 11:13:24.124 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
|
2021-02-18 11:13:27.762 [main] WARN o.s.c.c.c.DiscoveryClientConfigServiceBootstrapConfiguration - Could not locate configserver via discovery
|
java.lang.IllegalStateException: No instances found of configserver (config)
|
at org.springframework.cloud.config.client.ConfigServerInstanceProvider.getConfigServerInstances(ConfigServerInstanceProvider.java:52)
|
at org.springframework.cloud.config.client.DiscoveryClientConfigServiceBootstrapConfiguration$HeartbeatListener.refresh(DiscoveryClientConfigServiceBootstrapConfiguration.java:123)
|
at org.springframework.cloud.config.client.DiscoveryClientConfigServiceBootstrapConfiguration$HeartbeatListener.startup(DiscoveryClientConfigServiceBootstrapConfiguration.java:109)
|
at org.springframework.cloud.config.client.DiscoveryClientConfigServiceBootstrapConfiguration$HeartbeatListener.onApplicationEvent(DiscoveryClientConfigServiceBootstrapConfiguration.java:101)
|
at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:172)
|
at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:165)
|
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:139)
|
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:404)
|
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:361)
|
at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:898)
|
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:554)
|
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
|
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
|
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
|
at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:140)
|
at org.springframework.cloud.bootstrap.BootstrapApplicationListener.bootstrapServiceContext(BootstrapApplicationListener.java:212)
|
at org.springframework.cloud.bootstrap.BootstrapApplicationListener.onApplicationEvent(BootstrapApplicationListener.java:117)
|
at org.springframework.cloud.bootstrap.BootstrapApplicationListener.onApplicationEvent(BootstrapApplicationListener.java:74)
|
at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:172)
|
at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:165)
|
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:139)
|
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:127)
|
at org.springframework.boot.context.event.EventPublishingRunListener.environmentPrepared(EventPublishingRunListener.java:80)
|
at org.springframework.boot.SpringApplicationRunListeners.environmentPrepared(SpringApplicationRunListeners.java:53)
|
at org.springframework.boot.SpringApplication.prepareEnvironment(SpringApplication.java:345)
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:308)
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
|
at com.panzhihua.applets.AppletsApplication.main(AppletsApplication.java:20)
|
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
|
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
|
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
|
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
|
2021-02-18 11:13:28.234 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Fetching config from server at : http://localhost:8193/
|
2021-02-18 11:13:36.272 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Located environment: name=applets, profiles=[prod], label=null, version=7d9eb79b0796a10635925741759dffd59bd742b0, state=null
|
2021-02-18 11:13:36.273 [main] INFO o.s.c.b.c.PropertySourceBootstrapConfiguration - Located property source: [BootstrapPropertySource {name='bootstrapProperties-configClient'}, BootstrapPropertySource {name='bootstrapProperties-http://gitlab.nhys.cdnhxx.com/huanghongfa/config-repo.git/applets-prod.yml'}]
|
2021-02-18 11:13:36.278 [main] INFO com.panzhihua.applets.AppletsApplication - The following profiles are active: prod
|
2021-02-18 11:13:37.355 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
2021-02-18 11:13:37.368 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
2021-02-18 11:13:37.413 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 20ms. Found 0 Redis repository interfaces.
|
2021-02-18 11:13:38.143 [main] INFO o.springframework.cloud.context.scope.GenericScope - BeanFactory id=04cce4b2-d0c6-342e-9075-00a7e23b3ddd
|
2021-02-18 11:13:38.230 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.panzhihua.common.service.auth.TokenService' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2021-02-18 11:13:38.232 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.panzhihua.common.service.partybuilding.PartyBuildingService' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2021-02-18 11:13:38.234 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.panzhihua.common.service.user.UserService' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2021-02-18 11:13:38.236 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.panzhihua.common.service.community.CommunityService' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2021-02-18 11:13:39.692 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8195 (http)
|
2021-02-18 11:13:39.708 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8195"]
|
2021-02-18 11:13:39.708 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
2021-02-18 11:13:39.721 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.38]
|
2021-02-18 11:13:39.915 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
2021-02-18 11:13:39.916 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 3611 ms
|
2021-02-18 11:13:45.073 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
|
2021-02-18 11:13:45.270 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 11:13:45.271 [main] INFO com.netflix.config.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
|
2021-02-18 11:13:45.294 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 11:13:45.294 [main] INFO com.netflix.config.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
|
2021-02-18 11:13:46.129 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
|
2021-02-18 11:13:48.112 [main] INFO o.s.c.n.e.c.DiscoveryClientOptionalArgsConfiguration - Eureka HTTP Client uses Jersey
|
2021-02-18 11:13:48.307 [main] WARN o.s.c.l.c.BlockingLoadBalancerClientAutoConfiguration$BlockingLoadBalancerClientRibbonWarnLogger - You already have RibbonLoadBalancerClient on your classpath. It will be used by default. As Spring Cloud Ribbon is in maintenance mode. We recommend switching to BlockingLoadBalancerClient instead. In order to use it, set the value of `spring.cloud.loadbalancer.ribbon.enabled` to `false` or remove spring-cloud-starter-netflix-ribbon from your project.
|
2021-02-18 11:13:48.805 [main] INFO o.s.cloud.netflix.eureka.InstanceInfoFactory - Setting initial instance status as: STARTING
|
2021-02-18 11:13:49.652 [main] INFO com.netflix.discovery.DiscoveryClient - Initializing Eureka in region us-east-1
|
2021-02-18 11:13:50.206 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON encoding codec LegacyJacksonJson
|
2021-02-18 11:13:50.210 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON decoding codec LegacyJacksonJson
|
2021-02-18 11:13:50.744 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML encoding codec XStreamXml
|
2021-02-18 11:13:50.744 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML decoding codec XStreamXml
|
2021-02-18 11:13:51.820 [main] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 11:13:51.875 [main] INFO com.netflix.discovery.DiscoveryClient - Disable delta property : false
|
2021-02-18 11:13:51.875 [main] INFO com.netflix.discovery.DiscoveryClient - Single vip registry refresh property : null
|
2021-02-18 11:13:51.875 [main] INFO com.netflix.discovery.DiscoveryClient - Force full registry fetch : false
|
2021-02-18 11:13:51.875 [main] INFO com.netflix.discovery.DiscoveryClient - Application is null : false
|
2021-02-18 11:13:51.894 [main] INFO com.netflix.discovery.DiscoveryClient - Registered Applications size is zero : true
|
2021-02-18 11:13:51.895 [main] INFO com.netflix.discovery.DiscoveryClient - Application version is -1: true
|
2021-02-18 11:13:51.895 [main] INFO com.netflix.discovery.DiscoveryClient - Getting all instance registry info from the eureka server
|
2021-02-18 11:13:52.556 [main] INFO com.netflix.discovery.DiscoveryClient - The response status is 200
|
2021-02-18 11:13:52.654 [main] INFO com.netflix.discovery.DiscoveryClient - Starting heartbeat executor: renew interval is: 30
|
2021-02-18 11:13:52.749 [main] INFO com.netflix.discovery.InstanceInfoReplicator - InstanceInfoReplicator onDemand update allowed rate per min is 4
|
2021-02-18 11:13:52.756 [main] INFO com.netflix.discovery.DiscoveryClient - Discovery Client initialized at timestamp 1613618032755 with initial instances count: 2
|
2021-02-18 11:13:52.759 [main] INFO o.s.c.n.e.serviceregistry.EurekaServiceRegistry - Registering application APPLETS with eureka with status UP
|
2021-02-18 11:13:52.760 [main] INFO com.netflix.discovery.DiscoveryClient - Saw local status change event StatusChangeEvent [timestamp=1613618032760, current=UP, previous=STARTING]
|
2021-02-18 11:13:52.762 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8195"]
|
2021-02-18 11:13:52.777 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_APPLETS/k8s-master:applets:8195: registering service...
|
2021-02-18 11:13:53.322 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 8195 (http) with context path ''
|
2021-02-18 11:13:53.352 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration - Updating port to 8195
|
2021-02-18 11:13:53.365 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed
|
2021-02-18 11:13:53.454 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
2021-02-18 11:13:53.566 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_APPLETS/k8s-master:applets:8195 - registration status: 204
|
2021-02-18 11:13:53.845 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references
|
2021-02-18 11:13:55.831 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: updateUserWeiXinPhoneUsingPOST_1
|
2021-02-18 11:13:55.976 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: pageActivityUsingPOST_1
|
2021-02-18 11:13:56.174 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: pageEasyPhotoUsingPOST_1
|
2021-02-18 11:13:56.176 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: pageMicroWishUsingPOST_1
|
2021-02-18 11:13:56.299 [main] INFO com.panzhihua.applets.AppletsApplication - Started AppletsApplication in 34.333 seconds (JVM running for 35.849)
|
2021-02-18 11:18:51.897 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 11:21:46.548 [http-nio-8195-exec-1] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2021-02-18 11:21:46.548 [http-nio-8195-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2021-02-18 11:21:46.556 [http-nio-8195-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Completed initialization in 8 ms
|
2021-02-18 11:21:47.407 [http-nio-8195-exec-1] INFO com.panzhihua.applets.api.LoginApi - 微信登录成功【{"openid":"oMIR-5c8PLWQFApIxaoVDD-h_oG8","sessionKey":"xZasf1NyBQsIT13JRgVuLA=="}】
|
2021-02-18 11:21:47.779 [hystrix-user-1] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: user.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 11:21:47.794 [hystrix-user-1] INFO com.netflix.util.concurrent.ShutdownEnabledTimer - Shutdown hook installed for: NFLoadBalancer-PingTimer-user
|
2021-02-18 11:21:47.794 [hystrix-user-1] INFO com.netflix.loadbalancer.BaseLoadBalancer - Client: user instantiated a LoadBalancer: DynamicServerListLoadBalancer:{NFLoadBalancer:name=user,current list of Servers=[],Load balancer stats=Zone stats: {},Server stats: []}ServerList:null
|
2021-02-18 11:21:47.801 [hystrix-user-1] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - Using serverListUpdater PollingServerListUpdater
|
2021-02-18 11:21:47.816 [hystrix-user-1] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: user.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 11:21:47.818 [hystrix-user-1] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - DynamicServerListLoadBalancer for client user initialized: DynamicServerListLoadBalancer:{NFLoadBalancer:name=user,current list of Servers=[k8s-master:8196],Load balancer stats=Zone stats: {defaultzone=[Zone:defaultzone; Instance count:1; Active connections count: 0; Circuit breaker tripped count: 0; Active connections per server: 0.0;]
|
},Server stats: [[Server:k8s-master:8196; Zone:defaultZone; Total Requests:0; Successive connection failure:0; Total blackout seconds:0; Last connection made:Thu Jan 01 08:00:00 CST 1970; First connection made: Thu Jan 01 08:00:00 CST 1970; Active Connections:0; total failure count in last (1000) msecs:0; average resp time:0.0; 90 percentile resp time:0.0; 95 percentile resp time:0.0; min resp time:0.0; max resp time:0.0; stddev resp time:0.0]
|
]}ServerList:org.springframework.cloud.netflix.ribbon.eureka.DomainExtractingServerList@2c9c21d6
|
2021-02-18 11:21:48.027 [hystrix-auth-1] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: auth.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 11:21:48.028 [hystrix-auth-1] INFO com.netflix.util.concurrent.ShutdownEnabledTimer - Shutdown hook installed for: NFLoadBalancer-PingTimer-auth
|
2021-02-18 11:21:48.028 [hystrix-auth-1] INFO com.netflix.loadbalancer.BaseLoadBalancer - Client: auth instantiated a LoadBalancer: DynamicServerListLoadBalancer:{NFLoadBalancer:name=auth,current list of Servers=[],Load balancer stats=Zone stats: {},Server stats: []}ServerList:null
|
2021-02-18 11:21:48.029 [hystrix-auth-1] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - Using serverListUpdater PollingServerListUpdater
|
2021-02-18 11:21:48.031 [hystrix-auth-1] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: auth.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 11:21:48.031 [hystrix-auth-1] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - DynamicServerListLoadBalancer for client auth initialized: DynamicServerListLoadBalancer:{NFLoadBalancer:name=auth,current list of Servers=[k8s-master:8191],Load balancer stats=Zone stats: {defaultzone=[Zone:defaultzone; Instance count:1; Active connections count: 0; Circuit breaker tripped count: 0; Active connections per server: 0.0;]
|
},Server stats: [[Server:k8s-master:8191; Zone:defaultZone; Total Requests:0; Successive connection failure:0; Total blackout seconds:0; Last connection made:Thu Jan 01 08:00:00 CST 1970; First connection made: Thu Jan 01 08:00:00 CST 1970; Active Connections:0; total failure count in last (1000) msecs:0; average resp time:0.0; 90 percentile resp time:0.0; 95 percentile resp time:0.0; min resp time:0.0; max resp time:0.0; stddev resp time:0.0]
|
]}ServerList:org.springframework.cloud.netflix.ribbon.eureka.DomainExtractingServerList@30593799
|
2021-02-18 11:21:48.409 [hystrix-community-1] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: community.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 11:21:48.411 [hystrix-community-1] INFO com.netflix.util.concurrent.ShutdownEnabledTimer - Shutdown hook installed for: NFLoadBalancer-PingTimer-community
|
2021-02-18 11:21:48.411 [hystrix-community-1] INFO com.netflix.loadbalancer.BaseLoadBalancer - Client: community instantiated a LoadBalancer: DynamicServerListLoadBalancer:{NFLoadBalancer:name=community,current list of Servers=[],Load balancer stats=Zone stats: {},Server stats: []}ServerList:null
|
2021-02-18 11:21:48.412 [hystrix-community-1] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - Using serverListUpdater PollingServerListUpdater
|
2021-02-18 11:21:48.413 [hystrix-community-1] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: community.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 11:21:48.414 [hystrix-community-1] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - DynamicServerListLoadBalancer for client community initialized: DynamicServerListLoadBalancer:{NFLoadBalancer:name=community,current list of Servers=[k8s-master:8291],Load balancer stats=Zone stats: {defaultzone=[Zone:defaultzone; Instance count:1; Active connections count: 0; Circuit breaker tripped count: 0; Active connections per server: 0.0;]
|
},Server stats: [[Server:k8s-master:8291; Zone:defaultZone; Total Requests:0; Successive connection failure:0; Total blackout seconds:0; Last connection made:Thu Jan 01 08:00:00 CST 1970; First connection made: Thu Jan 01 08:00:00 CST 1970; Active Connections:0; total failure count in last (1000) msecs:0; average resp time:0.0; 90 percentile resp time:0.0; 95 percentile resp time:0.0; min resp time:0.0; max resp time:0.0; stddev resp time:0.0]
|
]}ServerList:org.springframework.cloud.netflix.ribbon.eureka.DomainExtractingServerList@91c4a0c
|
2021-02-18 11:21:48.804 [PollingServerListUpdater-0] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: user.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 11:21:49.033 [PollingServerListUpdater-1] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: auth.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 11:21:49.038 [hystrix-partybuilding-1] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: partybuilding.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 11:21:49.039 [hystrix-partybuilding-1] INFO com.netflix.util.concurrent.ShutdownEnabledTimer - Shutdown hook installed for: NFLoadBalancer-PingTimer-partybuilding
|
2021-02-18 11:21:49.039 [hystrix-partybuilding-1] INFO com.netflix.loadbalancer.BaseLoadBalancer - Client: partybuilding instantiated a LoadBalancer: DynamicServerListLoadBalancer:{NFLoadBalancer:name=partybuilding,current list of Servers=[],Load balancer stats=Zone stats: {},Server stats: []}ServerList:null
|
2021-02-18 11:21:49.040 [hystrix-partybuilding-1] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - Using serverListUpdater PollingServerListUpdater
|
2021-02-18 11:21:49.041 [hystrix-partybuilding-1] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: partybuilding.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 11:21:49.041 [hystrix-partybuilding-1] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - DynamicServerListLoadBalancer for client partybuilding initialized: DynamicServerListLoadBalancer:{NFLoadBalancer:name=partybuilding,current list of Servers=[k8s-master:8198],Load balancer stats=Zone stats: {defaultzone=[Zone:defaultzone; Instance count:1; Active connections count: 0; Circuit breaker tripped count: 0; Active connections per server: 0.0;]
|
},Server stats: [[Server:k8s-master:8198; Zone:defaultZone; Total Requests:0; Successive connection failure:0; Total blackout seconds:0; Last connection made:Thu Jan 01 08:00:00 CST 1970; First connection made: Thu Jan 01 08:00:00 CST 1970; Active Connections:0; total failure count in last (1000) msecs:0; average resp time:0.0; 90 percentile resp time:0.0; 95 percentile resp time:0.0; min resp time:0.0; max resp time:0.0; stddev resp time:0.0]
|
]}ServerList:org.springframework.cloud.netflix.ribbon.eureka.DomainExtractingServerList@74d211a4
|
2021-02-18 11:21:49.413 [PollingServerListUpdater-0] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: community.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 11:21:50.041 [PollingServerListUpdater-1] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: partybuilding.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 11:22:20.011 [http-nio-8195-exec-5] ERROR c.b.wx.miniapp.api.impl.BaseWxMaServiceImpl -
|
【请求地址】: https://api.weixin.qq.com/sns/jscode2session?access_token=42_pNkzc2K4XmOo9OZjYnKtDlBNlQXHl5_Z-ODMbZDx8l3AkAcjAScCMEad8f22WTbn2LRu9penD1w5kU-uzXoP40b9A2MahV0N0kr5XN7t55wjBVcgenJTOwjZQaxKJEeFDwF0p5LP0EnNmXMdHAPgAAAQJY
|
【请求参数】:js_code=013NEC0w3JYhSV2c2a3w3gbzHu0NEC0Y&secret=******&grant_type=authorization_code&appid=wx0cef797390444b75
|
【错误信息】:错误代码:40029, 错误信息:code 无效,微信原始报文:{"errcode":40029,"errmsg":"invalid code, hints: [ req_id: lfIAPsNre-a6cM0a ]"}
|
2021-02-18 11:22:20.012 [http-nio-8195-exec-5] ERROR com.panzhihua.applets.api.LoginApi - 微信登录失败【错误代码:40029, 错误信息:code 无效,微信原始报文:{"errcode":40029,"errmsg":"invalid code, hints: [ req_id: lfIAPsNre-a6cM0a ]"}】
|
2021-02-18 11:22:22.414 [http-nio-8195-exec-2] ERROR c.b.wx.miniapp.api.impl.BaseWxMaServiceImpl -
|
【请求地址】: https://api.weixin.qq.com/sns/jscode2session?access_token=42_pNkzc2K4XmOo9OZjYnKtDlBNlQXHl5_Z-ODMbZDx8l3AkAcjAScCMEad8f22WTbn2LRu9penD1w5kU-uzXoP40b9A2MahV0N0kr5XN7t55wjBVcgenJTOwjZQaxKJEeFDwF0p5LP0EnNmXMdRYDgAAADKP
|
【请求参数】:js_code=013NEC0w3JYhSV2c2a3w3gbzHu0NEC0Y&secret=******&grant_type=authorization_code&appid=wx0cef797390444b75
|
【错误信息】:错误代码:40029, 错误信息:code 无效,微信原始报文:{"errcode":40029,"errmsg":"invalid code, hints: [ req_id: lfIAm44ce-JUpjCa ]"}
|
2021-02-18 11:22:22.415 [http-nio-8195-exec-2] ERROR com.panzhihua.applets.api.LoginApi - 微信登录失败【错误代码:40029, 错误信息:code 无效,微信原始报文:{"errcode":40029,"errmsg":"invalid code, hints: [ req_id: lfIAm44ce-JUpjCa ]"}】
|
2021-02-18 11:22:28.754 [http-nio-8195-exec-9] ERROR c.b.wx.miniapp.api.impl.BaseWxMaServiceImpl -
|
【请求地址】: https://api.weixin.qq.com/sns/jscode2session?access_token=42_pNkzc2K4XmOo9OZjYnKtDlBNlQXHl5_Z-ODMbZDx8l3AkAcjAScCMEad8f22WTbn2LRu9penD1w5kU-uzXoP40b9A2MahV0N0kr5XN7t55wjBVcgenJTOwjZQaxKJEeFDwF0p5LP0EnNmXMdUGDgAAAGSP
|
【请求参数】:js_code=013NEC0w3JYhSV2c2a3w3gbzHu0NEC0Y&secret=******&grant_type=authorization_code&appid=wx0cef797390444b75
|
【错误信息】:错误代码:40029, 错误信息:code 无效,微信原始报文:{"errcode":40029,"errmsg":"invalid code, hints: [ req_id: lfIAJRNre-qSw3aA ]"}
|
2021-02-18 11:22:28.754 [http-nio-8195-exec-9] ERROR com.panzhihua.applets.api.LoginApi - 微信登录失败【错误代码:40029, 错误信息:code 无效,微信原始报文:{"errcode":40029,"errmsg":"invalid code, hints: [ req_id: lfIAJRNre-qSw3aA ]"}】
|
2021-02-18 11:22:30.463 [http-nio-8195-exec-10] ERROR c.b.wx.miniapp.api.impl.BaseWxMaServiceImpl -
|
【请求地址】: https://api.weixin.qq.com/sns/jscode2session?access_token=42_pNkzc2K4XmOo9OZjYnKtDlBNlQXHl5_Z-ODMbZDx8l3AkAcjAScCMEad8f22WTbn2LRu9penD1w5kU-uzXoP40b9A2MahV0N0kr5XN7t55wjBVcgenJTOwjZQaxKJEeFDwF0p5LP0EnNmXMdDQXgAAAXKR
|
【请求参数】:js_code=013NEC0w3JYhSV2c2a3w3gbzHu0NEC0Y&secret=******&grant_type=authorization_code&appid=wx0cef797390444b75
|
【错误信息】:错误代码:40029, 错误信息:code 无效,微信原始报文:{"errcode":40029,"errmsg":"invalid code, hints: [ req_id: lfIA4EMre-V3UdHA ]"}
|
2021-02-18 11:22:30.463 [http-nio-8195-exec-10] ERROR com.panzhihua.applets.api.LoginApi - 微信登录失败【错误代码:40029, 错误信息:code 无效,微信原始报文:{"errcode":40029,"errmsg":"invalid code, hints: [ req_id: lfIA4EMre-V3UdHA ]"}】
|
2021-02-18 11:22:31.887 [http-nio-8195-exec-3] ERROR c.b.wx.miniapp.api.impl.BaseWxMaServiceImpl -
|
【请求地址】: https://api.weixin.qq.com/sns/jscode2session?access_token=42_pNkzc2K4XmOo9OZjYnKtDlBNlQXHl5_Z-ODMbZDx8l3AkAcjAScCMEad8f22WTbn2LRu9penD1w5kU-uzXoP40b9A2MahV0N0kr5XN7t55wjBVcgenJTOwjZQaxKJEeFDwF0p5LP0EnNmXMdYQZgAAABTC
|
【请求参数】:js_code=013NEC0w3JYhSV2c2a3w3gbzHu0NEC0Y&secret=******&grant_type=authorization_code&appid=wx0cef797390444b75
|
【错误信息】:错误代码:40029, 错误信息:code 无效,微信原始报文:{"errcode":40029,"errmsg":"invalid code, hints: [ req_id: lfIAhTNre-ANSjla ]"}
|
2021-02-18 11:22:31.888 [http-nio-8195-exec-3] ERROR com.panzhihua.applets.api.LoginApi - 微信登录失败【错误代码:40029, 错误信息:code 无效,微信原始报文:{"errcode":40029,"errmsg":"invalid code, hints: [ req_id: lfIAhTNre-ANSjla ]"}】
|
2021-02-18 11:22:38.778 [http-nio-8195-exec-8] ERROR c.b.wx.miniapp.api.impl.BaseWxMaServiceImpl -
|
【请求地址】: https://api.weixin.qq.com/sns/jscode2session?access_token=42_pNkzc2K4XmOo9OZjYnKtDlBNlQXHl5_Z-ODMbZDx8l3AkAcjAScCMEad8f22WTbn2LRu9penD1w5kU-uzXoP40b9A2MahV0N0kr5XN7t55wjBVcgenJTOwjZQaxKJEeFDwF0p5LP0EnNmXMdEIJgAAAMQR
|
【请求参数】:js_code=013NEC0w3JYhSV2c2a3w3gbzHu0NEC0Y&secret=******&grant_type=authorization_code&appid=wx0cef797390444b75
|
【错误信息】:错误代码:40029, 错误信息:code 无效,微信原始报文:{"errcode":40029,"errmsg":"invalid code, hints: [ req_id: lfIAkDMre-p6xJea ]"}
|
2021-02-18 11:22:38.778 [http-nio-8195-exec-8] ERROR com.panzhihua.applets.api.LoginApi - 微信登录失败【错误代码:40029, 错误信息:code 无效,微信原始报文:{"errcode":40029,"errmsg":"invalid code, hints: [ req_id: lfIAkDMre-p6xJea ]"}】
|
2021-02-18 11:22:39.307 [http-nio-8195-exec-7] INFO com.panzhihua.applets.api.LoginApi - 微信登录成功【{"openid":"oMIR-5bqn2cmpcApz0qscNOm4-f0","sessionKey":"aFWUcN7KF023AOfIBi6LyA=="}】
|
2021-02-18 11:22:40.606 [http-nio-8195-exec-6] ERROR c.b.wx.miniapp.api.impl.BaseWxMaServiceImpl -
|
【请求地址】: https://api.weixin.qq.com/sns/jscode2session?access_token=42_TdawcUaP8CNr9dB2kkSQXHNxsjZL7WtcoHv0rDKNWq9Esn2guKICn3L30a6RcHAaFSWAfYw854wH7o6he6cmteTdmLcyJvyDdL7pPs95MQjGoHLRy28bG-kehr1MLSsLhvKogjOV2o8r8hdxKBZdAFAYPN
|
【请求参数】:js_code=013NEC0w3JYhSV2c2a3w3gbzHu0NEC0Y&secret=******&grant_type=authorization_code&appid=wx0cef797390444b75
|
【错误信息】:错误代码:40029, 错误信息:code 无效,微信原始报文:{"errcode":40029,"errmsg":"invalid code, hints: [ req_id: lfIARIMre-13Ek.A ]"}
|
2021-02-18 11:22:40.606 [http-nio-8195-exec-6] ERROR com.panzhihua.applets.api.LoginApi - 微信登录失败【错误代码:40029, 错误信息:code 无效,微信原始报文:{"errcode":40029,"errmsg":"invalid code, hints: [ req_id: lfIARIMre-13Ek.A ]"}】
|
2021-02-18 11:22:46.127 [http-nio-8195-exec-3] INFO com.panzhihua.applets.api.LoginApi - 微信登录成功【{"openid":"oMIR-5S9rpsWAVUUrNKoVDQbn5Mw","sessionKey":"jFUuonpwWw3E53mFgcGqsg=="}】
|
2021-02-18 11:22:55.915 [http-nio-8195-exec-10] INFO com.panzhihua.applets.api.LoginApi - 微信登录成功【{"openid":"oMIR-5bqn2cmpcApz0qscNOm4-f0","sessionKey":"aFWUcN7KF023AOfIBi6LyA=="}】
|
2021-02-18 11:23:51.897 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 11:28:51.898 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 11:33:51.898 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 11:38:51.899 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 11:43:51.899 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 11:48:51.900 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 11:53:51.900 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 11:58:51.900 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:03:51.901 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:08:51.901 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:13:51.902 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:18:51.902 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:23:51.903 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:28:51.903 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:33:51.903 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:38:51.904 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:43:51.904 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:48:51.905 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:53:51.905 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:58:51.906 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:03:51.906 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:08:51.906 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:13:51.907 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:18:51.907 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:23:51.908 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:26:22.703 [http-nio-8195-exec-9] INFO com.panzhihua.applets.api.LoginApi - 微信登录成功【{"openid":"oMIR-5bqn2cmpcApz0qscNOm4-f0","sessionKey":"QiyvxDFj8tZl//Xzd95LLQ=="}】
|
2021-02-18 13:28:51.908 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:29:51.978 [http-nio-8195-exec-10] INFO com.panzhihua.applets.api.LoginApi - 微信登录成功【{"openid":"oMIR-5SwRjkAv5MelAQbWkHqVW7k","sessionKey":"+9JSOHSajfKMmcmWvRS8VA=="}】
|
2021-02-18 13:29:51.984 [http-nio-8195-exec-9] INFO com.panzhihua.applets.api.LoginApi - 微信登录成功【{"openid":"oMIR-5XXLqPXU_vNn4pJ07N0qEk8","sessionKey":"X7k2XiLaVdUBnvTiF2Pizw=="}】
|
2021-02-18 13:29:52.417 [http-nio-8195-exec-6] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 13:29:52.428 [http-nio-8195-exec-4] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 13:29:52.442 [http-nio-8195-exec-8] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 13:29:52.445 [http-nio-8195-exec-7] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 13:29:52.453 [http-nio-8195-exec-5] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 13:29:52.466 [http-nio-8195-exec-9] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 13:30:48.129 [http-nio-8195-exec-1] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 13:30:51.436 [http-nio-8195-exec-9] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 13:30:51.441 [http-nio-8195-exec-10] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 13:30:51.441 [http-nio-8195-exec-3] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 13:30:51.446 [http-nio-8195-exec-2] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 13:30:51.447 [http-nio-8195-exec-6] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 13:30:51.485 [http-nio-8195-exec-8] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 13:30:51.495 [http-nio-8195-exec-4] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 13:30:52.423 [http-nio-8195-exec-7] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 13:31:00.029 [http-nio-8195-exec-5] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 13:31:00.037 [http-nio-8195-exec-1] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 13:31:04.367 [http-nio-8195-exec-3] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 13:31:08.681 [http-nio-8195-exec-2] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 13:31:12.992 [http-nio-8195-exec-6] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 13:31:40.301 [http-nio-8195-exec-1] WARN o.s.w.s.m.support.DefaultHandlerExceptionResolver - Resolved [org.springframework.http.converter.HttpMessageNotReadableException: Required request body is missing: public com.panzhihua.common.model.vos.R com.panzhihua.applets.api.UserApi.putUser(com.panzhihua.common.model.vos.LoginUserInfoVO)]
|
2021-02-18 13:31:40.301 [http-nio-8195-exec-10] WARN o.s.w.s.m.support.DefaultHandlerExceptionResolver - Resolved [org.springframework.http.converter.HttpMessageNotReadableException: Required request body is missing: public com.panzhihua.common.model.vos.R com.panzhihua.applets.api.UserApi.putUser(com.panzhihua.common.model.vos.LoginUserInfoVO)]
|
2021-02-18 13:31:40.573 [http-nio-8195-exec-3] INFO com.panzhihua.common.utlis.SFTPUtil - sftp connect by host:182.151.24.68 username:root
|
2021-02-18 13:31:40.586 [http-nio-8195-exec-3] INFO com.panzhihua.common.utlis.SFTPUtil - Session is build
|
2021-02-18 13:31:40.737 [http-nio-8195-exec-3] INFO com.panzhihua.common.utlis.SFTPUtil - Session is connected
|
2021-02-18 13:31:41.696 [http-nio-8195-exec-3] INFO com.panzhihua.common.utlis.SFTPUtil - channel is connected
|
2021-02-18 13:31:41.696 [http-nio-8195-exec-3] INFO com.panzhihua.common.utlis.SFTPUtil - sftp server host:[182.151.24.68] port:[22] is connect successfull
|
2021-02-18 13:31:41.705 [http-nio-8195-exec-3] INFO com.panzhihua.common.utlis.SFTPUtil - sftp is closed already
|
2021-02-18 13:31:41.708 [http-nio-8195-exec-3] INFO com.panzhihua.common.utlis.SFTPUtil - sshSession is closed already
|
2021-02-18 13:31:41.763 [http-nio-8195-exec-2] WARN o.s.w.s.m.support.DefaultHandlerExceptionResolver - Resolved [org.springframework.http.converter.HttpMessageNotReadableException: Required request body is missing: public com.panzhihua.common.model.vos.R com.panzhihua.applets.api.UserApi.putUser(com.panzhihua.common.model.vos.LoginUserInfoVO)]
|
2021-02-18 13:31:52.229 [http-nio-8195-exec-6] ERROR o.a.c.c.C.[.[localhost].[/].[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is com.netflix.hystrix.exception.HystrixRuntimeException: PartyBuildingService#listActivity(Long,Long) failed and no fallback available.] with root cause
|
feign.FeignException$BadRequest: [400] during [POST] to [http://partybuilding/partybuildIng/listactivity?userId=93] [PartyBuildingService#listActivity(Long,Long)]: [{"timestamp":"2021-02-18T05:31:52.212+00:00","status":400,"error":"Bad Request","message":"","path":"/partybuildIng/listactivity"}]
|
at feign.FeignException.clientErrorStatus(FeignException.java:195)
|
at feign.FeignException.errorStatus(FeignException.java:177)
|
at feign.FeignException.errorStatus(FeignException.java:169)
|
at feign.codec.ErrorDecoder$Default.decode(ErrorDecoder.java:92)
|
at feign.AsyncResponseHandler.handleResponse(AsyncResponseHandler.java:96)
|
at feign.SynchronousMethodHandler.executeAndDecode(SynchronousMethodHandler.java:138)
|
at feign.SynchronousMethodHandler.invoke(SynchronousMethodHandler.java:89)
|
at feign.hystrix.HystrixInvocationHandler$1.run(HystrixInvocationHandler.java:109)
|
at com.netflix.hystrix.HystrixCommand$2.call(HystrixCommand.java:302)
|
at com.netflix.hystrix.HystrixCommand$2.call(HystrixCommand.java:298)
|
at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:46)
|
at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:35)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
|
at rx.Observable.unsafeSubscribe(Observable.java:10327)
|
at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:51)
|
at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:35)
|
at rx.Observable.unsafeSubscribe(Observable.java:10327)
|
at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:41)
|
at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:30)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
|
at rx.Observable.unsafeSubscribe(Observable.java:10327)
|
at rx.internal.operators.OperatorSubscribeOn$SubscribeOnSubscriber.call(OperatorSubscribeOn.java:100)
|
at com.netflix.hystrix.strategy.concurrency.HystrixContexSchedulerAction$1.call(HystrixContexSchedulerAction.java:56)
|
at com.netflix.hystrix.strategy.concurrency.HystrixContexSchedulerAction$1.call(HystrixContexSchedulerAction.java:47)
|
at com.netflix.hystrix.strategy.concurrency.HystrixContexSchedulerAction.call(HystrixContexSchedulerAction.java:69)
|
at rx.internal.schedulers.ScheduledAction.run(ScheduledAction.java:55)
|
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
|
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
|
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
at java.lang.Thread.run(Thread.java:748)
|
2021-02-18 13:31:52.291 [http-nio-8195-exec-8] ERROR o.a.c.c.C.[.[localhost].[/].[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is com.netflix.hystrix.exception.HystrixRuntimeException: PartyBuildingService#listActivity(Long,Long) failed and no fallback available.] with root cause
|
feign.FeignException$BadRequest: [400] during [POST] to [http://partybuilding/partybuildIng/listactivity?userId=93] [PartyBuildingService#listActivity(Long,Long)]: [{"timestamp":"2021-02-18T05:31:52.289+00:00","status":400,"error":"Bad Request","message":"","path":"/partybuildIng/listactivity"}]
|
at feign.FeignException.clientErrorStatus(FeignException.java:195)
|
at feign.FeignException.errorStatus(FeignException.java:177)
|
at feign.FeignException.errorStatus(FeignException.java:169)
|
at feign.codec.ErrorDecoder$Default.decode(ErrorDecoder.java:92)
|
at feign.AsyncResponseHandler.handleResponse(AsyncResponseHandler.java:96)
|
at feign.SynchronousMethodHandler.executeAndDecode(SynchronousMethodHandler.java:138)
|
at feign.SynchronousMethodHandler.invoke(SynchronousMethodHandler.java:89)
|
at feign.hystrix.HystrixInvocationHandler$1.run(HystrixInvocationHandler.java:109)
|
at com.netflix.hystrix.HystrixCommand$2.call(HystrixCommand.java:302)
|
at com.netflix.hystrix.HystrixCommand$2.call(HystrixCommand.java:298)
|
at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:46)
|
at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:35)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
|
at rx.Observable.unsafeSubscribe(Observable.java:10327)
|
at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:51)
|
at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:35)
|
at rx.Observable.unsafeSubscribe(Observable.java:10327)
|
at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:41)
|
at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:30)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
|
at rx.Observable.unsafeSubscribe(Observable.java:10327)
|
at rx.internal.operators.OperatorSubscribeOn$SubscribeOnSubscriber.call(OperatorSubscribeOn.java:100)
|
at com.netflix.hystrix.strategy.concurrency.HystrixContexSchedulerAction$1.call(HystrixContexSchedulerAction.java:56)
|
at com.netflix.hystrix.strategy.concurrency.HystrixContexSchedulerAction$1.call(HystrixContexSchedulerAction.java:47)
|
at com.netflix.hystrix.strategy.concurrency.HystrixContexSchedulerAction.call(HystrixContexSchedulerAction.java:69)
|
at rx.internal.schedulers.ScheduledAction.run(ScheduledAction.java:55)
|
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
|
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
|
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
at java.lang.Thread.run(Thread.java:748)
|
2021-02-18 13:33:51.908 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:38:52.299 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
|
2021-02-18 13:38:55.160 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Fetching config from server at : http://192.168.1.81:8193/
|
2021-02-18 13:38:56.041 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Located environment: name=applets, profiles=[prod], label=null, version=cf0e411f53754c9c6849b38f2374a6b6798f096c, state=null
|
2021-02-18 13:38:56.042 [main] INFO o.s.c.b.c.PropertySourceBootstrapConfiguration - Located property source: [BootstrapPropertySource {name='bootstrapProperties-configClient'}, BootstrapPropertySource {name='bootstrapProperties-http://gitlab.nhys.cdnhxx.com/huanghongfa/config-repo.git/applets-prod.yml'}]
|
2021-02-18 13:38:56.047 [main] INFO com.panzhihua.applets.AppletsApplication - The following profiles are active: prod
|
2021-02-18 13:38:58.743 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
2021-02-18 13:38:58.747 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
2021-02-18 13:38:58.791 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 23ms. Found 0 Redis repository interfaces.
|
2021-02-18 13:38:59.845 [main] INFO o.springframework.cloud.context.scope.GenericScope - BeanFactory id=04cce4b2-d0c6-342e-9075-00a7e23b3ddd
|
2021-02-18 13:38:59.940 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.panzhihua.common.service.auth.TokenService' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2021-02-18 13:38:59.942 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.panzhihua.common.service.partybuilding.PartyBuildingService' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2021-02-18 13:38:59.944 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.panzhihua.common.service.user.UserService' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2021-02-18 13:38:59.946 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.panzhihua.common.service.community.CommunityService' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2021-02-18 13:39:01.647 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8195 (http)
|
2021-02-18 13:39:01.685 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8195"]
|
2021-02-18 13:39:01.686 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
2021-02-18 13:39:01.686 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.38]
|
2021-02-18 13:39:01.938 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
2021-02-18 13:39:01.939 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 5842 ms
|
2021-02-18 13:39:06.502 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
|
2021-02-18 13:39:06.570 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 13:39:06.579 [main] INFO com.netflix.config.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
|
2021-02-18 13:39:06.597 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 13:39:06.597 [main] INFO com.netflix.config.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
|
2021-02-18 13:39:07.261 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
|
2021-02-18 13:39:08.485 [main] INFO o.s.c.n.e.c.DiscoveryClientOptionalArgsConfiguration - Eureka HTTP Client uses Jersey
|
2021-02-18 13:39:08.794 [main] WARN o.s.c.l.c.BlockingLoadBalancerClientAutoConfiguration$BlockingLoadBalancerClientRibbonWarnLogger - You already have RibbonLoadBalancerClient on your classpath. It will be used by default. As Spring Cloud Ribbon is in maintenance mode. We recommend switching to BlockingLoadBalancerClient instead. In order to use it, set the value of `spring.cloud.loadbalancer.ribbon.enabled` to `false` or remove spring-cloud-starter-netflix-ribbon from your project.
|
2021-02-18 13:39:09.227 [main] INFO o.s.cloud.netflix.eureka.InstanceInfoFactory - Setting initial instance status as: STARTING
|
2021-02-18 13:39:10.086 [main] INFO com.netflix.discovery.DiscoveryClient - Initializing Eureka in region us-east-1
|
2021-02-18 13:39:10.764 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON encoding codec LegacyJacksonJson
|
2021-02-18 13:39:10.773 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON decoding codec LegacyJacksonJson
|
2021-02-18 13:39:11.268 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML encoding codec XStreamXml
|
2021-02-18 13:39:11.269 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML decoding codec XStreamXml
|
2021-02-18 13:39:12.343 [main] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:39:12.423 [main] INFO com.netflix.discovery.DiscoveryClient - Disable delta property : false
|
2021-02-18 13:39:12.423 [main] INFO com.netflix.discovery.DiscoveryClient - Single vip registry refresh property : null
|
2021-02-18 13:39:12.423 [main] INFO com.netflix.discovery.DiscoveryClient - Force full registry fetch : false
|
2021-02-18 13:39:12.423 [main] INFO com.netflix.discovery.DiscoveryClient - Application is null : false
|
2021-02-18 13:39:12.423 [main] INFO com.netflix.discovery.DiscoveryClient - Registered Applications size is zero : true
|
2021-02-18 13:39:12.423 [main] INFO com.netflix.discovery.DiscoveryClient - Application version is -1: true
|
2021-02-18 13:39:12.424 [main] INFO com.netflix.discovery.DiscoveryClient - Getting all instance registry info from the eureka server
|
2021-02-18 13:39:12.981 [main] INFO com.netflix.discovery.DiscoveryClient - The response status is 200
|
2021-02-18 13:39:13.002 [main] INFO com.netflix.discovery.DiscoveryClient - Starting heartbeat executor: renew interval is: 30
|
2021-02-18 13:39:13.033 [main] INFO com.netflix.discovery.InstanceInfoReplicator - InstanceInfoReplicator onDemand update allowed rate per min is 4
|
2021-02-18 13:39:13.062 [main] INFO com.netflix.discovery.DiscoveryClient - Discovery Client initialized at timestamp 1613626753061 with initial instances count: 10
|
2021-02-18 13:39:13.064 [main] INFO o.s.c.n.e.serviceregistry.EurekaServiceRegistry - Registering application APPLETS with eureka with status UP
|
2021-02-18 13:39:13.064 [main] INFO com.netflix.discovery.DiscoveryClient - Saw local status change event StatusChangeEvent [timestamp=1613626753064, current=UP, previous=STARTING]
|
2021-02-18 13:39:13.066 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8195"]
|
2021-02-18 13:39:13.108 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_APPLETS/k8s-master:applets:8195: registering service...
|
2021-02-18 13:39:13.360 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 8195 (http) with context path ''
|
2021-02-18 13:39:13.379 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration - Updating port to 8195
|
2021-02-18 13:39:13.393 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed
|
2021-02-18 13:39:13.479 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
2021-02-18 13:39:13.499 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_APPLETS/k8s-master:applets:8195 - registration status: 204
|
2021-02-18 13:39:13.650 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references
|
2021-02-18 13:39:14.654 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: updateUserWeiXinPhoneUsingPOST_1
|
2021-02-18 13:39:14.739 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: pageActivityUsingPOST_1
|
2021-02-18 13:39:14.821 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: pageEasyPhotoUsingPOST_1
|
2021-02-18 13:39:14.822 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: pageMicroWishUsingPOST_1
|
2021-02-18 13:39:14.907 [main] INFO com.panzhihua.applets.AppletsApplication - Started AppletsApplication in 24.398 seconds (JVM running for 26.078)
|
2021-02-18 13:44:07.733 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
|
2021-02-18 13:44:11.222 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Fetching config from server at : http://192.168.1.81:8193/
|
2021-02-18 13:44:13.656 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Located environment: name=applets, profiles=[prod], label=null, version=2143aebf24bf46cfca77cbc3fbca9b52be224343, state=null
|
2021-02-18 13:44:13.657 [main] INFO o.s.c.b.c.PropertySourceBootstrapConfiguration - Located property source: [BootstrapPropertySource {name='bootstrapProperties-configClient'}, BootstrapPropertySource {name='bootstrapProperties-http://gitlab.nhys.cdnhxx.com/huanghongfa/config-repo.git/applets-prod.yml'}]
|
2021-02-18 13:44:13.662 [main] INFO com.panzhihua.applets.AppletsApplication - The following profiles are active: prod
|
2021-02-18 13:44:16.421 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
2021-02-18 13:44:16.448 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
2021-02-18 13:44:16.613 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 16ms. Found 0 Redis repository interfaces.
|
2021-02-18 13:44:17.734 [main] INFO o.springframework.cloud.context.scope.GenericScope - BeanFactory id=04cce4b2-d0c6-342e-9075-00a7e23b3ddd
|
2021-02-18 13:44:17.877 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.panzhihua.common.service.auth.TokenService' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2021-02-18 13:44:17.891 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.panzhihua.common.service.partybuilding.PartyBuildingService' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2021-02-18 13:44:17.893 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.panzhihua.common.service.user.UserService' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2021-02-18 13:44:17.895 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.panzhihua.common.service.community.CommunityService' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2021-02-18 13:44:20.436 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8195 (http)
|
2021-02-18 13:44:20.486 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8195"]
|
2021-02-18 13:44:20.487 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
2021-02-18 13:44:20.487 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.38]
|
2021-02-18 13:44:20.781 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
2021-02-18 13:44:20.781 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 7056 ms
|
2021-02-18 13:44:27.826 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
|
2021-02-18 13:44:28.001 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 13:44:28.001 [main] INFO com.netflix.config.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
|
2021-02-18 13:44:28.008 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 13:44:28.008 [main] INFO com.netflix.config.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
|
2021-02-18 13:44:28.882 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
|
2021-02-18 13:44:30.608 [main] INFO o.s.c.n.e.c.DiscoveryClientOptionalArgsConfiguration - Eureka HTTP Client uses Jersey
|
2021-02-18 13:44:30.716 [main] WARN o.s.c.l.c.BlockingLoadBalancerClientAutoConfiguration$BlockingLoadBalancerClientRibbonWarnLogger - You already have RibbonLoadBalancerClient on your classpath. It will be used by default. As Spring Cloud Ribbon is in maintenance mode. We recommend switching to BlockingLoadBalancerClient instead. In order to use it, set the value of `spring.cloud.loadbalancer.ribbon.enabled` to `false` or remove spring-cloud-starter-netflix-ribbon from your project.
|
2021-02-18 13:44:31.159 [main] INFO o.s.cloud.netflix.eureka.InstanceInfoFactory - Setting initial instance status as: STARTING
|
2021-02-18 13:44:32.269 [main] INFO com.netflix.discovery.DiscoveryClient - Initializing Eureka in region us-east-1
|
2021-02-18 13:44:33.150 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON encoding codec LegacyJacksonJson
|
2021-02-18 13:44:33.150 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON decoding codec LegacyJacksonJson
|
2021-02-18 13:44:33.851 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML encoding codec XStreamXml
|
2021-02-18 13:44:33.851 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML decoding codec XStreamXml
|
2021-02-18 13:44:35.323 [main] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:44:35.347 [main] INFO com.netflix.discovery.DiscoveryClient - Disable delta property : false
|
2021-02-18 13:44:35.347 [main] INFO com.netflix.discovery.DiscoveryClient - Single vip registry refresh property : null
|
2021-02-18 13:44:35.347 [main] INFO com.netflix.discovery.DiscoveryClient - Force full registry fetch : false
|
2021-02-18 13:44:35.347 [main] INFO com.netflix.discovery.DiscoveryClient - Application is null : false
|
2021-02-18 13:44:35.347 [main] INFO com.netflix.discovery.DiscoveryClient - Registered Applications size is zero : true
|
2021-02-18 13:44:35.347 [main] INFO com.netflix.discovery.DiscoveryClient - Application version is -1: true
|
2021-02-18 13:44:35.367 [main] INFO com.netflix.discovery.DiscoveryClient - Getting all instance registry info from the eureka server
|
2021-02-18 13:44:36.161 [main] INFO com.netflix.discovery.DiscoveryClient - The response status is 200
|
2021-02-18 13:44:36.709 [main] INFO com.netflix.discovery.DiscoveryClient - Starting heartbeat executor: renew interval is: 30
|
2021-02-18 13:44:36.722 [main] INFO com.netflix.discovery.InstanceInfoReplicator - InstanceInfoReplicator onDemand update allowed rate per min is 4
|
2021-02-18 13:44:36.739 [main] INFO com.netflix.discovery.DiscoveryClient - Discovery Client initialized at timestamp 1613627076738 with initial instances count: 7
|
2021-02-18 13:44:36.741 [main] INFO o.s.c.n.e.serviceregistry.EurekaServiceRegistry - Registering application APPLETS with eureka with status UP
|
2021-02-18 13:44:36.741 [main] INFO com.netflix.discovery.DiscoveryClient - Saw local status change event StatusChangeEvent [timestamp=1613627076741, current=UP, previous=STARTING]
|
2021-02-18 13:44:36.743 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8195"]
|
2021-02-18 13:44:37.132 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 8195 (http) with context path ''
|
2021-02-18 13:44:36.962 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_APPLETS/k8s-master:applets:8195: registering service...
|
2021-02-18 13:44:37.142 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration - Updating port to 8195
|
2021-02-18 13:44:37.154 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed
|
2021-02-18 13:44:37.223 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_APPLETS/k8s-master:applets:8195 - registration status: 204
|
2021-02-18 13:44:37.229 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
2021-02-18 13:44:37.552 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references
|
2021-02-18 13:44:38.965 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: updateUserWeiXinPhoneUsingPOST_1
|
2021-02-18 13:44:39.074 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: pageActivityUsingPOST_1
|
2021-02-18 13:44:39.188 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: pageEasyPhotoUsingPOST_1
|
2021-02-18 13:44:39.189 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: pageMicroWishUsingPOST_1
|
2021-02-18 13:44:39.278 [main] INFO com.panzhihua.applets.AppletsApplication - Started AppletsApplication in 33.678 seconds (JVM running for 35.085)
|
2021-02-18 13:46:57.882 [http-nio-8195-exec-1] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2021-02-18 13:46:57.882 [http-nio-8195-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2021-02-18 13:46:57.889 [http-nio-8195-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Completed initialization in 7 ms
|
2021-02-18 13:46:58.675 [http-nio-8195-exec-1] INFO com.panzhihua.applets.api.LoginApi - 微信登录成功【{"openid":"oMIR-5e_lCPkmVqgaR5WKhRcq6_o","sessionKey":"hqnhAQXEYoWsrt2BtfzcPw=="}】
|
2021-02-18 13:46:59.022 [hystrix-user-1] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: user.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 13:46:59.034 [hystrix-user-1] INFO com.netflix.util.concurrent.ShutdownEnabledTimer - Shutdown hook installed for: NFLoadBalancer-PingTimer-user
|
2021-02-18 13:46:59.034 [hystrix-user-1] INFO com.netflix.loadbalancer.BaseLoadBalancer - Client: user instantiated a LoadBalancer: DynamicServerListLoadBalancer:{NFLoadBalancer:name=user,current list of Servers=[],Load balancer stats=Zone stats: {},Server stats: []}ServerList:null
|
2021-02-18 13:46:59.039 [hystrix-user-1] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - Using serverListUpdater PollingServerListUpdater
|
2021-02-18 13:46:59.051 [hystrix-user-1] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: user.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 13:46:59.053 [hystrix-user-1] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - DynamicServerListLoadBalancer for client user initialized: DynamicServerListLoadBalancer:{NFLoadBalancer:name=user,current list of Servers=[k8s-master:8196],Load balancer stats=Zone stats: {defaultzone=[Zone:defaultzone; Instance count:1; Active connections count: 0; Circuit breaker tripped count: 0; Active connections per server: 0.0;]
|
},Server stats: [[Server:k8s-master:8196; Zone:defaultZone; Total Requests:0; Successive connection failure:0; Total blackout seconds:0; Last connection made:Thu Jan 01 08:00:00 CST 1970; First connection made: Thu Jan 01 08:00:00 CST 1970; Active Connections:0; total failure count in last (1000) msecs:0; average resp time:0.0; 90 percentile resp time:0.0; 95 percentile resp time:0.0; min resp time:0.0; max resp time:0.0; stddev resp time:0.0]
|
]}ServerList:org.springframework.cloud.netflix.ribbon.eureka.DomainExtractingServerList@5e799e8d
|
2021-02-18 13:46:59.364 [hystrix-auth-1] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: auth.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 13:46:59.366 [hystrix-auth-1] INFO com.netflix.util.concurrent.ShutdownEnabledTimer - Shutdown hook installed for: NFLoadBalancer-PingTimer-auth
|
2021-02-18 13:46:59.366 [hystrix-auth-1] INFO com.netflix.loadbalancer.BaseLoadBalancer - Client: auth instantiated a LoadBalancer: DynamicServerListLoadBalancer:{NFLoadBalancer:name=auth,current list of Servers=[],Load balancer stats=Zone stats: {},Server stats: []}ServerList:null
|
2021-02-18 13:46:59.367 [hystrix-auth-1] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - Using serverListUpdater PollingServerListUpdater
|
2021-02-18 13:46:59.368 [hystrix-auth-1] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: auth.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 13:46:59.369 [hystrix-auth-1] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - DynamicServerListLoadBalancer for client auth initialized: DynamicServerListLoadBalancer:{NFLoadBalancer:name=auth,current list of Servers=[k8s-master:8191],Load balancer stats=Zone stats: {defaultzone=[Zone:defaultzone; Instance count:1; Active connections count: 0; Circuit breaker tripped count: 0; Active connections per server: 0.0;]
|
},Server stats: [[Server:k8s-master:8191; Zone:defaultZone; Total Requests:0; Successive connection failure:0; Total blackout seconds:0; Last connection made:Thu Jan 01 08:00:00 CST 1970; First connection made: Thu Jan 01 08:00:00 CST 1970; Active Connections:0; total failure count in last (1000) msecs:0; average resp time:0.0; 90 percentile resp time:0.0; 95 percentile resp time:0.0; min resp time:0.0; max resp time:0.0; stddev resp time:0.0]
|
]}ServerList:org.springframework.cloud.netflix.ribbon.eureka.DomainExtractingServerList@253a591c
|
2021-02-18 13:46:59.888 [http-nio-8195-exec-3] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 13:46:59.888 [http-nio-8195-exec-6] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 13:46:59.890 [http-nio-8195-exec-7] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 13:46:59.904 [hystrix-community-1] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: community.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 13:46:59.905 [hystrix-community-1] INFO com.netflix.util.concurrent.ShutdownEnabledTimer - Shutdown hook installed for: NFLoadBalancer-PingTimer-community
|
2021-02-18 13:46:59.905 [hystrix-community-1] INFO com.netflix.loadbalancer.BaseLoadBalancer - Client: community instantiated a LoadBalancer: DynamicServerListLoadBalancer:{NFLoadBalancer:name=community,current list of Servers=[],Load balancer stats=Zone stats: {},Server stats: []}ServerList:null
|
2021-02-18 13:46:59.906 [hystrix-community-1] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - Using serverListUpdater PollingServerListUpdater
|
2021-02-18 13:46:59.907 [hystrix-community-1] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: community.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 13:46:59.908 [hystrix-community-1] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - DynamicServerListLoadBalancer for client community initialized: DynamicServerListLoadBalancer:{NFLoadBalancer:name=community,current list of Servers=[k8s-master:8291],Load balancer stats=Zone stats: {defaultzone=[Zone:defaultzone; Instance count:1; Active connections count: 0; Circuit breaker tripped count: 0; Active connections per server: 0.0;]
|
},Server stats: [[Server:k8s-master:8291; Zone:defaultZone; Total Requests:0; Successive connection failure:0; Total blackout seconds:0; Last connection made:Thu Jan 01 08:00:00 CST 1970; First connection made: Thu Jan 01 08:00:00 CST 1970; Active Connections:0; total failure count in last (1000) msecs:0; average resp time:0.0; 90 percentile resp time:0.0; 95 percentile resp time:0.0; min resp time:0.0; max resp time:0.0; stddev resp time:0.0]
|
]}ServerList:org.springframework.cloud.netflix.ribbon.eureka.DomainExtractingServerList@44ec0ea5
|
2021-02-18 13:47:00.043 [PollingServerListUpdater-0] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: user.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 13:47:00.368 [PollingServerListUpdater-0] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: auth.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 13:47:00.907 [PollingServerListUpdater-1] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: community.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 13:49:35.417 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:54:35.417 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:59:35.418 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:04:35.418 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:05:20.193 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
|
2021-02-18 14:05:24.203 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Fetching config from server at : http://192.168.1.81:8193/
|
2021-02-18 14:05:24.832 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Located environment: name=applets, profiles=[prod], label=null, version=17fcf9a6ff49e82bece4a24f80254a607be4abb9, state=null
|
2021-02-18 14:05:24.833 [main] INFO o.s.c.b.c.PropertySourceBootstrapConfiguration - Located property source: [BootstrapPropertySource {name='bootstrapProperties-configClient'}, BootstrapPropertySource {name='bootstrapProperties-http://gitlab.nhys.cdnhxx.com/huanghongfa/config-repo.git/applets-prod.yml'}]
|
2021-02-18 14:05:24.847 [main] INFO com.panzhihua.applets.AppletsApplication - The following profiles are active: prod
|
2021-02-18 14:05:26.474 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
2021-02-18 14:05:26.478 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
2021-02-18 14:05:26.568 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 70ms. Found 0 Redis repository interfaces.
|
2021-02-18 14:05:27.323 [main] INFO o.springframework.cloud.context.scope.GenericScope - BeanFactory id=04cce4b2-d0c6-342e-9075-00a7e23b3ddd
|
2021-02-18 14:05:27.392 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.panzhihua.common.service.auth.TokenService' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2021-02-18 14:05:27.394 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.panzhihua.common.service.partybuilding.PartyBuildingService' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2021-02-18 14:05:27.398 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.panzhihua.common.service.user.UserService' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2021-02-18 14:05:27.400 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.panzhihua.common.service.community.CommunityService' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2021-02-18 14:05:29.050 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8195 (http)
|
2021-02-18 14:05:29.067 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8195"]
|
2021-02-18 14:05:29.068 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
2021-02-18 14:05:29.068 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.38]
|
2021-02-18 14:05:29.231 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
2021-02-18 14:05:29.231 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 4299 ms
|
2021-02-18 14:05:35.152 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
|
2021-02-18 14:05:35.261 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 14:05:35.261 [main] INFO com.netflix.config.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
|
2021-02-18 14:05:35.275 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 14:05:35.275 [main] INFO com.netflix.config.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
|
2021-02-18 14:05:36.043 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
|
2021-02-18 14:05:37.925 [main] INFO o.s.c.n.e.c.DiscoveryClientOptionalArgsConfiguration - Eureka HTTP Client uses Jersey
|
2021-02-18 14:05:38.097 [main] WARN o.s.c.l.c.BlockingLoadBalancerClientAutoConfiguration$BlockingLoadBalancerClientRibbonWarnLogger - You already have RibbonLoadBalancerClient on your classpath. It will be used by default. As Spring Cloud Ribbon is in maintenance mode. We recommend switching to BlockingLoadBalancerClient instead. In order to use it, set the value of `spring.cloud.loadbalancer.ribbon.enabled` to `false` or remove spring-cloud-starter-netflix-ribbon from your project.
|
2021-02-18 14:05:38.619 [main] INFO o.s.cloud.netflix.eureka.InstanceInfoFactory - Setting initial instance status as: STARTING
|
2021-02-18 14:05:39.846 [main] INFO com.netflix.discovery.DiscoveryClient - Initializing Eureka in region us-east-1
|
2021-02-18 14:05:40.786 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON encoding codec LegacyJacksonJson
|
2021-02-18 14:05:40.786 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON decoding codec LegacyJacksonJson
|
2021-02-18 14:05:41.483 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML encoding codec XStreamXml
|
2021-02-18 14:05:41.483 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML decoding codec XStreamXml
|
2021-02-18 14:05:42.909 [main] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:05:42.937 [main] INFO com.netflix.discovery.DiscoveryClient - Disable delta property : false
|
2021-02-18 14:05:42.940 [main] INFO com.netflix.discovery.DiscoveryClient - Single vip registry refresh property : null
|
2021-02-18 14:05:42.940 [main] INFO com.netflix.discovery.DiscoveryClient - Force full registry fetch : false
|
2021-02-18 14:05:42.940 [main] INFO com.netflix.discovery.DiscoveryClient - Application is null : false
|
2021-02-18 14:05:42.940 [main] INFO com.netflix.discovery.DiscoveryClient - Registered Applications size is zero : true
|
2021-02-18 14:05:42.940 [main] INFO com.netflix.discovery.DiscoveryClient - Application version is -1: true
|
2021-02-18 14:05:42.951 [main] INFO com.netflix.discovery.DiscoveryClient - Getting all instance registry info from the eureka server
|
2021-02-18 14:05:43.894 [main] INFO com.netflix.discovery.DiscoveryClient - The response status is 200
|
2021-02-18 14:05:43.956 [main] INFO com.netflix.discovery.DiscoveryClient - Starting heartbeat executor: renew interval is: 30
|
2021-02-18 14:05:44.005 [main] INFO com.netflix.discovery.InstanceInfoReplicator - InstanceInfoReplicator onDemand update allowed rate per min is 4
|
2021-02-18 14:05:44.048 [main] INFO com.netflix.discovery.DiscoveryClient - Discovery Client initialized at timestamp 1613628344047 with initial instances count: 10
|
2021-02-18 14:05:44.051 [main] INFO o.s.c.n.e.serviceregistry.EurekaServiceRegistry - Registering application APPLETS with eureka with status UP
|
2021-02-18 14:05:44.051 [main] INFO com.netflix.discovery.DiscoveryClient - Saw local status change event StatusChangeEvent [timestamp=1613628344051, current=UP, previous=STARTING]
|
2021-02-18 14:05:44.052 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8195"]
|
2021-02-18 14:05:44.078 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_APPLETS/k8s-master:applets:8195: registering service...
|
2021-02-18 14:05:44.566 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 8195 (http) with context path ''
|
2021-02-18 14:05:44.574 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration - Updating port to 8195
|
2021-02-18 14:05:44.587 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed
|
2021-02-18 14:05:44.613 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_APPLETS/k8s-master:applets:8195 - registration status: 204
|
2021-02-18 14:05:44.653 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
2021-02-18 14:05:45.039 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references
|
2021-02-18 14:05:46.735 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: updateUserWeiXinPhoneUsingPOST_1
|
2021-02-18 14:05:47.842 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: pageActivityUsingPOST_1
|
2021-02-18 14:05:48.032 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: pageEasyPhotoUsingPOST_1
|
2021-02-18 14:05:48.034 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: pageMicroWishUsingPOST_1
|
2021-02-18 14:05:48.175 [main] INFO com.panzhihua.applets.AppletsApplication - Started AppletsApplication in 29.679 seconds (JVM running for 31.345)
|
2021-02-18 14:10:00.141 [http-nio-8195-exec-1] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2021-02-18 14:10:00.141 [http-nio-8195-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2021-02-18 14:10:00.148 [http-nio-8195-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Completed initialization in 7 ms
|
2021-02-18 14:10:01.011 [http-nio-8195-exec-1] INFO com.panzhihua.applets.api.LoginApi - 微信登录成功【{"openid":"oMIR-5STU2KtlJnAFIO7241uo7-k","sessionKey":"hN7FjEROdLg9e8L0dYUE7w=="}】
|
2021-02-18 14:10:01.354 [hystrix-user-1] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: user.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 14:10:01.367 [hystrix-user-1] INFO com.netflix.util.concurrent.ShutdownEnabledTimer - Shutdown hook installed for: NFLoadBalancer-PingTimer-user
|
2021-02-18 14:10:01.367 [hystrix-user-1] INFO com.netflix.loadbalancer.BaseLoadBalancer - Client: user instantiated a LoadBalancer: DynamicServerListLoadBalancer:{NFLoadBalancer:name=user,current list of Servers=[],Load balancer stats=Zone stats: {},Server stats: []}ServerList:null
|
2021-02-18 14:10:01.372 [hystrix-user-1] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - Using serverListUpdater PollingServerListUpdater
|
2021-02-18 14:10:01.384 [hystrix-user-1] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: user.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 14:10:01.386 [hystrix-user-1] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - DynamicServerListLoadBalancer for client user initialized: DynamicServerListLoadBalancer:{NFLoadBalancer:name=user,current list of Servers=[k8s-master:8196],Load balancer stats=Zone stats: {defaultzone=[Zone:defaultzone; Instance count:1; Active connections count: 0; Circuit breaker tripped count: 0; Active connections per server: 0.0;]
|
},Server stats: [[Server:k8s-master:8196; Zone:defaultZone; Total Requests:0; Successive connection failure:0; Total blackout seconds:0; Last connection made:Thu Jan 01 08:00:00 CST 1970; First connection made: Thu Jan 01 08:00:00 CST 1970; Active Connections:0; total failure count in last (1000) msecs:0; average resp time:0.0; 90 percentile resp time:0.0; 95 percentile resp time:0.0; min resp time:0.0; max resp time:0.0; stddev resp time:0.0]
|
]}ServerList:org.springframework.cloud.netflix.ribbon.eureka.DomainExtractingServerList@168d3b45
|
2021-02-18 14:10:01.727 [hystrix-auth-1] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: auth.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 14:10:01.728 [hystrix-auth-1] INFO com.netflix.util.concurrent.ShutdownEnabledTimer - Shutdown hook installed for: NFLoadBalancer-PingTimer-auth
|
2021-02-18 14:10:01.728 [hystrix-auth-1] INFO com.netflix.loadbalancer.BaseLoadBalancer - Client: auth instantiated a LoadBalancer: DynamicServerListLoadBalancer:{NFLoadBalancer:name=auth,current list of Servers=[],Load balancer stats=Zone stats: {},Server stats: []}ServerList:null
|
2021-02-18 14:10:01.729 [hystrix-auth-1] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - Using serverListUpdater PollingServerListUpdater
|
2021-02-18 14:10:01.731 [hystrix-auth-1] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: auth.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 14:10:01.731 [hystrix-auth-1] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - DynamicServerListLoadBalancer for client auth initialized: DynamicServerListLoadBalancer:{NFLoadBalancer:name=auth,current list of Servers=[k8s-master:8191],Load balancer stats=Zone stats: {defaultzone=[Zone:defaultzone; Instance count:1; Active connections count: 0; Circuit breaker tripped count: 0; Active connections per server: 0.0;]
|
},Server stats: [[Server:k8s-master:8191; Zone:defaultZone; Total Requests:0; Successive connection failure:0; Total blackout seconds:0; Last connection made:Thu Jan 01 08:00:00 CST 1970; First connection made: Thu Jan 01 08:00:00 CST 1970; Active Connections:0; total failure count in last (1000) msecs:0; average resp time:0.0; 90 percentile resp time:0.0; 95 percentile resp time:0.0; min resp time:0.0; max resp time:0.0; stddev resp time:0.0]
|
]}ServerList:org.springframework.cloud.netflix.ribbon.eureka.DomainExtractingServerList@4df9584b
|
2021-02-18 14:10:02.214 [hystrix-community-1] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: community.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 14:10:02.215 [hystrix-community-1] INFO com.netflix.util.concurrent.ShutdownEnabledTimer - Shutdown hook installed for: NFLoadBalancer-PingTimer-community
|
2021-02-18 14:10:02.215 [hystrix-community-1] INFO com.netflix.loadbalancer.BaseLoadBalancer - Client: community instantiated a LoadBalancer: DynamicServerListLoadBalancer:{NFLoadBalancer:name=community,current list of Servers=[],Load balancer stats=Zone stats: {},Server stats: []}ServerList:null
|
2021-02-18 14:10:02.216 [hystrix-community-1] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - Using serverListUpdater PollingServerListUpdater
|
2021-02-18 14:10:02.217 [hystrix-community-1] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: community.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 14:10:02.217 [http-nio-8195-exec-5] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 14:10:02.217 [hystrix-community-1] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - DynamicServerListLoadBalancer for client community initialized: DynamicServerListLoadBalancer:{NFLoadBalancer:name=community,current list of Servers=[k8s-master:8291],Load balancer stats=Zone stats: {defaultzone=[Zone:defaultzone; Instance count:1; Active connections count: 0; Circuit breaker tripped count: 0; Active connections per server: 0.0;]
|
},Server stats: [[Server:k8s-master:8291; Zone:defaultZone; Total Requests:0; Successive connection failure:0; Total blackout seconds:0; Last connection made:Thu Jan 01 08:00:00 CST 1970; First connection made: Thu Jan 01 08:00:00 CST 1970; Active Connections:0; total failure count in last (1000) msecs:0; average resp time:0.0; 90 percentile resp time:0.0; 95 percentile resp time:0.0; min resp time:0.0; max resp time:0.0; stddev resp time:0.0]
|
]}ServerList:org.springframework.cloud.netflix.ribbon.eureka.DomainExtractingServerList@5799ec6a
|
2021-02-18 14:10:02.221 [http-nio-8195-exec-4] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 14:10:02.222 [http-nio-8195-exec-6] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 14:10:02.375 [PollingServerListUpdater-0] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: user.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 14:10:02.730 [PollingServerListUpdater-1] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: auth.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 14:10:03.217 [PollingServerListUpdater-0] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: community.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 14:10:13.182 [http-nio-8195-exec-9] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 14:10:13.183 [http-nio-8195-exec-10] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 14:10:13.195 [http-nio-8195-exec-1] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 14:10:42.953 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:10:55.513 [http-nio-8195-exec-2] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 14:10:55.535 [http-nio-8195-exec-8] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 14:10:55.540 [http-nio-8195-exec-7] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 14:11:08.758 [http-nio-8195-exec-1] INFO com.panzhihua.applets.api.LoginApi - 微信登录成功【{"openid":"oMIR-5bmAKW3CV3VJB9oXcv0slnk","sessionKey":"4OdYtpc0Dfc5v6E+JxpZog=="}】
|
2021-02-18 14:11:09.209 [http-nio-8195-exec-5] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 14:11:09.224 [http-nio-8195-exec-4] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 14:11:09.230 [http-nio-8195-exec-3] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 14:11:38.296 [hystrix-partybuilding-1] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: partybuilding.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 14:11:38.298 [hystrix-partybuilding-1] INFO com.netflix.util.concurrent.ShutdownEnabledTimer - Shutdown hook installed for: NFLoadBalancer-PingTimer-partybuilding
|
2021-02-18 14:11:38.298 [hystrix-partybuilding-1] INFO com.netflix.loadbalancer.BaseLoadBalancer - Client: partybuilding instantiated a LoadBalancer: DynamicServerListLoadBalancer:{NFLoadBalancer:name=partybuilding,current list of Servers=[],Load balancer stats=Zone stats: {},Server stats: []}ServerList:null
|
2021-02-18 14:11:38.299 [hystrix-partybuilding-1] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - Using serverListUpdater PollingServerListUpdater
|
2021-02-18 14:11:38.300 [hystrix-partybuilding-1] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: partybuilding.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 14:11:38.301 [hystrix-partybuilding-1] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - DynamicServerListLoadBalancer for client partybuilding initialized: DynamicServerListLoadBalancer:{NFLoadBalancer:name=partybuilding,current list of Servers=[k8s-master:8198],Load balancer stats=Zone stats: {defaultzone=[Zone:defaultzone; Instance count:1; Active connections count: 0; Circuit breaker tripped count: 0; Active connections per server: 0.0;]
|
},Server stats: [[Server:k8s-master:8198; Zone:defaultZone; Total Requests:0; Successive connection failure:0; Total blackout seconds:0; Last connection made:Thu Jan 01 08:00:00 CST 1970; First connection made: Thu Jan 01 08:00:00 CST 1970; Active Connections:0; total failure count in last (1000) msecs:0; average resp time:0.0; 90 percentile resp time:0.0; 95 percentile resp time:0.0; min resp time:0.0; max resp time:0.0; stddev resp time:0.0]
|
]}ServerList:org.springframework.cloud.netflix.ribbon.eureka.DomainExtractingServerList@1d3134aa
|
2021-02-18 14:11:38.546 [http-nio-8195-exec-9] INFO com.panzhihua.applets.api.LoginApi - 微信登录成功【{"openid":"oMIR-5c8PLWQFApIxaoVDD-h_oG8","sessionKey":"Yl8qwDjdqiC8AxHCTA9rLw=="}】
|
2021-02-18 14:11:38.922 [http-nio-8195-exec-8] INFO com.panzhihua.applets.api.LoginApi - 微信登录成功【{"openid":"oMIR-5c8PLWQFApIxaoVDD-h_oG8","sessionKey":"Yl8qwDjdqiC8AxHCTA9rLw=="}】
|
2021-02-18 14:11:39.299 [PollingServerListUpdater-0] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: partybuilding.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 14:13:38.133 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
|
2021-02-18 14:13:42.216 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Fetching config from server at : http://192.168.1.81:8193/
|
2021-02-18 14:13:42.962 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Located environment: name=applets, profiles=[prod], label=null, version=e73abd3bae5084268392c0568859e8a3c3692099, state=null
|
2021-02-18 14:13:42.963 [main] INFO o.s.c.b.c.PropertySourceBootstrapConfiguration - Located property source: [BootstrapPropertySource {name='bootstrapProperties-configClient'}, BootstrapPropertySource {name='bootstrapProperties-http://gitlab.nhys.cdnhxx.com/huanghongfa/config-repo.git/applets-prod.yml'}]
|
2021-02-18 14:13:42.968 [main] INFO com.panzhihua.applets.AppletsApplication - The following profiles are active: prod
|
2021-02-18 14:13:44.048 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
2021-02-18 14:13:44.052 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
2021-02-18 14:13:44.087 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 15ms. Found 0 Redis repository interfaces.
|
2021-02-18 14:13:44.846 [main] INFO o.springframework.cloud.context.scope.GenericScope - BeanFactory id=04cce4b2-d0c6-342e-9075-00a7e23b3ddd
|
2021-02-18 14:13:44.900 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.panzhihua.common.service.auth.TokenService' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2021-02-18 14:13:44.918 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.panzhihua.common.service.partybuilding.PartyBuildingService' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2021-02-18 14:13:44.920 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.panzhihua.common.service.user.UserService' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2021-02-18 14:13:44.922 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.panzhihua.common.service.community.CommunityService' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2021-02-18 14:13:46.721 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8195 (http)
|
2021-02-18 14:13:46.753 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8195"]
|
2021-02-18 14:13:46.754 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
2021-02-18 14:13:46.754 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.38]
|
2021-02-18 14:13:47.081 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
2021-02-18 14:13:47.081 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 4067 ms
|
2021-02-18 14:13:52.385 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
|
2021-02-18 14:13:52.550 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 14:13:52.551 [main] INFO com.netflix.config.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
|
2021-02-18 14:13:52.585 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 14:13:52.585 [main] INFO com.netflix.config.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
|
2021-02-18 14:13:53.431 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
|
2021-02-18 14:13:54.982 [main] INFO o.s.c.n.e.c.DiscoveryClientOptionalArgsConfiguration - Eureka HTTP Client uses Jersey
|
2021-02-18 14:13:55.108 [main] WARN o.s.c.l.c.BlockingLoadBalancerClientAutoConfiguration$BlockingLoadBalancerClientRibbonWarnLogger - You already have RibbonLoadBalancerClient on your classpath. It will be used by default. As Spring Cloud Ribbon is in maintenance mode. We recommend switching to BlockingLoadBalancerClient instead. In order to use it, set the value of `spring.cloud.loadbalancer.ribbon.enabled` to `false` or remove spring-cloud-starter-netflix-ribbon from your project.
|
2021-02-18 14:13:55.492 [main] INFO o.s.cloud.netflix.eureka.InstanceInfoFactory - Setting initial instance status as: STARTING
|
2021-02-18 14:13:56.244 [main] INFO com.netflix.discovery.DiscoveryClient - Initializing Eureka in region us-east-1
|
2021-02-18 14:13:56.721 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON encoding codec LegacyJacksonJson
|
2021-02-18 14:13:56.722 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON decoding codec LegacyJacksonJson
|
2021-02-18 14:13:57.084 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML encoding codec XStreamXml
|
2021-02-18 14:13:57.084 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML decoding codec XStreamXml
|
2021-02-18 14:13:58.523 [main] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:13:58.625 [main] INFO com.netflix.discovery.DiscoveryClient - Disable delta property : false
|
2021-02-18 14:13:58.626 [main] INFO com.netflix.discovery.DiscoveryClient - Single vip registry refresh property : null
|
2021-02-18 14:13:58.626 [main] INFO com.netflix.discovery.DiscoveryClient - Force full registry fetch : false
|
2021-02-18 14:13:58.626 [main] INFO com.netflix.discovery.DiscoveryClient - Application is null : false
|
2021-02-18 14:13:58.626 [main] INFO com.netflix.discovery.DiscoveryClient - Registered Applications size is zero : true
|
2021-02-18 14:13:58.626 [main] INFO com.netflix.discovery.DiscoveryClient - Application version is -1: true
|
2021-02-18 14:13:58.626 [main] INFO com.netflix.discovery.DiscoveryClient - Getting all instance registry info from the eureka server
|
2021-02-18 14:13:59.255 [main] INFO com.netflix.discovery.DiscoveryClient - The response status is 200
|
2021-02-18 14:13:59.277 [main] INFO com.netflix.discovery.DiscoveryClient - Starting heartbeat executor: renew interval is: 30
|
2021-02-18 14:13:59.324 [main] INFO com.netflix.discovery.InstanceInfoReplicator - InstanceInfoReplicator onDemand update allowed rate per min is 4
|
2021-02-18 14:13:59.377 [main] INFO com.netflix.discovery.DiscoveryClient - Discovery Client initialized at timestamp 1613628839376 with initial instances count: 10
|
2021-02-18 14:13:59.379 [main] INFO o.s.c.n.e.serviceregistry.EurekaServiceRegistry - Registering application APPLETS with eureka with status UP
|
2021-02-18 14:13:59.380 [main] INFO com.netflix.discovery.DiscoveryClient - Saw local status change event StatusChangeEvent [timestamp=1613628839380, current=UP, previous=STARTING]
|
2021-02-18 14:13:59.382 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8195"]
|
2021-02-18 14:13:59.806 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_APPLETS/k8s-master:applets:8195: registering service...
|
2021-02-18 14:13:59.851 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 8195 (http) with context path ''
|
2021-02-18 14:13:59.860 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration - Updating port to 8195
|
2021-02-18 14:13:59.863 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed
|
2021-02-18 14:13:59.893 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
2021-02-18 14:14:00.055 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_APPLETS/k8s-master:applets:8195 - registration status: 204
|
2021-02-18 14:14:00.258 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references
|
2021-02-18 14:14:01.811 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: updateUserWeiXinPhoneUsingPOST_1
|
2021-02-18 14:14:01.974 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: pageActivityUsingPOST_1
|
2021-02-18 14:14:02.235 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: pageEasyPhotoUsingPOST_1
|
2021-02-18 14:14:02.236 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: pageMicroWishUsingPOST_1
|
2021-02-18 14:14:02.394 [main] INFO com.panzhihua.applets.AppletsApplication - Started AppletsApplication in 26.443 seconds (JVM running for 28.028)
|
2021-02-18 14:18:58.628 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:23:58.628 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:28:58.629 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:33:58.629 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:38:58.630 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:43:58.630 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:48:58.631 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:53:58.631 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:58:58.632 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:03:58.632 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:08:58.633 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:13:58.633 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:18:58.634 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:23:58.634 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:28:58.635 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:33:58.635 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:38:58.636 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:43:58.636 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:48:58.637 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:53:33.587 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
|
2021-02-18 15:53:37.931 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Fetching config from server at : http://192.168.1.81:8193/
|
2021-02-18 15:53:42.581 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Located environment: name=applets, profiles=[prod], label=null, version=429cf2666b8e8f128d34d7fc3d701222d4450257, state=null
|
2021-02-18 15:53:42.583 [main] INFO o.s.c.b.c.PropertySourceBootstrapConfiguration - Located property source: [BootstrapPropertySource {name='bootstrapProperties-configClient'}, BootstrapPropertySource {name='bootstrapProperties-http://gitlab.nhys.cdnhxx.com/huanghongfa/config-repo.git/applets-prod.yml'}]
|
2021-02-18 15:53:42.587 [main] INFO com.panzhihua.applets.AppletsApplication - The following profiles are active: prod
|
2021-02-18 15:53:46.680 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
2021-02-18 15:53:46.697 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
2021-02-18 15:53:46.827 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 65ms. Found 0 Redis repository interfaces.
|
2021-02-18 15:53:48.533 [main] INFO o.springframework.cloud.context.scope.GenericScope - BeanFactory id=04cce4b2-d0c6-342e-9075-00a7e23b3ddd
|
2021-02-18 15:53:48.678 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.panzhihua.common.service.auth.TokenService' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2021-02-18 15:53:48.713 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.panzhihua.common.service.partybuilding.PartyBuildingService' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2021-02-18 15:53:48.715 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.panzhihua.common.service.user.UserService' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2021-02-18 15:53:48.718 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.panzhihua.common.service.community.CommunityService' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2021-02-18 15:53:51.822 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8195 (http)
|
2021-02-18 15:53:51.893 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8195"]
|
2021-02-18 15:53:51.894 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
2021-02-18 15:53:51.895 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.38]
|
2021-02-18 15:53:52.229 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
2021-02-18 15:53:52.229 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 9591 ms
|
2021-02-18 15:54:00.244 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
|
2021-02-18 15:54:00.326 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 15:54:00.326 [main] INFO com.netflix.config.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
|
2021-02-18 15:54:00.332 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 15:54:00.339 [main] INFO com.netflix.config.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
|
2021-02-18 15:54:00.967 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
|
2021-02-18 15:54:02.709 [main] INFO o.s.c.n.e.c.DiscoveryClientOptionalArgsConfiguration - Eureka HTTP Client uses Jersey
|
2021-02-18 15:54:02.821 [main] WARN o.s.c.l.c.BlockingLoadBalancerClientAutoConfiguration$BlockingLoadBalancerClientRibbonWarnLogger - You already have RibbonLoadBalancerClient on your classpath. It will be used by default. As Spring Cloud Ribbon is in maintenance mode. We recommend switching to BlockingLoadBalancerClient instead. In order to use it, set the value of `spring.cloud.loadbalancer.ribbon.enabled` to `false` or remove spring-cloud-starter-netflix-ribbon from your project.
|
2021-02-18 15:54:03.308 [main] INFO o.s.cloud.netflix.eureka.InstanceInfoFactory - Setting initial instance status as: STARTING
|
2021-02-18 15:54:04.322 [main] INFO com.netflix.discovery.DiscoveryClient - Initializing Eureka in region us-east-1
|
2021-02-18 15:54:05.067 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON encoding codec LegacyJacksonJson
|
2021-02-18 15:54:05.067 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON decoding codec LegacyJacksonJson
|
2021-02-18 15:54:05.853 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML encoding codec XStreamXml
|
2021-02-18 15:54:05.887 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML decoding codec XStreamXml
|
2021-02-18 15:54:07.210 [main] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:54:07.256 [main] INFO com.netflix.discovery.DiscoveryClient - Disable delta property : false
|
2021-02-18 15:54:07.256 [main] INFO com.netflix.discovery.DiscoveryClient - Single vip registry refresh property : null
|
2021-02-18 15:54:07.256 [main] INFO com.netflix.discovery.DiscoveryClient - Force full registry fetch : false
|
2021-02-18 15:54:07.256 [main] INFO com.netflix.discovery.DiscoveryClient - Application is null : false
|
2021-02-18 15:54:07.256 [main] INFO com.netflix.discovery.DiscoveryClient - Registered Applications size is zero : true
|
2021-02-18 15:54:07.256 [main] INFO com.netflix.discovery.DiscoveryClient - Application version is -1: true
|
2021-02-18 15:54:07.256 [main] INFO com.netflix.discovery.DiscoveryClient - Getting all instance registry info from the eureka server
|
2021-02-18 15:54:07.837 [main] INFO com.netflix.discovery.DiscoveryClient - The response status is 200
|
2021-02-18 15:54:07.853 [main] INFO com.netflix.discovery.DiscoveryClient - Starting heartbeat executor: renew interval is: 30
|
2021-02-18 15:54:07.860 [main] INFO com.netflix.discovery.InstanceInfoReplicator - InstanceInfoReplicator onDemand update allowed rate per min is 4
|
2021-02-18 15:54:07.877 [main] INFO com.netflix.discovery.DiscoveryClient - Discovery Client initialized at timestamp 1613634847876 with initial instances count: 10
|
2021-02-18 15:54:07.879 [main] INFO o.s.c.n.e.serviceregistry.EurekaServiceRegistry - Registering application APPLETS with eureka with status UP
|
2021-02-18 15:54:07.880 [main] INFO com.netflix.discovery.DiscoveryClient - Saw local status change event StatusChangeEvent [timestamp=1613634847880, current=UP, previous=STARTING]
|
2021-02-18 15:54:07.881 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8195"]
|
2021-02-18 15:54:07.927 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_APPLETS/k8s-master:applets:8195: registering service...
|
2021-02-18 15:54:08.059 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_APPLETS/k8s-master:applets:8195 - registration status: 204
|
2021-02-18 15:54:08.254 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 8195 (http) with context path ''
|
2021-02-18 15:54:08.258 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration - Updating port to 8195
|
2021-02-18 15:54:08.260 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed
|
2021-02-18 15:54:08.289 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
2021-02-18 15:54:08.579 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references
|
2021-02-18 15:54:09.541 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: updateUserWeiXinPhoneUsingPOST_1
|
2021-02-18 15:54:09.598 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: pageActivityUsingPOST_1
|
2021-02-18 15:54:09.768 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: pageEasyPhotoUsingPOST_1
|
2021-02-18 15:54:09.775 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: pageMicroWishUsingPOST_1
|
2021-02-18 15:54:09.888 [main] INFO com.panzhihua.applets.AppletsApplication - Started AppletsApplication in 38.275 seconds (JVM running for 40.587)
|
2021-02-18 15:59:07.258 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 16:04:07.259 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 16:08:01.291 [http-nio-8195-exec-5] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2021-02-18 16:08:01.291 [http-nio-8195-exec-5] INFO org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2021-02-18 16:08:01.299 [http-nio-8195-exec-5] INFO org.springframework.web.servlet.DispatcherServlet - Completed initialization in 8 ms
|
2021-02-18 16:08:02.187 [hystrix-community-3] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: community.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 16:08:02.204 [hystrix-community-3] INFO com.netflix.util.concurrent.ShutdownEnabledTimer - Shutdown hook installed for: NFLoadBalancer-PingTimer-community
|
2021-02-18 16:08:02.204 [hystrix-community-3] INFO com.netflix.loadbalancer.BaseLoadBalancer - Client: community instantiated a LoadBalancer: DynamicServerListLoadBalancer:{NFLoadBalancer:name=community,current list of Servers=[],Load balancer stats=Zone stats: {},Server stats: []}ServerList:null
|
2021-02-18 16:08:02.210 [hystrix-community-3] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - Using serverListUpdater PollingServerListUpdater
|
2021-02-18 16:08:02.246 [hystrix-community-3] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: community.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 16:08:02.248 [hystrix-community-3] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - DynamicServerListLoadBalancer for client community initialized: DynamicServerListLoadBalancer:{NFLoadBalancer:name=community,current list of Servers=[k8s-master:8291],Load balancer stats=Zone stats: {defaultzone=[Zone:defaultzone; Instance count:1; Active connections count: 0; Circuit breaker tripped count: 0; Active connections per server: 0.0;]
|
},Server stats: [[Server:k8s-master:8291; Zone:defaultZone; Total Requests:0; Successive connection failure:0; Total blackout seconds:0; Last connection made:Thu Jan 01 08:00:00 CST 1970; First connection made: Thu Jan 01 08:00:00 CST 1970; Active Connections:0; total failure count in last (1000) msecs:0; average resp time:0.0; 90 percentile resp time:0.0; 95 percentile resp time:0.0; min resp time:0.0; max resp time:0.0; stddev resp time:0.0]
|
]}ServerList:org.springframework.cloud.netflix.ribbon.eureka.DomainExtractingServerList@752b7386
|
2021-02-18 16:08:02.320 [hystrix-partybuilding-1] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: partybuilding.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 16:08:02.323 [hystrix-partybuilding-1] INFO com.netflix.util.concurrent.ShutdownEnabledTimer - Shutdown hook installed for: NFLoadBalancer-PingTimer-partybuilding
|
2021-02-18 16:08:02.323 [hystrix-partybuilding-1] INFO com.netflix.loadbalancer.BaseLoadBalancer - Client: partybuilding instantiated a LoadBalancer: DynamicServerListLoadBalancer:{NFLoadBalancer:name=partybuilding,current list of Servers=[],Load balancer stats=Zone stats: {},Server stats: []}ServerList:null
|
2021-02-18 16:08:02.323 [hystrix-partybuilding-1] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - Using serverListUpdater PollingServerListUpdater
|
2021-02-18 16:08:02.332 [hystrix-partybuilding-1] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: partybuilding.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 16:08:02.332 [hystrix-partybuilding-1] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - DynamicServerListLoadBalancer for client partybuilding initialized: DynamicServerListLoadBalancer:{NFLoadBalancer:name=partybuilding,current list of Servers=[k8s-master:8198],Load balancer stats=Zone stats: {defaultzone=[Zone:defaultzone; Instance count:1; Active connections count: 0; Circuit breaker tripped count: 0; Active connections per server: 0.0;]
|
},Server stats: [[Server:k8s-master:8198; Zone:defaultZone; Total Requests:0; Successive connection failure:0; Total blackout seconds:0; Last connection made:Thu Jan 01 08:00:00 CST 1970; First connection made: Thu Jan 01 08:00:00 CST 1970; Active Connections:0; total failure count in last (1000) msecs:0; average resp time:0.0; 90 percentile resp time:0.0; 95 percentile resp time:0.0; min resp time:0.0; max resp time:0.0; stddev resp time:0.0]
|
]}ServerList:org.springframework.cloud.netflix.ribbon.eureka.DomainExtractingServerList@6988b91
|
2021-02-18 16:08:02.749 [http-nio-8195-exec-4] INFO com.panzhihua.applets.api.LoginApi - 微信登录成功【{"openid":"oMIR-5bqn2cmpcApz0qscNOm4-f0","sessionKey":"QzVDLbC8Il5AprtJj4HKtQ=="}】
|
2021-02-18 16:08:02.913 [hystrix-user-1] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: user.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 16:08:02.928 [hystrix-user-1] INFO com.netflix.util.concurrent.ShutdownEnabledTimer - Shutdown hook installed for: NFLoadBalancer-PingTimer-user
|
2021-02-18 16:08:02.928 [hystrix-user-1] INFO com.netflix.loadbalancer.BaseLoadBalancer - Client: user instantiated a LoadBalancer: DynamicServerListLoadBalancer:{NFLoadBalancer:name=user,current list of Servers=[],Load balancer stats=Zone stats: {},Server stats: []}ServerList:null
|
2021-02-18 16:08:02.928 [hystrix-user-1] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - Using serverListUpdater PollingServerListUpdater
|
2021-02-18 16:08:02.930 [hystrix-user-1] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: user.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 16:08:02.930 [hystrix-user-1] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - DynamicServerListLoadBalancer for client user initialized: DynamicServerListLoadBalancer:{NFLoadBalancer:name=user,current list of Servers=[k8s-master:8196],Load balancer stats=Zone stats: {defaultzone=[Zone:defaultzone; Instance count:1; Active connections count: 0; Circuit breaker tripped count: 0; Active connections per server: 0.0;]
|
},Server stats: [[Server:k8s-master:8196; Zone:defaultZone; Total Requests:0; Successive connection failure:0; Total blackout seconds:0; Last connection made:Thu Jan 01 08:00:00 CST 1970; First connection made: Thu Jan 01 08:00:00 CST 1970; Active Connections:0; total failure count in last (1000) msecs:0; average resp time:0.0; 90 percentile resp time:0.0; 95 percentile resp time:0.0; min resp time:0.0; max resp time:0.0; stddev resp time:0.0]
|
]}ServerList:org.springframework.cloud.netflix.ribbon.eureka.DomainExtractingServerList@771fd00a
|
2021-02-18 16:08:03.220 [PollingServerListUpdater-0] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: community.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 16:08:03.332 [PollingServerListUpdater-1] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: partybuilding.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 16:08:03.601 [hystrix-auth-1] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: auth.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 16:08:03.632 [hystrix-auth-1] INFO com.netflix.util.concurrent.ShutdownEnabledTimer - Shutdown hook installed for: NFLoadBalancer-PingTimer-auth
|
2021-02-18 16:08:03.632 [hystrix-auth-1] INFO com.netflix.loadbalancer.BaseLoadBalancer - Client: auth instantiated a LoadBalancer: DynamicServerListLoadBalancer:{NFLoadBalancer:name=auth,current list of Servers=[],Load balancer stats=Zone stats: {},Server stats: []}ServerList:null
|
2021-02-18 16:08:03.633 [hystrix-auth-1] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - Using serverListUpdater PollingServerListUpdater
|
2021-02-18 16:08:03.633 [hystrix-auth-1] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - DynamicServerListLoadBalancer for client auth initialized: DynamicServerListLoadBalancer:{NFLoadBalancer:name=auth,current list of Servers=[],Load balancer stats=Zone stats: {},Server stats: []}ServerList:org.springframework.cloud.netflix.ribbon.eureka.DomainExtractingServerList@6479b7be
|
2021-02-18 16:08:03.700 [http-nio-8195-exec-4] ERROR o.a.c.c.C.[.[localhost].[/].[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is com.netflix.hystrix.exception.HystrixRuntimeException: TokenService#loginApplets(String) failed and no fallback available.] with root cause
|
com.netflix.client.ClientException: Load balancer does not have available server for client: auth
|
at com.netflix.loadbalancer.LoadBalancerContext.getServerFromLoadBalancer(LoadBalancerContext.java:483)
|
at com.netflix.loadbalancer.reactive.LoadBalancerCommand$1.call(LoadBalancerCommand.java:184)
|
at com.netflix.loadbalancer.reactive.LoadBalancerCommand$1.call(LoadBalancerCommand.java:180)
|
at rx.Observable.unsafeSubscribe(Observable.java:10327)
|
at rx.internal.operators.OnSubscribeConcatMap.call(OnSubscribeConcatMap.java:94)
|
at rx.internal.operators.OnSubscribeConcatMap.call(OnSubscribeConcatMap.java:42)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
|
at rx.Observable.subscribe(Observable.java:10423)
|
at rx.Observable.subscribe(Observable.java:10390)
|
at rx.observables.BlockingObservable.blockForSingle(BlockingObservable.java:443)
|
at rx.observables.BlockingObservable.single(BlockingObservable.java:340)
|
at com.netflix.client.AbstractLoadBalancerAwareClient.executeWithLoadBalancer(AbstractLoadBalancerAwareClient.java:112)
|
at org.springframework.cloud.openfeign.ribbon.LoadBalancerFeignClient.execute(LoadBalancerFeignClient.java:83)
|
at feign.SynchronousMethodHandler.executeAndDecode(SynchronousMethodHandler.java:119)
|
at feign.SynchronousMethodHandler.invoke(SynchronousMethodHandler.java:89)
|
at feign.hystrix.HystrixInvocationHandler$1.run(HystrixInvocationHandler.java:109)
|
at com.netflix.hystrix.HystrixCommand$2.call(HystrixCommand.java:302)
|
at com.netflix.hystrix.HystrixCommand$2.call(HystrixCommand.java:298)
|
at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:46)
|
at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:35)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
|
at rx.Observable.unsafeSubscribe(Observable.java:10327)
|
at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:51)
|
at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:35)
|
at rx.Observable.unsafeSubscribe(Observable.java:10327)
|
at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:41)
|
at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:30)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
|
at rx.Observable.unsafeSubscribe(Observable.java:10327)
|
at rx.internal.operators.OperatorSubscribeOn$SubscribeOnSubscriber.call(OperatorSubscribeOn.java:100)
|
at com.netflix.hystrix.strategy.concurrency.HystrixContexSchedulerAction$1.call(HystrixContexSchedulerAction.java:56)
|
at com.netflix.hystrix.strategy.concurrency.HystrixContexSchedulerAction$1.call(HystrixContexSchedulerAction.java:47)
|
at com.netflix.hystrix.strategy.concurrency.HystrixContexSchedulerAction.call(HystrixContexSchedulerAction.java:69)
|
at rx.internal.schedulers.ScheduledAction.run(ScheduledAction.java:55)
|
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
|
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
|
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
at java.lang.Thread.run(Thread.java:748)
|
2021-02-18 16:08:03.938 [PollingServerListUpdater-0] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: user.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 16:08:04.688 [http-nio-8195-exec-2] ERROR c.b.wx.miniapp.api.impl.BaseWxMaServiceImpl -
|
【请求地址】: https://api.weixin.qq.com/sns/jscode2session?access_token=42_38TwpF-MaKun4QwqCHfepMQQCUBhNh_2A1Z6OyA_VS5XwkDhgZDHxh3zet4npw2WkEF72yhnsKasQ6X1k4nfchH6JDLl_r0u9Q6inHbCfmjboV90dYeZjF0BxUdlTzoGQL5RwWBbw43NqfjXVYEdAAAGJP
|
【请求参数】:js_code=043zysml2z4Kv64wixol2nUQM21zysmZ&secret=******&grant_type=authorization_code&appid=wx0cef797390444b75
|
【错误信息】:错误代码:40163, 错误信息:code been used, hints: [ req_id: DHIAY4qNe-9KVFAA ],微信原始报文:{"errcode":40163,"errmsg":"code been used, hints: [ req_id: DHIAY4qNe-9KVFAA ]"}
|
2021-02-18 16:08:04.688 [http-nio-8195-exec-2] ERROR com.panzhihua.applets.api.LoginApi - 微信登录失败【错误代码:40163, 错误信息:code been used, hints: [ req_id: DHIAY4qNe-9KVFAA ],微信原始报文:{"errcode":40163,"errmsg":"code been used, hints: [ req_id: DHIAY4qNe-9KVFAA ]"}】
|
2021-02-18 16:08:05.141 [http-nio-8195-exec-7] ERROR c.b.wx.miniapp.api.impl.BaseWxMaServiceImpl -
|
【请求地址】: https://api.weixin.qq.com/sns/jscode2session?access_token=42_38TwpF-MaKun4QwqCHfepMQQCUBhNh_2A1Z6OyA_VS5XwkDhgZDHxh3zet4npw2WkEF72yhnsKasQ6X1k4nfchH6JDLl_r0u9Q6inHbCfmjboV90dYeZjF0BxUdlTzoGQL5RwWBbw43NqfjXYROdAAAKDA
|
【请求参数】:js_code=043zysml2z4Kv64wixol2nUQM21zysmZ&secret=******&grant_type=authorization_code&appid=wx0cef797390444b75
|
【错误信息】:错误代码:40163, 错误信息:code been used, hints: [ req_id: DHIAUcQNe-hZFh7a ],微信原始报文:{"errcode":40163,"errmsg":"code been used, hints: [ req_id: DHIAUcQNe-hZFh7a ]"}
|
2021-02-18 16:08:05.141 [http-nio-8195-exec-7] ERROR com.panzhihua.applets.api.LoginApi - 微信登录失败【错误代码:40163, 错误信息:code been used, hints: [ req_id: DHIAUcQNe-hZFh7a ],微信原始报文:{"errcode":40163,"errmsg":"code been used, hints: [ req_id: DHIAUcQNe-hZFh7a ]"}】
|
2021-02-18 16:09:07.259 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 16:14:07.260 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 16:18:27.267 [http-nio-8195-exec-8] INFO com.panzhihua.applets.api.LoginApi - 微信登录成功【{"openid":"oMIR-5bqn2cmpcApz0qscNOm4-f0","sessionKey":"RtLz639P5Z4+Y4qsiQrHgA=="}】
|
2021-02-18 16:18:27.362 [http-nio-8195-exec-8] ERROR o.a.c.c.C.[.[localhost].[/].[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is com.netflix.hystrix.exception.HystrixRuntimeException: TokenService#loginApplets(String) failed and no fallback available.] with root cause
|
com.netflix.client.ClientException: Load balancer does not have available server for client: auth
|
at com.netflix.loadbalancer.LoadBalancerContext.getServerFromLoadBalancer(LoadBalancerContext.java:483)
|
at com.netflix.loadbalancer.reactive.LoadBalancerCommand$1.call(LoadBalancerCommand.java:184)
|
at com.netflix.loadbalancer.reactive.LoadBalancerCommand$1.call(LoadBalancerCommand.java:180)
|
at rx.Observable.unsafeSubscribe(Observable.java:10327)
|
at rx.internal.operators.OnSubscribeConcatMap.call(OnSubscribeConcatMap.java:94)
|
at rx.internal.operators.OnSubscribeConcatMap.call(OnSubscribeConcatMap.java:42)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
|
at rx.Observable.subscribe(Observable.java:10423)
|
at rx.Observable.subscribe(Observable.java:10390)
|
at rx.observables.BlockingObservable.blockForSingle(BlockingObservable.java:443)
|
at rx.observables.BlockingObservable.single(BlockingObservable.java:340)
|
at com.netflix.client.AbstractLoadBalancerAwareClient.executeWithLoadBalancer(AbstractLoadBalancerAwareClient.java:112)
|
at org.springframework.cloud.openfeign.ribbon.LoadBalancerFeignClient.execute(LoadBalancerFeignClient.java:83)
|
at feign.SynchronousMethodHandler.executeAndDecode(SynchronousMethodHandler.java:119)
|
at feign.SynchronousMethodHandler.invoke(SynchronousMethodHandler.java:89)
|
at feign.hystrix.HystrixInvocationHandler$1.run(HystrixInvocationHandler.java:109)
|
at com.netflix.hystrix.HystrixCommand$2.call(HystrixCommand.java:302)
|
at com.netflix.hystrix.HystrixCommand$2.call(HystrixCommand.java:298)
|
at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:46)
|
at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:35)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
|
at rx.Observable.unsafeSubscribe(Observable.java:10327)
|
at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:51)
|
at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:35)
|
at rx.Observable.unsafeSubscribe(Observable.java:10327)
|
at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:41)
|
at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:30)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
|
at rx.Observable.unsafeSubscribe(Observable.java:10327)
|
at rx.internal.operators.OperatorSubscribeOn$SubscribeOnSubscriber.call(OperatorSubscribeOn.java:100)
|
at com.netflix.hystrix.strategy.concurrency.HystrixContexSchedulerAction$1.call(HystrixContexSchedulerAction.java:56)
|
at com.netflix.hystrix.strategy.concurrency.HystrixContexSchedulerAction$1.call(HystrixContexSchedulerAction.java:47)
|
at com.netflix.hystrix.strategy.concurrency.HystrixContexSchedulerAction.call(HystrixContexSchedulerAction.java:69)
|
at rx.internal.schedulers.ScheduledAction.run(ScheduledAction.java:55)
|
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
|
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
|
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
at java.lang.Thread.run(Thread.java:748)
|
2021-02-18 16:18:31.296 [http-nio-8195-exec-7] ERROR c.b.wx.miniapp.api.impl.BaseWxMaServiceImpl -
|
【请求地址】: https://api.weixin.qq.com/sns/jscode2session?access_token=42_gf5oCfFixkxj5u0msnimcME_wnDHsUp6Q_1xC9ipyJnnPNuEEgAqW3DzQR25TXdyMw8M4uYzg8C9UarMBaaV8g13UcT7Sya5xnag486mf8JbwJT8KED3ITsetjMMXqLWRYVwIOfhcthjdSRrJLAgAHATVK
|
【请求参数】:js_code=013iH3Ga1JaVwA0cqtHa1oShqs0iH3GM&secret=******&grant_type=authorization_code&appid=wx0cef797390444b75
|
【错误信息】:错误代码:40163, 错误信息:code been used, hints: [ req_id: jHIANtMre-UPd4ra ],微信原始报文:{"errcode":40163,"errmsg":"code been used, hints: [ req_id: jHIANtMre-UPd4ra ]"}
|
2021-02-18 16:18:31.297 [http-nio-8195-exec-7] ERROR com.panzhihua.applets.api.LoginApi - 微信登录失败【错误代码:40163, 错误信息:code been used, hints: [ req_id: jHIANtMre-UPd4ra ],微信原始报文:{"errcode":40163,"errmsg":"code been used, hints: [ req_id: jHIANtMre-UPd4ra ]"}】
|
2021-02-18 16:19:07.260 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 16:24:07.261 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 16:26:59.582 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
|
2021-02-18 16:27:04.458 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Fetching config from server at : http://192.168.1.81:8193/
|
2021-02-18 16:27:05.034 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Located environment: name=applets, profiles=[prod], label=null, version=3d77ecc3e8c14b439db6b44573f857a78e5d2df4, state=null
|
2021-02-18 16:27:05.035 [main] INFO o.s.c.b.c.PropertySourceBootstrapConfiguration - Located property source: [BootstrapPropertySource {name='bootstrapProperties-configClient'}, BootstrapPropertySource {name='bootstrapProperties-http://gitlab.nhys.cdnhxx.com/huanghongfa/config-repo.git/applets-prod.yml'}]
|
2021-02-18 16:27:05.040 [main] INFO com.panzhihua.applets.AppletsApplication - The following profiles are active: prod
|
2021-02-18 16:27:07.291 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
2021-02-18 16:27:07.302 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
2021-02-18 16:27:07.371 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 26ms. Found 0 Redis repository interfaces.
|
2021-02-18 16:27:08.659 [main] INFO o.springframework.cloud.context.scope.GenericScope - BeanFactory id=04cce4b2-d0c6-342e-9075-00a7e23b3ddd
|
2021-02-18 16:27:08.810 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.panzhihua.common.service.auth.TokenService' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2021-02-18 16:27:08.823 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.panzhihua.common.service.partybuilding.PartyBuildingService' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2021-02-18 16:27:08.841 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.panzhihua.common.service.user.UserService' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2021-02-18 16:27:08.848 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.panzhihua.common.service.community.CommunityService' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
2021-02-18 16:27:11.543 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8195 (http)
|
2021-02-18 16:27:11.616 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8195"]
|
2021-02-18 16:27:11.616 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
2021-02-18 16:27:11.616 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.38]
|
2021-02-18 16:27:11.862 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
2021-02-18 16:27:11.862 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 6792 ms
|
2021-02-18 16:27:19.034 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
|
2021-02-18 16:27:19.142 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 16:27:19.143 [main] INFO com.netflix.config.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
|
2021-02-18 16:27:19.149 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 16:27:19.149 [main] INFO com.netflix.config.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
|
2021-02-18 16:27:20.299 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
|
2021-02-18 16:27:22.507 [main] INFO o.s.c.n.e.c.DiscoveryClientOptionalArgsConfiguration - Eureka HTTP Client uses Jersey
|
2021-02-18 16:27:22.660 [main] WARN o.s.c.l.c.BlockingLoadBalancerClientAutoConfiguration$BlockingLoadBalancerClientRibbonWarnLogger - You already have RibbonLoadBalancerClient on your classpath. It will be used by default. As Spring Cloud Ribbon is in maintenance mode. We recommend switching to BlockingLoadBalancerClient instead. In order to use it, set the value of `spring.cloud.loadbalancer.ribbon.enabled` to `false` or remove spring-cloud-starter-netflix-ribbon from your project.
|
2021-02-18 16:27:23.101 [main] INFO o.s.cloud.netflix.eureka.InstanceInfoFactory - Setting initial instance status as: STARTING
|
2021-02-18 16:27:23.918 [main] INFO com.netflix.discovery.DiscoveryClient - Initializing Eureka in region us-east-1
|
2021-02-18 16:27:24.912 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON encoding codec LegacyJacksonJson
|
2021-02-18 16:27:24.912 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON decoding codec LegacyJacksonJson
|
2021-02-18 16:27:25.685 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML encoding codec XStreamXml
|
2021-02-18 16:27:25.687 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML decoding codec XStreamXml
|
2021-02-18 16:27:26.933 [main] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 16:27:27.029 [main] INFO com.netflix.discovery.DiscoveryClient - Disable delta property : false
|
2021-02-18 16:27:27.029 [main] INFO com.netflix.discovery.DiscoveryClient - Single vip registry refresh property : null
|
2021-02-18 16:27:27.029 [main] INFO com.netflix.discovery.DiscoveryClient - Force full registry fetch : false
|
2021-02-18 16:27:27.029 [main] INFO com.netflix.discovery.DiscoveryClient - Application is null : false
|
2021-02-18 16:27:27.029 [main] INFO com.netflix.discovery.DiscoveryClient - Registered Applications size is zero : true
|
2021-02-18 16:27:27.029 [main] INFO com.netflix.discovery.DiscoveryClient - Application version is -1: true
|
2021-02-18 16:27:27.034 [main] INFO com.netflix.discovery.DiscoveryClient - Getting all instance registry info from the eureka server
|
2021-02-18 16:27:27.787 [main] INFO com.netflix.discovery.DiscoveryClient - The response status is 200
|
2021-02-18 16:27:27.809 [main] INFO com.netflix.discovery.DiscoveryClient - Starting heartbeat executor: renew interval is: 30
|
2021-02-18 16:27:27.815 [main] INFO com.netflix.discovery.InstanceInfoReplicator - InstanceInfoReplicator onDemand update allowed rate per min is 4
|
2021-02-18 16:27:27.819 [main] INFO com.netflix.discovery.DiscoveryClient - Discovery Client initialized at timestamp 1613636847818 with initial instances count: 9
|
2021-02-18 16:27:27.880 [main] INFO o.s.c.n.e.serviceregistry.EurekaServiceRegistry - Registering application APPLETS with eureka with status UP
|
2021-02-18 16:27:27.880 [main] INFO com.netflix.discovery.DiscoveryClient - Saw local status change event StatusChangeEvent [timestamp=1613636847880, current=UP, previous=STARTING]
|
2021-02-18 16:27:27.886 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8195"]
|
2021-02-18 16:27:27.944 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_APPLETS/k8s-master:applets:8195: registering service...
|
2021-02-18 16:27:28.331 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 8195 (http) with context path ''
|
2021-02-18 16:27:28.346 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration - Updating port to 8195
|
2021-02-18 16:27:28.352 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed
|
2021-02-18 16:27:28.394 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
|
2021-02-18 16:27:28.435 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_APPLETS/k8s-master:applets:8195 - registration status: 204
|
2021-02-18 16:27:28.891 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references
|
2021-02-18 16:27:30.924 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: updateUserWeiXinPhoneUsingPOST_1
|
2021-02-18 16:27:31.164 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: pageActivityUsingPOST_1
|
2021-02-18 16:27:31.353 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: pageEasyPhotoUsingPOST_1
|
2021-02-18 16:27:31.354 [main] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: pageMicroWishUsingPOST_1
|
2021-02-18 16:27:31.429 [main] INFO com.panzhihua.applets.AppletsApplication - Started AppletsApplication in 34.606 seconds (JVM running for 36.505)
|
2021-02-18 16:30:27.455 [http-nio-8195-exec-2] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2021-02-18 16:30:27.455 [http-nio-8195-exec-2] INFO org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2021-02-18 16:30:27.462 [http-nio-8195-exec-2] INFO org.springframework.web.servlet.DispatcherServlet - Completed initialization in 7 ms
|
2021-02-18 16:30:28.284 [http-nio-8195-exec-2] INFO com.panzhihua.applets.api.LoginApi - 微信登录成功【{"openid":"oMIR-5UdAyxBaQqhnQTtVSQmoVoo","sessionKey":"yNFc+8J7vBFkWe0zOhINZA=="}】
|
2021-02-18 16:30:28.284 [http-nio-8195-exec-3] INFO com.panzhihua.applets.api.LoginApi - 微信登录成功【{"openid":"oMIR-5TcaPhUBoRvQEsx7l5YmWrU","sessionKey":"C+YZvJcnBhho0JROt7lRnA=="}】
|
2021-02-18 16:30:28.746 [hystrix-user-1] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: user.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 16:30:28.770 [hystrix-user-1] INFO com.netflix.util.concurrent.ShutdownEnabledTimer - Shutdown hook installed for: NFLoadBalancer-PingTimer-user
|
2021-02-18 16:30:28.771 [hystrix-user-1] INFO com.netflix.loadbalancer.BaseLoadBalancer - Client: user instantiated a LoadBalancer: DynamicServerListLoadBalancer:{NFLoadBalancer:name=user,current list of Servers=[],Load balancer stats=Zone stats: {},Server stats: []}ServerList:null
|
2021-02-18 16:30:28.779 [hystrix-user-1] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - Using serverListUpdater PollingServerListUpdater
|
2021-02-18 16:30:28.813 [hystrix-user-1] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: user.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 16:30:28.815 [hystrix-user-1] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - DynamicServerListLoadBalancer for client user initialized: DynamicServerListLoadBalancer:{NFLoadBalancer:name=user,current list of Servers=[k8s-master:8196],Load balancer stats=Zone stats: {defaultzone=[Zone:defaultzone; Instance count:1; Active connections count: 0; Circuit breaker tripped count: 0; Active connections per server: 0.0;]
|
},Server stats: [[Server:k8s-master:8196; Zone:defaultZone; Total Requests:0; Successive connection failure:0; Total blackout seconds:0; Last connection made:Thu Jan 01 08:00:00 CST 1970; First connection made: Thu Jan 01 08:00:00 CST 1970; Active Connections:0; total failure count in last (1000) msecs:0; average resp time:0.0; 90 percentile resp time:0.0; 95 percentile resp time:0.0; min resp time:0.0; max resp time:0.0; stddev resp time:0.0]
|
]}ServerList:org.springframework.cloud.netflix.ribbon.eureka.DomainExtractingServerList@7f0cf6d5
|
2021-02-18 16:30:29.278 [hystrix-auth-1] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: auth.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 16:30:29.280 [hystrix-auth-1] INFO com.netflix.util.concurrent.ShutdownEnabledTimer - Shutdown hook installed for: NFLoadBalancer-PingTimer-auth
|
2021-02-18 16:30:29.281 [hystrix-auth-1] INFO com.netflix.loadbalancer.BaseLoadBalancer - Client: auth instantiated a LoadBalancer: DynamicServerListLoadBalancer:{NFLoadBalancer:name=auth,current list of Servers=[],Load balancer stats=Zone stats: {},Server stats: []}ServerList:null
|
2021-02-18 16:30:29.281 [hystrix-auth-1] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - Using serverListUpdater PollingServerListUpdater
|
2021-02-18 16:30:29.289 [hystrix-auth-1] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: auth.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 16:30:29.290 [hystrix-auth-1] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - DynamicServerListLoadBalancer for client auth initialized: DynamicServerListLoadBalancer:{NFLoadBalancer:name=auth,current list of Servers=[k8s-master:8191],Load balancer stats=Zone stats: {defaultzone=[Zone:defaultzone; Instance count:1; Active connections count: 0; Circuit breaker tripped count: 0; Active connections per server: 0.0;]
|
},Server stats: [[Server:k8s-master:8191; Zone:defaultZone; Total Requests:0; Successive connection failure:0; Total blackout seconds:0; Last connection made:Thu Jan 01 08:00:00 CST 1970; First connection made: Thu Jan 01 08:00:00 CST 1970; Active Connections:0; total failure count in last (1000) msecs:0; average resp time:0.0; 90 percentile resp time:0.0; 95 percentile resp time:0.0; min resp time:0.0; max resp time:0.0; stddev resp time:0.0]
|
]}ServerList:org.springframework.cloud.netflix.ribbon.eureka.DomainExtractingServerList@21c9380a
|
2021-02-18 16:30:29.781 [PollingServerListUpdater-0] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: user.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 16:30:29.877 [http-nio-8195-exec-8] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 16:30:29.881 [http-nio-8195-exec-3] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 16:30:29.892 [http-nio-8195-exec-1] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 16:30:29.897 [hystrix-community-1] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: community.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 16:30:29.900 [hystrix-community-1] INFO com.netflix.util.concurrent.ShutdownEnabledTimer - Shutdown hook installed for: NFLoadBalancer-PingTimer-community
|
2021-02-18 16:30:29.900 [hystrix-community-1] INFO com.netflix.loadbalancer.BaseLoadBalancer - Client: community instantiated a LoadBalancer: DynamicServerListLoadBalancer:{NFLoadBalancer:name=community,current list of Servers=[],Load balancer stats=Zone stats: {},Server stats: []}ServerList:null
|
2021-02-18 16:30:29.900 [hystrix-community-1] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - Using serverListUpdater PollingServerListUpdater
|
2021-02-18 16:30:29.901 [hystrix-community-1] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: community.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 16:30:29.902 [hystrix-community-1] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - DynamicServerListLoadBalancer for client community initialized: DynamicServerListLoadBalancer:{NFLoadBalancer:name=community,current list of Servers=[k8s-master:8291],Load balancer stats=Zone stats: {defaultzone=[Zone:defaultzone; Instance count:1; Active connections count: 0; Circuit breaker tripped count: 0; Active connections per server: 0.0;]
|
},Server stats: [[Server:k8s-master:8291; Zone:defaultZone; Total Requests:0; Successive connection failure:0; Total blackout seconds:0; Last connection made:Thu Jan 01 08:00:00 CST 1970; First connection made: Thu Jan 01 08:00:00 CST 1970; Active Connections:0; total failure count in last (1000) msecs:0; average resp time:0.0; 90 percentile resp time:0.0; 95 percentile resp time:0.0; min resp time:0.0; max resp time:0.0; stddev resp time:0.0]
|
]}ServerList:org.springframework.cloud.netflix.ribbon.eureka.DomainExtractingServerList@6b6da407
|
2021-02-18 16:30:29.912 [http-nio-8195-exec-9] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 16:30:29.913 [http-nio-8195-exec-7] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 16:30:29.928 [http-nio-8195-exec-6] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 16:30:30.278 [http-nio-8195-exec-8] INFO com.panzhihua.applets.api.LoginApi - RK8tjgT2QCNdapQYr9z4LjJuPAo0WKmuWRfwV5z/tSwQVl0TwgHQ86xc0jM9T93WakyKZDbjCZ8S06Pgwl1BU1zw6W8uVxc3PzXD8On4IYqXV67U0xZ3FCdIt9Vgl3AzvG3JyIV7dIbfnF29CKBq0TQWcCxFDWEJU5t20MJKgbsBuCK7G49sOWJiNozoSPdKoCpq/xyL4Kd0QC1mneGxRV7tXhiB/9MDX4a72jsILqwpVauUvX6ndJK7MIqXALS630bqJVik07/VMNwELQKh84RLImAIRk22s540I13PCaJ6brUD7GVamZj3kJtngQi+kJ2H9LH43irpducaJwn2rDtjygmWDajdjUYi3hkur87UzMLVtCTg3/YfZJpWBsJcjSVf+Vzvn2TrSQo1iDJRAoOLCvw3CG+Zwgct0Ne9v/2Iad0Bd1zcnj+doShvFi2DT3gxoEUQN9F1hrDVooN7lrNXzKzUukZJvdvWYmxf1tM=
|
2021-02-18 16:30:30.278 [http-nio-8195-exec-8] INFO com.panzhihua.applets.api.LoginApi - dkMdoqdrGUkpzUvt7mHygw==
|
2021-02-18 16:30:30.293 [PollingServerListUpdater-0] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: auth.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 16:30:30.306 [http-nio-8195-exec-3] INFO com.panzhihua.applets.api.LoginApi - KhkHJvuK2Z9MtDxBRDgaIwkreHJIKGu/pcgEsawBHBUuuyoGGp2TrAmjao8+cM2uMOEV7ugoHQu3xt9Ii+gPI4wLNapfWFWxwwezqpPiM+nthawgUbqaT+Nl+WvtyKRiMAg46Frw9omi/lj4Imbkl2g2XVGVDsb8xqJy+bLRwOPo3A0lf64XG0Gj7k6WI62l9LatgNf3NN97mb8biaT6tRtl7U4ddlGTlilTsUyb6qKyEPBc8824LeunX1gpvLd1znehgLduG6RgRdOxud92jXp/Mi8MT5/R7BctM3IKis0Dns8nqQt3RWo/tMnE46ebMZ8Ej9AyQL6riDdDrdEFbuHZNvw6mG/vYfrB1QnptGnuJISCME2UZB41MxpNyj0R5JDTJfhfigcJ4Vfs6CyL1PNKg7TIJHNrfLI4JACMUCY3Si3zsg5Dsu5aEm6KSfpa0gYQ/91Z5YjWpaPXgc+XilOAvjujGRCHzqShZGpNoAg=
|
2021-02-18 16:30:30.306 [http-nio-8195-exec-3] INFO com.panzhihua.applets.api.LoginApi - ckcJkEeHQh/bHekZqGJutg==
|
2021-02-18 16:30:30.901 [PollingServerListUpdater-1] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: community.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 16:31:25.079 [http-nio-8195-exec-5] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 16:31:28.407 [http-nio-8195-exec-3] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 16:31:28.407 [http-nio-8195-exec-8] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 16:31:28.412 [http-nio-8195-exec-9] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 16:31:28.415 [http-nio-8195-exec-1] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 16:31:28.419 [http-nio-8195-exec-7] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 16:31:28.471 [http-nio-8195-exec-6] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 16:31:28.474 [http-nio-8195-exec-2] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 16:31:29.374 [http-nio-8195-exec-10] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 16:31:36.984 [http-nio-8195-exec-6] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 16:31:36.990 [http-nio-8195-exec-10] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 16:31:41.314 [http-nio-8195-exec-5] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 16:31:45.601 [http-nio-8195-exec-1] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 16:31:50.005 [http-nio-8195-exec-8] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 16:32:17.248 [http-nio-8195-exec-6] WARN o.s.w.s.m.support.DefaultHandlerExceptionResolver - Resolved [org.springframework.http.converter.HttpMessageNotReadableException: Required request body is missing: public com.panzhihua.common.model.vos.R com.panzhihua.applets.api.UserApi.putUser(com.panzhihua.common.model.vos.LoginUserInfoVO)]
|
2021-02-18 16:32:17.250 [http-nio-8195-exec-10] WARN o.s.w.s.m.support.DefaultHandlerExceptionResolver - Resolved [org.springframework.http.converter.HttpMessageNotReadableException: Required request body is missing: public com.panzhihua.common.model.vos.R com.panzhihua.applets.api.UserApi.putUser(com.panzhihua.common.model.vos.LoginUserInfoVO)]
|
2021-02-18 16:32:17.566 [http-nio-8195-exec-5] INFO com.panzhihua.common.utlis.SFTPUtil - sftp connect by host:182.151.24.68 username:root
|
2021-02-18 16:32:17.576 [http-nio-8195-exec-5] INFO com.panzhihua.common.utlis.SFTPUtil - Session is build
|
2021-02-18 16:32:17.772 [http-nio-8195-exec-5] INFO com.panzhihua.common.utlis.SFTPUtil - Session is connected
|
2021-02-18 16:32:18.120 [http-nio-8195-exec-5] INFO com.panzhihua.common.utlis.SFTPUtil - channel is connected
|
2021-02-18 16:32:18.121 [http-nio-8195-exec-5] INFO com.panzhihua.common.utlis.SFTPUtil - sftp server host:[182.151.24.68] port:[22] is connect successfull
|
2021-02-18 16:32:18.131 [http-nio-8195-exec-5] INFO com.panzhihua.common.utlis.SFTPUtil - sftp is closed already
|
2021-02-18 16:32:18.136 [http-nio-8195-exec-5] INFO com.panzhihua.common.utlis.SFTPUtil - sshSession is closed already
|
2021-02-18 16:32:18.197 [http-nio-8195-exec-1] WARN o.s.w.s.m.support.DefaultHandlerExceptionResolver - Resolved [org.springframework.http.converter.HttpMessageNotReadableException: Required request body is missing: public com.panzhihua.common.model.vos.R com.panzhihua.applets.api.UserApi.putUser(com.panzhihua.common.model.vos.LoginUserInfoVO)]
|
2021-02-18 16:32:24.919 [hystrix-partybuilding-1] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: partybuilding.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 16:32:24.926 [hystrix-partybuilding-1] INFO com.netflix.util.concurrent.ShutdownEnabledTimer - Shutdown hook installed for: NFLoadBalancer-PingTimer-partybuilding
|
2021-02-18 16:32:24.927 [hystrix-partybuilding-1] INFO com.netflix.loadbalancer.BaseLoadBalancer - Client: partybuilding instantiated a LoadBalancer: DynamicServerListLoadBalancer:{NFLoadBalancer:name=partybuilding,current list of Servers=[],Load balancer stats=Zone stats: {},Server stats: []}ServerList:null
|
2021-02-18 16:32:24.927 [hystrix-partybuilding-1] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - Using serverListUpdater PollingServerListUpdater
|
2021-02-18 16:32:24.929 [hystrix-partybuilding-1] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: partybuilding.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 16:32:24.930 [hystrix-partybuilding-1] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - DynamicServerListLoadBalancer for client partybuilding initialized: DynamicServerListLoadBalancer:{NFLoadBalancer:name=partybuilding,current list of Servers=[k8s-master:8198],Load balancer stats=Zone stats: {defaultzone=[Zone:defaultzone; Instance count:1; Active connections count: 0; Circuit breaker tripped count: 0; Active connections per server: 0.0;]
|
},Server stats: [[Server:k8s-master:8198; Zone:defaultZone; Total Requests:0; Successive connection failure:0; Total blackout seconds:0; Last connection made:Thu Jan 01 08:00:00 CST 1970; First connection made: Thu Jan 01 08:00:00 CST 1970; Active Connections:0; total failure count in last (1000) msecs:0; average resp time:0.0; 90 percentile resp time:0.0; 95 percentile resp time:0.0; min resp time:0.0; max resp time:0.0; stddev resp time:0.0]
|
]}ServerList:org.springframework.cloud.netflix.ribbon.eureka.DomainExtractingServerList@4fbb129d
|
2021-02-18 16:32:25.003 [http-nio-8195-exec-8] ERROR o.a.c.c.C.[.[localhost].[/].[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is com.netflix.hystrix.exception.HystrixRuntimeException: PartyBuildingService#listActivity(Long,Long) failed and no fallback available.] with root cause
|
feign.FeignException$BadRequest: [400] during [POST] to [http://partybuilding/partybuildIng/listactivity?userId=96] [PartyBuildingService#listActivity(Long,Long)]: [{"timestamp":"2021-02-18T08:32:24.964+00:00","status":400,"error":"Bad Request","message":"","path":"/partybuildIng/listactivity"}]
|
at feign.FeignException.clientErrorStatus(FeignException.java:195)
|
at feign.FeignException.errorStatus(FeignException.java:177)
|
at feign.FeignException.errorStatus(FeignException.java:169)
|
at feign.codec.ErrorDecoder$Default.decode(ErrorDecoder.java:92)
|
at feign.AsyncResponseHandler.handleResponse(AsyncResponseHandler.java:96)
|
at feign.SynchronousMethodHandler.executeAndDecode(SynchronousMethodHandler.java:138)
|
at feign.SynchronousMethodHandler.invoke(SynchronousMethodHandler.java:89)
|
at feign.hystrix.HystrixInvocationHandler$1.run(HystrixInvocationHandler.java:109)
|
at com.netflix.hystrix.HystrixCommand$2.call(HystrixCommand.java:302)
|
at com.netflix.hystrix.HystrixCommand$2.call(HystrixCommand.java:298)
|
at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:46)
|
at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:35)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
|
at rx.Observable.unsafeSubscribe(Observable.java:10327)
|
at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:51)
|
at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:35)
|
at rx.Observable.unsafeSubscribe(Observable.java:10327)
|
at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:41)
|
at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:30)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
|
at rx.Observable.unsafeSubscribe(Observable.java:10327)
|
at rx.internal.operators.OperatorSubscribeOn$SubscribeOnSubscriber.call(OperatorSubscribeOn.java:100)
|
at com.netflix.hystrix.strategy.concurrency.HystrixContexSchedulerAction$1.call(HystrixContexSchedulerAction.java:56)
|
at com.netflix.hystrix.strategy.concurrency.HystrixContexSchedulerAction$1.call(HystrixContexSchedulerAction.java:47)
|
at com.netflix.hystrix.strategy.concurrency.HystrixContexSchedulerAction.call(HystrixContexSchedulerAction.java:69)
|
at rx.internal.schedulers.ScheduledAction.run(ScheduledAction.java:55)
|
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
|
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
|
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
at java.lang.Thread.run(Thread.java:748)
|
2021-02-18 16:32:25.102 [http-nio-8195-exec-4] ERROR o.a.c.c.C.[.[localhost].[/].[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is com.netflix.hystrix.exception.HystrixRuntimeException: PartyBuildingService#listActivity(Long,Long) failed and no fallback available.] with root cause
|
feign.FeignException$BadRequest: [400] during [POST] to [http://partybuilding/partybuildIng/listactivity?userId=96] [PartyBuildingService#listActivity(Long,Long)]: [{"timestamp":"2021-02-18T08:32:25.096+00:00","status":400,"error":"Bad Request","message":"","path":"/partybuildIng/listactivity"}]
|
at feign.FeignException.clientErrorStatus(FeignException.java:195)
|
at feign.FeignException.errorStatus(FeignException.java:177)
|
at feign.FeignException.errorStatus(FeignException.java:169)
|
at feign.codec.ErrorDecoder$Default.decode(ErrorDecoder.java:92)
|
at feign.AsyncResponseHandler.handleResponse(AsyncResponseHandler.java:96)
|
at feign.SynchronousMethodHandler.executeAndDecode(SynchronousMethodHandler.java:138)
|
at feign.SynchronousMethodHandler.invoke(SynchronousMethodHandler.java:89)
|
at feign.hystrix.HystrixInvocationHandler$1.run(HystrixInvocationHandler.java:109)
|
at com.netflix.hystrix.HystrixCommand$2.call(HystrixCommand.java:302)
|
at com.netflix.hystrix.HystrixCommand$2.call(HystrixCommand.java:298)
|
at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:46)
|
at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:35)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
|
at rx.Observable.unsafeSubscribe(Observable.java:10327)
|
at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:51)
|
at rx.internal.operators.OnSubscribeDefer.call(OnSubscribeDefer.java:35)
|
at rx.Observable.unsafeSubscribe(Observable.java:10327)
|
at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:41)
|
at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:30)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48)
|
at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
|
at rx.Observable.unsafeSubscribe(Observable.java:10327)
|
at rx.internal.operators.OperatorSubscribeOn$SubscribeOnSubscriber.call(OperatorSubscribeOn.java:100)
|
at com.netflix.hystrix.strategy.concurrency.HystrixContexSchedulerAction$1.call(HystrixContexSchedulerAction.java:56)
|
at com.netflix.hystrix.strategy.concurrency.HystrixContexSchedulerAction$1.call(HystrixContexSchedulerAction.java:47)
|
at com.netflix.hystrix.strategy.concurrency.HystrixContexSchedulerAction.call(HystrixContexSchedulerAction.java:69)
|
at rx.internal.schedulers.ScheduledAction.run(ScheduledAction.java:55)
|
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
|
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
|
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
at java.lang.Thread.run(Thread.java:748)
|
2021-02-18 16:32:25.931 [PollingServerListUpdater-1] INFO com.netflix.config.ChainedDynamicProperty - Flipping property: partybuilding.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
2021-02-18 16:32:27.036 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 16:37:27.037 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 16:42:27.037 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 16:47:06.821 [http-nio-8195-exec-6] INFO com.panzhihua.applets.api.LoginApi - 微信登录成功【{"openid":"oMIR-5XzBFpMcRCQnii7dwKlsKPs","sessionKey":"qjZbMuUDtFdf/X6f25iNQQ=="}】
|
2021-02-18 16:47:07.372 [http-nio-8195-exec-1] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 16:47:07.386 [http-nio-8195-exec-4] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 16:47:07.393 [http-nio-8195-exec-3] ERROR c.p.common.exceptions.GlobalExceptionCapture - 服务层业务异常【用户未绑定社区】
|
2021-02-18 16:47:27.038 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 16:50:35.680 [http-nio-8195-exec-4] INFO com.panzhihua.applets.api.LoginApi - 微信登录成功【{"openid":"oMIR-5bqn2cmpcApz0qscNOm4-f0","sessionKey":"U/4XOWWKRN6yivaGjxKhew=="}】
|
2021-02-18 16:52:27.038 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 16:57:27.038 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:02:27.039 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:07:27.039 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:12:27.040 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:17:27.040 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:22:27.041 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:27:27.041 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:32:27.042 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:37:27.042 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:42:27.042 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:47:27.043 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:52:27.043 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:57:27.044 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:02:27.044 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:07:27.045 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:12:27.045 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:17:27.045 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:22:27.046 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:27:27.046 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:32:27.047 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:37:27.054 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:42:27.055 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:47:27.055 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:52:27.056 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:57:27.056 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:02:27.057 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:07:27.057 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:12:27.058 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:17:27.058 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:22:27.058 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:27:27.059 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:32:27.059 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:37:27.060 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:42:27.060 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:47:27.060 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:52:27.061 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:57:27.061 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:02:27.061 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:07:27.062 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:12:27.062 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:17:27.063 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:22:27.063 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:27:27.063 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:32:27.064 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:37:27.064 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:42:27.065 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:47:27.065 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:52:27.065 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:57:27.066 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:02:27.066 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:07:27.067 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:12:27.067 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:17:27.067 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:22:27.068 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:27:27.068 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:32:27.069 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:37:27.069 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:42:27.070 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:47:27.070 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:52:27.070 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:57:27.071 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:02:27.071 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:07:27.071 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:12:27.072 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:17:27.072 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:22:27.073 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:27:27.073 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:32:27.073 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:37:27.074 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:42:27.074 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:47:27.074 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:52:27.075 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:57:27.075 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:02:27.076 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:07:27.076 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:12:27.076 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:17:27.077 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:22:27.077 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:27:27.078 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:32:27.078 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:37:27.078 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:42:27.079 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:47:27.079 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:52:27.080 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:57:27.080 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:02:27.080 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:07:27.081 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:12:27.081 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:17:27.081 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:22:27.082 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:27:27.082 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:32:27.082 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:37:27.083 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:42:27.083 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:47:27.084 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:52:27.084 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:57:27.084 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:02:27.085 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:07:27.085 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:12:27.086 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:17:27.086 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:22:27.086 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:27:27.087 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:32:27.087 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:37:27.087 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:42:27.088 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:47:27.088 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:52:27.089 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:57:27.089 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:02:27.089 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:07:27.090 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:12:27.090 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:17:27.090 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:22:27.091 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:27:27.091 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:32:27.092 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:37:27.092 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:42:27.093 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:47:27.094 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:52:27.094 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:57:27.094 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:02:27.095 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:07:27.095 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:12:27.096 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:17:27.097 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:22:27.097 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:27:27.097 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:32:27.098 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:37:27.098 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:42:27.099 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:47:27.099 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:52:27.099 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:57:27.100 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:02:27.100 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:07:27.100 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:12:27.101 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:17:27.101 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:22:27.101 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:27:27.102 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:32:27.102 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:37:27.102 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:42:27.103 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:47:27.103 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:52:27.104 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:57:27.104 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:02:27.104 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:07:27.105 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:12:27.105 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:17:27.105 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:22:27.106 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:27:27.106 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:32:27.107 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:37:27.107 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:42:27.107 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:47:27.108 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:52:27.108 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:57:27.108 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:02:27.109 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:07:27.109 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:12:27.110 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:17:27.110 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:22:27.110 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:27:27.111 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:32:27.111 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:37:27.111 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:42:27.112 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:47:27.112 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:52:27.113 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:57:27.113 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:02:27.113 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:07:27.114 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:12:27.114 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:17:27.114 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:22:27.115 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:27:27.115 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:32:27.115 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:37:27.116 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:42:27.116 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:47:27.117 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:52:27.117 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:57:27.117 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:02:27.118 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:07:27.118 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:12:27.119 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:17:27.119 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:22:27.120 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:27:27.120 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:32:27.121 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:37:27.121 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:42:27.122 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:47:27.122 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:52:27.122 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:57:27.123 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|