first commit
This commit is contained in:
85
logs/dcsoft-system/error.2025-03-21.log
Normal file
85
logs/dcsoft-system/error.2025-03-21.log
Normal file
@@ -0,0 +1,85 @@
|
||||
22:26:12.430 [main] ERROR o.s.b.SpringApplication - [reportFailure,821] - Application run failed
|
||||
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sysConfigController': Unsatisfied dependency expressed through field 'configService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sysConfigServiceImpl': Invocation of init method failed; nested exception is org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to 192.168.2.30:6379
|
||||
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:660)
|
||||
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640)
|
||||
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119)
|
||||
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
|
||||
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431)
|
||||
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619)
|
||||
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
|
||||
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
|
||||
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
||||
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
||||
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
||||
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955)
|
||||
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918)
|
||||
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
|
||||
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147)
|
||||
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:731)
|
||||
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:408)
|
||||
at org.springframework.boot.SpringApplication.run(SpringApplication.java:307)
|
||||
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1303)
|
||||
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1292)
|
||||
at com.dcsoft.system.DCSSystemApplication.main(DCSSystemApplication.java:22)
|
||||
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sysConfigServiceImpl': Invocation of init method failed; nested exception is org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to 192.168.2.30:6379
|
||||
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:160)
|
||||
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:440)
|
||||
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1796)
|
||||
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620)
|
||||
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
|
||||
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
|
||||
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
||||
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
|
||||
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
|
||||
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
|
||||
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1391)
|
||||
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311)
|
||||
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:657)
|
||||
... 20 common frames omitted
|
||||
Caused by: org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to 192.168.2.30:6379
|
||||
at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$ExceptionTranslatingConnectionProvider.translateException(LettuceConnectionFactory.java:1689)
|
||||
at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$ExceptionTranslatingConnectionProvider.getConnection(LettuceConnectionFactory.java:1597)
|
||||
at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$SharedConnection.getNativeConnection(LettuceConnectionFactory.java:1383)
|
||||
at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$SharedConnection.getConnection(LettuceConnectionFactory.java:1366)
|
||||
at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.getSharedConnection(LettuceConnectionFactory.java:1093)
|
||||
at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.getConnection(LettuceConnectionFactory.java:421)
|
||||
at org.springframework.data.redis.core.RedisConnectionUtils.fetchConnection(RedisConnectionUtils.java:193)
|
||||
at org.springframework.data.redis.core.RedisConnectionUtils.doGetConnection(RedisConnectionUtils.java:144)
|
||||
at org.springframework.data.redis.core.RedisConnectionUtils.getConnection(RedisConnectionUtils.java:105)
|
||||
at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:211)
|
||||
at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:191)
|
||||
at org.springframework.data.redis.core.AbstractOperations.execute(AbstractOperations.java:97)
|
||||
at org.springframework.data.redis.core.DefaultValueOperations.set(DefaultValueOperations.java:305)
|
||||
at com.dcsoft.common.redis.service.RedisService.setCacheObject(RedisService.java:36)
|
||||
at com.dcsoft.system.service.impl.SysConfigServiceImpl.loadingConfigCache(SysConfigServiceImpl.java:174)
|
||||
at com.dcsoft.system.service.impl.SysConfigServiceImpl.init(SysConfigServiceImpl.java:51)
|
||||
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.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
|
||||
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
|
||||
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
|
||||
... 32 common frames omitted
|
||||
Caused by: io.lettuce.core.RedisConnectionException: Unable to connect to 192.168.2.30:6379
|
||||
at io.lettuce.core.RedisConnectionException.create(RedisConnectionException.java:78)
|
||||
at io.lettuce.core.RedisConnectionException.create(RedisConnectionException.java:56)
|
||||
at io.lettuce.core.AbstractRedisClient.getConnection(AbstractRedisClient.java:330)
|
||||
at io.lettuce.core.RedisClient.connect(RedisClient.java:216)
|
||||
at org.springframework.data.redis.connection.lettuce.StandaloneConnectionProvider.lambda$getConnection$1(StandaloneConnectionProvider.java:115)
|
||||
at java.util.Optional.orElseGet(Optional.java:267)
|
||||
at org.springframework.data.redis.connection.lettuce.StandaloneConnectionProvider.getConnection(StandaloneConnectionProvider.java:115)
|
||||
at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$ExceptionTranslatingConnectionProvider.getConnection(LettuceConnectionFactory.java:1595)
|
||||
... 53 common frames omitted
|
||||
Caused by: io.netty.channel.ConnectTimeoutException: connection timed out: /192.168.2.30:6379
|
||||
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe$1.run(AbstractNioChannel.java:261)
|
||||
at io.netty.util.concurrent.PromiseTask.runTask(PromiseTask.java:98)
|
||||
at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:153)
|
||||
at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:174)
|
||||
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:167)
|
||||
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:470)
|
||||
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:569)
|
||||
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
|
||||
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||||
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||||
at java.lang.Thread.run(Thread.java:750)
|
||||
1663
logs/dcsoft-system/error.log
Normal file
1663
logs/dcsoft-system/error.log
Normal file
File diff suppressed because it is too large
Load Diff
153
logs/dcsoft-system/info.2025-03-21.log
Normal file
153
logs/dcsoft-system/info.2025-03-21.log
Normal file
@@ -0,0 +1,153 @@
|
||||
22:25:55.134 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
|
||||
22:25:55.772 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 1566228b-1985-423b-8b43-b96d51607ca9_config-0
|
||||
22:25:55.796 [main] INFO o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 3 keys and 6 values
|
||||
22:25:55.814 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 4 keys and 9 values
|
||||
22:25:55.826 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 3 keys and 10 values
|
||||
22:25:55.932 [main] INFO o.r.Reflections - [scan,232] - Reflections took 104 ms to scan 226 urls, producing 0 keys and 0 values
|
||||
22:25:55.942 [main] INFO o.r.Reflections - [scan,232] - Reflections took 6 ms to scan 1 urls, producing 1 keys and 5 values
|
||||
22:25:55.950 [main] INFO o.r.Reflections - [scan,232] - Reflections took 6 ms to scan 1 urls, producing 1 keys and 7 values
|
||||
22:25:55.957 [main] INFO o.r.Reflections - [scan,232] - Reflections took 6 ms to scan 1 urls, producing 2 keys and 8 values
|
||||
22:25:56.077 [main] INFO o.r.Reflections - [scan,232] - Reflections took 116 ms to scan 226 urls, producing 0 keys and 0 values
|
||||
22:25:56.077 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [1566228b-1985-423b-8b43-b96d51607ca9_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
|
||||
22:25:56.078 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [1566228b-1985-423b-8b43-b96d51607ca9_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/1267042315
|
||||
22:25:56.078 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [1566228b-1985-423b-8b43-b96d51607ca9_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/1335061928
|
||||
22:25:56.078 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [1566228b-1985-423b-8b43-b96d51607ca9_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
|
||||
22:25:56.079 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [1566228b-1985-423b-8b43-b96d51607ca9_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
|
||||
22:25:56.084 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [1566228b-1985-423b-8b43-b96d51607ca9_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 8848}
|
||||
22:25:57.447 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [1566228b-1985-423b-8b43-b96d51607ca9_config-0] Success to connect to server [127.0.0.1:8848] on start up, connectionId = 1742567157232_127.0.0.1_49758
|
||||
22:25:57.447 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [1566228b-1985-423b-8b43-b96d51607ca9_config-0] Notify connected event to listeners.
|
||||
22:25:57.447 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [1566228b-1985-423b-8b43-b96d51607ca9_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
|
||||
22:25:57.448 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [1566228b-1985-423b-8b43-b96d51607ca9_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/353891891
|
||||
22:25:57.529 [main] INFO c.d.s.DCSSystemApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
|
||||
22:25:59.332 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9201"]
|
||||
22:25:59.332 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
|
||||
22:25:59.333 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
|
||||
22:25:59.510 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
|
||||
22:26:00.348 [main] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
|
||||
22:26:00.349 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
|
||||
22:26:00.349 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
|
||||
22:26:12.385 [main] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
|
||||
22:26:12.389 [main] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
|
||||
22:26:12.394 [main] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
|
||||
22:26:12.394 [main] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye
|
||||
22:26:12.395 [main] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
|
||||
22:29:40.395 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
|
||||
22:29:41.080 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of d0c8e5f7-7805-4d09-874c-b07c3bfec394_config-0
|
||||
22:29:41.113 [main] INFO o.r.Reflections - [scan,232] - Reflections took 22 ms to scan 1 urls, producing 3 keys and 6 values
|
||||
22:29:41.128 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 4 keys and 9 values
|
||||
22:29:41.137 [main] INFO o.r.Reflections - [scan,232] - Reflections took 7 ms to scan 1 urls, producing 3 keys and 10 values
|
||||
22:29:41.245 [main] INFO o.r.Reflections - [scan,232] - Reflections took 106 ms to scan 226 urls, producing 0 keys and 0 values
|
||||
22:29:41.251 [main] INFO o.r.Reflections - [scan,232] - Reflections took 6 ms to scan 1 urls, producing 1 keys and 5 values
|
||||
22:29:41.258 [main] INFO o.r.Reflections - [scan,232] - Reflections took 6 ms to scan 1 urls, producing 1 keys and 7 values
|
||||
22:29:41.266 [main] INFO o.r.Reflections - [scan,232] - Reflections took 6 ms to scan 1 urls, producing 2 keys and 8 values
|
||||
22:29:41.438 [main] INFO o.r.Reflections - [scan,232] - Reflections took 171 ms to scan 226 urls, producing 0 keys and 0 values
|
||||
22:29:41.440 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d0c8e5f7-7805-4d09-874c-b07c3bfec394_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
|
||||
22:29:41.441 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d0c8e5f7-7805-4d09-874c-b07c3bfec394_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/1335061928
|
||||
22:29:41.441 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d0c8e5f7-7805-4d09-874c-b07c3bfec394_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/1108706191
|
||||
22:29:41.441 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d0c8e5f7-7805-4d09-874c-b07c3bfec394_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
|
||||
22:29:41.442 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d0c8e5f7-7805-4d09-874c-b07c3bfec394_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
|
||||
22:29:41.450 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d0c8e5f7-7805-4d09-874c-b07c3bfec394_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 8848}
|
||||
22:29:43.423 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d0c8e5f7-7805-4d09-874c-b07c3bfec394_config-0] Success to connect to server [127.0.0.1:8848] on start up, connectionId = 1742567383168_127.0.0.1_50001
|
||||
22:29:43.424 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d0c8e5f7-7805-4d09-874c-b07c3bfec394_config-0] Notify connected event to listeners.
|
||||
22:29:43.424 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d0c8e5f7-7805-4d09-874c-b07c3bfec394_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
|
||||
22:29:43.425 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [d0c8e5f7-7805-4d09-874c-b07c3bfec394_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1340086275
|
||||
22:29:43.555 [main] INFO c.d.s.DCSSystemApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
|
||||
22:29:45.279 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9201"]
|
||||
22:29:45.280 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
|
||||
22:29:45.280 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
|
||||
22:29:45.455 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
|
||||
22:29:46.347 [main] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
|
||||
22:29:46.348 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
|
||||
22:29:46.348 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
|
||||
22:29:49.016 [main] INFO c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
|
||||
22:29:50.959 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of a626541d-6152-446d-8fb5-f6bddf3ed46c
|
||||
22:29:50.960 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a626541d-6152-446d-8fb5-f6bddf3ed46c] RpcClient init label, labels = {module=naming, source=sdk}
|
||||
22:29:50.961 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a626541d-6152-446d-8fb5-f6bddf3ed46c] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
|
||||
22:29:50.961 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a626541d-6152-446d-8fb5-f6bddf3ed46c] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
|
||||
22:29:50.962 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a626541d-6152-446d-8fb5-f6bddf3ed46c] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
|
||||
22:29:50.962 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a626541d-6152-446d-8fb5-f6bddf3ed46c] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 8848}
|
||||
22:29:51.080 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a626541d-6152-446d-8fb5-f6bddf3ed46c] Success to connect to server [127.0.0.1:8848] on start up, connectionId = 1742567390967_127.0.0.1_50037
|
||||
22:29:51.080 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a626541d-6152-446d-8fb5-f6bddf3ed46c] Notify connected event to listeners.
|
||||
22:29:51.080 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a626541d-6152-446d-8fb5-f6bddf3ed46c] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
|
||||
22:29:51.081 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a626541d-6152-446d-8fb5-f6bddf3ed46c] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1340086275
|
||||
22:29:51.111 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9201"]
|
||||
22:29:51.127 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP dcsoft-system 192.168.0.104:9201 register finished
|
||||
22:29:51.693 [nacos-grpc-client-executor-8] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a626541d-6152-446d-8fb5-f6bddf3ed46c] Receive server push request, request = NotifySubscriberRequest, requestId = 8
|
||||
22:29:51.697 [nacos-grpc-client-executor-8] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a626541d-6152-446d-8fb5-f6bddf3ed46c] Ack server push request, request = NotifySubscriberRequest, requestId = 8
|
||||
22:29:52.332 [main] INFO c.d.s.DCSSystemApplication - [logStarted,61] - Started DCSSystemApplication in 12.611 seconds (JVM running for 13.509)
|
||||
22:29:52.341 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=dcsoft-system-dev.yml, group=DEFAULT_GROUP
|
||||
22:29:52.341 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=dcsoft-system, group=DEFAULT_GROUP
|
||||
22:29:52.342 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=dcsoft-system.yml, group=DEFAULT_GROUP
|
||||
22:29:53.363 [RMI TCP Connection(5)-192.168.0.104] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
||||
22:29:57.680 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
|
||||
22:29:57.695 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
|
||||
22:29:58.237 [nacos-grpc-client-executor-14] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a626541d-6152-446d-8fb5-f6bddf3ed46c] Receive server push request, request = NotifySubscriberRequest, requestId = 9
|
||||
22:29:58.239 [nacos-grpc-client-executor-14] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [a626541d-6152-446d-8fb5-f6bddf3ed46c] Ack server push request, request = NotifySubscriberRequest, requestId = 9
|
||||
22:29:58.347 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
|
||||
22:29:58.348 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@239f678b[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
|
||||
22:29:58.348 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1742567390967_127.0.0.1_50037
|
||||
22:29:58.351 [nacos-grpc-client-executor-15] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1742567390967_127.0.0.1_50037]Ignore complete event,isRunning:false,isAbandon=false
|
||||
22:29:58.357 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@1a6bb898[Running, pool size = 16, active threads = 0, queued tasks = 0, completed tasks = 16]
|
||||
22:29:58.537 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
|
||||
22:29:58.553 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
|
||||
22:29:58.578 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
|
||||
22:29:58.579 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye
|
||||
22:39:39.438 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
|
||||
22:39:40.217 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of b5ee788f-a92b-4e87-9c4f-b00cd9da5f79_config-0
|
||||
22:39:40.245 [main] INFO o.r.Reflections - [scan,232] - Reflections took 18 ms to scan 1 urls, producing 3 keys and 6 values
|
||||
22:39:40.262 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 4 keys and 9 values
|
||||
22:39:40.273 [main] INFO o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 3 keys and 10 values
|
||||
22:39:40.374 [main] INFO o.r.Reflections - [scan,232] - Reflections took 99 ms to scan 226 urls, producing 0 keys and 0 values
|
||||
22:39:40.381 [main] INFO o.r.Reflections - [scan,232] - Reflections took 6 ms to scan 1 urls, producing 1 keys and 5 values
|
||||
22:39:40.388 [main] INFO o.r.Reflections - [scan,232] - Reflections took 5 ms to scan 1 urls, producing 1 keys and 7 values
|
||||
22:39:40.395 [main] INFO o.r.Reflections - [scan,232] - Reflections took 5 ms to scan 1 urls, producing 2 keys and 8 values
|
||||
22:39:40.500 [main] INFO o.r.Reflections - [scan,232] - Reflections took 103 ms to scan 226 urls, producing 0 keys and 0 values
|
||||
22:39:40.501 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b5ee788f-a92b-4e87-9c4f-b00cd9da5f79_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
|
||||
22:39:40.501 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b5ee788f-a92b-4e87-9c4f-b00cd9da5f79_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/2024711353
|
||||
22:39:40.501 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b5ee788f-a92b-4e87-9c4f-b00cd9da5f79_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/711310213
|
||||
22:39:40.502 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b5ee788f-a92b-4e87-9c4f-b00cd9da5f79_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
|
||||
22:39:40.502 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b5ee788f-a92b-4e87-9c4f-b00cd9da5f79_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
|
||||
22:39:40.506 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b5ee788f-a92b-4e87-9c4f-b00cd9da5f79_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 8848}
|
||||
22:39:41.745 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b5ee788f-a92b-4e87-9c4f-b00cd9da5f79_config-0] Success to connect to server [127.0.0.1:8848] on start up, connectionId = 1742567981544_127.0.0.1_50557
|
||||
22:39:41.746 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b5ee788f-a92b-4e87-9c4f-b00cd9da5f79_config-0] Notify connected event to listeners.
|
||||
22:39:41.747 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b5ee788f-a92b-4e87-9c4f-b00cd9da5f79_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
|
||||
22:39:41.748 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [b5ee788f-a92b-4e87-9c4f-b00cd9da5f79_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/70978270
|
||||
22:39:41.814 [main] INFO c.d.s.DCSSystemApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
|
||||
22:39:43.350 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9201"]
|
||||
22:39:43.350 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
|
||||
22:39:43.350 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
|
||||
22:39:43.473 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
|
||||
22:39:44.323 [main] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
|
||||
22:39:44.324 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
|
||||
22:39:44.324 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
|
||||
22:39:46.782 [main] INFO c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
|
||||
22:39:48.556 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 99060f22-f218-4a4a-923a-05197324ee84
|
||||
22:39:48.557 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [99060f22-f218-4a4a-923a-05197324ee84] RpcClient init label, labels = {module=naming, source=sdk}
|
||||
22:39:48.558 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [99060f22-f218-4a4a-923a-05197324ee84] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
|
||||
22:39:48.558 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [99060f22-f218-4a4a-923a-05197324ee84] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
|
||||
22:39:48.558 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [99060f22-f218-4a4a-923a-05197324ee84] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
|
||||
22:39:48.558 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [99060f22-f218-4a4a-923a-05197324ee84] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 8848}
|
||||
22:39:48.679 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [99060f22-f218-4a4a-923a-05197324ee84] Success to connect to server [127.0.0.1:8848] on start up, connectionId = 1742567988564_127.0.0.1_50591
|
||||
22:39:48.680 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [99060f22-f218-4a4a-923a-05197324ee84] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
|
||||
22:39:48.681 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [99060f22-f218-4a4a-923a-05197324ee84] Notify connected event to listeners.
|
||||
22:39:48.682 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [99060f22-f218-4a4a-923a-05197324ee84] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/70978270
|
||||
22:39:48.713 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9201"]
|
||||
22:39:48.729 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP dcsoft-system 192.168.0.104:9201 register finished
|
||||
22:39:49.205 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [99060f22-f218-4a4a-923a-05197324ee84] Receive server push request, request = NotifySubscriberRequest, requestId = 15
|
||||
22:39:49.209 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [99060f22-f218-4a4a-923a-05197324ee84] Ack server push request, request = NotifySubscriberRequest, requestId = 15
|
||||
22:39:49.933 [main] INFO c.d.s.DCSSystemApplication - [logStarted,61] - Started DCSSystemApplication in 11.46 seconds (JVM running for 12.359)
|
||||
22:39:49.939 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=dcsoft-system-dev.yml, group=DEFAULT_GROUP
|
||||
22:39:49.940 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=dcsoft-system, group=DEFAULT_GROUP
|
||||
22:39:49.940 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=dcsoft-system.yml, group=DEFAULT_GROUP
|
||||
22:39:50.907 [RMI TCP Connection(3)-192.168.0.104] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
||||
22:40:29.586 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
|
||||
22:40:29.591 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
|
||||
22:40:29.922 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
|
||||
22:40:29.922 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@2bc641e4[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
|
||||
22:40:29.922 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1742567988564_127.0.0.1_50591
|
||||
22:40:29.924 [nacos-grpc-client-executor-21] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1742567988564_127.0.0.1_50591]Ignore complete event,isRunning:false,isAbandon=false
|
||||
22:40:29.927 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@184fb3f5[Running, pool size = 6, active threads = 0, queued tasks = 0, completed tasks = 22]
|
||||
22:40:30.091 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
|
||||
22:40:30.094 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
|
||||
22:40:30.100 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
|
||||
22:40:30.100 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye
|
||||
149
logs/dcsoft-system/info.2025-03-22.log
Normal file
149
logs/dcsoft-system/info.2025-03-22.log
Normal file
@@ -0,0 +1,149 @@
|
||||
17:38:10.718 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
|
||||
17:38:11.429 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 05a7ea6b-9b07-4905-8a19-736ef0c1bbff_config-0
|
||||
17:38:11.461 [main] INFO o.r.Reflections - [scan,232] - Reflections took 20 ms to scan 1 urls, producing 3 keys and 6 values
|
||||
17:38:11.485 [main] INFO o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 4 keys and 9 values
|
||||
17:38:11.493 [main] INFO o.r.Reflections - [scan,232] - Reflections took 6 ms to scan 1 urls, producing 3 keys and 10 values
|
||||
17:38:11.637 [main] INFO o.r.Reflections - [scan,232] - Reflections took 142 ms to scan 227 urls, producing 0 keys and 0 values
|
||||
17:38:11.646 [main] INFO o.r.Reflections - [scan,232] - Reflections took 6 ms to scan 1 urls, producing 1 keys and 5 values
|
||||
17:38:11.657 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 1 keys and 7 values
|
||||
17:38:11.665 [main] INFO o.r.Reflections - [scan,232] - Reflections took 6 ms to scan 1 urls, producing 2 keys and 8 values
|
||||
17:38:11.779 [main] INFO o.r.Reflections - [scan,232] - Reflections took 112 ms to scan 227 urls, producing 0 keys and 0 values
|
||||
17:38:11.782 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [05a7ea6b-9b07-4905-8a19-736ef0c1bbff_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
|
||||
17:38:11.782 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [05a7ea6b-9b07-4905-8a19-736ef0c1bbff_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/1960514242
|
||||
17:38:11.782 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [05a7ea6b-9b07-4905-8a19-736ef0c1bbff_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/804347788
|
||||
17:38:11.783 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [05a7ea6b-9b07-4905-8a19-736ef0c1bbff_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
|
||||
17:38:11.783 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [05a7ea6b-9b07-4905-8a19-736ef0c1bbff_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
|
||||
17:38:11.789 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [05a7ea6b-9b07-4905-8a19-736ef0c1bbff_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 8848}
|
||||
17:38:13.216 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [05a7ea6b-9b07-4905-8a19-736ef0c1bbff_config-0] Success to connect to server [127.0.0.1:8848] on start up, connectionId = 1742636293049_127.0.0.1_56908
|
||||
17:38:13.217 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [05a7ea6b-9b07-4905-8a19-736ef0c1bbff_config-0] Notify connected event to listeners.
|
||||
17:38:13.217 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [05a7ea6b-9b07-4905-8a19-736ef0c1bbff_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
|
||||
17:38:13.217 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [05a7ea6b-9b07-4905-8a19-736ef0c1bbff_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1145023109
|
||||
17:38:13.313 [main] INFO c.d.s.DCSSystemApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
|
||||
17:38:15.167 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9201"]
|
||||
17:38:15.168 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
|
||||
17:38:15.168 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
|
||||
17:38:15.296 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
|
||||
17:38:17.599 [main] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
|
||||
17:38:17.630 [main] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
|
||||
17:39:01.065 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
|
||||
17:39:01.811 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 95c25037-5b0c-42fd-9a81-acec49b6762d_config-0
|
||||
17:39:01.845 [main] INFO o.r.Reflections - [scan,232] - Reflections took 22 ms to scan 1 urls, producing 3 keys and 6 values
|
||||
17:39:01.869 [main] INFO o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 1 urls, producing 4 keys and 9 values
|
||||
17:39:01.881 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 3 keys and 10 values
|
||||
17:39:01.999 [main] INFO o.r.Reflections - [scan,232] - Reflections took 114 ms to scan 227 urls, producing 0 keys and 0 values
|
||||
17:39:02.005 [main] INFO o.r.Reflections - [scan,232] - Reflections took 6 ms to scan 1 urls, producing 1 keys and 5 values
|
||||
17:39:02.016 [main] INFO o.r.Reflections - [scan,232] - Reflections took 9 ms to scan 1 urls, producing 1 keys and 7 values
|
||||
17:39:02.027 [main] INFO o.r.Reflections - [scan,232] - Reflections took 7 ms to scan 1 urls, producing 2 keys and 8 values
|
||||
17:39:02.139 [main] INFO o.r.Reflections - [scan,232] - Reflections took 110 ms to scan 227 urls, producing 0 keys and 0 values
|
||||
17:39:02.141 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [95c25037-5b0c-42fd-9a81-acec49b6762d_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
|
||||
17:39:02.142 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [95c25037-5b0c-42fd-9a81-acec49b6762d_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/967643830
|
||||
17:39:02.142 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [95c25037-5b0c-42fd-9a81-acec49b6762d_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/1320443884
|
||||
17:39:02.143 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [95c25037-5b0c-42fd-9a81-acec49b6762d_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
|
||||
17:39:02.144 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [95c25037-5b0c-42fd-9a81-acec49b6762d_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
|
||||
17:39:02.149 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [95c25037-5b0c-42fd-9a81-acec49b6762d_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 8848}
|
||||
17:39:03.756 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [95c25037-5b0c-42fd-9a81-acec49b6762d_config-0] Success to connect to server [127.0.0.1:8848] on start up, connectionId = 1742636343579_127.0.0.1_57001
|
||||
17:39:03.758 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [95c25037-5b0c-42fd-9a81-acec49b6762d_config-0] Notify connected event to listeners.
|
||||
17:39:03.760 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [95c25037-5b0c-42fd-9a81-acec49b6762d_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
|
||||
17:39:03.761 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [95c25037-5b0c-42fd-9a81-acec49b6762d_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1779378259
|
||||
17:39:03.872 [main] INFO c.d.s.DCSSystemApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
|
||||
17:39:05.751 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9201"]
|
||||
17:39:05.751 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
|
||||
17:39:05.752 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
|
||||
17:39:05.892 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
|
||||
17:39:06.978 [main] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
|
||||
17:39:06.979 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
|
||||
17:39:06.979 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
|
||||
17:39:16.797 [main] INFO c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
|
||||
17:39:24.593 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of fe21c058-434e-4c68-847e-d29c75106549
|
||||
17:39:24.594 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fe21c058-434e-4c68-847e-d29c75106549] RpcClient init label, labels = {module=naming, source=sdk}
|
||||
17:39:24.600 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fe21c058-434e-4c68-847e-d29c75106549] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
|
||||
17:39:24.601 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fe21c058-434e-4c68-847e-d29c75106549] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
|
||||
17:39:24.602 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fe21c058-434e-4c68-847e-d29c75106549] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
|
||||
17:39:24.604 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fe21c058-434e-4c68-847e-d29c75106549] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 8848}
|
||||
17:39:24.725 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fe21c058-434e-4c68-847e-d29c75106549] Success to connect to server [127.0.0.1:8848] on start up, connectionId = 1742636364612_127.0.0.1_57051
|
||||
17:39:24.725 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fe21c058-434e-4c68-847e-d29c75106549] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
|
||||
17:39:24.725 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fe21c058-434e-4c68-847e-d29c75106549] Notify connected event to listeners.
|
||||
17:39:24.725 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fe21c058-434e-4c68-847e-d29c75106549] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1779378259
|
||||
17:39:24.824 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9201"]
|
||||
17:39:24.890 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP dcsoft-system 192.168.0.104:9201 register finished
|
||||
17:39:25.400 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fe21c058-434e-4c68-847e-d29c75106549] Receive server push request, request = NotifySubscriberRequest, requestId = 5
|
||||
17:39:25.421 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [fe21c058-434e-4c68-847e-d29c75106549] Ack server push request, request = NotifySubscriberRequest, requestId = 5
|
||||
17:39:30.268 [main] INFO c.d.s.DCSSystemApplication - [logStarted,61] - Started DCSSystemApplication in 29.958 seconds (JVM running for 30.915)
|
||||
17:39:30.292 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=dcsoft-system-dev.yml, group=DEFAULT_GROUP
|
||||
17:39:30.295 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=dcsoft-system, group=DEFAULT_GROUP
|
||||
17:39:30.297 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=dcsoft-system.yml, group=DEFAULT_GROUP
|
||||
17:39:32.970 [RMI TCP Connection(3)-192.168.0.104] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
||||
17:39:41.209 [http-nio-9201-exec-1] INFO o.a.t.u.h.p.Cookie - [log,173] - A cookie header was received [Hm_lvt_be968d539e394cf45975b5117965eb10=1742280385,1742366828,1742451210,1742550106] that contained an invalid cookie. That cookie will be ignored.
|
||||
Note: further occurrences of this error will be logged at DEBUG level.
|
||||
17:42:35.825 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
|
||||
17:42:35.837 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
|
||||
17:42:36.178 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
|
||||
17:42:36.178 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@4a4fcbd6[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
|
||||
17:42:36.178 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1742636364612_127.0.0.1_57051
|
||||
17:42:36.180 [nacos-grpc-client-executor-49] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1742636364612_127.0.0.1_57051]Ignore complete event,isRunning:false,isAbandon=false
|
||||
17:42:36.188 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@44112e67[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 50]
|
||||
17:42:36.334 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
|
||||
17:42:36.339 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
|
||||
17:42:36.348 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
|
||||
17:42:36.348 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye
|
||||
17:42:42.942 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
|
||||
17:42:43.693 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 775db382-3576-40c5-b1fa-2e0945f9c161_config-0
|
||||
17:42:43.735 [main] INFO o.r.Reflections - [scan,232] - Reflections took 24 ms to scan 1 urls, producing 3 keys and 6 values
|
||||
17:42:43.767 [main] INFO o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 4 keys and 9 values
|
||||
17:42:43.776 [main] INFO o.r.Reflections - [scan,232] - Reflections took 7 ms to scan 1 urls, producing 3 keys and 10 values
|
||||
17:42:43.891 [main] INFO o.r.Reflections - [scan,232] - Reflections took 113 ms to scan 227 urls, producing 0 keys and 0 values
|
||||
17:42:43.897 [main] INFO o.r.Reflections - [scan,232] - Reflections took 6 ms to scan 1 urls, producing 1 keys and 5 values
|
||||
17:42:43.907 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 1 keys and 7 values
|
||||
17:42:43.914 [main] INFO o.r.Reflections - [scan,232] - Reflections took 5 ms to scan 1 urls, producing 2 keys and 8 values
|
||||
17:42:44.021 [main] INFO o.r.Reflections - [scan,232] - Reflections took 105 ms to scan 227 urls, producing 0 keys and 0 values
|
||||
17:42:44.023 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [775db382-3576-40c5-b1fa-2e0945f9c161_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
|
||||
17:42:44.024 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [775db382-3576-40c5-b1fa-2e0945f9c161_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/71148574
|
||||
17:42:44.024 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [775db382-3576-40c5-b1fa-2e0945f9c161_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/344751179
|
||||
17:42:44.024 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [775db382-3576-40c5-b1fa-2e0945f9c161_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
|
||||
17:42:44.025 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [775db382-3576-40c5-b1fa-2e0945f9c161_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
|
||||
17:42:44.032 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [775db382-3576-40c5-b1fa-2e0945f9c161_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 8848}
|
||||
17:42:45.631 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [775db382-3576-40c5-b1fa-2e0945f9c161_config-0] Success to connect to server [127.0.0.1:8848] on start up, connectionId = 1742636565459_127.0.0.1_57310
|
||||
17:42:45.635 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [775db382-3576-40c5-b1fa-2e0945f9c161_config-0] Notify connected event to listeners.
|
||||
17:42:45.636 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [775db382-3576-40c5-b1fa-2e0945f9c161_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
|
||||
17:42:45.637 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [775db382-3576-40c5-b1fa-2e0945f9c161_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1788662008
|
||||
17:42:45.737 [main] INFO c.d.s.DCSSystemApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
|
||||
17:42:47.693 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9201"]
|
||||
17:42:47.694 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
|
||||
17:42:47.694 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
|
||||
17:42:47.842 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
|
||||
17:42:48.622 [main] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
|
||||
17:42:48.623 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
|
||||
17:42:48.624 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
|
||||
17:42:51.497 [main] INFO c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
|
||||
17:42:53.593 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 9707a67b-3799-4d25-8681-a450316c741c
|
||||
17:42:53.593 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9707a67b-3799-4d25-8681-a450316c741c] RpcClient init label, labels = {module=naming, source=sdk}
|
||||
17:42:53.595 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9707a67b-3799-4d25-8681-a450316c741c] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
|
||||
17:42:53.595 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9707a67b-3799-4d25-8681-a450316c741c] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
|
||||
17:42:53.595 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9707a67b-3799-4d25-8681-a450316c741c] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
|
||||
17:42:53.595 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9707a67b-3799-4d25-8681-a450316c741c] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 8848}
|
||||
17:42:53.713 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9707a67b-3799-4d25-8681-a450316c741c] Success to connect to server [127.0.0.1:8848] on start up, connectionId = 1742636573599_127.0.0.1_57342
|
||||
17:42:53.713 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9707a67b-3799-4d25-8681-a450316c741c] Notify connected event to listeners.
|
||||
17:42:53.713 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9707a67b-3799-4d25-8681-a450316c741c] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
|
||||
17:42:53.714 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9707a67b-3799-4d25-8681-a450316c741c] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/1788662008
|
||||
17:42:53.779 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9201"]
|
||||
17:42:53.802 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP dcsoft-system 192.168.0.104:9201 register finished
|
||||
17:42:54.277 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9707a67b-3799-4d25-8681-a450316c741c] Receive server push request, request = NotifySubscriberRequest, requestId = 10
|
||||
17:42:54.281 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [9707a67b-3799-4d25-8681-a450316c741c] Ack server push request, request = NotifySubscriberRequest, requestId = 10
|
||||
17:42:55.474 [main] INFO c.d.s.DCSSystemApplication - [logStarted,61] - Started DCSSystemApplication in 13.254 seconds (JVM running for 14.163)
|
||||
17:42:55.482 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=dcsoft-system-dev.yml, group=DEFAULT_GROUP
|
||||
17:42:55.483 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=dcsoft-system, group=DEFAULT_GROUP
|
||||
17:42:55.483 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=dcsoft-system.yml, group=DEFAULT_GROUP
|
||||
17:42:56.636 [RMI TCP Connection(3)-192.168.0.104] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
||||
17:43:09.043 [http-nio-9201-exec-5] INFO o.a.t.u.h.p.Cookie - [log,173] - A cookie header was received [Hm_lvt_be968d539e394cf45975b5117965eb10=1742280385,1742366828,1742451210,1742550106;] that contained an invalid cookie. That cookie will be ignored.
|
||||
Note: further occurrences of this error will be logged at DEBUG level.
|
||||
17:50:39.900 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
|
||||
17:50:39.900 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
|
||||
17:50:40.235 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
|
||||
17:50:40.235 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@2b070973[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
|
||||
17:50:40.235 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1742636573599_127.0.0.1_57342
|
||||
17:50:40.244 [nacos-grpc-client-executor-109] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1742636573599_127.0.0.1_57342]Ignore complete event,isRunning:false,isAbandon=false
|
||||
17:50:40.246 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@46b6231c[Running, pool size = 6, active threads = 0, queued tasks = 0, completed tasks = 110]
|
||||
17:50:40.406 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
|
||||
17:50:40.408 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
|
||||
17:50:40.408 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
|
||||
17:50:40.408 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye
|
||||
61
logs/dcsoft-system/info.log
Normal file
61
logs/dcsoft-system/info.log
Normal file
@@ -0,0 +1,61 @@
|
||||
15:36:14.412 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
|
||||
15:36:15.179 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 744865f7-d8d1-4783-9111-6ffd1848291a_config-0
|
||||
15:36:15.213 [main] INFO o.r.Reflections - [scan,232] - Reflections took 20 ms to scan 1 urls, producing 3 keys and 6 values
|
||||
15:36:15.237 [main] INFO o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 1 urls, producing 4 keys and 9 values
|
||||
15:36:15.246 [main] INFO o.r.Reflections - [scan,232] - Reflections took 7 ms to scan 1 urls, producing 3 keys and 10 values
|
||||
15:36:15.366 [main] INFO o.r.Reflections - [scan,232] - Reflections took 117 ms to scan 227 urls, producing 0 keys and 0 values
|
||||
15:36:15.378 [main] INFO o.r.Reflections - [scan,232] - Reflections took 8 ms to scan 1 urls, producing 1 keys and 5 values
|
||||
15:36:15.390 [main] INFO o.r.Reflections - [scan,232] - Reflections took 11 ms to scan 1 urls, producing 1 keys and 7 values
|
||||
15:36:15.397 [main] INFO o.r.Reflections - [scan,232] - Reflections took 5 ms to scan 1 urls, producing 2 keys and 8 values
|
||||
15:36:15.519 [main] INFO o.r.Reflections - [scan,232] - Reflections took 121 ms to scan 227 urls, producing 0 keys and 0 values
|
||||
15:36:15.521 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [744865f7-d8d1-4783-9111-6ffd1848291a_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
|
||||
15:36:15.521 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [744865f7-d8d1-4783-9111-6ffd1848291a_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$336/537524656
|
||||
15:36:15.522 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [744865f7-d8d1-4783-9111-6ffd1848291a_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$337/1356419559
|
||||
15:36:15.522 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [744865f7-d8d1-4783-9111-6ffd1848291a_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
|
||||
15:36:15.523 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [744865f7-d8d1-4783-9111-6ffd1848291a_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
|
||||
15:36:15.529 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [744865f7-d8d1-4783-9111-6ffd1848291a_config-0] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 8848}
|
||||
15:36:17.215 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [744865f7-d8d1-4783-9111-6ffd1848291a_config-0] Success to connect to server [127.0.0.1:8848] on start up, connectionId = 1745825777043_127.0.0.1_59851
|
||||
15:36:17.215 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [744865f7-d8d1-4783-9111-6ffd1848291a_config-0] Notify connected event to listeners.
|
||||
15:36:17.215 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [744865f7-d8d1-4783-9111-6ffd1848291a_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
|
||||
15:36:17.217 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [744865f7-d8d1-4783-9111-6ffd1848291a_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/50173263
|
||||
15:36:17.310 [main] INFO c.d.s.DCSSystemApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
|
||||
15:36:19.417 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9201"]
|
||||
15:36:19.418 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
|
||||
15:36:19.418 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
|
||||
15:36:19.557 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
|
||||
15:36:20.749 [main] INFO c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
|
||||
15:36:20.750 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
|
||||
15:36:20.750 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
|
||||
15:36:25.326 [main] INFO c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
|
||||
15:36:27.505 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 642c28ba-374e-4b68-b06d-70dc6bdaad2a
|
||||
15:36:27.505 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [642c28ba-374e-4b68-b06d-70dc6bdaad2a] RpcClient init label, labels = {module=naming, source=sdk}
|
||||
15:36:27.506 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [642c28ba-374e-4b68-b06d-70dc6bdaad2a] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
|
||||
15:36:27.506 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [642c28ba-374e-4b68-b06d-70dc6bdaad2a] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
|
||||
15:36:27.507 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [642c28ba-374e-4b68-b06d-70dc6bdaad2a] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
|
||||
15:36:27.507 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [642c28ba-374e-4b68-b06d-70dc6bdaad2a] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 8848}
|
||||
15:36:27.619 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [642c28ba-374e-4b68-b06d-70dc6bdaad2a] Success to connect to server [127.0.0.1:8848] on start up, connectionId = 1745825787515_127.0.0.1_59915
|
||||
15:36:27.619 [com.alibaba.nacos.client.remote.worker] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [642c28ba-374e-4b68-b06d-70dc6bdaad2a] Notify connected event to listeners.
|
||||
15:36:27.619 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [642c28ba-374e-4b68-b06d-70dc6bdaad2a] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
|
||||
15:36:27.620 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [642c28ba-374e-4b68-b06d-70dc6bdaad2a] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$345/50173263
|
||||
15:36:27.686 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9201"]
|
||||
15:36:27.715 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP dcsoft-system 192.168.2.21:9201 register finished
|
||||
15:36:28.182 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [642c28ba-374e-4b68-b06d-70dc6bdaad2a] Receive server push request, request = NotifySubscriberRequest, requestId = 27
|
||||
15:36:28.191 [nacos-grpc-client-executor-6] INFO c.a.n.c.r.client - [printIfInfoEnabled,60] - [642c28ba-374e-4b68-b06d-70dc6bdaad2a] Ack server push request, request = NotifySubscriberRequest, requestId = 27
|
||||
15:36:29.144 [main] INFO c.d.s.DCSSystemApplication - [logStarted,61] - Started DCSSystemApplication in 15.465 seconds (JVM running for 16.899)
|
||||
15:36:29.163 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=dcsoft-system-dev.yml, group=DEFAULT_GROUP
|
||||
15:36:29.164 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=dcsoft-system, group=DEFAULT_GROUP
|
||||
15:36:29.166 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=dcsoft-system.yml, group=DEFAULT_GROUP
|
||||
15:36:29.523 [RMI TCP Connection(2)-192.168.2.21] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
||||
15:36:56.800 [http-nio-9201-exec-9] INFO o.a.t.u.h.p.Cookie - [log,173] - A cookie header was received [Hm_lvt_be968d539e394cf45975b5117965eb10=1744178737,1744208190,1744250909,1744265525;] that contained an invalid cookie. That cookie will be ignored.
|
||||
Note: further occurrences of this error will be logged at DEBUG level.
|
||||
15:38:42.170 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
|
||||
15:38:42.189 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
|
||||
15:38:42.581 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
|
||||
15:38:42.583 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@4a406acb[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
|
||||
15:38:42.584 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,591] - Close current connection 1745825787515_127.0.0.1_59915
|
||||
15:38:42.587 [nacos-grpc-client-executor-43] INFO c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1745825787515_127.0.0.1_59915]Ignore complete event,isRunning:false,isAbandon=false
|
||||
15:38:42.601 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@284311a[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 44]
|
||||
15:38:42.826 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
|
||||
15:38:42.835 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
|
||||
15:38:42.865 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
|
||||
15:38:42.866 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye
|
||||
Reference in New Issue
Block a user