2021-02-18 11:06:11.861 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
|
2021-02-18 11:06:15.504 [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.service_user.ServiceUserApplication.main(ServiceUserApplication.java:17)
|
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:15.689 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Fetching config from server at : http://localhost:8193/
|
2021-02-18 11:06:15.745 [main] WARN o.s.c.c.client.ConfigServicePropertySourceLocator - Could not locate PropertySource: 500 : [{"timestamp":"2021-02-18T03:06:15.698+00:00","status":500,"error":"Internal Server Error","message":"","path":"/user/prod"}]
|
2021-02-18 11:06:15.747 [main] INFO com.panzhihua.service_user.ServiceUserApplication - The following profiles are active: prod
|
2021-02-18 11:06:18.807 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
2021-02-18 11:06:18.814 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
2021-02-18 11:06:18.882 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 22ms. Found 0 Redis repository interfaces.
|
2021-02-18 11:06:20.091 [main] INFO o.springframework.cloud.context.scope.GenericScope - BeanFactory id=d702cc05-4e62-3fa7-a688-1400c3b8cf95
|
2021-02-18 11:06:22.355 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
|
2021-02-18 11:06:22.425 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"]
|
2021-02-18 11:06:22.425 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
2021-02-18 11:06:22.425 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.38]
|
2021-02-18 11:06:22.757 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
2021-02-18 11:06:22.757 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 6967 ms
|
2021-02-18 11:06:23.150 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
|
2021-02-18 11:06:23.332 [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 'roleServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'roleDAO' defined in URL [jar:file:/mnt/data/api/git/zhihuishequ/springcloud_k8s_panzhihuazhihuishequ/service_user/target/service_user-0.0.1-SNAPSHOT.jar!/BOOT-INF/classes!/com/panzhihua/service_user/dao/RoleDAO.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Unsatisfied dependency expressed through method 'sqlSessionFactory' parameter 0; nested exception is 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:23.334 [main] INFO org.apache.catalina.core.StandardService - Stopping service [Tomcat]
|
2021-02-18 11:06:23.621 [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:23.624 [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.126 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
|
2021-02-18 11:07:28.969 [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.service_user.ServiceUserApplication.main(ServiceUserApplication.java:17)
|
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.437 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Fetching config from server at : http://localhost:8193/
|
2021-02-18 11:07:29.450 [main] WARN o.s.c.c.client.ConfigServicePropertySourceLocator - Could not locate PropertySource: 500 : [{"timestamp":"2021-02-18T03:07:29.445+00:00","status":500,"error":"Internal Server Error","message":"","path":"/user/prod"}]
|
2021-02-18 11:07:29.452 [main] INFO com.panzhihua.service_user.ServiceUserApplication - The following profiles are active: prod
|
2021-02-18 11:07:32.806 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
2021-02-18 11:07:32.810 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
2021-02-18 11:07:32.933 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 28ms. Found 0 Redis repository interfaces.
|
2021-02-18 11:07:34.210 [main] INFO o.springframework.cloud.context.scope.GenericScope - BeanFactory id=d702cc05-4e62-3fa7-a688-1400c3b8cf95
|
2021-02-18 11:07:37.102 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
|
2021-02-18 11:07:37.183 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"]
|
2021-02-18 11:07:37.184 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
2021-02-18 11:07:37.184 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.38]
|
2021-02-18 11:07:37.480 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
2021-02-18 11:07:37.480 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 7914 ms
|
2021-02-18 11:07:38.067 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
|
2021-02-18 11:07:38.299 [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 'roleServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'roleDAO' defined in URL [jar:file:/mnt/data/api/git/zhihuishequ/springcloud_k8s_panzhihuazhihuishequ/service_user/target/service_user-0.0.1-SNAPSHOT.jar!/BOOT-INF/classes!/com/panzhihua/service_user/dao/RoleDAO.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Unsatisfied dependency expressed through method 'sqlSessionFactory' parameter 0; nested exception is 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:38.301 [main] INFO org.apache.catalina.core.StandardService - Stopping service [Tomcat]
|
2021-02-18 11:07:38.507 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener -
|
|
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
|
2021-02-18 11:07:38.553 [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:25.342 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
|
2021-02-18 11:13:28.866 [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.service_user.ServiceUserApplication.main(ServiceUserApplication.java:17)
|
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.970 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Fetching config from server at : http://localhost:8193/
|
2021-02-18 11:13:39.616 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Located environment: name=user, profiles=[prod], label=null, version=7d9eb79b0796a10635925741759dffd59bd742b0, state=null
|
2021-02-18 11:13:39.639 [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/user-prod.yml'}]
|
2021-02-18 11:13:39.647 [main] INFO com.panzhihua.service_user.ServiceUserApplication - The following profiles are active: prod
|
2021-02-18 11:13:42.341 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
2021-02-18 11:13:42.360 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
2021-02-18 11:13:42.527 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 42ms. Found 0 Redis repository interfaces.
|
2021-02-18 11:13:44.084 [main] INFO o.springframework.cloud.context.scope.GenericScope - BeanFactory id=491ffd89-1ce4-3a2c-ae4d-ac13102a9e73
|
2021-02-18 11:13:47.143 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8196 (http)
|
2021-02-18 11:13:47.183 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8196"]
|
2021-02-18 11:13:47.184 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
2021-02-18 11:13:47.184 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.38]
|
2021-02-18 11:13:47.444 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
2021-02-18 11:13:47.444 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 7761 ms
|
2021-02-18 11:13:48.523 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
|
2021-02-18 11:13:51.899 [main] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2021-02-18 11:13:57.671 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 11:13:57.671 [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:57.689 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 11:13:57.689 [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:58.681 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
|
2021-02-18 11:14:00.345 [main] INFO o.s.c.n.e.c.DiscoveryClientOptionalArgsConfiguration - Eureka HTTP Client uses Jersey
|
2021-02-18 11:14:00.608 [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:01.267 [main] INFO o.s.cloud.netflix.eureka.InstanceInfoFactory - Setting initial instance status as: STARTING
|
2021-02-18 11:14:01.411 [main] INFO com.netflix.discovery.DiscoveryClient - Initializing Eureka in region us-east-1
|
2021-02-18 11:14:01.575 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON encoding codec LegacyJacksonJson
|
2021-02-18 11:14:01.576 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON decoding codec LegacyJacksonJson
|
2021-02-18 11:14:02.199 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML encoding codec XStreamXml
|
2021-02-18 11:14:02.200 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML decoding codec XStreamXml
|
2021-02-18 11:14:03.059 [main] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 11:14:03.099 [main] INFO com.netflix.discovery.DiscoveryClient - Disable delta property : false
|
2021-02-18 11:14:03.100 [main] INFO com.netflix.discovery.DiscoveryClient - Single vip registry refresh property : null
|
2021-02-18 11:14:03.100 [main] INFO com.netflix.discovery.DiscoveryClient - Force full registry fetch : false
|
2021-02-18 11:14:03.100 [main] INFO com.netflix.discovery.DiscoveryClient - Application is null : false
|
2021-02-18 11:14:03.100 [main] INFO com.netflix.discovery.DiscoveryClient - Registered Applications size is zero : true
|
2021-02-18 11:14:03.100 [main] INFO com.netflix.discovery.DiscoveryClient - Application version is -1: true
|
2021-02-18 11:14:03.100 [main] INFO com.netflix.discovery.DiscoveryClient - Getting all instance registry info from the eureka server
|
2021-02-18 11:14:03.547 [main] INFO com.netflix.discovery.DiscoveryClient - The response status is 200
|
2021-02-18 11:14:03.577 [main] INFO com.netflix.discovery.DiscoveryClient - Starting heartbeat executor: renew interval is: 30
|
2021-02-18 11:14:03.594 [main] INFO com.netflix.discovery.InstanceInfoReplicator - InstanceInfoReplicator onDemand update allowed rate per min is 4
|
2021-02-18 11:14:03.609 [main] INFO com.netflix.discovery.DiscoveryClient - Discovery Client initialized at timestamp 1613618043608 with initial instances count: 6
|
2021-02-18 11:14:03.612 [main] INFO o.s.c.n.e.serviceregistry.EurekaServiceRegistry - Registering application USER with eureka with status UP
|
2021-02-18 11:14:03.612 [main] INFO com.netflix.discovery.DiscoveryClient - Saw local status change event StatusChangeEvent [timestamp=1613618043612, current=UP, previous=STARTING]
|
2021-02-18 11:14:03.614 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8196"]
|
2021-02-18 11:14:03.619 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_USER/k8s-master:user:8196: registering service...
|
2021-02-18 11:14:03.844 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_USER/k8s-master:user:8196 - registration status: 204
|
2021-02-18 11:14:03.880 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 8196 (http) with context path ''
|
2021-02-18 11:14:03.894 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration - Updating port to 8196
|
2021-02-18 11:14:03.930 [main] INFO com.panzhihua.service_user.ServiceUserApplication - Started ServiceUserApplication in 41.072 seconds (JVM running for 43.483)
|
2021-02-18 11:15:24.619 [http-nio-8196-exec-1] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2021-02-18 11:15:24.619 [http-nio-8196-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2021-02-18 11:15:24.627 [http-nio-8196-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Completed initialization in 8 ms
|
2021-02-18 11:15:24.699 [http-nio-8196-exec-1] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://182.151.24.68:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 92835
|
2021-02-18 11:15:24.701 [http-nio-8196-exec-1] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://182.151.24.68:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 92899
|
2021-02-18 11:15:24.703 [http-nio-8196-exec-1] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://182.151.24.68:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 93023
|
2021-02-18 11:15:24.705 [http-nio-8196-exec-1] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://182.151.24.68:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 93100
|
2021-02-18 11:15:24.707 [http-nio-8196-exec-1] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://182.151.24.68:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 93296
|
2021-02-18 11:15:25.038 [http-nio-8196-exec-1] ERROR c.p.common.exceptions.GlobalExceptionCapture - 数据库异常【
|
### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Table 'smart_life.sys_role' doesn't exist
|
### The error may exist in com/panzhihua/service_user/dao/RoleDAO.java (best guess)
|
### The error may involve defaultParameterMap
|
### The error occurred while setting parameters
|
### SQL: select r.role_key role,m.component url from sys_role r join sys_role_menu rm on r.role_id=rm.role_id join sys_menu m on rm.menu_id=m.menu_id WHERE m.component is not null
|
### Cause: java.sql.SQLSyntaxErrorException: Table 'smart_life.sys_role' doesn't exist
|
; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Table 'smart_life.sys_role' doesn't exist】
|
2021-02-18 11:15:26.636 [http-nio-8196-exec-2] ERROR c.p.common.exceptions.GlobalExceptionCapture - 数据库异常【
|
### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Table 'smart_life.sys_user' doesn't exist
|
### The error may exist in com/panzhihua/service_user/dao/UserDao.java (best guess)
|
### The error may involve defaultParameterMap
|
### The error occurred while setting parameters
|
### SQL: SELECT user_id,account,password,openid,session_key,unionid,phone,nick_name,name,community_id,sex,id_card,birthday,image_url,type,job,is_volunteer,is_partymember,status,create_at,last_login_time,tags,family_id,face_url,face_state,reject_reson,area_id,continuous_landing_days FROM sys_user WHERE (type = ? AND (account = ? OR phone = ?))
|
### Cause: java.sql.SQLSyntaxErrorException: Table 'smart_life.sys_user' doesn't exist
|
; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Table 'smart_life.sys_user' doesn't exist】
|
2021-02-18 11:15:32.805 [http-nio-8196-exec-3] ERROR c.p.common.exceptions.GlobalExceptionCapture - 数据库异常【
|
### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Table 'smart_life.sys_role' doesn't exist
|
### The error may exist in com/panzhihua/service_user/dao/RoleDAO.java (best guess)
|
### The error may involve defaultParameterMap
|
### The error occurred while setting parameters
|
### SQL: select r.role_key role,m.component url from sys_role r join sys_role_menu rm on r.role_id=rm.role_id join sys_menu m on rm.menu_id=m.menu_id WHERE m.component is not null
|
### Cause: java.sql.SQLSyntaxErrorException: Table 'smart_life.sys_role' doesn't exist
|
; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Table 'smart_life.sys_role' doesn't exist】
|
2021-02-18 11:15:32.825 [http-nio-8196-exec-4] ERROR c.p.common.exceptions.GlobalExceptionCapture - 数据库异常【
|
### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Table 'smart_life.sys_user' doesn't exist
|
### The error may exist in com/panzhihua/service_user/dao/UserDao.java (best guess)
|
### The error may involve defaultParameterMap
|
### The error occurred while setting parameters
|
### SQL: SELECT user_id,account,password,openid,session_key,unionid,phone,nick_name,name,community_id,sex,id_card,birthday,image_url,type,job,is_volunteer,is_partymember,status,create_at,last_login_time,tags,family_id,face_url,face_state,reject_reson,area_id,continuous_landing_days FROM sys_user WHERE (type = ? AND (account = ? OR phone = ?))
|
### Cause: java.sql.SQLSyntaxErrorException: Table 'smart_life.sys_user' doesn't exist
|
; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Table 'smart_life.sys_user' doesn't exist】
|
2021-02-18 11:15:38.150 [http-nio-8196-exec-5] ERROR c.p.common.exceptions.GlobalExceptionCapture - 数据库异常【
|
### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Table 'smart_life.sys_role' doesn't exist
|
### The error may exist in com/panzhihua/service_user/dao/RoleDAO.java (best guess)
|
### The error may involve defaultParameterMap
|
### The error occurred while setting parameters
|
### SQL: select r.role_key role,m.component url from sys_role r join sys_role_menu rm on r.role_id=rm.role_id join sys_menu m on rm.menu_id=m.menu_id WHERE m.component is not null
|
### Cause: java.sql.SQLSyntaxErrorException: Table 'smart_life.sys_role' doesn't exist
|
; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Table 'smart_life.sys_role' doesn't exist】
|
2021-02-18 11:15:38.167 [http-nio-8196-exec-6] ERROR c.p.common.exceptions.GlobalExceptionCapture - 数据库异常【
|
### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Table 'smart_life.sys_user' doesn't exist
|
### The error may exist in com/panzhihua/service_user/dao/UserDao.java (best guess)
|
### The error may involve defaultParameterMap
|
### The error occurred while setting parameters
|
### SQL: SELECT user_id,account,password,openid,session_key,unionid,phone,nick_name,name,community_id,sex,id_card,birthday,image_url,type,job,is_volunteer,is_partymember,status,create_at,last_login_time,tags,family_id,face_url,face_state,reject_reson,area_id,continuous_landing_days FROM sys_user WHERE (type = ? AND (account = ? OR phone = ?))
|
### Cause: java.sql.SQLSyntaxErrorException: Table 'smart_life.sys_user' doesn't exist
|
; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Table 'smart_life.sys_user' doesn't exist】
|
2021-02-18 11:15:49.195 [http-nio-8196-exec-8] ERROR c.p.common.exceptions.GlobalExceptionCapture - 数据库异常【
|
### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Table 'smart_life.sys_role' doesn't exist
|
### The error may exist in com/panzhihua/service_user/dao/RoleDAO.java (best guess)
|
### The error may involve defaultParameterMap
|
### The error occurred while setting parameters
|
### SQL: select r.role_key role,m.component url from sys_role r join sys_role_menu rm on r.role_id=rm.role_id join sys_menu m on rm.menu_id=m.menu_id WHERE m.component is not null
|
### Cause: java.sql.SQLSyntaxErrorException: Table 'smart_life.sys_role' doesn't exist
|
; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Table 'smart_life.sys_role' doesn't exist】
|
2021-02-18 11:15:49.213 [http-nio-8196-exec-7] ERROR c.p.common.exceptions.GlobalExceptionCapture - 数据库异常【
|
### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Table 'smart_life.sys_user' doesn't exist
|
### The error may exist in com/panzhihua/service_user/dao/UserDao.java (best guess)
|
### The error may involve defaultParameterMap
|
### The error occurred while setting parameters
|
### SQL: SELECT user_id,account,password,openid,session_key,unionid,phone,nick_name,name,community_id,sex,id_card,birthday,image_url,type,job,is_volunteer,is_partymember,status,create_at,last_login_time,tags,family_id,face_url,face_state,reject_reson,area_id,continuous_landing_days FROM sys_user WHERE (type = ? AND (account = ? OR phone = ?))
|
### Cause: java.sql.SQLSyntaxErrorException: Table 'smart_life.sys_user' doesn't exist
|
; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Table 'smart_life.sys_user' doesn't exist】
|
2021-02-18 11:19:03.102 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 11:21:41.506 [http-nio-8196-exec-1] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://182.151.24.68:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 352294
|
2021-02-18 11:24:03.102 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 11:25:16.057 [http-nio-8196-exec-6] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://182.151.24.68:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 106061
|
2021-02-18 11:25:16.058 [http-nio-8196-exec-6] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://182.151.24.68:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 106062
|
2021-02-18 11:25:16.058 [http-nio-8196-exec-6] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://182.151.24.68:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 137713
|
2021-02-18 11:25:16.059 [http-nio-8196-exec-6] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://182.151.24.68:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 137714
|
2021-02-18 11:28:57.266 [http-nio-8196-exec-4] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://182.151.24.68:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 181720
|
2021-02-18 11:28:57.267 [http-nio-8196-exec-4] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://182.151.24.68:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 196486
|
2021-02-18 11:28:57.269 [http-nio-8196-exec-4] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://182.151.24.68:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 196491
|
2021-02-18 11:29:03.103 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 11:34:03.103 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 11:34:14.030 [http-nio-8196-exec-6] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://182.151.24.68:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 298636
|
2021-02-18 11:34:14.031 [http-nio-8196-exec-6] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://182.151.24.68:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 298638
|
2021-02-18 11:39:03.103 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 11:44:03.104 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 11:49:03.104 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 11:54:03.105 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 11:59:03.105 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:04:03.105 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:09:03.106 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:14:03.106 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:19:03.107 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:24:03.107 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:29:03.108 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:34:03.108 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:39:03.108 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:44:03.109 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:49:03.109 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:54:03.110 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:59:03.110 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:04:03.110 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:09:03.111 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:14:03.111 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:19:03.112 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:24:03.112 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:28:47.228 [http-nio-8196-exec-5] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://182.151.24.68:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 125348
|
2021-02-18 13:28:47.229 [http-nio-8196-exec-5] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://182.151.24.68:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 134582
|
2021-02-18 13:28:47.229 [http-nio-8196-exec-5] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://182.151.24.68:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 134584
|
2021-02-18 13:29:03.112 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:29:52.061 [http-nio-8196-exec-1] INFO c.p.service_user.config.MyMetaObjectHandler - start insert fill ....
|
2021-02-18 13:29:52.072 [http-nio-8196-exec-4] INFO c.p.service_user.config.MyMetaObjectHandler - start insert fill ....
|
2021-02-18 13:34:03.113 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:38:51.836 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
|
2021-02-18 13:38:54.600 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Fetching config from server at : http://192.168.1.81:8193/
|
2021-02-18 13:38:55.459 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Located environment: name=user, profiles=[prod], label=null, version=cf0e411f53754c9c6849b38f2374a6b6798f096c, state=null
|
2021-02-18 13:38:55.460 [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/user-prod.yml'}]
|
2021-02-18 13:38:55.465 [main] INFO com.panzhihua.service_user.ServiceUserApplication - The following profiles are active: prod
|
2021-02-18 13:38:57.252 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
2021-02-18 13:38:57.258 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
2021-02-18 13:38:57.307 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 25ms. Found 0 Redis repository interfaces.
|
2021-02-18 13:38:58.462 [main] INFO o.springframework.cloud.context.scope.GenericScope - BeanFactory id=491ffd89-1ce4-3a2c-ae4d-ac13102a9e73
|
2021-02-18 13:39:00.437 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8196 (http)
|
2021-02-18 13:39:00.503 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8196"]
|
2021-02-18 13:39:00.504 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
2021-02-18 13:39:00.504 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.38]
|
2021-02-18 13:39:00.742 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
2021-02-18 13:39:00.742 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 5245 ms
|
2021-02-18 13:39:01.902 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
|
2021-02-18 13:41:10.105 [main] ERROR com.alibaba.druid.pool.DruidDataSource - init datasource error, url: jdbc:mysql://172.16.0.102: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.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.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:884)
|
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:788)
|
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:538)
|
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.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1509)
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1404)
|
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.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.service_user.ServiceUserApplication.main(ServiceUserApplication.java:17)
|
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)
|
... 80 common frames omitted
|
Caused by: java.net.ConnectException: Connection timed out (Connection timed out)
|
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)
|
... 83 common frames omitted
|
2021-02-18 13:41:10.109 [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.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.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:884)
|
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:788)
|
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:538)
|
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.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1509)
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1404)
|
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.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.service_user.ServiceUserApplication.main(ServiceUserApplication.java:17)
|
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)
|
... 80 common frames omitted
|
Caused by: java.net.ConnectException: Connection timed out (Connection timed out)
|
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)
|
... 83 common frames omitted
|
2021-02-18 13:41:10.109 [main] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2021-02-18 13:41:10.110 [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 'roleServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'roleDAO' defined in URL [jar:file:/mnt/data/api/git/zhihuishequ/springcloud_k8s_panzhihuazhihuishequ/service_user/target/service_user-0.0.1-SNAPSHOT.jar!/BOOT-INF/classes!/com/panzhihua/service_user/dao/RoleDAO.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Unsatisfied dependency expressed through method 'sqlSessionFactory' parameter 0; nested exception is 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 13:41:10.111 [main] INFO org.apache.catalina.core.StandardService - Stopping service [Tomcat]
|
2021-02-18 13:41:10.122 [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 13:41:10.125 [main] ERROR org.springframework.boot.SpringApplication - Application run failed
|
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'roleServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'roleDAO' defined in URL [jar:file:/mnt/data/api/git/zhihuishequ/springcloud_k8s_panzhihuazhihuishequ/service_user/target/service_user-0.0.1-SNAPSHOT.jar!/BOOT-INF/classes!/com/panzhihua/service_user/dao/RoleDAO.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Unsatisfied dependency expressed through method 'sqlSessionFactory' parameter 0; nested exception is 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.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:321)
|
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.service_user.ServiceUserApplication.main(ServiceUserApplication.java:17)
|
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: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'roleDAO' defined in URL [jar:file:/mnt/data/api/git/zhihuishequ/springcloud_k8s_panzhihuazhihuishequ/service_user/target/service_user-0.0.1-SNAPSHOT.jar!/BOOT-INF/classes!/com/panzhihua/service_user/dao/RoleDAO.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Unsatisfied dependency expressed through method 'sqlSessionFactory' parameter 0; nested exception is 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.autowireByType(AbstractAutowireCapableBeanFactory.java:1524)
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1404)
|
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)
|
... 26 common frames omitted
|
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Unsatisfied dependency expressed through method 'sqlSessionFactory' parameter 0; nested exception is 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.ConstructorResolver.createArgumentArray(ConstructorResolver.java:797)
|
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:538)
|
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.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1509)
|
... 40 common frames omitted
|
Caused by: 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.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.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:884)
|
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:788)
|
... 53 common frames omitted
|
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)
|
... 64 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)
|
... 80 common frames omitted
|
Caused by: java.net.ConnectException: Connection timed out (Connection timed out)
|
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)
|
... 83 common frames omitted
|
2021-02-18 13:44:08.276 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
|
2021-02-18 13:44:11.774 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Fetching config from server at : http://192.168.1.81:8193/
|
2021-02-18 13:44:12.798 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Located environment: name=user, profiles=[prod], label=null, version=2143aebf24bf46cfca77cbc3fbca9b52be224343, state=null
|
2021-02-18 13:44:12.799 [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/user-prod.yml'}]
|
2021-02-18 13:44:12.805 [main] INFO com.panzhihua.service_user.ServiceUserApplication - The following profiles are active: prod
|
2021-02-18 13:44:14.099 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
2021-02-18 13:44:14.103 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
2021-02-18 13:44:14.211 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 54ms. Found 0 Redis repository interfaces.
|
2021-02-18 13:44:15.476 [main] INFO o.springframework.cloud.context.scope.GenericScope - BeanFactory id=491ffd89-1ce4-3a2c-ae4d-ac13102a9e73
|
2021-02-18 13:44:18.626 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8196 (http)
|
2021-02-18 13:44:18.661 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8196"]
|
2021-02-18 13:44:18.667 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
2021-02-18 13:44:18.667 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.38]
|
2021-02-18 13:44:18.930 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
2021-02-18 13:44:18.930 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 6095 ms
|
2021-02-18 13:44:20.299 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
|
2021-02-18 13:44:22.272 [main] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2021-02-18 13:44:28.699 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 13:44:28.699 [main] INFO com.netflix.config.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
|
2021-02-18 13:44:28.710 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 13:44:28.711 [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:29.683 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
|
2021-02-18 13:44:31.662 [main] INFO o.s.c.n.e.c.DiscoveryClientOptionalArgsConfiguration - Eureka HTTP Client uses Jersey
|
2021-02-18 13:44:31.927 [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:32.605 [main] INFO o.s.cloud.netflix.eureka.InstanceInfoFactory - Setting initial instance status as: STARTING
|
2021-02-18 13:44:32.895 [main] INFO com.netflix.discovery.DiscoveryClient - Initializing Eureka in region us-east-1
|
2021-02-18 13:44:33.552 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON encoding codec LegacyJacksonJson
|
2021-02-18 13:44:33.552 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON decoding codec LegacyJacksonJson
|
2021-02-18 13:44:33.931 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML encoding codec XStreamXml
|
2021-02-18 13:44:33.932 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML decoding codec XStreamXml
|
2021-02-18 13:44:34.904 [main] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:44:34.956 [main] INFO com.netflix.discovery.DiscoveryClient - Disable delta property : false
|
2021-02-18 13:44:34.956 [main] INFO com.netflix.discovery.DiscoveryClient - Single vip registry refresh property : null
|
2021-02-18 13:44:34.956 [main] INFO com.netflix.discovery.DiscoveryClient - Force full registry fetch : false
|
2021-02-18 13:44:34.956 [main] INFO com.netflix.discovery.DiscoveryClient - Application is null : false
|
2021-02-18 13:44:34.956 [main] INFO com.netflix.discovery.DiscoveryClient - Registered Applications size is zero : true
|
2021-02-18 13:44:34.956 [main] INFO com.netflix.discovery.DiscoveryClient - Application version is -1: true
|
2021-02-18 13:44:34.956 [main] INFO com.netflix.discovery.DiscoveryClient - Getting all instance registry info from the eureka server
|
2021-02-18 13:44:35.829 [main] INFO com.netflix.discovery.DiscoveryClient - The response status is 200
|
2021-02-18 13:44:36.688 [main] INFO com.netflix.discovery.DiscoveryClient - Starting heartbeat executor: renew interval is: 30
|
2021-02-18 13:44:36.691 [main] INFO com.netflix.discovery.InstanceInfoReplicator - InstanceInfoReplicator onDemand update allowed rate per min is 4
|
2021-02-18 13:44:36.714 [main] INFO com.netflix.discovery.DiscoveryClient - Discovery Client initialized at timestamp 1613627076713 with initial instances count: 7
|
2021-02-18 13:44:36.717 [main] INFO o.s.c.n.e.serviceregistry.EurekaServiceRegistry - Registering application USER with eureka with status UP
|
2021-02-18 13:44:36.717 [main] INFO com.netflix.discovery.DiscoveryClient - Saw local status change event StatusChangeEvent [timestamp=1613627076717, current=UP, previous=STARTING]
|
2021-02-18 13:44:36.727 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8196"]
|
2021-02-18 13:44:36.733 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_USER/k8s-master:user:8196: registering service...
|
2021-02-18 13:44:37.161 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 8196 (http) with context path ''
|
2021-02-18 13:44:37.239 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration - Updating port to 8196
|
2021-02-18 13:44:37.240 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_USER/k8s-master:user:8196 - registration status: 204
|
2021-02-18 13:44:37.330 [main] INFO com.panzhihua.service_user.ServiceUserApplication - Started ServiceUserApplication in 30.902 seconds (JVM running for 33.141)
|
2021-02-18 13:45:45.355 [http-nio-8196-exec-1] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2021-02-18 13:45:45.355 [http-nio-8196-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2021-02-18 13:45:45.363 [http-nio-8196-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Completed initialization in 8 ms
|
2021-02-18 13:45:45.438 [http-nio-8196-exec-1] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://118.121.197.120:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 83217
|
2021-02-18 13:45:45.439 [http-nio-8196-exec-1] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://118.121.197.120:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 83238
|
2021-02-18 13:45:45.440 [http-nio-8196-exec-1] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://118.121.197.120:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 83261
|
2021-02-18 13:45:45.441 [http-nio-8196-exec-1] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://118.121.197.120:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 83319
|
2021-02-18 13:45:45.443 [http-nio-8196-exec-1] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://118.121.197.120:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 83404
|
2021-02-18 13:46:57.742 [http-nio-8196-exec-7] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://118.121.197.120:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 69450
|
2021-02-18 13:46:57.743 [http-nio-8196-exec-7] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://118.121.197.120:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 69465
|
2021-02-18 13:46:57.744 [http-nio-8196-exec-7] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://118.121.197.120:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 69467
|
2021-02-18 13:46:59.169 [http-nio-8196-exec-8] INFO c.p.service_user.config.MyMetaObjectHandler - start insert fill ....
|
2021-02-18 13:49:34.958 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:54:34.959 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:59:34.959 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:04:34.960 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:05:20.743 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
|
2021-02-18 14:05:24.747 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Fetching config from server at : http://192.168.1.81:8193/
|
2021-02-18 14:05:25.708 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Located environment: name=user, profiles=[prod], label=null, version=17fcf9a6ff49e82bece4a24f80254a607be4abb9, state=null
|
2021-02-18 14:05:25.709 [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/user-prod.yml'}]
|
2021-02-18 14:05:25.721 [main] INFO com.panzhihua.service_user.ServiceUserApplication - The following profiles are active: prod
|
2021-02-18 14:05:27.354 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
2021-02-18 14:05:27.366 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
2021-02-18 14:05:27.402 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 13ms. Found 0 Redis repository interfaces.
|
2021-02-18 14:05:28.625 [main] INFO o.springframework.cloud.context.scope.GenericScope - BeanFactory id=491ffd89-1ce4-3a2c-ae4d-ac13102a9e73
|
2021-02-18 14:05:30.757 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8196 (http)
|
2021-02-18 14:05:30.770 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8196"]
|
2021-02-18 14:05:30.770 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
2021-02-18 14:05:30.770 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.38]
|
2021-02-18 14:05:31.042 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
2021-02-18 14:05:31.042 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 5291 ms
|
2021-02-18 14:05:32.142 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
|
2021-02-18 14:05:34.453 [main] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2021-02-18 14:05:41.059 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 14:05:41.059 [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:41.105 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 14:05:41.105 [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.237 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
|
2021-02-18 14:05:44.313 [main] INFO o.s.c.n.e.c.DiscoveryClientOptionalArgsConfiguration - Eureka HTTP Client uses Jersey
|
2021-02-18 14:05:44.425 [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:45.208 [main] INFO o.s.cloud.netflix.eureka.InstanceInfoFactory - Setting initial instance status as: STARTING
|
2021-02-18 14:05:45.410 [main] INFO com.netflix.discovery.DiscoveryClient - Initializing Eureka in region us-east-1
|
2021-02-18 14:05:46.286 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON encoding codec LegacyJacksonJson
|
2021-02-18 14:05:47.669 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON decoding codec LegacyJacksonJson
|
2021-02-18 14:05:48.324 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML encoding codec XStreamXml
|
2021-02-18 14:05:48.325 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML decoding codec XStreamXml
|
2021-02-18 14:05:49.582 [main] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:05:49.696 [main] INFO com.netflix.discovery.DiscoveryClient - Disable delta property : false
|
2021-02-18 14:05:49.696 [main] INFO com.netflix.discovery.DiscoveryClient - Single vip registry refresh property : null
|
2021-02-18 14:05:49.696 [main] INFO com.netflix.discovery.DiscoveryClient - Force full registry fetch : false
|
2021-02-18 14:05:49.697 [main] INFO com.netflix.discovery.DiscoveryClient - Application is null : false
|
2021-02-18 14:05:49.697 [main] INFO com.netflix.discovery.DiscoveryClient - Registered Applications size is zero : true
|
2021-02-18 14:05:49.697 [main] INFO com.netflix.discovery.DiscoveryClient - Application version is -1: true
|
2021-02-18 14:05:49.697 [main] INFO com.netflix.discovery.DiscoveryClient - Getting all instance registry info from the eureka server
|
2021-02-18 14:05:50.503 [main] INFO com.netflix.discovery.DiscoveryClient - The response status is 200
|
2021-02-18 14:05:50.535 [main] INFO com.netflix.discovery.DiscoveryClient - Starting heartbeat executor: renew interval is: 30
|
2021-02-18 14:05:50.556 [main] INFO com.netflix.discovery.InstanceInfoReplicator - InstanceInfoReplicator onDemand update allowed rate per min is 4
|
2021-02-18 14:05:50.570 [main] INFO com.netflix.discovery.DiscoveryClient - Discovery Client initialized at timestamp 1613628350569 with initial instances count: 10
|
2021-02-18 14:05:50.573 [main] INFO o.s.c.n.e.serviceregistry.EurekaServiceRegistry - Registering application USER with eureka with status UP
|
2021-02-18 14:05:50.573 [main] INFO com.netflix.discovery.DiscoveryClient - Saw local status change event StatusChangeEvent [timestamp=1613628350573, current=UP, previous=STARTING]
|
2021-02-18 14:05:50.575 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8196"]
|
2021-02-18 14:05:50.921 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 8196 (http) with context path ''
|
2021-02-18 14:05:50.922 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_USER/k8s-master:user:8196: registering service...
|
2021-02-18 14:05:50.934 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration - Updating port to 8196
|
2021-02-18 14:05:51.011 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_USER/k8s-master:user:8196 - registration status: 204
|
2021-02-18 14:05:51.035 [main] INFO com.panzhihua.service_user.ServiceUserApplication - Started ServiceUserApplication in 32.303 seconds (JVM running for 34.205)
|
2021-02-18 14:06:18.857 [http-nio-8196-exec-1] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2021-02-18 14:06:18.857 [http-nio-8196-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2021-02-18 14:06:18.864 [http-nio-8196-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Completed initialization in 7 ms
|
2021-02-18 14:09:59.984 [http-nio-8196-exec-9] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://118.121.197.120:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 218286
|
2021-02-18 14:09:59.985 [http-nio-8196-exec-9] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://118.121.197.120:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 218367
|
2021-02-18 14:09:59.986 [http-nio-8196-exec-9] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://118.121.197.120:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 218497
|
2021-02-18 14:09:59.987 [http-nio-8196-exec-9] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://118.121.197.120:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 265739
|
2021-02-18 14:09:59.989 [http-nio-8196-exec-9] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://118.121.197.120:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 265817
|
2021-02-18 14:10:01.501 [http-nio-8196-exec-8] INFO c.p.service_user.config.MyMetaObjectHandler - start insert fill ....
|
2021-02-18 14:10:49.698 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:11:08.840 [http-nio-8196-exec-2] INFO c.p.service_user.config.MyMetaObjectHandler - start insert fill ....
|
2021-02-18 14:11:38.224 [http-nio-8196-exec-9] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://118.121.197.120:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 85052
|
2021-02-18 14:13:37.937 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
|
2021-02-18 14:13:41.851 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Fetching config from server at : http://192.168.1.81:8193/
|
2021-02-18 14:13:44.683 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Located environment: name=user, profiles=[prod], label=null, version=e73abd3bae5084268392c0568859e8a3c3692099, state=null
|
2021-02-18 14:13:44.685 [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/user-prod.yml'}]
|
2021-02-18 14:13:44.695 [main] INFO com.panzhihua.service_user.ServiceUserApplication - The following profiles are active: prod
|
2021-02-18 14:13:47.886 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
2021-02-18 14:13:47.890 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
2021-02-18 14:13:47.948 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 20ms. Found 0 Redis repository interfaces.
|
2021-02-18 14:13:49.103 [main] INFO o.springframework.cloud.context.scope.GenericScope - BeanFactory id=491ffd89-1ce4-3a2c-ae4d-ac13102a9e73
|
2021-02-18 14:13:52.269 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8196 (http)
|
2021-02-18 14:13:52.315 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8196"]
|
2021-02-18 14:13:52.315 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
2021-02-18 14:13:52.315 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.38]
|
2021-02-18 14:13:52.653 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
2021-02-18 14:13:52.654 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 7920 ms
|
2021-02-18 14:13:53.955 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
|
2021-02-18 14:13:56.159 [main] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2021-02-18 14:14:01.726 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 14:14:01.726 [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:01.765 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 14:14:01.765 [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:02.812 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
|
2021-02-18 14:14:04.407 [main] INFO o.s.c.n.e.c.DiscoveryClientOptionalArgsConfiguration - Eureka HTTP Client uses Jersey
|
2021-02-18 14:14:04.666 [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:05.171 [main] INFO o.s.cloud.netflix.eureka.InstanceInfoFactory - Setting initial instance status as: STARTING
|
2021-02-18 14:14:05.294 [main] INFO com.netflix.discovery.DiscoveryClient - Initializing Eureka in region us-east-1
|
2021-02-18 14:14:05.846 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON encoding codec LegacyJacksonJson
|
2021-02-18 14:14:05.846 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON decoding codec LegacyJacksonJson
|
2021-02-18 14:14:06.443 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML encoding codec XStreamXml
|
2021-02-18 14:14:06.443 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML decoding codec XStreamXml
|
2021-02-18 14:14:07.409 [main] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:14:07.454 [main] INFO com.netflix.discovery.DiscoveryClient - Disable delta property : false
|
2021-02-18 14:14:07.454 [main] INFO com.netflix.discovery.DiscoveryClient - Single vip registry refresh property : null
|
2021-02-18 14:14:07.454 [main] INFO com.netflix.discovery.DiscoveryClient - Force full registry fetch : false
|
2021-02-18 14:14:07.454 [main] INFO com.netflix.discovery.DiscoveryClient - Application is null : false
|
2021-02-18 14:14:07.454 [main] INFO com.netflix.discovery.DiscoveryClient - Registered Applications size is zero : true
|
2021-02-18 14:14:07.454 [main] INFO com.netflix.discovery.DiscoveryClient - Application version is -1: true
|
2021-02-18 14:14:07.454 [main] INFO com.netflix.discovery.DiscoveryClient - Getting all instance registry info from the eureka server
|
2021-02-18 14:14:07.966 [main] INFO com.netflix.discovery.DiscoveryClient - The response status is 200
|
2021-02-18 14:14:07.991 [main] INFO com.netflix.discovery.DiscoveryClient - Starting heartbeat executor: renew interval is: 30
|
2021-02-18 14:14:08.037 [main] INFO com.netflix.discovery.InstanceInfoReplicator - InstanceInfoReplicator onDemand update allowed rate per min is 4
|
2021-02-18 14:14:08.100 [main] INFO com.netflix.discovery.DiscoveryClient - Discovery Client initialized at timestamp 1613628848099 with initial instances count: 10
|
2021-02-18 14:14:08.103 [main] INFO o.s.c.n.e.serviceregistry.EurekaServiceRegistry - Registering application USER with eureka with status UP
|
2021-02-18 14:14:08.103 [main] INFO com.netflix.discovery.DiscoveryClient - Saw local status change event StatusChangeEvent [timestamp=1613628848103, current=UP, previous=STARTING]
|
2021-02-18 14:14:08.131 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8196"]
|
2021-02-18 14:14:08.150 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_USER/k8s-master:user:8196: registering service...
|
2021-02-18 14:14:08.501 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_USER/k8s-master:user:8196 - registration status: 204
|
2021-02-18 14:14:08.511 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 8196 (http) with context path ''
|
2021-02-18 14:14:08.525 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration - Updating port to 8196
|
2021-02-18 14:14:08.560 [main] INFO com.panzhihua.service_user.ServiceUserApplication - Started ServiceUserApplication in 32.563 seconds (JVM running for 34.188)
|
2021-02-18 14:19:07.456 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:24:07.457 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:29:07.457 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:34:07.458 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:39:07.458 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:44:07.458 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:49:07.459 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:54:07.459 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:59:07.460 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:04:07.460 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:09:07.461 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:14:07.461 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:19:07.462 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:24:07.462 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:29:07.463 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:34:07.464 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:39:07.464 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:44:07.465 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:49:07.465 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:53:33.408 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
|
2021-02-18 15:53:37.595 [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.676 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Located environment: name=user, profiles=[prod], label=null, version=429cf2666b8e8f128d34d7fc3d701222d4450257, state=null
|
2021-02-18 15:53:43.677 [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/user-prod.yml'}]
|
2021-02-18 15:53:43.683 [main] INFO com.panzhihua.service_user.ServiceUserApplication - The following profiles are active: prod
|
2021-02-18 15:53:48.119 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
2021-02-18 15:53:48.173 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
2021-02-18 15:53:48.277 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 56ms. Found 0 Redis repository interfaces.
|
2021-02-18 15:53:50.339 [main] INFO o.springframework.cloud.context.scope.GenericScope - BeanFactory id=491ffd89-1ce4-3a2c-ae4d-ac13102a9e73
|
2021-02-18 15:53:54.111 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8196 (http)
|
2021-02-18 15:53:54.163 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8196"]
|
2021-02-18 15:53:54.164 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
2021-02-18 15:53:54.164 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.38]
|
2021-02-18 15:53:54.556 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
2021-02-18 15:53:54.556 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 10804 ms
|
2021-02-18 15:53:55.580 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
|
2021-02-18 15:53:57.277 [main] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2021-02-18 15:54:03.347 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 15:54:03.347 [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:03.427 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 15:54:03.428 [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:04.686 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
|
2021-02-18 15:54:06.541 [main] INFO o.s.c.n.e.c.DiscoveryClientOptionalArgsConfiguration - Eureka HTTP Client uses Jersey
|
2021-02-18 15:54:06.795 [main] WARN o.s.c.l.c.BlockingLoadBalancerClientAutoConfiguration$BlockingLoadBalancerClientRibbonWarnLogger - You already have RibbonLoadBalancerClient on your classpath. It will be used by default. As Spring Cloud Ribbon is in maintenance mode. We recommend switching to BlockingLoadBalancerClient instead. In order to use it, set the value of `spring.cloud.loadbalancer.ribbon.enabled` to `false` or remove spring-cloud-starter-netflix-ribbon from your project.
|
2021-02-18 15:54:07.343 [main] INFO o.s.cloud.netflix.eureka.InstanceInfoFactory - Setting initial instance status as: STARTING
|
2021-02-18 15:54:07.476 [main] INFO com.netflix.discovery.DiscoveryClient - Initializing Eureka in region us-east-1
|
2021-02-18 15:54:07.895 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON encoding codec LegacyJacksonJson
|
2021-02-18 15:54:07.895 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON decoding codec LegacyJacksonJson
|
2021-02-18 15:54:08.285 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML encoding codec XStreamXml
|
2021-02-18 15:54:08.285 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML decoding codec XStreamXml
|
2021-02-18 15:54:09.159 [main] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:54:09.222 [main] INFO com.netflix.discovery.DiscoveryClient - Disable delta property : false
|
2021-02-18 15:54:09.223 [main] INFO com.netflix.discovery.DiscoveryClient - Single vip registry refresh property : null
|
2021-02-18 15:54:09.223 [main] INFO com.netflix.discovery.DiscoveryClient - Force full registry fetch : false
|
2021-02-18 15:54:09.223 [main] INFO com.netflix.discovery.DiscoveryClient - Application is null : false
|
2021-02-18 15:54:09.223 [main] INFO com.netflix.discovery.DiscoveryClient - Registered Applications size is zero : true
|
2021-02-18 15:54:09.223 [main] INFO com.netflix.discovery.DiscoveryClient - Application version is -1: true
|
2021-02-18 15:54:09.223 [main] INFO com.netflix.discovery.DiscoveryClient - Getting all instance registry info from the eureka server
|
2021-02-18 15:54:09.605 [main] INFO com.netflix.discovery.DiscoveryClient - The response status is 200
|
2021-02-18 15:54:09.619 [main] INFO com.netflix.discovery.DiscoveryClient - Starting heartbeat executor: renew interval is: 30
|
2021-02-18 15:54:09.627 [main] INFO com.netflix.discovery.InstanceInfoReplicator - InstanceInfoReplicator onDemand update allowed rate per min is 4
|
2021-02-18 15:54:09.652 [main] INFO com.netflix.discovery.DiscoveryClient - Discovery Client initialized at timestamp 1613634849651 with initial instances count: 10
|
2021-02-18 15:54:09.655 [main] INFO o.s.c.n.e.serviceregistry.EurekaServiceRegistry - Registering application USER with eureka with status UP
|
2021-02-18 15:54:09.655 [main] INFO com.netflix.discovery.DiscoveryClient - Saw local status change event StatusChangeEvent [timestamp=1613634849655, current=UP, previous=STARTING]
|
2021-02-18 15:54:09.657 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8196"]
|
2021-02-18 15:54:09.679 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_USER/k8s-master:user:8196: registering service...
|
2021-02-18 15:54:09.824 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_USER/k8s-master:user:8196 - registration status: 204
|
2021-02-18 15:54:09.941 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 8196 (http) with context path ''
|
2021-02-18 15:54:09.944 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration - Updating port to 8196
|
2021-02-18 15:54:09.973 [main] INFO com.panzhihua.service_user.ServiceUserApplication - Started ServiceUserApplication in 39.039 seconds (JVM running for 40.671)
|
2021-02-18 15:59:09.225 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 16:04:09.225 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 16:08:00.305 [http-nio-8196-exec-3] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2021-02-18 16:08:00.306 [http-nio-8196-exec-3] INFO org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2021-02-18 16:08:00.313 [http-nio-8196-exec-3] INFO org.springframework.web.servlet.DispatcherServlet - Completed initialization in 7 ms
|
2021-02-18 16:08:00.426 [http-nio-8196-exec-3] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://118.121.197.120:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 843175
|
2021-02-18 16:08:00.427 [http-nio-8196-exec-2] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://118.121.197.120:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 843162
|
2021-02-18 16:08:00.431 [http-nio-8196-exec-5] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://118.121.197.120:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 843264
|
2021-02-18 16:08:00.431 [http-nio-8196-exec-1] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://118.121.197.120:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 843327
|
2021-02-18 16:08:00.431 [http-nio-8196-exec-4] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://118.121.197.120:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 843276
|
2021-02-18 16:09:09.226 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 16:14:09.226 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 16:18:26.637 [http-nio-8196-exec-5] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://118.121.197.120:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 563333
|
2021-02-18 16:18:26.638 [http-nio-8196-exec-5] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://118.121.197.120:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 568721
|
2021-02-18 16:18:26.639 [http-nio-8196-exec-5] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://118.121.197.120:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 625914
|
2021-02-18 16:18:26.643 [http-nio-8196-exec-5] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://118.121.197.120:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 625918
|
2021-02-18 16:18:26.645 [http-nio-8196-exec-5] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://118.121.197.120:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 625920
|
2021-02-18 16:19:09.227 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 16:20:57.744 [http-nio-8196-exec-2] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://118.121.197.120:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 97504
|
2021-02-18 16:20:57.745 [http-nio-8196-exec-2] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://118.121.197.120:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 127539
|
2021-02-18 16:24:09.227 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 16:26:59.127 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
|
2021-02-18 16:27:04.581 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Fetching config from server at : http://192.168.1.81:8193/
|
2021-02-18 16:27:08.463 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Located environment: name=user, profiles=[prod], label=null, version=3d77ecc3e8c14b439db6b44573f857a78e5d2df4, state=null
|
2021-02-18 16:27:08.464 [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/user-prod.yml'}]
|
2021-02-18 16:27:08.469 [main] INFO com.panzhihua.service_user.ServiceUserApplication - The following profiles are active: prod
|
2021-02-18 16:27:12.722 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
2021-02-18 16:27:12.726 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
2021-02-18 16:27:12.873 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 55ms. Found 0 Redis repository interfaces.
|
2021-02-18 16:27:14.633 [main] INFO o.springframework.cloud.context.scope.GenericScope - BeanFactory id=491ffd89-1ce4-3a2c-ae4d-ac13102a9e73
|
2021-02-18 16:27:18.290 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8196 (http)
|
2021-02-18 16:27:18.348 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8196"]
|
2021-02-18 16:27:18.354 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
2021-02-18 16:27:18.355 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.38]
|
2021-02-18 16:27:18.834 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
2021-02-18 16:27:18.834 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 10300 ms
|
2021-02-18 16:27:20.007 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
|
2021-02-18 16:27:22.504 [main] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2021-02-18 16:27:28.887 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 16:27:28.887 [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.920 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 16:27:28.920 [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:29.908 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
|
2021-02-18 16:27:31.486 [main] INFO o.s.c.n.e.c.DiscoveryClientOptionalArgsConfiguration - Eureka HTTP Client uses Jersey
|
2021-02-18 16:27:31.754 [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:32.439 [main] INFO o.s.cloud.netflix.eureka.InstanceInfoFactory - Setting initial instance status as: STARTING
|
2021-02-18 16:27:32.610 [main] INFO com.netflix.discovery.DiscoveryClient - Initializing Eureka in region us-east-1
|
2021-02-18 16:27:33.392 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON encoding codec LegacyJacksonJson
|
2021-02-18 16:27:33.392 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON decoding codec LegacyJacksonJson
|
2021-02-18 16:27:33.852 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML encoding codec XStreamXml
|
2021-02-18 16:27:33.852 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML decoding codec XStreamXml
|
2021-02-18 16:27:34.907 [main] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 16:27:34.943 [main] INFO com.netflix.discovery.DiscoveryClient - Disable delta property : false
|
2021-02-18 16:27:34.943 [main] INFO com.netflix.discovery.DiscoveryClient - Single vip registry refresh property : null
|
2021-02-18 16:27:34.943 [main] INFO com.netflix.discovery.DiscoveryClient - Force full registry fetch : false
|
2021-02-18 16:27:34.943 [main] INFO com.netflix.discovery.DiscoveryClient - Application is null : false
|
2021-02-18 16:27:34.943 [main] INFO com.netflix.discovery.DiscoveryClient - Registered Applications size is zero : true
|
2021-02-18 16:27:34.943 [main] INFO com.netflix.discovery.DiscoveryClient - Application version is -1: true
|
2021-02-18 16:27:34.943 [main] INFO com.netflix.discovery.DiscoveryClient - Getting all instance registry info from the eureka server
|
2021-02-18 16:27:35.359 [main] INFO com.netflix.discovery.DiscoveryClient - The response status is 200
|
2021-02-18 16:27:35.387 [main] INFO com.netflix.discovery.DiscoveryClient - Starting heartbeat executor: renew interval is: 30
|
2021-02-18 16:27:35.406 [main] INFO com.netflix.discovery.InstanceInfoReplicator - InstanceInfoReplicator onDemand update allowed rate per min is 4
|
2021-02-18 16:27:35.410 [main] INFO com.netflix.discovery.DiscoveryClient - Discovery Client initialized at timestamp 1613636855409 with initial instances count: 9
|
2021-02-18 16:27:35.426 [main] INFO o.s.c.n.e.serviceregistry.EurekaServiceRegistry - Registering application USER with eureka with status UP
|
2021-02-18 16:27:35.427 [main] INFO com.netflix.discovery.DiscoveryClient - Saw local status change event StatusChangeEvent [timestamp=1613636855427, current=UP, previous=STARTING]
|
2021-02-18 16:27:35.429 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8196"]
|
2021-02-18 16:27:35.643 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_USER/k8s-master:user:8196: registering service...
|
2021-02-18 16:27:35.681 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 8196 (http) with context path ''
|
2021-02-18 16:27:35.693 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration - Updating port to 8196
|
2021-02-18 16:27:35.740 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_USER/k8s-master:user:8196 - registration status: 204
|
2021-02-18 16:27:35.761 [main] INFO com.panzhihua.service_user.ServiceUserApplication - Started ServiceUserApplication in 38.713 seconds (JVM running for 40.839)
|
2021-02-18 16:27:42.959 [http-nio-8196-exec-1] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2021-02-18 16:27:42.959 [http-nio-8196-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2021-02-18 16:27:42.979 [http-nio-8196-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Completed initialization in 20 ms
|
2021-02-18 16:28:26.925 [http-nio-8196-exec-9] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://118.121.197.120:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 64464
|
2021-02-18 16:30:27.302 [http-nio-8196-exec-10] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://118.121.197.120:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 91225
|
2021-02-18 16:30:27.303 [http-nio-8196-exec-3] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://118.121.197.120:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 120139
|
2021-02-18 16:30:27.304 [http-nio-8196-exec-3] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://118.121.197.120:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 184909
|
2021-02-18 16:30:27.306 [http-nio-8196-exec-10] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://118.121.197.120:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 184881
|
2021-02-18 16:30:27.306 [http-nio-8196-exec-3] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://118.121.197.120:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 185010
|
2021-02-18 16:30:28.988 [http-nio-8196-exec-6] INFO c.p.service_user.config.MyMetaObjectHandler - start insert fill ....
|
2021-02-18 16:30:28.989 [http-nio-8196-exec-4] INFO c.p.service_user.config.MyMetaObjectHandler - start insert fill ....
|
2021-02-18 16:32:34.945 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 16:37:34.946 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 16:42:34.946 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 16:47:06.320 [http-nio-8196-exec-6] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://118.121.197.120:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 853367
|
2021-02-18 16:47:06.322 [http-nio-8196-exec-6] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://118.121.197.120:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 869520
|
2021-02-18 16:47:06.323 [http-nio-8196-exec-6] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://118.121.197.120:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 929356
|
2021-02-18 16:47:06.324 [http-nio-8196-exec-6] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://118.121.197.120:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 929358
|
2021-02-18 16:47:06.903 [http-nio-8196-exec-4] INFO c.p.service_user.config.MyMetaObjectHandler - start insert fill ....
|
2021-02-18 16:47:34.947 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 16:50:35.071 [http-nio-8196-exec-3] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://118.121.197.120:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 207720
|
2021-02-18 16:50:35.072 [http-nio-8196-exec-4] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://118.121.197.120:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 207680
|
2021-02-18 16:50:35.072 [http-nio-8196-exec-9] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://118.121.197.120:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 207727
|
2021-02-18 16:50:35.072 [http-nio-8196-exec-3] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://118.121.197.120:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 207729
|
2021-02-18 16:52:34.947 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 16:57:34.948 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:02:34.948 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:05:32.424 [http-nio-8196-exec-4] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://118.121.197.120:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 896012
|
2021-02-18 17:05:32.425 [http-nio-8196-exec-4] WARN com.alibaba.druid.pool.DruidAbstractDataSource - discard long time none received connection. , jdbcUrl : jdbc:mysql://118.121.197.120:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.3, lastPacketReceivedIdleMillis : 897325
|
2021-02-18 17:07:34.949 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:12:34.949 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:17:34.950 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:22:34.950 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:27:34.950 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:32:34.951 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:37:34.951 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:42:34.952 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:47:34.952 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:52:34.953 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:57:34.953 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:02:34.953 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:07:34.954 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:12:34.954 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:17:34.955 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:22:34.955 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:27:34.955 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:32:34.956 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:37:34.956 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:42:34.957 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:47:34.957 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:52:34.958 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:57:34.958 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:02:34.958 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:07:34.959 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:12:34.959 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:17:34.959 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:22:34.960 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:27:34.960 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:32:34.961 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:37:34.961 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:42:34.961 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:47:34.962 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:52:34.962 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:57:34.963 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:02:34.963 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:07:34.963 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:12:34.964 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:17:34.964 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:22:34.965 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:27:34.965 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:32:34.965 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:37:34.966 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:42:34.966 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:47:34.967 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:52:34.967 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:57:34.968 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:02:34.968 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:07:34.968 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:12:34.969 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:17:34.969 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:22:34.970 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:27:34.970 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:32:34.970 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:37:34.971 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:42:34.971 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:47:34.971 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:52:34.972 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:57:34.972 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:02:34.973 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:07:34.973 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:12:34.974 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:17:34.974 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:22:34.974 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:27:34.975 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:32:34.975 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:37:34.976 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:42:34.976 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:47:34.976 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:52:34.977 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:57:34.977 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:02:34.977 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:07:34.978 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:12:34.978 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:17:34.979 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:22:34.979 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:27:34.979 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:32:34.980 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:37:34.980 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:42:34.980 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:47:34.981 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:52:34.981 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:57:34.982 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:02:34.982 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:07:34.982 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:12:34.983 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:17:34.983 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:22:34.984 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:27:34.984 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:32:34.984 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:37:34.985 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:42:34.985 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:47:34.986 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:52:34.986 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:57:34.986 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:02:34.987 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:07:34.987 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:12:34.988 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:17:34.988 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:22:34.988 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:27:34.989 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:32:34.989 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:37:34.989 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:42:34.990 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:47:34.990 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:52:34.991 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:57:34.991 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:02:34.992 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:07:34.992 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:12:34.992 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:17:34.993 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:22:34.993 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:27:34.993 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:32:34.994 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:37:34.994 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:42:34.995 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:47:34.995 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:52:34.995 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:57:34.997 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:02:34.997 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:07:34.998 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:12:35.001 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:17:35.002 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:22:35.002 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:27:35.002 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:32:35.003 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:37:35.003 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:42:35.003 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:47:35.004 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:52:35.004 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:57:35.005 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:02:35.005 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:07:35.005 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:12:35.006 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:17:35.006 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:22:35.006 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:27:35.007 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:32:35.007 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:37:35.008 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:42:35.008 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:47:35.008 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:52:35.009 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:57:35.009 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:02:35.010 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:07:35.010 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:12:35.010 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:17:35.011 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:22:35.011 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:27:35.012 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:32:35.012 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:37:35.012 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:42:35.013 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:47:35.013 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:52:35.013 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:57:35.014 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:02:35.014 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:07:35.014 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:12:35.015 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:17:35.015 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:22:35.016 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:27:35.016 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:32:35.016 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:37:35.017 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:42:35.017 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:47:35.018 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:52:35.019 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:57:35.019 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:02:35.020 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:07:35.020 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:12:35.020 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:17:35.021 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:22:35.021 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:27:35.021 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:32:35.022 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:37:35.022 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:42:35.022 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:47:35.023 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:52:35.023 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:57:35.024 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:02:35.024 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:07:35.025 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:12:35.025 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:17:35.025 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:22:35.026 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:27:35.026 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:32:35.026 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:37:35.027 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:42:35.027 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:47:35.028 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:52:35.028 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:57:35.028 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|