2021-02-18 11:06:12.090 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
|
2021-02-18 11:06:15.761 [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.auth.AuthApplication.main(AuthApplication.java:18)
|
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:16.233 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Fetching config from server at : http://localhost:8193/
|
2021-02-18 11:06:16.260 [main] WARN o.s.c.c.client.ConfigServicePropertySourceLocator - Could not locate PropertySource: 500 : [{"timestamp":"2021-02-18T03:06:16.246+00:00","status":500,"error":"Internal Server Error","message":"","path":"/auth/prod"}]
|
2021-02-18 11:06:16.262 [main] INFO com.panzhihua.auth.AuthApplication - The following profiles are active: prod
|
2021-02-18 11:06:20.405 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
2021-02-18 11:06:20.418 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
2021-02-18 11:06:20.713 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 28ms. Found 0 Redis repository interfaces.
|
2021-02-18 11:06:21.323 [main] WARN o.springframework.boot.actuate.endpoint.EndpointId - Endpoint ID 'service-registry' contains invalid characters, please migrate to a valid format.
|
2021-02-18 11:06:21.726 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.panzhihua.auth]' package. Please check your configuration.
|
2021-02-18 11:06:21.991 [main] INFO o.springframework.cloud.context.scope.GenericScope - BeanFactory id=0d524619-187c-3a98-9121-0e035aeacd22
|
2021-02-18 11:06:22.222 [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:22.224 [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:22.226 [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:22.228 [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:25.206 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
|
2021-02-18 11:06:25.219 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"]
|
2021-02-18 11:06:25.220 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
2021-02-18 11:06:25.220 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.38]
|
2021-02-18 11:06:25.325 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
2021-02-18 11:06:25.326 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 8906 ms
|
2021-02-18 11:06:25.552 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 11:06:25.552 [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:06:25.571 [main] INFO com.netflix.config.DynamicPropertyFactory - DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@3e10dc6
|
2021-02-18 11:06:26.160 [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:410)
|
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:410)
|
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.cloud.context.named.NamedContextFactory.createContext(NamedContextFactory.java:137)
|
at org.springframework.cloud.context.named.NamedContextFactory.getContext(NamedContextFactory.java:102)
|
at org.springframework.cloud.context.named.NamedContextFactory.getInstance(NamedContextFactory.java:146)
|
at org.springframework.cloud.openfeign.FeignClientFactoryBean.get(FeignClientFactoryBean.java:281)
|
at org.springframework.cloud.openfeign.FeignClientFactoryBean.feign(FeignClientFactoryBean.java:101)
|
at org.springframework.cloud.openfeign.FeignClientFactoryBean.getTarget(FeignClientFactoryBean.java:337)
|
at org.springframework.cloud.openfeign.FeignClientFactoryBean.getObject(FeignClientFactoryBean.java:327)
|
at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:169)
|
at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:101)
|
at org.springframework.beans.factory.support.AbstractBeanFactory.getObjectForBeanInstance(AbstractBeanFactory.java:1828)
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getObjectForBeanInstance(AbstractAutowireCapableBeanFactory.java:1265)
|
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
|
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
|
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.addCandidateEntry(DefaultListableBeanFactory.java:1532)
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1489)
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1270)
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1227)
|
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:521)
|
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:497)
|
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:650)
|
at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:239)
|
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130)
|
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:318)
|
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:207)
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeanByName(AbstractAutowireCapableBeanFactory.java:453)
|
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:527)
|
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:497)
|
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:650)
|
at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:239)
|
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130)
|
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:318)
|
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.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:408)
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1336)
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1176)
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:556)
|
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.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1307)
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1227)
|
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:521)
|
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:497)
|
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:650)
|
at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:239)
|
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130)
|
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:318)
|
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.auth.AuthApplication.main(AuthApplication.java:18)
|
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:26.940 [main] INFO o.s.security.web.DefaultSecurityFilterChain - Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@61019f59, org.springframework.security.web.context.SecurityContextPersistenceFilter@315ba14a, org.springframework.security.web.header.HeaderWriterFilter@54f5f647, org.springframework.web.filter.CorsFilter@9635fa, org.springframework.security.web.authentication.logout.LogoutFilter@1af1347d, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@1b70203f, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@27f0ad19, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6650813a, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@62e8f862, org.springframework.security.web.session.SessionManagementFilter@5a6d5a8f, org.springframework.security.web.access.ExceptionTranslationFilter@25230246, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@5bb3d42d]
|
2021-02-18 11:06:26.992 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 11:06:26.992 [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:06:27.165 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
|
2021-02-18 11:06:27.313 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
|
2021-02-18 11:06:27.570 [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 'dataSource' defined in class path resource [com/alibaba/druid/spring/boot/autoconfigure/DruidDataSourceAutoConfigure.class]: Invocation of init method failed; nested exception is org.springframework.boot.autoconfigure.jdbc.DataSourceProperties$DataSourceBeanCreationException: Failed to determine a suitable driver class
|
2021-02-18 11:06:27.570 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Shutting down ExecutorService 'applicationTaskExecutor'
|
2021-02-18 11:06:27.587 [main] INFO sys-user - ====关闭后台任务任务线程池====
|
2021-02-18 11:06:27.587 [main] WARN o.s.c.annotation.CommonAnnotationBeanPostProcessor - Destroy method on bean with name 'shutdownManager' threw an exception: java.lang.ExceptionInInitializerError
|
2021-02-18 11:06:27.616 [main] INFO org.apache.catalina.core.StandardService - Stopping service [Tomcat]
|
2021-02-18 11:06:27.697 [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:27.699 [main] ERROR o.s.b.diagnostics.LoggingFailureAnalysisReporter -
|
|
***************************
|
APPLICATION FAILED TO START
|
***************************
|
|
Description:
|
|
Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.
|
|
Reason: Failed to determine a suitable driver class
|
|
|
Action:
|
|
Consider the following:
|
If you want an embedded database (H2, HSQL or Derby), please put it on the classpath.
|
If you have database settings to be loaded from a particular profile you may need to activate it (no profiles are currently active).
|
|
2021-02-18 11:07:25.081 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
|
2021-02-18 11:07:29.071 [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.auth.AuthApplication.main(AuthApplication.java:18)
|
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:29.590 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Fetching config from server at : http://localhost:8193/
|
2021-02-18 11:07:29.669 [main] WARN o.s.c.c.client.ConfigServicePropertySourceLocator - Could not locate PropertySource: 500 : [{"timestamp":"2021-02-18T03:07:29.618+00:00","status":500,"error":"Internal Server Error","message":"","path":"/auth/prod"}]
|
2021-02-18 11:07:29.671 [main] INFO com.panzhihua.auth.AuthApplication - The following profiles are active: prod
|
2021-02-18 11:07:33.889 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
2021-02-18 11:07:34.816 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
2021-02-18 11:07:35.031 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 38ms. Found 0 Redis repository interfaces.
|
2021-02-18 11:07:35.766 [main] WARN o.springframework.boot.actuate.endpoint.EndpointId - Endpoint ID 'service-registry' contains invalid characters, please migrate to a valid format.
|
2021-02-18 11:07:36.194 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.panzhihua.auth]' package. Please check your configuration.
|
2021-02-18 11:07:36.511 [main] INFO o.springframework.cloud.context.scope.GenericScope - BeanFactory id=0d524619-187c-3a98-9121-0e035aeacd22
|
2021-02-18 11:07:36.691 [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:36.693 [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:36.695 [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:36.701 [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:39.059 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
|
2021-02-18 11:07:39.099 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"]
|
2021-02-18 11:07:39.099 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
2021-02-18 11:07:39.100 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.38]
|
2021-02-18 11:07:39.267 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
2021-02-18 11:07:39.267 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 9494 ms
|
2021-02-18 11:07:39.504 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 11:07:39.504 [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:07:39.523 [main] INFO com.netflix.config.DynamicPropertyFactory - DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@478ee483
|
2021-02-18 11:07:39.921 [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:410)
|
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:410)
|
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.cloud.context.named.NamedContextFactory.createContext(NamedContextFactory.java:137)
|
at org.springframework.cloud.context.named.NamedContextFactory.getContext(NamedContextFactory.java:102)
|
at org.springframework.cloud.context.named.NamedContextFactory.getInstance(NamedContextFactory.java:146)
|
at org.springframework.cloud.openfeign.FeignClientFactoryBean.get(FeignClientFactoryBean.java:281)
|
at org.springframework.cloud.openfeign.FeignClientFactoryBean.feign(FeignClientFactoryBean.java:101)
|
at org.springframework.cloud.openfeign.FeignClientFactoryBean.getTarget(FeignClientFactoryBean.java:337)
|
at org.springframework.cloud.openfeign.FeignClientFactoryBean.getObject(FeignClientFactoryBean.java:327)
|
at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:169)
|
at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:101)
|
at org.springframework.beans.factory.support.AbstractBeanFactory.getObjectForBeanInstance(AbstractBeanFactory.java:1828)
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getObjectForBeanInstance(AbstractAutowireCapableBeanFactory.java:1265)
|
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
|
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
|
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.addCandidateEntry(DefaultListableBeanFactory.java:1532)
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1489)
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1270)
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1227)
|
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:521)
|
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:497)
|
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:650)
|
at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:239)
|
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130)
|
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:318)
|
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:207)
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeanByName(AbstractAutowireCapableBeanFactory.java:453)
|
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:527)
|
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:497)
|
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:650)
|
at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:239)
|
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130)
|
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:318)
|
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.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:408)
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1336)
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1176)
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:556)
|
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.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1307)
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1227)
|
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:521)
|
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:497)
|
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:650)
|
at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:239)
|
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130)
|
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:318)
|
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.auth.AuthApplication.main(AuthApplication.java:18)
|
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:40.755 [main] INFO o.s.security.web.DefaultSecurityFilterChain - Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@22175d4f, org.springframework.security.web.context.SecurityContextPersistenceFilter@76b0ae1b, org.springframework.security.web.header.HeaderWriterFilter@3b582111, org.springframework.web.filter.CorsFilter@29a60c27, org.springframework.security.web.authentication.logout.LogoutFilter@30272916, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@777c9dc9, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4c432866, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2237bada, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@9fecdf1, org.springframework.security.web.session.SessionManagementFilter@1e8823d2, org.springframework.security.web.access.ExceptionTranslationFilter@1af1347d, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@74518890]
|
2021-02-18 11:07:40.787 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 11:07:40.787 [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:07:40.943 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
|
2021-02-18 11:07:41.115 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
|
2021-02-18 11:07:41.183 [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 'dataSource' defined in class path resource [com/alibaba/druid/spring/boot/autoconfigure/DruidDataSourceAutoConfigure.class]: Invocation of init method failed; nested exception is org.springframework.boot.autoconfigure.jdbc.DataSourceProperties$DataSourceBeanCreationException: Failed to determine a suitable driver class
|
2021-02-18 11:07:41.183 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Shutting down ExecutorService 'applicationTaskExecutor'
|
2021-02-18 11:07:41.200 [main] INFO sys-user - ====关闭后台任务任务线程池====
|
2021-02-18 11:07:41.200 [main] WARN o.s.c.annotation.CommonAnnotationBeanPostProcessor - Destroy method on bean with name 'shutdownManager' threw an exception: java.lang.ExceptionInInitializerError
|
2021-02-18 11:07:41.229 [main] INFO org.apache.catalina.core.StandardService - Stopping service [Tomcat]
|
2021-02-18 11:07:41.605 [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:41.607 [main] ERROR o.s.b.diagnostics.LoggingFailureAnalysisReporter -
|
|
***************************
|
APPLICATION FAILED TO START
|
***************************
|
|
Description:
|
|
Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.
|
|
Reason: Failed to determine a suitable driver class
|
|
|
Action:
|
|
Consider the following:
|
If you want an embedded database (H2, HSQL or Derby), please put it on the classpath.
|
If you have database settings to be loaded from a particular profile you may need to activate it (no profiles are currently active).
|
|
2021-02-18 11:13:24.236 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
|
2021-02-18 11:13:28.078 [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.auth.AuthApplication.main(AuthApplication.java:18)
|
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.339 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Fetching config from server at : http://localhost:8193/
|
2021-02-18 11:13:40.211 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Located environment: name=auth, profiles=[prod], label=null, version=7d9eb79b0796a10635925741759dffd59bd742b0, state=null
|
2021-02-18 11:13:40.213 [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/auth-prod.yml'}]
|
2021-02-18 11:13:40.226 [main] INFO com.panzhihua.auth.AuthApplication - The following profiles are active: prod
|
2021-02-18 11:13:46.209 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
2021-02-18 11:13:46.236 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
2021-02-18 11:13:46.341 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 26ms. Found 0 Redis repository interfaces.
|
2021-02-18 11:13:47.244 [main] WARN o.springframework.boot.actuate.endpoint.EndpointId - Endpoint ID 'service-registry' contains invalid characters, please migrate to a valid format.
|
2021-02-18 11:13:47.715 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.panzhihua.auth]' package. Please check your configuration.
|
2021-02-18 11:13:47.845 [main] INFO o.springframework.cloud.context.scope.GenericScope - BeanFactory id=c3c11a6a-63c4-37c0-b42c-a66008e6cff4
|
2021-02-18 11:13:47.986 [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:47.988 [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:48.048 [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:48.051 [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:52.089 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8191 (http)
|
2021-02-18 11:13:52.161 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8191"]
|
2021-02-18 11:13:52.161 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
2021-02-18 11:13:52.162 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.38]
|
2021-02-18 11:13:52.578 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
2021-02-18 11:13:52.578 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 12295 ms
|
2021-02-18 11:13:53.560 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 11:13:53.560 [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:53.692 [main] INFO com.netflix.config.DynamicPropertyFactory - DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@3382f8ae
|
2021-02-18 11:13:59.144 [main] INFO o.s.security.web.DefaultSecurityFilterChain - Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5ab9b447, org.springframework.security.web.context.SecurityContextPersistenceFilter@73e132e0, org.springframework.security.web.header.HeaderWriterFilter@30865a90, org.springframework.web.filter.CorsFilter@51e4ccb3, org.springframework.security.web.authentication.logout.LogoutFilter@232024b9, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@1ea9f009, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2472c7d8, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@9fecdf1, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@76f10035, org.springframework.security.web.session.SessionManagementFilter@777c9dc9, org.springframework.security.web.access.ExceptionTranslationFilter@3f3ddbd9, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@3e1162e7]
|
2021-02-18 11:13:59.333 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 11:13:59.333 [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:14:00.093 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
|
2021-02-18 11:14:01.358 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
|
2021-02-18 11:14:03.664 [main] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2021-02-18 11:14:04.667 [main] INFO o.s.c.n.e.c.DiscoveryClientOptionalArgsConfiguration - Eureka HTTP Client uses Jersey
|
2021-02-18 11:14:04.700 [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:14:04.776 [main] WARN o.s.c.s.o.SpringCloudSecurityAutoConfiguration - All Spring Cloud Security modules and starters are deprecated. They will be moved to individual projects in the next major release.
|
2021-02-18 11:14:04.782 [main] INFO o.s.b.actuate.endpoint.web.EndpointLinksResolver - Exposing 2 endpoint(s) beneath base path '/actuator'
|
2021-02-18 11:14:04.877 [main] INFO o.s.cloud.netflix.eureka.InstanceInfoFactory - Setting initial instance status as: STARTING
|
2021-02-18 11:14:04.922 [main] INFO com.netflix.discovery.DiscoveryClient - Initializing Eureka in region us-east-1
|
2021-02-18 11:14:04.999 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON encoding codec LegacyJacksonJson
|
2021-02-18 11:14:04.999 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON decoding codec LegacyJacksonJson
|
2021-02-18 11:14:05.149 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML encoding codec XStreamXml
|
2021-02-18 11:14:05.150 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML decoding codec XStreamXml
|
2021-02-18 11:14:05.419 [main] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 11:14:05.440 [main] INFO com.netflix.discovery.DiscoveryClient - Disable delta property : false
|
2021-02-18 11:14:05.440 [main] INFO com.netflix.discovery.DiscoveryClient - Single vip registry refresh property : null
|
2021-02-18 11:14:05.440 [main] INFO com.netflix.discovery.DiscoveryClient - Force full registry fetch : false
|
2021-02-18 11:14:05.440 [main] INFO com.netflix.discovery.DiscoveryClient - Application is null : false
|
2021-02-18 11:14:05.441 [main] INFO com.netflix.discovery.DiscoveryClient - Registered Applications size is zero : true
|
2021-02-18 11:14:05.441 [main] INFO com.netflix.discovery.DiscoveryClient - Application version is -1: true
|
2021-02-18 11:14:05.441 [main] INFO com.netflix.discovery.DiscoveryClient - Getting all instance registry info from the eureka server
|
2021-02-18 11:14:05.596 [main] INFO com.netflix.discovery.DiscoveryClient - The response status is 200
|
2021-02-18 11:14:05.598 [main] INFO com.netflix.discovery.DiscoveryClient - Starting heartbeat executor: renew interval is: 30
|
2021-02-18 11:14:05.600 [main] INFO com.netflix.discovery.InstanceInfoReplicator - InstanceInfoReplicator onDemand update allowed rate per min is 4
|
2021-02-18 11:14:05.604 [main] INFO com.netflix.discovery.DiscoveryClient - Discovery Client initialized at timestamp 1613618045603 with initial instances count: 6
|
2021-02-18 11:14:05.606 [main] INFO o.s.c.n.e.serviceregistry.EurekaServiceRegistry - Registering application AUTH with eureka with status UP
|
2021-02-18 11:14:05.607 [main] INFO com.netflix.discovery.DiscoveryClient - Saw local status change event StatusChangeEvent [timestamp=1613618045607, current=UP, previous=STARTING]
|
2021-02-18 11:14:05.609 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_AUTH/k8s-master:auth:8191: registering service...
|
2021-02-18 11:14:05.612 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8191"]
|
2021-02-18 11:14:05.633 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 8191 (http) with context path ''
|
2021-02-18 11:14:05.634 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration - Updating port to 8191
|
2021-02-18 11:14:05.639 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_AUTH/k8s-master:auth:8191 - registration status: 204
|
2021-02-18 11:14:05.654 [main] INFO com.panzhihua.auth.AuthApplication - Started AuthApplication in 43.488 seconds (JVM running for 45.201)
|
2021-02-18 11:15:25.948 [http-nio-8191-exec-1] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2021-02-18 11:15:25.948 [http-nio-8191-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2021-02-18 11:15:25.956 [http-nio-8191-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Completed initialization in 8 ms
|
2021-02-18 11:15:26.411 [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:15:26.452 [hystrix-user-1] INFO com.netflix.util.concurrent.ShutdownEnabledTimer - Shutdown hook installed for: NFLoadBalancer-PingTimer-user
|
2021-02-18 11:15:26.452 [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:15:26.461 [hystrix-user-1] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - Using serverListUpdater PollingServerListUpdater
|
2021-02-18 11:15:26.493 [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:15:26.495 [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@59b68250
|
2021-02-18 11:15:26.684 [http-nio-8191-exec-1] ERROR c.p.auth.handel.AjaxAuthenticationEntryPoint - 错误信息【该账号不存在】
|
2021-02-18 11:15:27.464 [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:15:32.828 [http-nio-8191-exec-3] ERROR c.p.auth.handel.AjaxAuthenticationEntryPoint - 错误信息【该账号不存在】
|
2021-02-18 11:15:38.170 [http-nio-8191-exec-4] ERROR c.p.auth.handel.AjaxAuthenticationEntryPoint - 错误信息【该账号不存在】
|
2021-02-18 11:15:49.216 [http-nio-8191-exec-2] ERROR c.p.auth.handel.AjaxAuthenticationEntryPoint - 错误信息【该账号不存在】
|
2021-02-18 11:19:05.442 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 11:24:05.443 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 11:29:05.443 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 11:34:05.444 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 11:39:05.444 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 11:44:05.445 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 11:49:05.445 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 11:54:05.446 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 11:59:05.446 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:04:05.447 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:09:05.447 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:14:05.447 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:19:05.448 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:24:05.448 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:29:05.449 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:34:05.449 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:39:05.450 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:44:05.450 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:49:05.451 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:54:05.451 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:59:05.451 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:04:05.452 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:09:05.452 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:14:05.453 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:19:05.453 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:24:05.454 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:29:05.454 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:34:05.454 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:38:52.547 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
|
2021-02-18 13:38:56.993 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Fetching config from server at : http://192.168.1.81:8193/
|
2021-02-18 13:38:58.264 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Located environment: name=auth, profiles=[prod], label=null, version=cf0e411f53754c9c6849b38f2374a6b6798f096c, state=null
|
2021-02-18 13:38:58.265 [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/auth-prod.yml'}]
|
2021-02-18 13:38:58.270 [main] INFO com.panzhihua.auth.AuthApplication - The following profiles are active: prod
|
2021-02-18 13:39:02.880 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
2021-02-18 13:39:02.884 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
2021-02-18 13:39:02.961 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 33ms. Found 0 Redis repository interfaces.
|
2021-02-18 13:39:03.467 [main] WARN o.springframework.boot.actuate.endpoint.EndpointId - Endpoint ID 'service-registry' contains invalid characters, please migrate to a valid format.
|
2021-02-18 13:39:03.996 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.panzhihua.auth]' package. Please check your configuration.
|
2021-02-18 13:39:04.221 [main] INFO o.springframework.cloud.context.scope.GenericScope - BeanFactory id=c3c11a6a-63c4-37c0-b42c-a66008e6cff4
|
2021-02-18 13:39:04.419 [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:39:04.421 [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:39:04.423 [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:39:04.425 [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:07.441 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8191 (http)
|
2021-02-18 13:39:07.480 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8191"]
|
2021-02-18 13:39:07.481 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
2021-02-18 13:39:07.490 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.38]
|
2021-02-18 13:39:07.865 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
2021-02-18 13:39:07.865 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 9549 ms
|
2021-02-18 13:39:08.511 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 13:39:08.511 [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:08.549 [main] INFO com.netflix.config.DynamicPropertyFactory - DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@3dd1dc90
|
2021-02-18 13:39:13.183 [main] INFO o.s.security.web.DefaultSecurityFilterChain - Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@55a8dc49, org.springframework.security.web.context.SecurityContextPersistenceFilter@199e4c2b, org.springframework.security.web.header.HeaderWriterFilter@6105f8a3, org.springframework.web.filter.CorsFilter@3e2822, org.springframework.security.web.authentication.logout.LogoutFilter@1b70203f, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@3b809711, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@64d7b720, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5bf61e67, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2a415aa9, org.springframework.security.web.session.SessionManagementFilter@77e2a6e2, org.springframework.security.web.access.ExceptionTranslationFilter@130a0f66, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@71b1a49c]
|
2021-02-18 13:39:13.332 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 13:39:13.332 [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:13.989 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
|
2021-02-18 13:39:14.934 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
|
2021-02-18 13:39:16.849 [main] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2021-02-18 13:39:17.992 [main] INFO o.s.c.n.e.c.DiscoveryClientOptionalArgsConfiguration - Eureka HTTP Client uses Jersey
|
2021-02-18 13:39:18.035 [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:18.110 [main] WARN o.s.c.s.o.SpringCloudSecurityAutoConfiguration - All Spring Cloud Security modules and starters are deprecated. They will be moved to individual projects in the next major release.
|
2021-02-18 13:39:18.115 [main] INFO o.s.b.actuate.endpoint.web.EndpointLinksResolver - Exposing 2 endpoint(s) beneath base path '/actuator'
|
2021-02-18 13:39:18.216 [main] INFO o.s.cloud.netflix.eureka.InstanceInfoFactory - Setting initial instance status as: STARTING
|
2021-02-18 13:39:18.257 [main] INFO com.netflix.discovery.DiscoveryClient - Initializing Eureka in region us-east-1
|
2021-02-18 13:39:18.344 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON encoding codec LegacyJacksonJson
|
2021-02-18 13:39:18.344 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON decoding codec LegacyJacksonJson
|
2021-02-18 13:39:18.498 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML encoding codec XStreamXml
|
2021-02-18 13:39:18.501 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML decoding codec XStreamXml
|
2021-02-18 13:39:18.814 [main] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:39:18.842 [main] INFO com.netflix.discovery.DiscoveryClient - Disable delta property : false
|
2021-02-18 13:39:18.843 [main] INFO com.netflix.discovery.DiscoveryClient - Single vip registry refresh property : null
|
2021-02-18 13:39:18.843 [main] INFO com.netflix.discovery.DiscoveryClient - Force full registry fetch : false
|
2021-02-18 13:39:18.843 [main] INFO com.netflix.discovery.DiscoveryClient - Application is null : false
|
2021-02-18 13:39:18.843 [main] INFO com.netflix.discovery.DiscoveryClient - Registered Applications size is zero : true
|
2021-02-18 13:39:18.843 [main] INFO com.netflix.discovery.DiscoveryClient - Application version is -1: true
|
2021-02-18 13:39:18.843 [main] INFO com.netflix.discovery.DiscoveryClient - Getting all instance registry info from the eureka server
|
2021-02-18 13:39:19.001 [main] INFO com.netflix.discovery.DiscoveryClient - The response status is 200
|
2021-02-18 13:39:19.003 [main] INFO com.netflix.discovery.DiscoveryClient - Starting heartbeat executor: renew interval is: 30
|
2021-02-18 13:39:19.005 [main] INFO com.netflix.discovery.InstanceInfoReplicator - InstanceInfoReplicator onDemand update allowed rate per min is 4
|
2021-02-18 13:39:19.008 [main] INFO com.netflix.discovery.DiscoveryClient - Discovery Client initialized at timestamp 1613626759007 with initial instances count: 10
|
2021-02-18 13:39:19.011 [main] INFO o.s.c.n.e.serviceregistry.EurekaServiceRegistry - Registering application AUTH with eureka with status UP
|
2021-02-18 13:39:19.011 [main] INFO com.netflix.discovery.DiscoveryClient - Saw local status change event StatusChangeEvent [timestamp=1613626759011, current=UP, previous=STARTING]
|
2021-02-18 13:39:19.013 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8191"]
|
2021-02-18 13:39:19.015 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_AUTH/k8s-master:auth:8191: registering service...
|
2021-02-18 13:39:19.054 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_AUTH/k8s-master:auth:8191 - registration status: 204
|
2021-02-18 13:39:19.065 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 8191 (http) with context path ''
|
2021-02-18 13:39:19.066 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration - Updating port to 8191
|
2021-02-18 13:39:19.089 [main] INFO com.panzhihua.auth.AuthApplication - Started AuthApplication in 28.052 seconds (JVM running for 30.259)
|
2021-02-18 13:44:07.248 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
|
2021-02-18 13:44:11.091 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Fetching config from server at : http://192.168.1.81:8193/
|
2021-02-18 13:44:11.981 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Located environment: name=auth, profiles=[prod], label=null, version=2143aebf24bf46cfca77cbc3fbca9b52be224343, state=null
|
2021-02-18 13:44:11.982 [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/auth-prod.yml'}]
|
2021-02-18 13:44:11.987 [main] INFO com.panzhihua.auth.AuthApplication - The following profiles are active: prod
|
2021-02-18 13:44:14.039 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
2021-02-18 13:44:14.043 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
2021-02-18 13:44:14.101 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 36ms. Found 0 Redis repository interfaces.
|
2021-02-18 13:44:14.327 [main] WARN o.springframework.boot.actuate.endpoint.EndpointId - Endpoint ID 'service-registry' contains invalid characters, please migrate to a valid format.
|
2021-02-18 13:44:14.584 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.panzhihua.auth]' package. Please check your configuration.
|
2021-02-18 13:44:14.784 [main] INFO o.springframework.cloud.context.scope.GenericScope - BeanFactory id=c3c11a6a-63c4-37c0-b42c-a66008e6cff4
|
2021-02-18 13:44:14.966 [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:14.969 [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:14.970 [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:14.973 [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:17.693 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8191 (http)
|
2021-02-18 13:44:17.777 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8191"]
|
2021-02-18 13:44:17.777 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
2021-02-18 13:44:17.777 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.38]
|
2021-02-18 13:44:17.972 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
2021-02-18 13:44:17.973 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 5916 ms
|
2021-02-18 13:44:18.734 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 13:44:18.734 [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:18.799 [main] INFO com.netflix.config.DynamicPropertyFactory - DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@20a8a64e
|
2021-02-18 13:44:23.543 [main] INFO o.s.security.web.DefaultSecurityFilterChain - Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5c09d180, org.springframework.security.web.context.SecurityContextPersistenceFilter@66f66866, org.springframework.security.web.header.HeaderWriterFilter@2392212b, org.springframework.web.filter.CorsFilter@303e3593, org.springframework.security.web.authentication.logout.LogoutFilter@669d2b1b, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@742d4e15, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4d666b41, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@405325cf, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@23aae55, org.springframework.security.web.session.SessionManagementFilter@28f8e165, org.springframework.security.web.access.ExceptionTranslationFilter@420745d7, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@64a1923a]
|
2021-02-18 13:44:23.715 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 13:44:23.715 [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:24.637 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
|
2021-02-18 13:44:25.962 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
|
2021-02-18 13:44:29.596 [main] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2021-02-18 13:44:32.651 [main] INFO o.s.c.n.e.c.DiscoveryClientOptionalArgsConfiguration - Eureka HTTP Client uses Jersey
|
2021-02-18 13:44:32.781 [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:33.096 [main] WARN o.s.c.s.o.SpringCloudSecurityAutoConfiguration - All Spring Cloud Security modules and starters are deprecated. They will be moved to individual projects in the next major release.
|
2021-02-18 13:44:33.102 [main] INFO o.s.b.actuate.endpoint.web.EndpointLinksResolver - Exposing 2 endpoint(s) beneath base path '/actuator'
|
2021-02-18 13:44:33.469 [main] INFO o.s.cloud.netflix.eureka.InstanceInfoFactory - Setting initial instance status as: STARTING
|
2021-02-18 13:44:33.699 [main] INFO com.netflix.discovery.DiscoveryClient - Initializing Eureka in region us-east-1
|
2021-02-18 13:44:34.152 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON encoding codec LegacyJacksonJson
|
2021-02-18 13:44:34.152 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON decoding codec LegacyJacksonJson
|
2021-02-18 13:44:34.891 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML encoding codec XStreamXml
|
2021-02-18 13:44:34.891 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML decoding codec XStreamXml
|
2021-02-18 13:44:36.128 [main] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:44:36.765 [main] INFO com.netflix.discovery.DiscoveryClient - Disable delta property : false
|
2021-02-18 13:44:36.765 [main] INFO com.netflix.discovery.DiscoveryClient - Single vip registry refresh property : null
|
2021-02-18 13:44:36.765 [main] INFO com.netflix.discovery.DiscoveryClient - Force full registry fetch : false
|
2021-02-18 13:44:36.765 [main] INFO com.netflix.discovery.DiscoveryClient - Application is null : false
|
2021-02-18 13:44:36.765 [main] INFO com.netflix.discovery.DiscoveryClient - Registered Applications size is zero : true
|
2021-02-18 13:44:36.765 [main] INFO com.netflix.discovery.DiscoveryClient - Application version is -1: true
|
2021-02-18 13:44:36.765 [main] INFO com.netflix.discovery.DiscoveryClient - Getting all instance registry info from the eureka server
|
2021-02-18 13:44:37.521 [main] INFO com.netflix.discovery.DiscoveryClient - The response status is 200
|
2021-02-18 13:44:37.616 [main] INFO com.netflix.discovery.DiscoveryClient - Starting heartbeat executor: renew interval is: 30
|
2021-02-18 13:44:37.641 [main] INFO com.netflix.discovery.InstanceInfoReplicator - InstanceInfoReplicator onDemand update allowed rate per min is 4
|
2021-02-18 13:44:37.696 [main] INFO com.netflix.discovery.DiscoveryClient - Discovery Client initialized at timestamp 1613627077694 with initial instances count: 7
|
2021-02-18 13:44:37.706 [main] INFO o.s.c.n.e.serviceregistry.EurekaServiceRegistry - Registering application AUTH with eureka with status UP
|
2021-02-18 13:44:37.707 [main] INFO com.netflix.discovery.DiscoveryClient - Saw local status change event StatusChangeEvent [timestamp=1613627077707, current=UP, previous=STARTING]
|
2021-02-18 13:44:37.718 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_AUTH/k8s-master:auth:8191: registering service...
|
2021-02-18 13:44:37.730 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8191"]
|
2021-02-18 13:44:38.196 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_AUTH/k8s-master:auth:8191 - registration status: 204
|
2021-02-18 13:44:38.291 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 8191 (http) with context path ''
|
2021-02-18 13:44:38.294 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration - Updating port to 8191
|
2021-02-18 13:44:38.386 [main] INFO com.panzhihua.auth.AuthApplication - Started AuthApplication in 32.741 seconds (JVM running for 34.196)
|
2021-02-18 13:45:46.658 [http-nio-8191-exec-1] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2021-02-18 13:45:46.658 [http-nio-8191-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2021-02-18 13:45:46.674 [http-nio-8191-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Completed initialization in 16 ms
|
2021-02-18 13:45:47.159 [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:45:47.202 [hystrix-user-1] INFO com.netflix.util.concurrent.ShutdownEnabledTimer - Shutdown hook installed for: NFLoadBalancer-PingTimer-user
|
2021-02-18 13:45:47.202 [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:45:47.211 [hystrix-user-1] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - Using serverListUpdater PollingServerListUpdater
|
2021-02-18 13:45:47.245 [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:45:47.246 [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@302d3fbc
|
2021-02-18 13:45:48.218 [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:49:36.767 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:54:36.767 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:59:36.768 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:04:36.768 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:05:21.496 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
|
2021-02-18 14:05:25.413 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Fetching config from server at : http://192.168.1.81:8193/
|
2021-02-18 14:05:27.042 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Located environment: name=auth, profiles=[prod], label=null, version=17fcf9a6ff49e82bece4a24f80254a607be4abb9, state=null
|
2021-02-18 14:05:27.043 [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/auth-prod.yml'}]
|
2021-02-18 14:05:27.050 [main] INFO com.panzhihua.auth.AuthApplication - The following profiles are active: prod
|
2021-02-18 14:05:30.812 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
2021-02-18 14:05:30.815 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
2021-02-18 14:05:30.864 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 29ms. Found 0 Redis repository interfaces.
|
2021-02-18 14:05:31.384 [main] WARN o.springframework.boot.actuate.endpoint.EndpointId - Endpoint ID 'service-registry' contains invalid characters, please migrate to a valid format.
|
2021-02-18 14:05:31.999 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.panzhihua.auth]' package. Please check your configuration.
|
2021-02-18 14:05:32.262 [main] INFO o.springframework.cloud.context.scope.GenericScope - BeanFactory id=c3c11a6a-63c4-37c0-b42c-a66008e6cff4
|
2021-02-18 14:05:32.379 [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:32.381 [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:32.383 [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:32.385 [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:35.568 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8191 (http)
|
2021-02-18 14:05:35.666 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8191"]
|
2021-02-18 14:05:35.666 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
2021-02-18 14:05:35.666 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.38]
|
2021-02-18 14:05:35.903 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
2021-02-18 14:05:35.904 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 8822 ms
|
2021-02-18 14:05:36.603 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 14:05:36.604 [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.658 [main] INFO com.netflix.config.DynamicPropertyFactory - DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@60641ec8
|
2021-02-18 14:05:41.854 [main] INFO o.s.security.web.DefaultSecurityFilterChain - Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6bb7cce7, org.springframework.security.web.context.SecurityContextPersistenceFilter@9fecdf1, org.springframework.security.web.header.HeaderWriterFilter@3773862a, org.springframework.web.filter.CorsFilter@46e8a539, org.springframework.security.web.authentication.logout.LogoutFilter@62b3df3a, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@4e406694, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3b0f7d9d, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@63034ed1, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@41c62850, org.springframework.security.web.session.SessionManagementFilter@589b028e, org.springframework.security.web.access.ExceptionTranslationFilter@777c9dc9, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@669d2b1b]
|
2021-02-18 14:05:42.018 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 14:05:42.019 [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:42.734 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
|
2021-02-18 14:05:44.276 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
|
2021-02-18 14:05:47.507 [main] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2021-02-18 14:05:50.069 [main] INFO o.s.c.n.e.c.DiscoveryClientOptionalArgsConfiguration - Eureka HTTP Client uses Jersey
|
2021-02-18 14:05:50.126 [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:50.274 [main] WARN o.s.c.s.o.SpringCloudSecurityAutoConfiguration - All Spring Cloud Security modules and starters are deprecated. They will be moved to individual projects in the next major release.
|
2021-02-18 14:05:50.280 [main] INFO o.s.b.actuate.endpoint.web.EndpointLinksResolver - Exposing 2 endpoint(s) beneath base path '/actuator'
|
2021-02-18 14:05:50.619 [main] INFO o.s.cloud.netflix.eureka.InstanceInfoFactory - Setting initial instance status as: STARTING
|
2021-02-18 14:05:50.763 [main] INFO com.netflix.discovery.DiscoveryClient - Initializing Eureka in region us-east-1
|
2021-02-18 14:05:50.925 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON encoding codec LegacyJacksonJson
|
2021-02-18 14:05:50.925 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON decoding codec LegacyJacksonJson
|
2021-02-18 14:05:51.511 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML encoding codec XStreamXml
|
2021-02-18 14:05:51.511 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML decoding codec XStreamXml
|
2021-02-18 14:05:52.068 [main] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:05:52.120 [main] INFO com.netflix.discovery.DiscoveryClient - Disable delta property : false
|
2021-02-18 14:05:52.120 [main] INFO com.netflix.discovery.DiscoveryClient - Single vip registry refresh property : null
|
2021-02-18 14:05:52.120 [main] INFO com.netflix.discovery.DiscoveryClient - Force full registry fetch : false
|
2021-02-18 14:05:52.120 [main] INFO com.netflix.discovery.DiscoveryClient - Application is null : false
|
2021-02-18 14:05:52.120 [main] INFO com.netflix.discovery.DiscoveryClient - Registered Applications size is zero : true
|
2021-02-18 14:05:52.120 [main] INFO com.netflix.discovery.DiscoveryClient - Application version is -1: true
|
2021-02-18 14:05:52.120 [main] INFO com.netflix.discovery.DiscoveryClient - Getting all instance registry info from the eureka server
|
2021-02-18 14:05:52.477 [main] INFO com.netflix.discovery.DiscoveryClient - The response status is 200
|
2021-02-18 14:05:52.492 [main] INFO com.netflix.discovery.DiscoveryClient - Starting heartbeat executor: renew interval is: 30
|
2021-02-18 14:05:52.509 [main] INFO com.netflix.discovery.InstanceInfoReplicator - InstanceInfoReplicator onDemand update allowed rate per min is 4
|
2021-02-18 14:05:52.538 [main] INFO com.netflix.discovery.DiscoveryClient - Discovery Client initialized at timestamp 1613628352537 with initial instances count: 10
|
2021-02-18 14:05:52.541 [main] INFO o.s.c.n.e.serviceregistry.EurekaServiceRegistry - Registering application AUTH with eureka with status UP
|
2021-02-18 14:05:52.541 [main] INFO com.netflix.discovery.DiscoveryClient - Saw local status change event StatusChangeEvent [timestamp=1613628352541, current=UP, previous=STARTING]
|
2021-02-18 14:05:52.543 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8191"]
|
2021-02-18 14:05:52.585 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_AUTH/k8s-master:auth:8191: registering service...
|
2021-02-18 14:05:52.645 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 8191 (http) with context path ''
|
2021-02-18 14:05:52.672 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration - Updating port to 8191
|
2021-02-18 14:05:52.758 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_AUTH/k8s-master:auth:8191 - registration status: 204
|
2021-02-18 14:05:52.765 [main] INFO com.panzhihua.auth.AuthApplication - Started AuthApplication in 33.427 seconds (JVM running for 35.941)
|
2021-02-18 14:06:20.184 [http-nio-8191-exec-2] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2021-02-18 14:06:20.184 [http-nio-8191-exec-2] INFO org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2021-02-18 14:06:20.194 [http-nio-8191-exec-2] INFO org.springframework.web.servlet.DispatcherServlet - Completed initialization in 10 ms
|
2021-02-18 14:06:20.657 [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:06:20.696 [hystrix-user-1] INFO com.netflix.util.concurrent.ShutdownEnabledTimer - Shutdown hook installed for: NFLoadBalancer-PingTimer-user
|
2021-02-18 14:06:20.697 [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:06:20.706 [hystrix-user-1] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - Using serverListUpdater PollingServerListUpdater
|
2021-02-18 14:06:20.740 [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:06:20.742 [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@5fb099b3
|
2021-02-18 14:06:21.709 [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:52.122 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:13:38.264 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
|
2021-02-18 14:13:42.458 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Fetching config from server at : http://192.168.1.81:8193/
|
2021-02-18 14:13:46.147 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Located environment: name=auth, profiles=[prod], label=null, version=e73abd3bae5084268392c0568859e8a3c3692099, state=null
|
2021-02-18 14:13:46.148 [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/auth-prod.yml'}]
|
2021-02-18 14:13:46.153 [main] INFO com.panzhihua.auth.AuthApplication - The following profiles are active: prod
|
2021-02-18 14:13:51.065 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
2021-02-18 14:13:51.081 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
2021-02-18 14:13:51.167 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 35ms. Found 0 Redis repository interfaces.
|
2021-02-18 14:13:51.815 [main] WARN o.springframework.boot.actuate.endpoint.EndpointId - Endpoint ID 'service-registry' contains invalid characters, please migrate to a valid format.
|
2021-02-18 14:13:52.595 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.panzhihua.auth]' package. Please check your configuration.
|
2021-02-18 14:13:53.000 [main] INFO o.springframework.cloud.context.scope.GenericScope - BeanFactory id=c3c11a6a-63c4-37c0-b42c-a66008e6cff4
|
2021-02-18 14:13:53.222 [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:53.227 [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:53.231 [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:53.235 [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:57.454 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8191 (http)
|
2021-02-18 14:13:57.556 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8191"]
|
2021-02-18 14:13:57.557 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
2021-02-18 14:13:57.558 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.38]
|
2021-02-18 14:13:57.861 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
2021-02-18 14:13:57.861 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 11683 ms
|
2021-02-18 14:13:58.752 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 14:13:58.752 [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:58.836 [main] INFO com.netflix.config.DynamicPropertyFactory - DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@4a891c97
|
2021-02-18 14:14:04.231 [main] INFO o.s.security.web.DefaultSecurityFilterChain - Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@678040b3, org.springframework.security.web.context.SecurityContextPersistenceFilter@5c84624f, org.springframework.security.web.header.HeaderWriterFilter@22175d4f, org.springframework.web.filter.CorsFilter@28a0fd6c, org.springframework.security.web.authentication.logout.LogoutFilter@2392212b, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@2b50150, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@232024b9, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@53cdecf6, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@17f460bb, org.springframework.security.web.session.SessionManagementFilter@3b0f7d9d, org.springframework.security.web.access.ExceptionTranslationFilter@3773862a, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@5298dead]
|
2021-02-18 14:14:04.374 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 14:14:04.374 [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:14:05.152 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
|
2021-02-18 14:14:06.171 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
|
2021-02-18 14:14:08.407 [main] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2021-02-18 14:14:09.604 [main] INFO o.s.c.n.e.c.DiscoveryClientOptionalArgsConfiguration - Eureka HTTP Client uses Jersey
|
2021-02-18 14:14:09.634 [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:14:09.702 [main] WARN o.s.c.s.o.SpringCloudSecurityAutoConfiguration - All Spring Cloud Security modules and starters are deprecated. They will be moved to individual projects in the next major release.
|
2021-02-18 14:14:09.732 [main] INFO o.s.b.actuate.endpoint.web.EndpointLinksResolver - Exposing 2 endpoint(s) beneath base path '/actuator'
|
2021-02-18 14:14:09.818 [main] INFO o.s.cloud.netflix.eureka.InstanceInfoFactory - Setting initial instance status as: STARTING
|
2021-02-18 14:14:09.859 [main] INFO com.netflix.discovery.DiscoveryClient - Initializing Eureka in region us-east-1
|
2021-02-18 14:14:09.945 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON encoding codec LegacyJacksonJson
|
2021-02-18 14:14:09.945 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON decoding codec LegacyJacksonJson
|
2021-02-18 14:14:10.108 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML encoding codec XStreamXml
|
2021-02-18 14:14:10.108 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML decoding codec XStreamXml
|
2021-02-18 14:14:10.424 [main] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:14:10.444 [main] INFO com.netflix.discovery.DiscoveryClient - Disable delta property : false
|
2021-02-18 14:14:10.445 [main] INFO com.netflix.discovery.DiscoveryClient - Single vip registry refresh property : null
|
2021-02-18 14:14:10.445 [main] INFO com.netflix.discovery.DiscoveryClient - Force full registry fetch : false
|
2021-02-18 14:14:10.445 [main] INFO com.netflix.discovery.DiscoveryClient - Application is null : false
|
2021-02-18 14:14:10.445 [main] INFO com.netflix.discovery.DiscoveryClient - Registered Applications size is zero : true
|
2021-02-18 14:14:10.445 [main] INFO com.netflix.discovery.DiscoveryClient - Application version is -1: true
|
2021-02-18 14:14:10.445 [main] INFO com.netflix.discovery.DiscoveryClient - Getting all instance registry info from the eureka server
|
2021-02-18 14:14:10.594 [main] INFO com.netflix.discovery.DiscoveryClient - The response status is 200
|
2021-02-18 14:14:10.596 [main] INFO com.netflix.discovery.DiscoveryClient - Starting heartbeat executor: renew interval is: 30
|
2021-02-18 14:14:10.599 [main] INFO com.netflix.discovery.InstanceInfoReplicator - InstanceInfoReplicator onDemand update allowed rate per min is 4
|
2021-02-18 14:14:10.602 [main] INFO com.netflix.discovery.DiscoveryClient - Discovery Client initialized at timestamp 1613628850601 with initial instances count: 10
|
2021-02-18 14:14:10.605 [main] INFO o.s.c.n.e.serviceregistry.EurekaServiceRegistry - Registering application AUTH with eureka with status UP
|
2021-02-18 14:14:10.605 [main] INFO com.netflix.discovery.DiscoveryClient - Saw local status change event StatusChangeEvent [timestamp=1613628850605, current=UP, previous=STARTING]
|
2021-02-18 14:14:10.607 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8191"]
|
2021-02-18 14:14:10.607 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_AUTH/k8s-master:auth:8191: registering service...
|
2021-02-18 14:14:10.642 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 8191 (http) with context path ''
|
2021-02-18 14:14:10.643 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration - Updating port to 8191
|
2021-02-18 14:14:10.650 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_AUTH/k8s-master:auth:8191 - registration status: 204
|
2021-02-18 14:14:10.676 [main] INFO com.panzhihua.auth.AuthApplication - Started AuthApplication in 34.588 seconds (JVM running for 36.294)
|
2021-02-18 14:19:10.446 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:24:10.448 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:29:10.448 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:34:10.449 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:39:10.449 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:44:10.450 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:49:10.450 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:54:10.451 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:59:10.451 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:04:10.452 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:09:10.452 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:14:10.452 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:19:10.453 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:24:10.453 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:29:10.454 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:34:10.454 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:39:10.455 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:44:10.455 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:49:10.456 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:53:33.502 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
|
2021-02-18 15:53:37.971 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Fetching config from server at : http://192.168.1.81:8193/
|
2021-02-18 15:53:43.159 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Located environment: name=auth, profiles=[prod], label=null, version=429cf2666b8e8f128d34d7fc3d701222d4450257, state=null
|
2021-02-18 15:53:43.160 [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/auth-prod.yml'}]
|
2021-02-18 15:53:43.165 [main] INFO com.panzhihua.auth.AuthApplication - The following profiles are active: prod
|
2021-02-18 15:53:48.359 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
2021-02-18 15:53:48.378 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
2021-02-18 15:53:48.447 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 24ms. Found 0 Redis repository interfaces.
|
2021-02-18 15:53:48.852 [main] WARN o.springframework.boot.actuate.endpoint.EndpointId - Endpoint ID 'service-registry' contains invalid characters, please migrate to a valid format.
|
2021-02-18 15:53:49.223 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.panzhihua.auth]' package. Please check your configuration.
|
2021-02-18 15:53:49.408 [main] INFO o.springframework.cloud.context.scope.GenericScope - BeanFactory id=c3c11a6a-63c4-37c0-b42c-a66008e6cff4
|
2021-02-18 15:53:49.570 [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:49.573 [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:49.575 [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:49.577 [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:53.668 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8191 (http)
|
2021-02-18 15:53:53.699 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8191"]
|
2021-02-18 15:53:53.700 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
2021-02-18 15:53:53.700 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.38]
|
2021-02-18 15:53:54.030 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
2021-02-18 15:53:54.030 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 10779 ms
|
2021-02-18 15:53:54.779 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 15:53:54.782 [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:53:54.866 [main] INFO com.netflix.config.DynamicPropertyFactory - DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@5c00384f
|
2021-02-18 15:54:00.915 [main] INFO o.s.security.web.DefaultSecurityFilterChain - Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@545f80bf, org.springframework.security.web.context.SecurityContextPersistenceFilter@1b70203f, org.springframework.security.web.header.HeaderWriterFilter@b273a59, org.springframework.web.filter.CorsFilter@6a988392, org.springframework.security.web.authentication.logout.LogoutFilter@74518890, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@420745d7, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@15051a0, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@62df0ff3, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@66f66866, org.springframework.security.web.session.SessionManagementFilter@251ebf23, org.springframework.security.web.access.ExceptionTranslationFilter@5bb3d42d, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@63034ed1]
|
2021-02-18 15:54:01.117 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 15:54:01.118 [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:01.914 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
|
2021-02-18 15:54:03.530 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
|
2021-02-18 15:54:05.232 [main] ERROR com.alibaba.druid.pool.DruidDataSource - init datasource error, url: jdbc:mysql://182.151.24.68:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
|
|
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
|
at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:174)
|
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64)
|
at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:836)
|
at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:456)
|
at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:246)
|
at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:197)
|
at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:156)
|
at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:227)
|
at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:150)
|
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1654)
|
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1718)
|
at com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:914)
|
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1920)
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1862)
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1790)
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
|
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.auth.AuthApplication.main(AuthApplication.java:18)
|
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: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure
|
|
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
|
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
|
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
|
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
|
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
|
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61)
|
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105)
|
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151)
|
at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:167)
|
at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:91)
|
at com.mysql.cj.NativeSession.connect(NativeSession.java:144)
|
at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:956)
|
at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:826)
|
... 41 common frames omitted
|
Caused by: java.net.ConnectException: Connection refused (Connection refused)
|
at java.net.PlainSocketImpl.socketConnect(Native Method)
|
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
|
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
|
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
|
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
|
at java.net.Socket.connect(Socket.java:607)
|
at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:155)
|
at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:65)
|
... 44 common frames omitted
|
2021-02-18 15:54:05.270 [main] ERROR com.alibaba.druid.pool.DruidDataSource - {dataSource-1} init error
|
com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
|
|
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
|
at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:174)
|
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64)
|
at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:836)
|
at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:456)
|
at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:246)
|
at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:197)
|
at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:156)
|
at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:227)
|
at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:150)
|
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1654)
|
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1718)
|
at com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:914)
|
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1920)
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1862)
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1790)
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
|
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.auth.AuthApplication.main(AuthApplication.java:18)
|
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: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure
|
|
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
|
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
|
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
|
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
|
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
|
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61)
|
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105)
|
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151)
|
at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:167)
|
at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:91)
|
at com.mysql.cj.NativeSession.connect(NativeSession.java:144)
|
at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:956)
|
at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:826)
|
... 41 common frames omitted
|
Caused by: java.net.ConnectException: Connection refused (Connection refused)
|
at java.net.PlainSocketImpl.socketConnect(Native Method)
|
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
|
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
|
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
|
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
|
at java.net.Socket.connect(Socket.java:607)
|
at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:155)
|
at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:65)
|
... 44 common frames omitted
|
2021-02-18 15:54:05.270 [main] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2021-02-18 15:54:05.270 [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 'dataSource' defined in class path resource [com/alibaba/druid/spring/boot/autoconfigure/DruidDataSourceAutoConfigure.class]: Invocation of init method failed; nested exception is com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
|
|
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
|
2021-02-18 15:54:05.271 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Shutting down ExecutorService 'applicationTaskExecutor'
|
2021-02-18 15:54:05.294 [Druid-ConnectionPool-Create-776919575] ERROR com.alibaba.druid.pool.DruidDataSource - create connection SQLException, url: jdbc:mysql://182.151.24.68:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, errorCode 0, state 08S01
|
com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
|
|
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
|
at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:174)
|
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64)
|
at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:836)
|
at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:456)
|
at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:246)
|
at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:197)
|
at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:156)
|
at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:227)
|
at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:150)
|
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1654)
|
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1718)
|
at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2785)
|
Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure
|
|
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
|
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
|
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
|
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
|
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
|
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61)
|
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105)
|
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151)
|
at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:167)
|
at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:91)
|
at com.mysql.cj.NativeSession.connect(NativeSession.java:144)
|
at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:956)
|
at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:826)
|
... 9 common frames omitted
|
Caused by: java.net.ConnectException: Connection refused (Connection refused)
|
at java.net.PlainSocketImpl.socketConnect(Native Method)
|
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
|
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
|
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
|
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
|
at java.net.Socket.connect(Socket.java:607)
|
at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:155)
|
at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:65)
|
... 12 common frames omitted
|
2021-02-18 15:54:05.346 [Druid-ConnectionPool-Create-776919575] ERROR com.alibaba.druid.pool.DruidDataSource - create connection SQLException, url: jdbc:mysql://182.151.24.68:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, errorCode 0, state 08S01
|
com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
|
|
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
|
at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:174)
|
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64)
|
at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:836)
|
at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:456)
|
at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:246)
|
at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:197)
|
at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:156)
|
at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:227)
|
at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:150)
|
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1654)
|
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1718)
|
at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2785)
|
Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure
|
|
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
|
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
|
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
|
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
|
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
|
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61)
|
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105)
|
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151)
|
at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:167)
|
at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:91)
|
at com.mysql.cj.NativeSession.connect(NativeSession.java:144)
|
at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:956)
|
at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:826)
|
... 9 common frames omitted
|
Caused by: java.net.ConnectException: Connection refused (Connection refused)
|
at java.net.PlainSocketImpl.socketConnect(Native Method)
|
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
|
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
|
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
|
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
|
at java.net.Socket.connect(Socket.java:607)
|
at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:155)
|
at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:65)
|
... 12 common frames omitted
|
2021-02-18 15:54:05.347 [Druid-ConnectionPool-Create-776919575] INFO com.alibaba.druid.pool.DruidAbstractDataSource - {dataSource-1} failContinuous is true
|
2021-02-18 15:54:05.352 [main] INFO sys-user - ====关闭后台任务任务线程池====
|
2021-02-18 15:54:05.352 [main] WARN o.s.c.annotation.CommonAnnotationBeanPostProcessor - Destroy method on bean with name 'shutdownManager' threw an exception: java.lang.ExceptionInInitializerError
|
2021-02-18 15:54:05.576 [main] INFO org.apache.catalina.core.StandardService - Stopping service [Tomcat]
|
2021-02-18 15:54:05.672 [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 15:54:05.678 [main] ERROR org.springframework.boot.SpringApplication - Application run failed
|
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [com/alibaba/druid/spring/boot/autoconfigure/DruidDataSourceAutoConfigure.class]: Invocation of init method failed; nested exception is com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
|
|
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1794)
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
|
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.auth.AuthApplication.main(AuthApplication.java:18)
|
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: com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
|
|
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
|
at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:174)
|
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64)
|
at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:836)
|
at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:456)
|
at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:246)
|
at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:197)
|
at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:156)
|
at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:227)
|
at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:150)
|
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1654)
|
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1718)
|
at com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:914)
|
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1920)
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1862)
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1790)
|
... 25 common frames omitted
|
Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure
|
|
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
|
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
|
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
|
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
|
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
|
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61)
|
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105)
|
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151)
|
at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:167)
|
at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:91)
|
at com.mysql.cj.NativeSession.connect(NativeSession.java:144)
|
at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:956)
|
at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:826)
|
... 41 common frames omitted
|
Caused by: java.net.ConnectException: Connection refused (Connection refused)
|
at java.net.PlainSocketImpl.socketConnect(Native Method)
|
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
|
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
|
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
|
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
|
at java.net.Socket.connect(Socket.java:607)
|
at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:155)
|
at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:65)
|
... 44 common frames omitted
|
2021-02-18 15:54:05.850 [Druid-ConnectionPool-Create-776919575] ERROR com.alibaba.druid.pool.DruidDataSource - create connection SQLException, url: jdbc:mysql://182.151.24.68:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, errorCode 0, state 08S01
|
com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
|
|
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
|
at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:174)
|
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64)
|
at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:836)
|
at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:456)
|
at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:246)
|
at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:197)
|
at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:156)
|
at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:227)
|
at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:150)
|
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1654)
|
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1718)
|
at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2785)
|
Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure
|
|
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
|
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
|
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
|
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
|
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
|
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61)
|
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105)
|
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151)
|
at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:167)
|
at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:91)
|
at com.mysql.cj.NativeSession.connect(NativeSession.java:144)
|
at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:956)
|
at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:826)
|
... 9 common frames omitted
|
Caused by: java.net.ConnectException: Connection refused (Connection refused)
|
at java.net.PlainSocketImpl.socketConnect(Native Method)
|
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
|
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
|
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
|
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
|
at java.net.Socket.connect(Socket.java:607)
|
at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:155)
|
at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:65)
|
... 12 common frames omitted
|
2021-02-18 15:54:06.352 [Druid-ConnectionPool-Create-776919575] ERROR com.alibaba.druid.pool.DruidDataSource - create connection SQLException, url: jdbc:mysql://182.151.24.68:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, errorCode 0, state 08S01
|
com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
|
|
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
|
at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:174)
|
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64)
|
at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:836)
|
at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:456)
|
at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:246)
|
at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:197)
|
at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:156)
|
at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:227)
|
at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:150)
|
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1654)
|
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1718)
|
at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2785)
|
Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure
|
|
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
|
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
|
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
|
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
|
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
|
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61)
|
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105)
|
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151)
|
at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:167)
|
at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:91)
|
at com.mysql.cj.NativeSession.connect(NativeSession.java:144)
|
at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:956)
|
at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:826)
|
... 9 common frames omitted
|
Caused by: java.net.ConnectException: Connection refused (Connection refused)
|
at java.net.PlainSocketImpl.socketConnect(Native Method)
|
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
|
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
|
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
|
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
|
at java.net.Socket.connect(Socket.java:607)
|
at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:155)
|
at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:65)
|
... 12 common frames omitted
|
2021-02-18 16:26:59.763 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
|
2021-02-18 16:27:03.979 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Fetching config from server at : http://192.168.1.81:8193/
|
2021-02-18 16:27:07.309 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Located environment: name=auth, profiles=[prod], label=null, version=3d77ecc3e8c14b439db6b44573f857a78e5d2df4, state=null
|
2021-02-18 16:27:07.310 [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/auth-prod.yml'}]
|
2021-02-18 16:27:07.318 [main] INFO com.panzhihua.auth.AuthApplication - The following profiles are active: prod
|
2021-02-18 16:27:13.362 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
2021-02-18 16:27:13.366 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
2021-02-18 16:27:13.523 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 45ms. Found 0 Redis repository interfaces.
|
2021-02-18 16:27:14.289 [main] WARN o.springframework.boot.actuate.endpoint.EndpointId - Endpoint ID 'service-registry' contains invalid characters, please migrate to a valid format.
|
2021-02-18 16:27:15.043 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.panzhihua.auth]' package. Please check your configuration.
|
2021-02-18 16:27:15.528 [main] INFO o.springframework.cloud.context.scope.GenericScope - BeanFactory id=c3c11a6a-63c4-37c0-b42c-a66008e6cff4
|
2021-02-18 16:27:15.839 [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:15.939 [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:15.942 [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:15.969 [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:19.807 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8191 (http)
|
2021-02-18 16:27:19.944 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8191"]
|
2021-02-18 16:27:19.945 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
2021-02-18 16:27:19.949 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.38]
|
2021-02-18 16:27:20.372 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
2021-02-18 16:27:20.372 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 12993 ms
|
2021-02-18 16:27:21.411 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 16:27:21.412 [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:21.464 [main] INFO com.netflix.config.DynamicPropertyFactory - DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@57fd91c9
|
2021-02-18 16:27:27.422 [main] INFO o.s.security.web.DefaultSecurityFilterChain - Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6aa648b9, org.springframework.security.web.context.SecurityContextPersistenceFilter@62b3df3a, org.springframework.security.web.header.HeaderWriterFilter@55a8dc49, org.springframework.web.filter.CorsFilter@65e61854, org.springframework.security.web.authentication.logout.LogoutFilter@6594402a, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@17f460bb, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@7e11ab3d, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5b43e173, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@23c650a3, org.springframework.security.web.session.SessionManagementFilter@53cdecf6, org.springframework.security.web.access.ExceptionTranslationFilter@5c84624f, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2b50150]
|
2021-02-18 16:27:27.620 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 16:27:27.620 [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:28.486 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
|
2021-02-18 16:27:30.185 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
|
2021-02-18 16:27:31.693 [main] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2021-02-18 16:27:33.795 [main] INFO o.s.c.n.e.c.DiscoveryClientOptionalArgsConfiguration - Eureka HTTP Client uses Jersey
|
2021-02-18 16:27:33.865 [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:34.058 [main] WARN o.s.c.s.o.SpringCloudSecurityAutoConfiguration - All Spring Cloud Security modules and starters are deprecated. They will be moved to individual projects in the next major release.
|
2021-02-18 16:27:34.070 [main] INFO o.s.b.actuate.endpoint.web.EndpointLinksResolver - Exposing 2 endpoint(s) beneath base path '/actuator'
|
2021-02-18 16:27:34.284 [main] INFO o.s.cloud.netflix.eureka.InstanceInfoFactory - Setting initial instance status as: STARTING
|
2021-02-18 16:27:34.457 [main] INFO com.netflix.discovery.DiscoveryClient - Initializing Eureka in region us-east-1
|
2021-02-18 16:27:35.049 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON encoding codec LegacyJacksonJson
|
2021-02-18 16:27:35.050 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON decoding codec LegacyJacksonJson
|
2021-02-18 16:27:35.485 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML encoding codec XStreamXml
|
2021-02-18 16:27:35.485 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML decoding codec XStreamXml
|
2021-02-18 16:27:36.436 [main] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 16:27:36.503 [main] INFO com.netflix.discovery.DiscoveryClient - Disable delta property : false
|
2021-02-18 16:27:36.503 [main] INFO com.netflix.discovery.DiscoveryClient - Single vip registry refresh property : null
|
2021-02-18 16:27:36.503 [main] INFO com.netflix.discovery.DiscoveryClient - Force full registry fetch : false
|
2021-02-18 16:27:36.503 [main] INFO com.netflix.discovery.DiscoveryClient - Application is null : false
|
2021-02-18 16:27:36.503 [main] INFO com.netflix.discovery.DiscoveryClient - Registered Applications size is zero : true
|
2021-02-18 16:27:36.504 [main] INFO com.netflix.discovery.DiscoveryClient - Application version is -1: true
|
2021-02-18 16:27:36.504 [main] INFO com.netflix.discovery.DiscoveryClient - Getting all instance registry info from the eureka server
|
2021-02-18 16:27:36.984 [main] INFO com.netflix.discovery.DiscoveryClient - The response status is 200
|
2021-02-18 16:27:37.008 [main] INFO com.netflix.discovery.DiscoveryClient - Starting heartbeat executor: renew interval is: 30
|
2021-02-18 16:27:37.022 [main] INFO com.netflix.discovery.InstanceInfoReplicator - InstanceInfoReplicator onDemand update allowed rate per min is 4
|
2021-02-18 16:27:37.030 [main] INFO com.netflix.discovery.DiscoveryClient - Discovery Client initialized at timestamp 1613636857029 with initial instances count: 9
|
2021-02-18 16:27:37.038 [main] INFO o.s.c.n.e.serviceregistry.EurekaServiceRegistry - Registering application AUTH with eureka with status UP
|
2021-02-18 16:27:37.039 [main] INFO com.netflix.discovery.DiscoveryClient - Saw local status change event StatusChangeEvent [timestamp=1613636857039, current=UP, previous=STARTING]
|
2021-02-18 16:27:37.041 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8191"]
|
2021-02-18 16:27:37.048 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_AUTH/k8s-master:auth:8191: registering service...
|
2021-02-18 16:27:37.216 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 8191 (http) with context path ''
|
2021-02-18 16:27:37.223 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration - Updating port to 8191
|
2021-02-18 16:27:37.278 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_AUTH/k8s-master:auth:8191 - registration status: 204
|
2021-02-18 16:27:37.283 [main] INFO com.panzhihua.auth.AuthApplication - Started AuthApplication in 39.989 seconds (JVM running for 42.357)
|
2021-02-18 16:28:25.186 [http-nio-8191-exec-1] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2021-02-18 16:28:25.187 [http-nio-8191-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2021-02-18 16:28:25.198 [http-nio-8191-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Completed initialization in 11 ms
|
2021-02-18 16:28:25.724 [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:28:25.774 [hystrix-user-1] INFO com.netflix.util.concurrent.ShutdownEnabledTimer - Shutdown hook installed for: NFLoadBalancer-PingTimer-user
|
2021-02-18 16:28:25.774 [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:28:25.784 [hystrix-user-1] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - Using serverListUpdater PollingServerListUpdater
|
2021-02-18 16:28:25.841 [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:28:25.844 [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@75de1313
|
2021-02-18 16:28:26.797 [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:32:36.505 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 16:37:36.506 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 16:42:36.507 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 16:47:36.508 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 16:52:36.508 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 16:57:36.509 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:02:36.509 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:07:36.510 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:12:36.510 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:17:36.511 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:22:36.511 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:27:36.512 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:32:36.512 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:37:36.513 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:42:36.513 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:47:36.514 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:52:36.514 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:57:36.515 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:02:36.515 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:07:36.516 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:12:36.516 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:17:36.517 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:22:36.517 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:27:36.520 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:32:36.521 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:37:36.521 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:42:36.522 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:47:36.522 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:52:36.523 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:57:36.523 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:02:36.523 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:07:36.524 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:12:36.524 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:17:36.525 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:22:36.525 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:27:36.525 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:32:36.526 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:37:36.526 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:42:36.527 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:47:36.527 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:52:36.527 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:57:36.528 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:02:36.528 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:07:36.529 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:12:36.529 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:17:36.530 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:22:36.530 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:27:36.531 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:32:36.531 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:37:36.531 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:42:36.532 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:47:36.532 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:52:36.533 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:57:36.533 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:02:36.533 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:07:36.534 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:12:36.534 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:17:36.535 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:22:36.535 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:27:36.535 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:32:36.536 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:37:36.536 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:42:36.537 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:47:36.537 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:52:36.537 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:57:36.538 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:02:36.538 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:07:36.539 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:12:36.539 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:17:36.539 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:22:36.540 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:27:36.540 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:32:36.541 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:37:36.541 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:42:36.541 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:47:36.542 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:52:36.542 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:57:36.543 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:02:36.543 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:07:36.543 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:12:36.544 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:17:36.544 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:22:36.545 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:27:36.545 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:32:36.545 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:37:36.546 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:42:36.546 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:47:36.547 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:52:36.547 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:57:36.547 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:02:36.548 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:07:36.548 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:12:36.549 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:17:36.549 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:22:36.549 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:27:36.550 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:32:36.550 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:37:36.551 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:42:36.551 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:47:36.551 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:52:36.552 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:57:36.552 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:02:36.552 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:07:36.553 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:12:36.553 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:17:36.554 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:22:36.554 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:27:36.554 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:32:36.555 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:37:36.555 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:42:36.556 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:47:36.556 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:52:36.557 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:57:36.557 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:02:36.557 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:07:36.558 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:12:36.558 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:17:36.558 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:22:36.559 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:27:36.559 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:32:36.560 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:37:36.560 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:42:36.561 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:47:36.561 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:52:36.561 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:57:36.562 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:02:36.562 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:07:36.563 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:12:36.563 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:17:36.563 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:22:36.564 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:27:36.564 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:32:36.565 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:37:36.565 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:42:36.565 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:47:36.566 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:52:36.566 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:57:36.566 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:02:36.567 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:07:36.567 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:12:36.567 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:17:36.568 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:22:36.568 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:27:36.568 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:32:36.569 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:37:36.569 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:42:36.570 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:47:36.570 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:52:36.570 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:57:36.571 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:02:36.572 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:07:36.572 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:12:36.572 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:17:36.573 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:22:36.573 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:27:36.574 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:32:36.574 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:37:36.574 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:42:36.575 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:47:36.575 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:52:36.575 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:57:36.576 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:02:36.576 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:07:36.576 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:12:36.577 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:17:36.577 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:22:36.578 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:27:36.578 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:32:36.578 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:37:36.579 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:42:36.579 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:47:36.579 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:52:36.580 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:57:36.580 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:02:36.580 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:07:36.581 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:12:36.581 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:17:36.581 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:22:36.582 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:27:36.582 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:32:36.582 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:37:36.583 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:42:36.583 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:47:36.584 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:52:36.584 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:57:36.584 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:02:36.585 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:07:36.585 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:12:36.586 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:17:36.586 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:22:36.586 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:27:36.587 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:32:36.587 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:37:36.587 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:42:36.588 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:47:36.588 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:52:36.588 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:57:36.589 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|