2021-02-18 11:06:12.885 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
|
2021-02-18 11:06:16.767 [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_community.ServiceCommunityApplication.main(ServiceCommunityApplication.java:16)
|
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:17.193 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Fetching config from server at : http://localhost:8193/
|
2021-02-18 11:06:17.219 [main] WARN o.s.c.c.client.ConfigServicePropertySourceLocator - Could not locate PropertySource: 500 : [{"timestamp":"2021-02-18T03:06:17.208+00:00","status":500,"error":"Internal Server Error","message":"","path":"/community/prod"}]
|
2021-02-18 11:06:17.221 [main] INFO c.p.service_community.ServiceCommunityApplication - The following profiles are active: prod
|
2021-02-18 11:06:20.166 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
2021-02-18 11:06:20.170 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
2021-02-18 11:06:20.343 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 69ms. Found 0 Redis repository interfaces.
|
2021-02-18 11:06:22.245 [main] INFO o.springframework.cloud.context.scope.GenericScope - BeanFactory id=a02fe3bf-1295-3bbd-abeb-d7a5a705e6e0
|
2021-02-18 11:06:24.818 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
|
2021-02-18 11:06:24.848 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"]
|
2021-02-18 11:06:24.849 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
2021-02-18 11:06:24.849 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.38]
|
2021-02-18 11:06:25.089 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
2021-02-18 11:06:25.089 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 7756 ms
|
2021-02-18 11:06:25.581 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
|
2021-02-18 11:06:25.710 [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 'comActEasyPhotoServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'comActEasyPhotoDAO' defined in URL [jar:file:/mnt/data/api/git/zhihuishequ/springcloud_k8s_panzhihuazhihuishequ/service_community/target/service_community-0.0.1-SNAPSHOT.jar!/BOOT-INF/classes!/com/panzhihua/service_community/dao/ComActEasyPhotoDAO.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:25.711 [main] INFO org.apache.catalina.core.StandardService - Stopping service [Tomcat]
|
2021-02-18 11:06:25.906 [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:25.909 [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.140 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
|
2021-02-18 11:07:29.147 [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_community.ServiceCommunityApplication.main(ServiceCommunityApplication.java:16)
|
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.464 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Fetching config from server at : http://localhost:8193/
|
2021-02-18 11:07:29.534 [main] WARN o.s.c.c.client.ConfigServicePropertySourceLocator - Could not locate PropertySource: 500 : [{"timestamp":"2021-02-18T03:07:29.483+00:00","status":500,"error":"Internal Server Error","message":"","path":"/community/prod"}]
|
2021-02-18 11:07:29.535 [main] INFO c.p.service_community.ServiceCommunityApplication - The following profiles are active: prod
|
2021-02-18 11:07:32.741 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
2021-02-18 11:07:32.745 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
2021-02-18 11:07:32.883 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 33ms. Found 0 Redis repository interfaces.
|
2021-02-18 11:07:34.278 [main] INFO o.springframework.cloud.context.scope.GenericScope - BeanFactory id=a02fe3bf-1295-3bbd-abeb-d7a5a705e6e0
|
2021-02-18 11:07:36.926 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
|
2021-02-18 11:07:36.953 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"]
|
2021-02-18 11:07:36.953 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
2021-02-18 11:07:36.953 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.38]
|
2021-02-18 11:07:37.152 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
2021-02-18 11:07:37.152 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 7512 ms
|
2021-02-18 11:07:37.631 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
|
2021-02-18 11:07:37.914 [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 'comActEasyPhotoServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'comActEasyPhotoDAO' defined in URL [jar:file:/mnt/data/api/git/zhihuishequ/springcloud_k8s_panzhihuazhihuishequ/service_community/target/service_community-0.0.1-SNAPSHOT.jar!/BOOT-INF/classes!/com/panzhihua/service_community/dao/ComActEasyPhotoDAO.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:37.915 [main] INFO org.apache.catalina.core.StandardService - Stopping service [Tomcat]
|
2021-02-18 11:07:38.163 [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.166 [main] ERROR o.s.b.diagnostics.LoggingFailureAnalysisReporter -
|
|
***************************
|
APPLICATION FAILED TO START
|
***************************
|
|
Description:
|
|
Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.
|
|
Reason: Failed to determine a suitable driver class
|
|
|
Action:
|
|
Consider the following:
|
If you want an embedded database (H2, HSQL or Derby), please put it on the classpath.
|
If you have database settings to be loaded from a particular profile you may need to activate it (no profiles are currently active).
|
|
2021-02-18 11:13:24.211 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
|
2021-02-18 11:13:27.906 [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_community.ServiceCommunityApplication.main(ServiceCommunityApplication.java:16)
|
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.307 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Fetching config from server at : http://localhost:8193/
|
2021-02-18 11:13:38.047 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Located environment: name=community, profiles=[prod], label=null, version=7d9eb79b0796a10635925741759dffd59bd742b0, state=null
|
2021-02-18 11:13:38.048 [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/community-prod.yml'}]
|
2021-02-18 11:13:38.055 [main] INFO c.p.service_community.ServiceCommunityApplication - The following profiles are active: prod
|
2021-02-18 11:13:40.223 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
2021-02-18 11:13:40.231 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
2021-02-18 11:13:40.333 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 34ms. Found 0 Redis repository interfaces.
|
2021-02-18 11:13:41.942 [main] INFO o.springframework.cloud.context.scope.GenericScope - BeanFactory id=3ce6d31b-28cf-3166-9c5b-0dc6067a069c
|
2021-02-18 11:13:44.628 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8291 (http)
|
2021-02-18 11:13:44.653 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8291"]
|
2021-02-18 11:13:44.653 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
2021-02-18 11:13:44.653 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.38]
|
2021-02-18 11:13:45.123 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
2021-02-18 11:13:45.124 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 7039 ms
|
2021-02-18 11:13:46.031 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
|
2021-02-18 11:13:49.389 [main] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2021-02-18 11:13:56.749 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 11:13:56.749 [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:56.755 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 11:13:56.755 [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.717 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
|
2021-02-18 11:14:01.646 [main] INFO o.s.c.n.e.c.DiscoveryClientOptionalArgsConfiguration - Eureka HTTP Client uses Jersey
|
2021-02-18 11:14:01.804 [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:02.217 [main] INFO o.s.cloud.netflix.eureka.InstanceInfoFactory - Setting initial instance status as: STARTING
|
2021-02-18 11:14:02.305 [main] INFO com.netflix.discovery.DiscoveryClient - Initializing Eureka in region us-east-1
|
2021-02-18 11:14:02.631 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON encoding codec LegacyJacksonJson
|
2021-02-18 11:14:02.633 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON decoding codec LegacyJacksonJson
|
2021-02-18 11:14:02.990 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML encoding codec XStreamXml
|
2021-02-18 11:14:02.990 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML decoding codec XStreamXml
|
2021-02-18 11:14:03.687 [main] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 11:14:03.748 [main] INFO com.netflix.discovery.DiscoveryClient - Disable delta property : false
|
2021-02-18 11:14:03.748 [main] INFO com.netflix.discovery.DiscoveryClient - Single vip registry refresh property : null
|
2021-02-18 11:14:03.748 [main] INFO com.netflix.discovery.DiscoveryClient - Force full registry fetch : false
|
2021-02-18 11:14:03.748 [main] INFO com.netflix.discovery.DiscoveryClient - Application is null : false
|
2021-02-18 11:14:03.748 [main] INFO com.netflix.discovery.DiscoveryClient - Registered Applications size is zero : true
|
2021-02-18 11:14:03.749 [main] INFO com.netflix.discovery.DiscoveryClient - Application version is -1: true
|
2021-02-18 11:14:03.749 [main] INFO com.netflix.discovery.DiscoveryClient - Getting all instance registry info from the eureka server
|
2021-02-18 11:14:04.184 [main] INFO com.netflix.discovery.DiscoveryClient - The response status is 200
|
2021-02-18 11:14:04.185 [main] INFO com.netflix.discovery.DiscoveryClient - Starting heartbeat executor: renew interval is: 30
|
2021-02-18 11:14:04.189 [main] INFO com.netflix.discovery.InstanceInfoReplicator - InstanceInfoReplicator onDemand update allowed rate per min is 4
|
2021-02-18 11:14:04.192 [main] INFO com.netflix.discovery.DiscoveryClient - Discovery Client initialized at timestamp 1613618044191 with initial instances count: 6
|
2021-02-18 11:14:04.195 [main] INFO o.s.c.n.e.serviceregistry.EurekaServiceRegistry - Registering application COMMUNITY with eureka with status UP
|
2021-02-18 11:14:04.195 [main] INFO com.netflix.discovery.DiscoveryClient - Saw local status change event StatusChangeEvent [timestamp=1613618044195, current=UP, previous=STARTING]
|
2021-02-18 11:14:04.197 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8291"]
|
2021-02-18 11:14:04.219 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_COMMUNITY/k8s-master:community:8291: registering service...
|
2021-02-18 11:14:04.407 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_COMMUNITY/k8s-master:community:8291 - registration status: 204
|
2021-02-18 11:14:04.415 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 8291 (http) with context path ''
|
2021-02-18 11:14:04.422 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration - Updating port to 8291
|
2021-02-18 11:14:04.472 [main] INFO c.p.service_community.ServiceCommunityApplication - Started ServiceCommunityApplication in 42.102 seconds (JVM running for 44.024)
|
2021-02-18 11:19:03.750 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 11:21:42.458 [http-nio-8291-exec-1] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2021-02-18 11:21:42.458 [http-nio-8291-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2021-02-18 11:21:42.467 [http-nio-8291-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Completed initialization in 9 ms
|
2021-02-18 11:21:42.574 [http-nio-8291-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 : 473212
|
2021-02-18 11:21:42.576 [http-nio-8291-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 : 473291
|
2021-02-18 11:21:42.577 [http-nio-8291-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 : 473378
|
2021-02-18 11:21:42.590 [http-nio-8291-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 : 473474
|
2021-02-18 11:21:42.593 [http-nio-8291-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 : 473659
|
2021-02-18 11:22:21.776 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 11:22:33.617 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 11:22:33.619 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 11:22:33.625 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【3】
|
2021-02-18 11:22:33.627 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 11:22:34.226 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 11:23:00.018 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 11:23:00.018 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 11:23:00.051 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 11:23:00.053 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 11:23:00.055 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 11:23:00.057 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 11:23:00.719 [http-nio-8291-exec-2] INFO c.p.service_community.config.MyMetaObjectHandler - start insert fill ....
|
2021-02-18 11:24:00.027 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 11:24:00.031 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 11:24:00.068 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 11:24:00.070 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 11:24:00.071 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 11:24:00.073 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 11:24:03.751 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 11:25:00.025 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 11:25:00.027 [http-nio-8291-exec-7] 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 : 120007
|
2021-02-18 11:25:00.029 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 11:25:00.029 [http-nio-8291-exec-7] 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 : 120011
|
2021-02-18 11:25:00.075 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 11:25:00.076 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 11:25:00.078 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 11:25:00.080 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 11:26:00.019 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 11:26:00.036 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 11:26:00.038 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 11:26:00.040 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 11:26:00.042 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 11:26:00.046 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 11:27:00.022 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 11:27:00.029 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 11:27:00.063 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 11:27:00.065 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 11:27:00.067 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 11:27:00.068 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 11:28:00.017 [http-nio-8291-exec-3] 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 : 119998
|
2021-02-18 11:28:00.018 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 11:28:00.027 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 11:28:00.043 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 11:28:00.044 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 11:28:00.046 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 11:28:00.048 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 11:29:00.019 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 11:29:00.021 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 11:29:00.053 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 11:29:00.054 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 11:29:00.056 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 11:29:00.057 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 11:29:03.751 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 11:30:00.021 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 11:30:00.045 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 11:30:00.045 [http-nio-8291-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 : 60023
|
2021-02-18 11:30:00.049 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 11:30:00.052 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 11:30:00.054 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 11:30:00.055 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 11:31:00.017 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 11:31:00.033 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 11:31:00.047 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 11:31:00.048 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 11:31:00.050 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 11:31:00.053 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 11:32:00.021 [http-nio-8291-exec-9] 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 : 60004
|
2021-02-18 11:32:00.022 [http-nio-8291-exec-9] 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 : 180002
|
2021-02-18 11:32:00.026 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 11:32:00.027 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 11:32:00.039 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 11:32:00.041 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 11:32:00.043 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 11:32:00.044 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 11:33:00.021 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 11:33:00.024 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 11:33:00.062 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 11:33:00.064 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 11:33:00.065 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 11:33:00.066 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 11:34:00.025 [http-nio-8291-exec-10] 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 : 60001
|
2021-02-18 11:34:00.025 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 11:34:00.033 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 11:34:00.052 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 11:34:00.054 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 11:34:00.056 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 11:34:00.057 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 11:34:03.752 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 11:35:00.017 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 11:35:00.019 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 11:35:00.043 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 11:35:00.045 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 11:35:00.046 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 11:35:00.048 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 11:36:00.025 [http-nio-8291-exec-8] 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 : 119993
|
2021-02-18 11:36:00.027 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 11:36:00.034 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 11:36:00.060 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 11:36:00.062 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 11:36:00.063 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 11:36:00.065 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 11:37:00.029 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 11:37:00.032 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 11:37:00.065 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 11:37:00.066 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 11:37:00.068 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 11:37:00.070 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 11:38:00.024 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 11:38:00.031 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 11:38:00.032 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 11:38:00.034 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 11:38:00.036 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 11:38:00.038 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 11:39:00.021 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 11:39:00.028 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 11:39:00.055 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 11:39:00.056 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 11:39:00.058 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 11:39:00.059 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 11:39:03.752 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 11:40:00.014 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 11:40:00.025 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 11:40:00.048 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 11:40:00.050 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 11:40:00.051 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 11:40:00.052 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 11:41:00.018 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 11:41:00.021 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 11:41:00.047 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 11:41:00.048 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 11:41:00.050 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 11:41:00.052 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 11:42:00.018 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 11:42:00.020 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 11:42:00.049 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 11:42:00.050 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 11:42:00.051 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 11:42:00.053 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 11:43:00.014 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 11:43:00.017 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 11:43:00.047 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 11:43:00.049 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 11:43:00.052 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 11:43:00.054 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 11:44:00.027 [http-nio-8291-exec-3] 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 : 419998
|
2021-02-18 11:44:00.027 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 11:44:00.028 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 11:44:00.063 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 11:44:00.065 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 11:44:00.066 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 11:44:00.067 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 11:44:03.753 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 11:45:00.019 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 11:45:00.020 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 11:45:00.062 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 11:45:00.063 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 11:45:00.064 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 11:45:00.065 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 11:46:00.015 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 11:46:00.025 [http-nio-8291-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 : 60006
|
2021-02-18 11:46:00.028 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 11:46:00.062 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 11:46:00.063 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 11:46:00.064 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 11:46:00.066 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 11:47:00.020 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 11:47:00.028 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 11:47:00.054 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 11:47:00.055 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 11:47:00.057 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 11:47:00.059 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 11:48:00.019 [http-nio-8291-exec-2] 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 : 119991
|
2021-02-18 11:48:00.020 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 11:48:00.023 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 11:48:00.043 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 11:48:00.044 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 11:48:00.046 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 11:48:00.047 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 11:49:00.027 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 11:49:00.029 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 11:49:00.058 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 11:49:00.060 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 11:49:00.062 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 11:49:00.063 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 11:49:03.753 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 11:50:00.015 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 11:50:00.027 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 11:50:00.058 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 11:50:00.059 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 11:50:00.061 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 11:50:00.062 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 11:51:00.017 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 11:51:00.027 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 11:51:00.028 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 11:51:00.029 [http-nio-8291-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 : 60003
|
2021-02-18 11:51:00.030 [http-nio-8291-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 : 120001
|
2021-02-18 11:51:00.030 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 11:51:00.031 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 11:51:00.033 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 11:52:00.012 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 11:52:00.018 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 11:52:00.060 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 11:52:00.061 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 11:52:00.063 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 11:52:00.064 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 11:53:00.017 [http-nio-8291-exec-3] 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 : 119984
|
2021-02-18 11:53:00.018 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 11:53:00.019 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 11:53:00.049 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 11:53:00.051 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 11:53:00.053 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 11:53:00.055 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 11:54:00.015 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 11:54:00.018 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 11:54:00.060 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 11:54:00.061 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 11:54:00.063 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 11:54:00.064 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 11:54:03.753 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 11:55:00.010 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 11:55:00.013 [http-nio-8291-exec-7] 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 : 119987
|
2021-02-18 11:55:00.013 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 11:55:00.039 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 11:55:00.041 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 11:55:00.042 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 11:55:00.044 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 11:56:00.015 [http-nio-8291-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 : 60001
|
2021-02-18 11:56:00.018 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 11:56:00.024 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 11:56:00.052 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 11:56:00.053 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 11:56:00.055 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 11:56:00.056 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 11:57:00.011 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 11:57:00.013 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 11:57:00.035 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 11:57:00.037 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 11:57:00.038 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 11:57:00.040 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 11:58:00.017 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 11:58:00.025 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 11:58:00.027 [http-nio-8291-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 : 60014
|
2021-02-18 11:58:00.054 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 11:58:00.056 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 11:58:00.057 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 11:58:00.059 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 11:59:00.014 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 11:59:00.025 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 11:59:00.034 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 11:59:00.036 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 11:59:00.037 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 11:59:00.041 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 11:59:03.754 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:00:00.025 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:00:00.026 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:00:00.042 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:00:00.043 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:00:00.045 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:00:00.046 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:01:00.016 [http-nio-8291-exec-3] 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 : 179987
|
2021-02-18 12:01:00.017 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:01:00.018 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:01:00.057 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:01:00.059 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:01:00.060 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:01:00.062 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:02:00.022 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:02:00.029 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:02:00.040 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:02:00.042 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:02:00.043 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:02:00.045 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:03:00.012 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:03:00.020 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:03:00.038 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:03:00.039 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:03:00.040 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:03:00.041 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:04:00.021 [http-nio-8291-exec-10] 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 : 60002
|
2021-02-18 12:04:00.021 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:04:00.023 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:04:00.061 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:04:00.062 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:04:00.064 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:04:00.065 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:04:03.754 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:05:00.020 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:05:00.024 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:05:00.044 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:05:00.045 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:05:00.047 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:05:00.049 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:06:00.025 [http-nio-8291-exec-3] 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 : 120000
|
2021-02-18 12:06:00.029 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:06:00.030 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:06:00.055 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:06:00.057 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:06:00.059 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:06:00.061 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:07:00.020 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:07:00.026 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:07:00.045 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:07:00.046 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:07:00.048 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:07:00.049 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:08:00.020 [http-nio-8291-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 : 60002
|
2021-02-18 12:08:00.021 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:08:00.023 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:08:00.043 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:08:00.045 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:08:00.046 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:08:00.047 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:09:00.010 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:09:00.020 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:09:00.053 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:09:00.054 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:09:00.056 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:09:00.057 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:09:03.754 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:10:00.021 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:10:00.022 [http-nio-8291-exec-7] 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 : 119998
|
2021-02-18 12:10:00.022 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:10:00.056 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:10:00.057 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:10:00.059 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:10:00.060 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:11:00.014 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:11:00.018 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:11:00.044 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:11:00.045 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:11:00.047 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:11:00.048 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:12:00.017 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:12:00.018 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:12:00.043 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:12:00.045 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:12:00.046 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:12:00.047 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:13:00.013 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:13:00.024 [http-nio-8291-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 : 60005
|
2021-02-18 12:13:00.027 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:13:00.057 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:13:00.060 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:13:00.062 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:13:00.063 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:14:00.026 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:14:00.029 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:14:00.044 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:14:00.045 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:14:00.046 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:14:00.048 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:14:03.755 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:15:00.015 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:15:00.018 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:15:00.057 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:15:00.059 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:15:00.060 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:15:00.061 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:16:00.016 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:16:00.018 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:16:00.037 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:16:00.038 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:16:00.039 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:16:00.041 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:17:00.021 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:17:00.023 [http-nio-8291-exec-10] 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 : 60006
|
2021-02-18 12:17:00.024 [http-nio-8291-exec-10] 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 : 60008
|
2021-02-18 12:17:00.025 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:17:00.057 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:17:00.058 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:17:00.060 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:17:00.061 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:18:00.024 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:18:00.024 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:18:00.040 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:18:00.041 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:18:00.042 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:18:00.044 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:19:00.026 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:19:00.029 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:19:00.061 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:19:00.062 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:19:00.064 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:19:00.065 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:19:03.755 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:20:00.021 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:20:00.022 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:20:00.046 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:20:00.048 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:20:00.049 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:20:00.051 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:21:00.020 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:21:00.025 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:21:00.031 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:21:00.032 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:21:00.034 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:21:00.035 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:22:00.014 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:22:00.015 [http-nio-8291-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 : 119993
|
2021-02-18 12:22:00.031 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:22:00.036 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:22:00.037 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:22:00.039 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:22:00.040 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:23:00.022 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:23:00.025 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:23:00.035 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:23:00.036 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:23:00.038 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:23:00.039 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:24:00.018 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:24:00.020 [http-nio-8291-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 : 119983
|
2021-02-18 12:24:00.023 [http-nio-8291-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 : 359999
|
2021-02-18 12:24:00.025 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:24:00.049 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:24:00.050 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:24:00.051 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:24:00.053 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:24:03.755 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:25:00.024 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:25:00.025 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:25:00.057 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:25:00.058 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:25:00.060 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:25:00.061 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:26:00.013 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:26:00.023 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:26:00.047 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:26:00.048 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:26:00.049 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:26:00.051 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:27:00.015 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:27:00.025 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:27:00.030 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:27:00.032 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:27:00.034 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:27:00.036 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:28:00.010 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:28:00.019 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:28:00.046 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:28:00.047 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:28:00.049 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:28:00.050 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:29:00.014 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:29:00.020 [http-nio-8291-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 : 239996
|
2021-02-18 12:29:00.022 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:29:00.042 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:29:00.044 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:29:00.045 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:29:00.046 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:29:03.756 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:30:00.021 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:30:00.029 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:30:00.052 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:30:00.053 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:30:00.055 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:30:00.056 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:31:00.019 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:31:00.019 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:31:00.027 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:31:00.029 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:31:00.030 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:31:00.032 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:32:00.012 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:32:00.020 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:32:00.055 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:32:00.057 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:32:00.058 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:32:00.059 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:33:00.014 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:33:00.019 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:33:00.034 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:33:00.040 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:33:00.043 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:33:00.052 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:34:00.017 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:34:00.019 [http-nio-8291-exec-3] 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 : 180001
|
2021-02-18 12:34:00.020 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:34:00.020 [http-nio-8291-exec-3] 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 : 239999
|
2021-02-18 12:34:00.049 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:34:00.050 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:34:00.051 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:34:00.052 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:34:03.756 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:35:00.025 [http-nio-8291-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 : 60004
|
2021-02-18 12:35:00.025 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:35:00.027 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:35:00.051 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:35:00.052 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:35:00.054 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:35:00.055 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:36:00.021 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:36:00.022 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:36:00.037 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:36:00.038 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:36:00.040 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:36:00.041 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:37:00.034 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:37:00.036 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:37:00.052 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:37:00.053 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:37:00.055 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:37:00.056 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:38:00.018 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:38:00.026 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:38:00.031 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:38:00.033 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:38:00.034 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:38:00.035 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:39:00.017 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:39:00.020 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:39:00.069 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:39:00.070 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:39:00.071 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:39:00.072 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:39:03.757 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:40:00.010 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:40:00.029 [http-nio-8291-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 : 240008
|
2021-02-18 12:40:00.032 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:40:00.055 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:40:00.056 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:40:00.057 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:40:00.058 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:41:00.019 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:41:00.019 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:41:00.047 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:41:00.049 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:41:00.050 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:41:00.051 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:42:00.014 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:42:00.020 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:42:00.020 [http-nio-8291-exec-8] 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 : 60001
|
2021-02-18 12:42:00.049 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:42:00.050 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:42:00.052 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:42:00.053 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:43:00.015 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:43:00.016 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:43:00.033 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:43:00.034 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:43:00.036 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:43:00.037 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:44:00.010 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:44:00.017 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:44:00.036 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:44:00.038 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:44:00.039 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:44:00.040 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:44:03.757 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:45:00.010 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:45:00.014 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:45:00.060 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:45:00.062 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:45:00.063 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:45:00.064 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:46:00.015 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:46:00.021 [http-nio-8291-exec-9] 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 : 120004
|
2021-02-18 12:46:00.022 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:46:00.054 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:46:00.055 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:46:00.056 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:46:00.057 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:47:00.018 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:47:00.019 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:47:00.028 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:47:00.029 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:47:00.031 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:47:00.032 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:48:00.016 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:48:00.023 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:48:00.040 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:48:00.042 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:48:00.043 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:48:00.044 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:49:00.019 [http-nio-8291-exec-8] 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 : 60003
|
2021-02-18 12:49:00.020 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:49:00.021 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:49:00.059 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:49:00.061 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:49:00.062 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:49:00.063 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:49:03.757 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:50:00.013 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:50:00.017 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:50:00.055 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:50:00.056 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:50:00.057 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:50:00.059 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:51:00.013 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:51:00.020 [http-nio-8291-exec-9] 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 : 60004
|
2021-02-18 12:51:00.021 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:51:00.054 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:51:00.055 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:51:00.056 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:51:00.061 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:52:00.018 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:52:00.018 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:52:00.051 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:52:00.053 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:52:00.054 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:52:00.055 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:53:00.019 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:53:00.020 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:53:00.056 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:53:00.057 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:53:00.059 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:53:00.060 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:54:00.018 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:54:00.018 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:54:00.052 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:54:00.053 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:54:00.054 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:54:00.056 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:54:03.757 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 12:55:00.009 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:55:00.019 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:55:00.039 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:55:00.041 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:55:00.042 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:55:00.043 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:56:00.012 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:56:00.018 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:56:00.036 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:56:00.037 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:56:00.038 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:56:00.039 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:57:00.025 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:57:00.027 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:57:00.045 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:57:00.047 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:57:00.048 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:57:00.049 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:58:00.021 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:58:00.021 [http-nio-8291-exec-8] 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 : 180005
|
2021-02-18 12:58:00.023 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:58:00.053 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:58:00.054 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:58:00.055 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:58:00.056 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:59:00.019 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 12:59:00.020 [http-nio-8291-exec-10] 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 : 300002
|
2021-02-18 12:59:00.022 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 12:59:00.055 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 12:59:00.056 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 12:59:00.057 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 12:59:00.058 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 12:59:03.758 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:00:00.015 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:00:00.021 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:00:00.058 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:00:00.059 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:00:00.060 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:00:00.061 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:01:00.014 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:01:00.023 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:01:00.053 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:01:00.054 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:01:00.058 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:01:00.059 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:02:00.020 [http-nio-8291-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 : 179998
|
2021-02-18 13:02:00.020 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:02:00.020 [http-nio-8291-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 : 180001
|
2021-02-18 13:02:00.024 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:02:00.043 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:02:00.044 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:02:00.045 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:02:00.046 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:03:00.010 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:03:00.020 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:03:00.038 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:03:00.040 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:03:00.041 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:03:00.043 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:04:00.019 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:04:00.021 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:04:00.061 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:04:00.062 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:04:00.063 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:04:00.064 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:04:03.758 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:05:00.013 [http-nio-8291-exec-8] 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 : 119994
|
2021-02-18 13:05:00.014 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:05:00.016 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:05:00.036 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:05:00.038 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:05:00.039 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:05:00.040 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:06:00.020 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:06:00.023 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:06:00.023 [http-nio-8291-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 : 60007
|
2021-02-18 13:06:00.055 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:06:00.057 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:06:00.058 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:06:00.059 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:07:00.015 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:07:00.015 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:07:00.053 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:07:00.054 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:07:00.055 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:07:00.056 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:08:00.017 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:08:00.018 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:08:00.027 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:08:00.028 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:08:00.029 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:08:00.030 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:09:00.010 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:09:00.015 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:09:00.034 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:09:00.035 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:09:00.037 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:09:00.038 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:09:03.758 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:10:00.012 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:10:00.019 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:10:00.019 [http-nio-8291-exec-10] 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 : 60004
|
2021-02-18 13:10:00.048 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:10:00.050 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:10:00.051 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:10:00.052 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:11:00.018 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:11:00.020 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:11:00.038 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:11:00.040 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:11:00.041 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:11:00.042 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:12:00.011 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:12:00.017 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:12:00.064 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:12:00.065 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:12:00.066 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:12:00.067 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:13:00.010 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:13:00.015 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:13:00.044 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:13:00.045 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:13:00.046 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:13:00.047 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:14:00.011 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:14:00.011 [http-nio-8291-exec-8] 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 : 179991
|
2021-02-18 13:14:00.018 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:14:00.043 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:14:00.044 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:14:00.045 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:14:00.046 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:14:03.759 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:15:00.019 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:15:00.020 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:15:00.030 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:15:00.031 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:15:00.032 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:15:00.033 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:16:00.024 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:16:00.024 [http-nio-8291-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 : 120006
|
2021-02-18 13:16:00.024 [http-nio-8291-exec-8] 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 : 540009
|
2021-02-18 13:16:00.028 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:16:00.048 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:16:00.049 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:16:00.053 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:16:00.054 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:17:00.020 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:17:00.023 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:17:00.052 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:17:00.053 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:17:00.054 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:17:00.055 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:18:00.010 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:18:00.018 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:18:00.051 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:18:00.053 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:18:00.054 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:18:00.055 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:19:00.017 [http-nio-8291-exec-10] 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 : 179988
|
2021-02-18 13:19:00.017 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:19:00.020 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:19:00.044 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:19:00.046 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:19:00.047 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:19:00.048 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:19:03.759 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:20:00.030 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:20:00.031 [http-nio-8291-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 : 60011
|
2021-02-18 13:20:00.033 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:20:00.063 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:20:00.064 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:20:00.065 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:20:00.066 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:21:00.018 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:21:00.027 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:21:00.046 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:21:00.048 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:21:00.049 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:21:00.050 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:22:00.015 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:22:00.017 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:22:00.043 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:22:00.044 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:22:00.046 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:22:00.047 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:23:00.019 [http-nio-8291-exec-10] 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 : 60004
|
2021-02-18 13:23:00.029 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:23:00.030 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:23:00.065 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:23:00.066 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:23:00.067 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:23:00.068 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:24:00.021 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:24:00.024 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:24:00.044 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:24:00.045 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:24:00.047 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:24:00.048 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:24:03.759 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:25:00.015 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:25:00.021 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:25:00.041 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:25:00.042 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:25:00.045 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:25:00.046 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:26:00.015 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:26:00.015 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:26:00.049 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:26:00.050 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:26:00.051 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:26:00.052 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:27:00.010 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:27:00.017 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:27:00.051 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:27:00.052 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:27:00.053 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:27:00.054 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:28:00.010 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:28:00.015 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:28:00.044 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:28:00.047 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:28:00.049 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:28:00.050 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:29:00.016 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:29:00.025 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:29:00.032 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:29:00.033 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:29:00.034 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:29:00.035 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:29:03.760 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:30:00.013 [http-nio-8291-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 : 207342
|
2021-02-18 13:30:00.014 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:30:00.015 [http-nio-8291-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 : 239999
|
2021-02-18 13:30:00.016 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:30:00.049 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:30:00.050 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:30:00.051 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:30:00.053 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:31:00.020 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:31:00.023 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:31:00.048 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:31:00.050 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:31:00.051 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:31:00.053 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:32:00.016 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:32:00.018 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:32:00.040 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:32:00.041 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:32:00.042 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:32:00.043 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:32:04.076 [http-nio-8291-exec-9] 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 : 64056
|
2021-02-18 13:33:00.014 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:33:00.017 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:33:00.033 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:33:00.034 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:33:00.036 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:33:00.037 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:34:00.016 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:34:00.017 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:34:00.051 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:34:00.052 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:34:00.053 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:34:00.054 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:34:03.760 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:35:00.015 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:35:00.015 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:35:00.055 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:35:00.056 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:35:00.057 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:35:00.058 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:36:00.016 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:36:00.016 [http-nio-8291-exec-3] 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 : 60001
|
2021-02-18 13:36:00.016 [http-nio-8291-exec-2] 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 : 60001
|
2021-02-18 13:36:00.020 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:36:00.036 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:36:00.037 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:36:00.038 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:36:00.039 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:37:00.010 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:37:00.016 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:37:00.032 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:37:00.033 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:37:00.034 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:37:00.036 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:38:00.020 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:38:00.024 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:38:00.040 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:38:00.041 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:38:00.042 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:38:00.043 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:38:52.202 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
|
2021-02-18 13:38:54.883 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Fetching config from server at : http://192.168.1.81:8193/
|
2021-02-18 13:38:56.415 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Located environment: name=community, profiles=[prod], label=null, version=cf0e411f53754c9c6849b38f2374a6b6798f096c, state=null
|
2021-02-18 13:38:56.416 [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/community-prod.yml'}]
|
2021-02-18 13:38:56.421 [main] INFO c.p.service_community.ServiceCommunityApplication - The following profiles are active: prod
|
2021-02-18 13:38:59.083 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
2021-02-18 13:38:59.088 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
2021-02-18 13:38:59.147 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 35ms. Found 0 Redis repository interfaces.
|
2021-02-18 13:38:59.960 [main] INFO o.springframework.cloud.context.scope.GenericScope - BeanFactory id=3ce6d31b-28cf-3166-9c5b-0dc6067a069c
|
2021-02-18 13:39:02.512 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8291 (http)
|
2021-02-18 13:39:02.527 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8291"]
|
2021-02-18 13:39:02.527 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
2021-02-18 13:39:02.528 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.38]
|
2021-02-18 13:39:02.703 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
2021-02-18 13:39:02.703 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 6203 ms
|
2021-02-18 13:39:03.685 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
|
2021-02-18 13:41:12.026 [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_community.ServiceCommunityApplication.main(ServiceCommunityApplication.java:16)
|
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:12.029 [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_community.ServiceCommunityApplication.main(ServiceCommunityApplication.java:16)
|
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:12.030 [main] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2021-02-18 13:41:12.031 [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 'comActEasyPhotoServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'comActEasyPhotoDAO' defined in URL [jar:file:/mnt/data/api/git/zhihuishequ/springcloud_k8s_panzhihuazhihuishequ/service_community/target/service_community-0.0.1-SNAPSHOT.jar!/BOOT-INF/classes!/com/panzhihua/service_community/dao/ComActEasyPhotoDAO.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:12.033 [main] INFO org.apache.catalina.core.StandardService - Stopping service [Tomcat]
|
2021-02-18 13:41:12.048 [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:12.051 [main] ERROR org.springframework.boot.SpringApplication - Application run failed
|
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'comActEasyPhotoServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'comActEasyPhotoDAO' defined in URL [jar:file:/mnt/data/api/git/zhihuishequ/springcloud_k8s_panzhihuazhihuishequ/service_community/target/service_community-0.0.1-SNAPSHOT.jar!/BOOT-INF/classes!/com/panzhihua/service_community/dao/ComActEasyPhotoDAO.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_community.ServiceCommunityApplication.main(ServiceCommunityApplication.java:16)
|
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 'comActEasyPhotoDAO' defined in URL [jar:file:/mnt/data/api/git/zhihuishequ/springcloud_k8s_panzhihuazhihuishequ/service_community/target/service_community-0.0.1-SNAPSHOT.jar!/BOOT-INF/classes!/com/panzhihua/service_community/dao/ComActEasyPhotoDAO.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.300 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
|
2021-02-18 13:44:12.149 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Fetching config from server at : http://192.168.1.81:8193/
|
2021-02-18 13:44:15.271 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Located environment: name=community, profiles=[prod], label=null, version=2143aebf24bf46cfca77cbc3fbca9b52be224343, state=null
|
2021-02-18 13:44:15.273 [main] INFO o.s.c.b.c.PropertySourceBootstrapConfiguration - Located property source: [BootstrapPropertySource {name='bootstrapProperties-configClient'}, BootstrapPropertySource {name='bootstrapProperties-http://gitlab.nhys.cdnhxx.com/huanghongfa/config-repo.git/community-prod.yml'}]
|
2021-02-18 13:44:15.281 [main] INFO c.p.service_community.ServiceCommunityApplication - The following profiles are active: prod
|
2021-02-18 13:44:18.982 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
2021-02-18 13:44:19.010 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
2021-02-18 13:44:19.096 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 32ms. Found 0 Redis repository interfaces.
|
2021-02-18 13:44:20.416 [main] INFO o.springframework.cloud.context.scope.GenericScope - BeanFactory id=3ce6d31b-28cf-3166-9c5b-0dc6067a069c
|
2021-02-18 13:44:23.987 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8291 (http)
|
2021-02-18 13:44:24.020 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8291"]
|
2021-02-18 13:44:24.021 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
2021-02-18 13:44:24.021 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.38]
|
2021-02-18 13:44:24.319 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
2021-02-18 13:44:24.320 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 8920 ms
|
2021-02-18 13:44:25.559 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
|
2021-02-18 13:44:27.686 [main] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2021-02-18 13:44:34.723 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 13:44:34.724 [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:34.781 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 13:44:34.781 [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:35.892 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
|
2021-02-18 13:44:40.288 [main] INFO o.s.c.n.e.c.DiscoveryClientOptionalArgsConfiguration - Eureka HTTP Client uses Jersey
|
2021-02-18 13:44:40.377 [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:40.591 [main] INFO o.s.cloud.netflix.eureka.InstanceInfoFactory - Setting initial instance status as: STARTING
|
2021-02-18 13:44:40.643 [main] INFO com.netflix.discovery.DiscoveryClient - Initializing Eureka in region us-east-1
|
2021-02-18 13:44:40.846 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON encoding codec LegacyJacksonJson
|
2021-02-18 13:44:40.846 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON decoding codec LegacyJacksonJson
|
2021-02-18 13:44:41.002 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML encoding codec XStreamXml
|
2021-02-18 13:44:41.003 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML decoding codec XStreamXml
|
2021-02-18 13:44:41.260 [main] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:44:41.279 [main] INFO com.netflix.discovery.DiscoveryClient - Disable delta property : false
|
2021-02-18 13:44:41.279 [main] INFO com.netflix.discovery.DiscoveryClient - Single vip registry refresh property : null
|
2021-02-18 13:44:41.279 [main] INFO com.netflix.discovery.DiscoveryClient - Force full registry fetch : false
|
2021-02-18 13:44:41.279 [main] INFO com.netflix.discovery.DiscoveryClient - Application is null : false
|
2021-02-18 13:44:41.279 [main] INFO com.netflix.discovery.DiscoveryClient - Registered Applications size is zero : true
|
2021-02-18 13:44:41.279 [main] INFO com.netflix.discovery.DiscoveryClient - Application version is -1: true
|
2021-02-18 13:44:41.279 [main] INFO com.netflix.discovery.DiscoveryClient - Getting all instance registry info from the eureka server
|
2021-02-18 13:44:41.449 [main] INFO com.netflix.discovery.DiscoveryClient - The response status is 200
|
2021-02-18 13:44:41.451 [main] INFO com.netflix.discovery.DiscoveryClient - Starting heartbeat executor: renew interval is: 30
|
2021-02-18 13:44:41.453 [main] INFO com.netflix.discovery.InstanceInfoReplicator - InstanceInfoReplicator onDemand update allowed rate per min is 4
|
2021-02-18 13:44:41.456 [main] INFO com.netflix.discovery.DiscoveryClient - Discovery Client initialized at timestamp 1613627081455 with initial instances count: 7
|
2021-02-18 13:44:41.458 [main] INFO o.s.c.n.e.serviceregistry.EurekaServiceRegistry - Registering application COMMUNITY with eureka with status UP
|
2021-02-18 13:44:41.459 [main] INFO com.netflix.discovery.DiscoveryClient - Saw local status change event StatusChangeEvent [timestamp=1613627081459, current=UP, previous=STARTING]
|
2021-02-18 13:44:41.460 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_COMMUNITY/k8s-master:community:8291: registering service...
|
2021-02-18 13:44:41.462 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8291"]
|
2021-02-18 13:44:41.487 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 8291 (http) with context path ''
|
2021-02-18 13:44:41.489 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration - Updating port to 8291
|
2021-02-18 13:44:41.492 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_COMMUNITY/k8s-master:community:8291 - registration status: 204
|
2021-02-18 13:44:41.509 [main] INFO c.p.service_community.ServiceCommunityApplication - Started ServiceCommunityApplication in 35.523 seconds (JVM running for 37.323)
|
2021-02-18 13:45:35.591 [http-nio-8291-exec-1] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2021-02-18 13:45:35.591 [http-nio-8291-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2021-02-18 13:45:35.599 [http-nio-8291-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Completed initialization in 8 ms
|
2021-02-18 13:45:35.695 [http-nio-8291-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 : 68017
|
2021-02-18 13:45:35.696 [http-nio-8291-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 : 68056
|
2021-02-18 13:45:35.698 [http-nio-8291-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 : 68064
|
2021-02-18 13:45:35.699 [http-nio-8291-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 : 68088
|
2021-02-18 13:45:35.700 [http-nio-8291-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 : 68148
|
2021-02-18 13:45:35.933 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:45:36.552 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:45:37.096 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:45:37.098 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:45:37.108 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【3】
|
2021-02-18 13:45:37.110 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:46:00.022 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:46:00.024 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:46:00.064 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:46:00.066 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:46:00.068 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:46:00.069 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:47:00.029 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:47:00.040 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:47:00.053 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:47:00.056 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:47:00.059 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:47:00.060 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:48:00.026 [http-nio-8291-exec-8] ERROR com.alibaba.druid.pool.DruidPooledStatement - CommunicationsException, druid version 1.2.3, jdbcUrl : jdbc:mysql://118.121.197.120:3306/smart_life?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, testWhileIdle true, idle millis 59965, minIdle 10, poolingCount 0, timeBetweenEvictionRunsMillis 60000, lastValidIdleMillis 59965, driver com.mysql.cj.jdbc.Driver, exceptionSorter com.alibaba.druid.pool.vendor.MySqlExceptionSorter
|
2021-02-18 13:48:00.028 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:48:00.029 [http-nio-8291-exec-8] ERROR com.alibaba.druid.pool.DruidDataSource - discard connection
|
com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
|
|
The last packet successfully received from the server was 59,958 milliseconds ago. The last packet sent successfully to the server was 59,958 milliseconds ago.
|
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.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
|
at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:370)
|
at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3461)
|
at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:440)
|
at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3459)
|
at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:167)
|
at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:497)
|
at sun.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59)
|
at com.sun.proxy.$Proxy188.execute(Unknown Source)
|
at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:64)
|
at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:79)
|
at sun.reflect.GeneratedMethodAccessor98.invoke(Unknown Source)
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:63)
|
at com.sun.proxy.$Proxy186.query(Unknown Source)
|
at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:63)
|
at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325)
|
at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156)
|
at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:65)
|
at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
at com.sun.proxy.$Proxy185.query(Unknown Source)
|
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
|
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140)
|
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.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426)
|
at com.sun.proxy.$Proxy110.selectList(Unknown Source)
|
at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:223)
|
at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:173)
|
at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:78)
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
at com.sun.proxy.$Proxy144.selectTimedTaskActActivity(Unknown Source)
|
at com.panzhihua.service_community.service.impl.ComActActivityServiceImpl.timedTaskActActivity(ComActActivityServiceImpl.java:300)
|
at com.panzhihua.service_community.service.impl.ComActActivityServiceImpl$$FastClassBySpringCGLIB$$6a2dce34.invoke(<generated>)
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
|
at com.panzhihua.service_community.service.impl.ComActActivityServiceImpl$$EnhancerBySpringCGLIB$$995fb7e1.timedTaskActActivity(<generated>)
|
at com.panzhihua.service_community.api.CommunityApi.timedTaskActActivity(CommunityApi.java:1078)
|
at com.panzhihua.service_community.api.CommunityApi$$FastClassBySpringCGLIB$$87719959.invoke(<generated>)
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
|
at com.panzhihua.service_community.api.CommunityApi$$EnhancerBySpringCGLIB$$fddcb870.timedTaskActActivity(<generated>)
|
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.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:105)
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:878)
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:792)
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1040)
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:943)
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
|
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868)
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590)
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
at java.lang.Thread.run(Thread.java:748)
|
Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure
|
|
The last packet successfully received from the server was 59,958 milliseconds ago. The last packet sent successfully to the server was 59,958 milliseconds ago.
|
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.NativeProtocol.readMessage(NativeProtocol.java:538)
|
at com.mysql.cj.protocol.a.NativeProtocol.checkErrorMessage(NativeProtocol.java:702)
|
at com.mysql.cj.protocol.a.NativeProtocol.sendCommand(NativeProtocol.java:641)
|
at com.mysql.cj.protocol.a.NativeProtocol.sendQueryPacket(NativeProtocol.java:940)
|
at com.mysql.cj.NativeSession.execSQL(NativeSession.java:1075)
|
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:930)
|
... 101 common frames omitted
|
Caused by: java.net.SocketException: Connection reset
|
at java.net.SocketInputStream.read(SocketInputStream.java:210)
|
at java.net.SocketInputStream.read(SocketInputStream.java:141)
|
at com.mysql.cj.protocol.ReadAheadInputStream.fill(ReadAheadInputStream.java:107)
|
at com.mysql.cj.protocol.ReadAheadInputStream.readFromUnderlyingStreamIfNecessary(ReadAheadInputStream.java:150)
|
at com.mysql.cj.protocol.ReadAheadInputStream.read(ReadAheadInputStream.java:180)
|
at java.io.FilterInputStream.read(FilterInputStream.java:133)
|
at com.mysql.cj.protocol.FullReadInputStream.readFully(FullReadInputStream.java:64)
|
at com.mysql.cj.protocol.a.SimplePacketReader.readHeader(SimplePacketReader.java:63)
|
at com.mysql.cj.protocol.a.SimplePacketReader.readHeader(SimplePacketReader.java:45)
|
at com.mysql.cj.protocol.a.TimeTrackingPacketReader.readHeader(TimeTrackingPacketReader.java:52)
|
at com.mysql.cj.protocol.a.TimeTrackingPacketReader.readHeader(TimeTrackingPacketReader.java:41)
|
at com.mysql.cj.protocol.a.MultiPacketReader.readHeader(MultiPacketReader.java:54)
|
at com.mysql.cj.protocol.a.MultiPacketReader.readHeader(MultiPacketReader.java:44)
|
at com.mysql.cj.protocol.a.NativeProtocol.readMessage(NativeProtocol.java:532)
|
... 106 common frames omitted
|
2021-02-18 13:48:00.030 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:48:00.086 [http-nio-8291-exec-8] ERROR c.p.common.exceptions.GlobalExceptionCapture - 数据库异常【
|
### Error querying database. Cause: com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
|
|
The last packet successfully received from the server was 59,958 milliseconds ago. The last packet sent successfully to the server was 59,958 milliseconds ago.
|
### The error may exist in com/panzhihua/service_community/dao/ComActActivityDAO.java (best guess)
|
### The error may involve defaultParameterMap
|
### The error occurred while setting parameters
|
### SQL: select t.id from ( SELECT a.id, a.activity_name, COUNT(case when s.is_volunteer=1 then s.id else null end )volunteernum, COUNT(case when s.is_volunteer=0 then s.id else null end)usernum, a.participant_min, a.volunteer_min FROM com_act_activity a LEFT JOIN com_act_act_sign s on a.id=s.activity_id WHERE a.`status` in(3,4) and TIMESTAMPDIFF(MINUTE,SYSDATE(),a.sign_up_end)<=0 GROUP BY a.id)t WHERE t.usernum<participant_min or t.volunteernum<volunteer_min
|
### Cause: com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
|
|
The last packet successfully received from the server was 59,958 milliseconds ago. The last packet sent successfully to the server was 59,958 milliseconds ago.
|
; Communications link failure
|
|
The last packet successfully received from the server was 59,958 milliseconds ago. The last packet sent successfully to the server was 59,958 milliseconds ago.; nested exception is com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
|
|
The last packet successfully received from the server was 59,958 milliseconds ago. The last packet sent successfully to the server was 59,958 milliseconds ago.】
|
2021-02-18 13:48:00.113 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:48:00.115 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:48:00.118 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:48:00.119 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:49:00.020 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:49:00.026 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:49:00.054 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:49:00.056 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:49:00.057 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:49:00.059 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:49:41.281 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:50:00.026 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:50:00.027 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:50:00.040 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:50:00.042 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:50:00.043 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:50:00.045 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:51:00.023 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:51:00.027 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:51:00.049 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:51:00.050 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:51:00.052 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:51:00.053 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:52:00.023 [http-nio-8291-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 : 239904
|
2021-02-18 13:52:00.025 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:52:00.027 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:52:00.061 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:52:00.063 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:52:00.064 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:52:00.065 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:53:00.012 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:53:00.014 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:53:00.031 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:53:00.033 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:53:00.035 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:53:00.036 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:54:00.017 [http-nio-8291-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 : 60003
|
2021-02-18 13:54:00.018 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:54:00.021 [http-nio-8291-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 : 119995
|
2021-02-18 13:54:00.022 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:54:00.056 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:54:00.058 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:54:00.059 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:54:00.061 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:54:41.281 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 13:55:00.020 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:55:00.028 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:55:00.071 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:55:00.072 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:55:00.074 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:55:00.075 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:56:00.020 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:56:00.021 [http-nio-8291-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 : 119999
|
2021-02-18 13:56:00.022 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:56:00.054 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:56:00.055 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:56:00.057 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:56:00.058 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:57:00.017 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:57:00.025 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:57:00.052 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:57:00.055 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:57:00.058 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:57:00.059 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:58:00.022 [http-nio-8291-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 : 119998
|
2021-02-18 13:58:00.027 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:58:00.029 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:58:00.048 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:58:00.050 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:58:00.051 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:58:00.053 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:59:00.019 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 13:59:00.023 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 13:59:00.047 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 13:59:00.049 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 13:59:00.050 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 13:59:00.052 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 13:59:41.282 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:00:00.015 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 14:00:00.018 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 14:00:00.061 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 14:00:00.063 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 14:00:00.064 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 14:00:00.065 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 14:01:00.022 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 14:01:00.028 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 14:01:00.033 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 14:01:00.034 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 14:01:00.036 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 14:01:00.038 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 14:02:00.013 [http-nio-8291-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 : 179995
|
2021-02-18 14:02:00.014 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 14:02:00.020 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 14:02:00.057 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 14:02:00.058 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 14:02:00.060 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 14:02:00.061 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 14:03:00.023 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 14:03:00.026 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 14:03:00.039 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 14:03:00.041 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 14:03:00.042 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 14:03:00.043 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 14:04:00.023 [http-nio-8291-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 : 120003
|
2021-02-18 14:04:00.024 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 14:04:00.028 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 14:04:00.051 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 14:04:00.052 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 14:04:00.053 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 14:04:00.055 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 14:04:41.282 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:05:00.035 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 14:05:00.038 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 14:05:00.080 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 14:05:00.081 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 14:05:00.083 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 14:05:00.084 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 14:05:20.161 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
|
2021-02-18 14:05:23.252 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Fetching config from server at : http://192.168.1.81:8193/
|
2021-02-18 14:05:24.187 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Located environment: name=community, profiles=[prod], label=null, version=17fcf9a6ff49e82bece4a24f80254a607be4abb9, state=null
|
2021-02-18 14:05:24.189 [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/community-prod.yml'}]
|
2021-02-18 14:05:24.194 [main] INFO c.p.service_community.ServiceCommunityApplication - The following profiles are active: prod
|
2021-02-18 14:05:26.394 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
2021-02-18 14:05:26.398 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
2021-02-18 14:05:26.486 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 44ms. Found 0 Redis repository interfaces.
|
2021-02-18 14:05:27.493 [main] INFO o.springframework.cloud.context.scope.GenericScope - BeanFactory id=3ce6d31b-28cf-3166-9c5b-0dc6067a069c
|
2021-02-18 14:05:29.662 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8291 (http)
|
2021-02-18 14:05:29.720 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8291"]
|
2021-02-18 14:05:29.720 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
2021-02-18 14:05:29.720 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.38]
|
2021-02-18 14:05:30.021 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
2021-02-18 14:05:30.021 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 5687 ms
|
2021-02-18 14:05:31.400 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
|
2021-02-18 14:05:33.430 [main] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2021-02-18 14:05:40.669 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 14:05:40.669 [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:40.755 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 14:05:40.755 [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.065 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
|
2021-02-18 14:05:46.734 [main] INFO o.s.c.n.e.c.DiscoveryClientOptionalArgsConfiguration - Eureka HTTP Client uses Jersey
|
2021-02-18 14:05:47.897 [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:48.815 [main] INFO o.s.cloud.netflix.eureka.InstanceInfoFactory - Setting initial instance status as: STARTING
|
2021-02-18 14:05:49.012 [main] INFO com.netflix.discovery.DiscoveryClient - Initializing Eureka in region us-east-1
|
2021-02-18 14:05:49.446 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON encoding codec LegacyJacksonJson
|
2021-02-18 14:05:49.446 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON decoding codec LegacyJacksonJson
|
2021-02-18 14:05:50.000 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML encoding codec XStreamXml
|
2021-02-18 14:05:50.001 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML decoding codec XStreamXml
|
2021-02-18 14:05:51.381 [main] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:05:51.482 [main] INFO com.netflix.discovery.DiscoveryClient - Disable delta property : false
|
2021-02-18 14:05:51.482 [main] INFO com.netflix.discovery.DiscoveryClient - Single vip registry refresh property : null
|
2021-02-18 14:05:51.482 [main] INFO com.netflix.discovery.DiscoveryClient - Force full registry fetch : false
|
2021-02-18 14:05:51.482 [main] INFO com.netflix.discovery.DiscoveryClient - Application is null : false
|
2021-02-18 14:05:51.482 [main] INFO com.netflix.discovery.DiscoveryClient - Registered Applications size is zero : true
|
2021-02-18 14:05:51.482 [main] INFO com.netflix.discovery.DiscoveryClient - Application version is -1: true
|
2021-02-18 14:05:51.482 [main] INFO com.netflix.discovery.DiscoveryClient - Getting all instance registry info from the eureka server
|
2021-02-18 14:05:52.189 [main] INFO com.netflix.discovery.DiscoveryClient - The response status is 200
|
2021-02-18 14:05:52.213 [main] INFO com.netflix.discovery.DiscoveryClient - Starting heartbeat executor: renew interval is: 30
|
2021-02-18 14:05:52.230 [main] INFO com.netflix.discovery.InstanceInfoReplicator - InstanceInfoReplicator onDemand update allowed rate per min is 4
|
2021-02-18 14:05:52.244 [main] INFO com.netflix.discovery.DiscoveryClient - Discovery Client initialized at timestamp 1613628352243 with initial instances count: 10
|
2021-02-18 14:05:52.246 [main] INFO o.s.c.n.e.serviceregistry.EurekaServiceRegistry - Registering application COMMUNITY with eureka with status UP
|
2021-02-18 14:05:52.247 [main] INFO com.netflix.discovery.DiscoveryClient - Saw local status change event StatusChangeEvent [timestamp=1613628352247, current=UP, previous=STARTING]
|
2021-02-18 14:05:52.248 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8291"]
|
2021-02-18 14:05:52.280 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_COMMUNITY/k8s-master:community:8291: registering service...
|
2021-02-18 14:05:52.616 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 8291 (http) with context path ''
|
2021-02-18 14:05:52.621 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration - Updating port to 8291
|
2021-02-18 14:05:52.681 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_COMMUNITY/k8s-master:community:8291 - registration status: 204
|
2021-02-18 14:05:52.686 [main] INFO c.p.service_community.ServiceCommunityApplication - Started ServiceCommunityApplication in 34.199 seconds (JVM running for 35.858)
|
2021-02-18 14:06:00.771 [http-nio-8291-exec-3] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2021-02-18 14:06:00.771 [http-nio-8291-exec-3] INFO org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2021-02-18 14:06:00.787 [http-nio-8291-exec-3] INFO org.springframework.web.servlet.DispatcherServlet - Completed initialization in 16 ms
|
2021-02-18 14:06:01.207 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 14:06:01.209 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 14:06:01.298 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 14:06:01.300 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 14:06:01.302 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 14:06:01.304 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 14:07:00.020 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 14:07:00.025 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 14:07:00.069 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 14:07:00.071 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 14:07:00.073 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 14:07:00.075 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 14:08:00.030 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 14:08:00.046 [http-nio-8291-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 : 60012
|
2021-02-18 14:08:00.051 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 14:08:00.061 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 14:08:00.064 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 14:08:00.066 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 14:08:00.067 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 14:09:00.026 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 14:09:00.026 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 14:09:00.055 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 14:09:00.056 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 14:09:00.058 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 14:09:00.060 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 14:10:00.043 [http-nio-8291-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 : 60016
|
2021-02-18 14:10:00.047 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 14:10:00.052 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 14:10:00.088 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 14:10:00.090 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 14:10:00.092 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 14:10:00.094 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 14:10:51.484 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:11:00.018 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 14:11:00.025 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 14:11:00.064 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 14:11:00.066 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 14:11:00.067 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 14:11:00.069 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 14:11:38.319 [http-nio-8291-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 : 365045
|
2021-02-18 14:11:38.320 [http-nio-8291-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 : 337114
|
2021-02-18 14:11:38.322 [http-nio-8291-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 : 365095
|
2021-02-18 14:12:00.016 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 14:12:00.025 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 14:12:00.061 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 14:12:00.063 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 14:12:00.064 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 14:12:00.066 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 14:13:00.023 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 14:13:00.036 [http-nio-8291-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 : 80736
|
2021-02-18 14:13:00.036 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 14:13:00.039 [http-nio-8291-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 : 81699
|
2021-02-18 14:13:00.040 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 14:13:00.040 [http-nio-8291-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 : 81704
|
2021-02-18 14:13:00.043 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 14:13:00.044 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 14:13:00.046 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 14:13:38.793 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
|
2021-02-18 14:13:42.750 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Fetching config from server at : http://192.168.1.81:8193/
|
2021-02-18 14:13:45.655 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Located environment: name=community, profiles=[prod], label=null, version=e73abd3bae5084268392c0568859e8a3c3692099, state=null
|
2021-02-18 14:13:45.656 [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/community-prod.yml'}]
|
2021-02-18 14:13:45.662 [main] INFO c.p.service_community.ServiceCommunityApplication - The following profiles are active: prod
|
2021-02-18 14:13:48.338 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
2021-02-18 14:13:48.342 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
2021-02-18 14:13:48.477 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 27ms. Found 0 Redis repository interfaces.
|
2021-02-18 14:13:50.092 [main] INFO o.springframework.cloud.context.scope.GenericScope - BeanFactory id=3ce6d31b-28cf-3166-9c5b-0dc6067a069c
|
2021-02-18 14:13:53.347 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8291 (http)
|
2021-02-18 14:13:53.393 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8291"]
|
2021-02-18 14:13:53.394 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
2021-02-18 14:13:53.425 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.38]
|
2021-02-18 14:13:53.810 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
2021-02-18 14:13:53.810 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 8107 ms
|
2021-02-18 14:13:55.044 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
|
2021-02-18 14:13:57.080 [main] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2021-02-18 14:14:03.468 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 14:14:03.469 [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:03.511 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 14:14:03.512 [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:04.484 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
|
2021-02-18 14:14:08.050 [main] INFO o.s.c.n.e.c.DiscoveryClientOptionalArgsConfiguration - Eureka HTTP Client uses Jersey
|
2021-02-18 14:14:08.229 [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:08.872 [main] INFO o.s.cloud.netflix.eureka.InstanceInfoFactory - Setting initial instance status as: STARTING
|
2021-02-18 14:14:09.014 [main] INFO com.netflix.discovery.DiscoveryClient - Initializing Eureka in region us-east-1
|
2021-02-18 14:14:09.415 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON encoding codec LegacyJacksonJson
|
2021-02-18 14:14:09.415 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON decoding codec LegacyJacksonJson
|
2021-02-18 14:14:09.592 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML encoding codec XStreamXml
|
2021-02-18 14:14:09.593 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML decoding codec XStreamXml
|
2021-02-18 14:14:09.959 [main] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:14:09.982 [main] INFO com.netflix.discovery.DiscoveryClient - Disable delta property : false
|
2021-02-18 14:14:09.982 [main] INFO com.netflix.discovery.DiscoveryClient - Single vip registry refresh property : null
|
2021-02-18 14:14:09.982 [main] INFO com.netflix.discovery.DiscoveryClient - Force full registry fetch : false
|
2021-02-18 14:14:09.982 [main] INFO com.netflix.discovery.DiscoveryClient - Application is null : false
|
2021-02-18 14:14:09.982 [main] INFO com.netflix.discovery.DiscoveryClient - Registered Applications size is zero : true
|
2021-02-18 14:14:09.982 [main] INFO com.netflix.discovery.DiscoveryClient - Application version is -1: true
|
2021-02-18 14:14:09.982 [main] INFO com.netflix.discovery.DiscoveryClient - Getting all instance registry info from the eureka server
|
2021-02-18 14:14:10.180 [main] INFO com.netflix.discovery.DiscoveryClient - The response status is 200
|
2021-02-18 14:14:10.184 [main] INFO com.netflix.discovery.DiscoveryClient - Starting heartbeat executor: renew interval is: 30
|
2021-02-18 14:14:10.189 [main] INFO com.netflix.discovery.InstanceInfoReplicator - InstanceInfoReplicator onDemand update allowed rate per min is 4
|
2021-02-18 14:14:10.197 [main] INFO com.netflix.discovery.DiscoveryClient - Discovery Client initialized at timestamp 1613628850196 with initial instances count: 10
|
2021-02-18 14:14:10.199 [main] INFO o.s.c.n.e.serviceregistry.EurekaServiceRegistry - Registering application COMMUNITY with eureka with status UP
|
2021-02-18 14:14:10.200 [main] INFO com.netflix.discovery.DiscoveryClient - Saw local status change event StatusChangeEvent [timestamp=1613628850200, current=UP, previous=STARTING]
|
2021-02-18 14:14:10.201 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_COMMUNITY/k8s-master:community:8291: registering service...
|
2021-02-18 14:14:10.223 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8291"]
|
2021-02-18 14:14:10.246 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 8291 (http) with context path ''
|
2021-02-18 14:14:10.247 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration - Updating port to 8291
|
2021-02-18 14:14:10.261 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_COMMUNITY/k8s-master:community:8291 - registration status: 204
|
2021-02-18 14:14:10.273 [main] INFO c.p.service_community.ServiceCommunityApplication - Started ServiceCommunityApplication in 33.387 seconds (JVM running for 35.911)
|
2021-02-18 14:14:12.427 [http-nio-8291-exec-1] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2021-02-18 14:14:12.427 [http-nio-8291-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2021-02-18 14:14:12.434 [http-nio-8291-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Completed initialization in 7 ms
|
2021-02-18 14:14:12.749 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 14:14:22.716 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 14:14:38.463 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 14:14:38.465 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 14:14:38.467 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 14:14:38.469 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 14:15:00.024 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 14:15:00.040 [http-nio-8291-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 : 63056
|
2021-02-18 14:15:00.040 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 14:15:00.042 [http-nio-8291-exec-8] 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 : 63081
|
2021-02-18 14:15:00.043 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 14:15:00.044 [http-nio-8291-exec-8] 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 : 63113
|
2021-02-18 14:15:00.046 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 14:15:00.048 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 14:15:00.050 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 14:16:00.021 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 14:16:00.031 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 14:16:00.050 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 14:16:00.052 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 14:16:00.054 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 14:16:00.056 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 14:17:00.018 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 14:17:00.020 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 14:17:00.035 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 14:17:00.037 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 14:17:00.039 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 14:17:00.041 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 14:18:00.025 [http-nio-8291-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 : 60008
|
2021-02-18 14:18:00.026 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 14:18:00.026 [http-nio-8291-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 : 243185
|
2021-02-18 14:18:00.029 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 14:18:00.049 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 14:18:00.052 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 14:18:00.053 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 14:18:00.055 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 14:19:00.024 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 14:19:00.028 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 14:19:00.063 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 14:19:00.065 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 14:19:00.067 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 14:19:00.069 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 14:19:09.984 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:20:00.017 [http-nio-8291-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 : 119989
|
2021-02-18 14:20:00.019 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 14:20:00.021 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 14:20:00.065 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 14:20:00.066 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 14:20:00.068 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 14:20:00.070 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 14:21:00.023 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 14:21:00.027 [http-nio-8291-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 : 60004
|
2021-02-18 14:21:00.030 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 14:21:00.051 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 14:21:00.052 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 14:21:00.054 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 14:21:00.056 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 14:22:00.019 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 14:22:00.021 [http-nio-8291-exec-7] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 14:22:00.059 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 14:22:00.061 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 14:22:00.063 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 14:22:00.065 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 14:23:00.014 [http-nio-8291-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 : 119985
|
2021-02-18 14:23:00.017 [http-nio-8291-exec-2] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 14:23:00.019 [http-nio-8291-exec-5] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 14:23:00.044 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 14:23:00.045 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 14:23:00.047 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 14:23:00.048 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 14:24:00.018 [http-nio-8291-exec-3] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 14:24:00.020 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 14:24:00.067 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 14:24:00.069 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 14:24:00.071 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 14:24:00.072 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 14:24:09.984 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:25:00.013 [http-nio-8291-exec-9] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 14:25:00.029 [http-nio-8291-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 : 120010
|
2021-02-18 14:25:00.033 [http-nio-8291-exec-1] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 14:25:00.062 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 14:25:00.063 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 14:25:00.066 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 14:25:00.067 [http-nio-8291-exec-4] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 14:26:00.017 [http-nio-8291-exec-8] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共刷新社区动态发布状态数量【0】
|
2021-02-18 14:26:00.021 [http-nio-8291-exec-6] INFO c.p.s.service.impl.ComActDynServiceImpl - 定时任务--一共维护社区动态数量【0】
|
2021-02-18 14:26:00.033 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动发布状态活动数量【0】
|
2021-02-18 14:26:00.035 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动报名状态活动数量【0】
|
2021-02-18 14:26:00.036 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--修改社区活动进行状态活动数量【1】
|
2021-02-18 14:26:00.038 [http-nio-8291-exec-10] INFO c.p.s.service.impl.ComActActivityServiceImpl - 定时任务--报名结束修改社区活动进行状态活动数量【0】
|
2021-02-18 14:29:09.985 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:34:09.985 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:39:09.986 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:44:09.986 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:49:09.986 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:54:09.987 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 14:59:09.987 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:04:09.988 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:09:09.988 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:14:09.989 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:19:09.989 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:24:09.990 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:29:09.990 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:34:09.991 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:39:09.991 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:44:09.991 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:49:09.992 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:53:34.266 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
|
2021-02-18 15:53:38.474 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Fetching config from server at : http://192.168.1.81:8193/
|
2021-02-18 15:53:41.527 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Located environment: name=community, profiles=[prod], label=null, version=429cf2666b8e8f128d34d7fc3d701222d4450257, state=null
|
2021-02-18 15:53:41.528 [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/community-prod.yml'}]
|
2021-02-18 15:53:41.533 [main] INFO c.p.service_community.ServiceCommunityApplication - The following profiles are active: prod
|
2021-02-18 15:53:44.266 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
2021-02-18 15:53:44.276 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
2021-02-18 15:53:44.404 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 33ms. Found 0 Redis repository interfaces.
|
2021-02-18 15:53:46.077 [main] INFO o.springframework.cloud.context.scope.GenericScope - BeanFactory id=3ce6d31b-28cf-3166-9c5b-0dc6067a069c
|
2021-02-18 15:53:50.731 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8291 (http)
|
2021-02-18 15:53:50.806 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8291"]
|
2021-02-18 15:53:50.816 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
2021-02-18 15:53:50.816 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.38]
|
2021-02-18 15:53:51.243 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
2021-02-18 15:53:51.243 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 9660 ms
|
2021-02-18 15:53:52.669 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
|
2021-02-18 15:53:55.342 [main] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2021-02-18 15:54:01.248 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 15:54:01.249 [main] INFO com.netflix.config.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
|
2021-02-18 15:54:01.329 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 15:54:01.329 [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:02.735 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
|
2021-02-18 15:54:07.153 [main] INFO o.s.c.n.e.c.DiscoveryClientOptionalArgsConfiguration - Eureka HTTP Client uses Jersey
|
2021-02-18 15:54:07.312 [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.921 [main] INFO o.s.cloud.netflix.eureka.InstanceInfoFactory - Setting initial instance status as: STARTING
|
2021-02-18 15:54:08.046 [main] INFO com.netflix.discovery.DiscoveryClient - Initializing Eureka in region us-east-1
|
2021-02-18 15:54:08.597 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON encoding codec LegacyJacksonJson
|
2021-02-18 15:54:08.598 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON decoding codec LegacyJacksonJson
|
2021-02-18 15:54:08.949 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML encoding codec XStreamXml
|
2021-02-18 15:54:08.949 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML decoding codec XStreamXml
|
2021-02-18 15:54:10.147 [main] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 15:54:10.330 [main] INFO com.netflix.discovery.DiscoveryClient - Disable delta property : false
|
2021-02-18 15:54:10.330 [main] INFO com.netflix.discovery.DiscoveryClient - Single vip registry refresh property : null
|
2021-02-18 15:54:10.330 [main] INFO com.netflix.discovery.DiscoveryClient - Force full registry fetch : false
|
2021-02-18 15:54:10.330 [main] INFO com.netflix.discovery.DiscoveryClient - Application is null : false
|
2021-02-18 15:54:10.330 [main] INFO com.netflix.discovery.DiscoveryClient - Registered Applications size is zero : true
|
2021-02-18 15:54:10.330 [main] INFO com.netflix.discovery.DiscoveryClient - Application version is -1: true
|
2021-02-18 15:54:10.330 [main] INFO com.netflix.discovery.DiscoveryClient - Getting all instance registry info from the eureka server
|
2021-02-18 15:54:10.850 [main] INFO com.netflix.discovery.DiscoveryClient - The response status is 200
|
2021-02-18 15:54:10.876 [main] INFO com.netflix.discovery.DiscoveryClient - Starting heartbeat executor: renew interval is: 30
|
2021-02-18 15:54:10.884 [main] INFO com.netflix.discovery.InstanceInfoReplicator - InstanceInfoReplicator onDemand update allowed rate per min is 4
|
2021-02-18 15:54:10.902 [main] INFO com.netflix.discovery.DiscoveryClient - Discovery Client initialized at timestamp 1613634850898 with initial instances count: 10
|
2021-02-18 15:54:10.904 [main] INFO o.s.c.n.e.serviceregistry.EurekaServiceRegistry - Registering application COMMUNITY with eureka with status UP
|
2021-02-18 15:54:10.905 [main] INFO com.netflix.discovery.DiscoveryClient - Saw local status change event StatusChangeEvent [timestamp=1613634850905, current=UP, previous=STARTING]
|
2021-02-18 15:54:10.906 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8291"]
|
2021-02-18 15:54:11.052 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 8291 (http) with context path ''
|
2021-02-18 15:54:11.054 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration - Updating port to 8291
|
2021-02-18 15:54:11.056 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_COMMUNITY/k8s-master:community:8291: registering service...
|
2021-02-18 15:54:11.123 [main] INFO c.p.service_community.ServiceCommunityApplication - Started ServiceCommunityApplication in 39.245 seconds (JVM running for 41.825)
|
2021-02-18 15:54:11.157 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_COMMUNITY/k8s-master:community:8291 - registration status: 204
|
2021-02-18 15:59:10.341 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 16:04:10.342 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 16:08:02.393 [http-nio-8291-exec-1] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2021-02-18 16:08:02.394 [http-nio-8291-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2021-02-18 16:08:02.437 [http-nio-8291-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Completed initialization in 43 ms
|
2021-02-18 16:08:02.916 [http-nio-8291-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 : 847613
|
2021-02-18 16:08:02.917 [http-nio-8291-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 : 847648
|
2021-02-18 16:08:02.925 [http-nio-8291-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 : 847672
|
2021-02-18 16:08:02.933 [http-nio-8291-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 : 847685
|
2021-02-18 16:08:02.933 [http-nio-8291-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 : 847797
|
2021-02-18 16:09:10.342 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 16:14:10.343 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 16:18:26.679 [http-nio-8291-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 : 578430
|
2021-02-18 16:18:26.681 [http-nio-8291-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 : 578447
|
2021-02-18 16:18:26.688 [http-nio-8291-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 : 608398
|
2021-02-18 16:19:10.343 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 16:24:10.344 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 16:27:00.020 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
|
2021-02-18 16:27:04.654 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Fetching config from server at : http://192.168.1.81:8193/
|
2021-02-18 16:27:07.923 [main] INFO o.s.c.c.client.ConfigServicePropertySourceLocator - Located environment: name=community, profiles=[prod], label=null, version=3d77ecc3e8c14b439db6b44573f857a78e5d2df4, state=null
|
2021-02-18 16:27:07.924 [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/community-prod.yml'}]
|
2021-02-18 16:27:07.929 [main] INFO c.p.service_community.ServiceCommunityApplication - The following profiles are active: prod
|
2021-02-18 16:27:12.112 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
2021-02-18 16:27:12.169 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
2021-02-18 16:27:12.267 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 54ms. Found 0 Redis repository interfaces.
|
2021-02-18 16:27:14.201 [main] INFO o.springframework.cloud.context.scope.GenericScope - BeanFactory id=3ce6d31b-28cf-3166-9c5b-0dc6067a069c
|
2021-02-18 16:27:17.271 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8291 (http)
|
2021-02-18 16:27:17.357 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8291"]
|
2021-02-18 16:27:17.363 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
2021-02-18 16:27:17.364 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.38]
|
2021-02-18 16:27:17.841 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
2021-02-18 16:27:17.842 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 9797 ms
|
2021-02-18 16:27:19.721 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
|
2021-02-18 16:27:22.209 [main] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2021-02-18 16:27:29.887 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 16:27:29.888 [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.914 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2021-02-18 16:27:29.915 [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:31.001 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
|
2021-02-18 16:27:34.908 [main] INFO o.s.c.n.e.c.DiscoveryClientOptionalArgsConfiguration - Eureka HTTP Client uses Jersey
|
2021-02-18 16:27:35.109 [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:35.876 [main] INFO o.s.cloud.netflix.eureka.InstanceInfoFactory - Setting initial instance status as: STARTING
|
2021-02-18 16:27:35.994 [main] INFO com.netflix.discovery.DiscoveryClient - Initializing Eureka in region us-east-1
|
2021-02-18 16:27:36.479 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON encoding codec LegacyJacksonJson
|
2021-02-18 16:27:36.479 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using JSON decoding codec LegacyJacksonJson
|
2021-02-18 16:27:36.840 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML encoding codec XStreamXml
|
2021-02-18 16:27:36.840 [main] INFO c.n.discovery.provider.DiscoveryJerseyProvider - Using XML decoding codec XStreamXml
|
2021-02-18 16:27:37.352 [main] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 16:27:37.389 [main] INFO com.netflix.discovery.DiscoveryClient - Disable delta property : false
|
2021-02-18 16:27:37.390 [main] INFO com.netflix.discovery.DiscoveryClient - Single vip registry refresh property : null
|
2021-02-18 16:27:37.390 [main] INFO com.netflix.discovery.DiscoveryClient - Force full registry fetch : false
|
2021-02-18 16:27:37.390 [main] INFO com.netflix.discovery.DiscoveryClient - Application is null : false
|
2021-02-18 16:27:37.390 [main] INFO com.netflix.discovery.DiscoveryClient - Registered Applications size is zero : true
|
2021-02-18 16:27:37.390 [main] INFO com.netflix.discovery.DiscoveryClient - Application version is -1: true
|
2021-02-18 16:27:37.390 [main] INFO com.netflix.discovery.DiscoveryClient - Getting all instance registry info from the eureka server
|
2021-02-18 16:27:37.579 [main] INFO com.netflix.discovery.DiscoveryClient - The response status is 200
|
2021-02-18 16:27:37.583 [main] INFO com.netflix.discovery.DiscoveryClient - Starting heartbeat executor: renew interval is: 30
|
2021-02-18 16:27:37.588 [main] INFO com.netflix.discovery.InstanceInfoReplicator - InstanceInfoReplicator onDemand update allowed rate per min is 4
|
2021-02-18 16:27:37.592 [main] INFO com.netflix.discovery.DiscoveryClient - Discovery Client initialized at timestamp 1613636857591 with initial instances count: 9
|
2021-02-18 16:27:37.610 [main] INFO o.s.c.n.e.serviceregistry.EurekaServiceRegistry - Registering application COMMUNITY with eureka with status UP
|
2021-02-18 16:27:37.610 [main] INFO com.netflix.discovery.DiscoveryClient - Saw local status change event StatusChangeEvent [timestamp=1613636857610, current=UP, previous=STARTING]
|
2021-02-18 16:27:37.612 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8291"]
|
2021-02-18 16:27:37.658 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 8291 (http) with context path ''
|
2021-02-18 16:27:37.672 [main] INFO o.s.c.n.e.s.EurekaAutoServiceRegistration - Updating port to 8291
|
2021-02-18 16:27:37.669 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_COMMUNITY/k8s-master:community:8291: registering service...
|
2021-02-18 16:27:37.742 [main] INFO c.p.service_community.ServiceCommunityApplication - Started ServiceCommunityApplication in 40.09 seconds (JVM running for 42.796)
|
2021-02-18 16:27:37.762 [DiscoveryClient-InstanceInfoReplicator-0] INFO com.netflix.discovery.DiscoveryClient - DiscoveryClient_COMMUNITY/k8s-master:community:8291 - registration status: 204
|
2021-02-18 16:28:43.624 [http-nio-8291-exec-2] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2021-02-18 16:28:43.625 [http-nio-8291-exec-2] INFO org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2021-02-18 16:28:43.662 [http-nio-8291-exec-2] INFO org.springframework.web.servlet.DispatcherServlet - Completed initialization in 37 ms
|
2021-02-18 16:28:43.931 [http-nio-8291-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 : 81710
|
2021-02-18 16:28:43.947 [http-nio-8291-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 : 81777
|
2021-02-18 16:28:43.951 [http-nio-8291-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 : 81798
|
2021-02-18 16:28:43.952 [http-nio-8291-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 : 81820
|
2021-02-18 16:28:43.953 [http-nio-8291-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 : 81872
|
2021-02-18 16:30:30.039 [http-nio-8291-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 : 105672
|
2021-02-18 16:32:36.751 [http-nio-8291-exec-8] 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 : 126651
|
2021-02-18 16:32:37.391 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 16:37:37.392 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 16:42:37.393 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 16:47:07.370 [http-nio-8291-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 : 861991
|
2021-02-18 16:47:07.372 [http-nio-8291-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 : 870548
|
2021-02-18 16:47:37.393 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 16:50:35.113 [http-nio-8291-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 : 207704
|
2021-02-18 16:52:37.393 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 16:57:37.394 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:02:37.394 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:07:37.395 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:12:37.395 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:17:37.396 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:22:37.396 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:27:37.397 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:32:37.397 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:37:37.397 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:42:37.398 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:47:37.398 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:52:37.399 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 17:57:37.399 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:02:37.400 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:07:37.400 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:12:37.401 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:17:37.401 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:22:37.402 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:27:37.402 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:32:37.402 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:37:37.403 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:42:37.404 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:47:37.404 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:52:37.405 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 18:57:37.405 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:02:37.405 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:07:37.406 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:12:37.406 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:17:37.407 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:22:37.407 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:27:37.408 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:32:37.408 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:37:37.408 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:42:37.409 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:47:37.409 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:52:37.410 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 19:57:37.410 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:02:37.410 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:07:37.411 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:12:37.411 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:17:37.412 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:22:37.412 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:27:37.413 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:32:37.413 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:37:37.413 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:42:37.414 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:47:37.414 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:52:37.415 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 20:57:37.415 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:02:37.415 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:07:37.416 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:12:37.416 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:17:37.417 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:22:37.417 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:27:37.417 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:32:37.418 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:37:37.418 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:42:37.419 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:47:37.419 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:52:37.420 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 21:57:37.420 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:02:37.420 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:07:37.421 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:12:37.421 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:17:37.422 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:22:37.422 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:27:37.422 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:32:37.423 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:37:37.423 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:42:37.424 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:47:37.424 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:52:37.424 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 22:57:37.425 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:02:37.425 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:07:37.426 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:12:37.426 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:17:37.426 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:22:37.427 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:27:37.427 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:32:37.427 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:37:37.428 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:42:37.428 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:47:37.429 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:52:37.429 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-18 23:57:37.429 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:02:37.430 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:07:37.430 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:12:37.431 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:17:37.431 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:22:37.431 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:27:37.432 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:32:37.432 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:37:37.432 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:42:37.433 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:47:37.433 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:52:37.434 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 00:57:37.434 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:02:37.434 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:07:37.435 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:12:37.435 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:17:37.436 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:22:37.436 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:27:37.436 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:32:37.437 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:37:37.437 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:42:37.438 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:47:37.438 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:52:37.438 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 01:57:37.439 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:02:37.439 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:07:37.440 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:12:37.441 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:17:37.441 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:22:37.441 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:27:37.442 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:32:37.442 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:37:37.443 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:42:37.443 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:47:37.443 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:52:37.444 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 02:57:37.444 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:02:37.444 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:07:37.445 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:12:37.445 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:17:37.446 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:22:37.446 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:27:37.447 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:32:37.447 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:37:37.447 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:42:37.448 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:47:37.448 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:52:37.448 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 03:57:37.449 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:02:37.449 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:07:37.450 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:12:37.450 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:17:37.450 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:22:37.451 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:27:37.451 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:32:37.451 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:37:37.452 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:42:37.452 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:47:37.453 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:52:37.453 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 04:57:37.453 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:02:37.454 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:07:37.454 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:12:37.454 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:17:37.455 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:22:37.455 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:27:37.456 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:32:37.456 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:37:37.456 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:42:37.457 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:47:37.457 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:52:37.457 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 05:57:37.458 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:02:37.458 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:07:37.459 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:12:37.459 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:17:37.459 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:22:37.460 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:27:37.460 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:32:37.460 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:37:37.461 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:42:37.461 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:47:37.461 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:52:37.462 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 06:57:37.462 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:02:37.462 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:07:37.463 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:12:37.463 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:17:37.464 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:22:37.464 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:27:37.464 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:32:37.465 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:37:37.465 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:42:37.465 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:47:37.466 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:52:37.466 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 07:57:37.466 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:02:37.467 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:07:37.467 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:12:37.468 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:17:37.468 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:22:37.468 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:27:37.469 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:32:37.469 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:37:37.470 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:42:37.470 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:47:37.470 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:52:37.471 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|
2021-02-19 08:57:37.472 [AsyncResolver-bootstrap-executor-0] INFO c.n.d.shared.resolver.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration
|