1 Star 1 Fork 0

MSACollege/springcloud-demo

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
nohup.out 30.38 KB
Copy Edit Raw Blame History
kimmking authored 2024-08-24 20:09 . add shell
█████████ ████ █████ ███████
███░░░░░███ ░░███ ░░███ ███░░░░░███
░███ ░███ ░███ ████████ ░███████ ██████ ███ ░░███ ████████ ██████
░███████████ ░███ ░░███░░███ ░███░░███ ░░░░░███ ░███ ░███░░███░░███ ███░░███
░███░░░░░███ ░███ ░███ ░███ ░███ ░███ ███████ ░███ ░███ ░███ ░███ ░███████
░███ ░███ ░███ ░███ ░███ ░███ ░███ ███░░███ ░░███ ███ ░███ ░███ ░███░░░
█████ █████ █████ ░███████ ████ █████░░████████ ░░░███████░ ████ █████░░██████
░░░░░ ░░░░░ ░░░░░ ░███░░░ ░░░░ ░░░░░ ░░░░░░░░ ░░░░░░░ ░░░░ ░░░░░ ░░░░░░
░███
█████
░░░░░
==>> KKApplicationContextInitializer ...
2024-08-24T20:04:13.972+08:00 INFO 3294461 --- [helloService] [ main] c.k.s.p.SpringcloudProviderApplication : Starting SpringcloudProviderApplication v0.0.1-SNAPSHOT using Java 17.0.1 with PID 3294461 (/root/git/springcloud-demo/springcloud-provider/target/springcloud-provider-0.0.1-SNAPSHOT.jar started by root in /root/git/springcloud-demo)
2024-08-24T20:04:13.982+08:00 INFO 3294461 --- [helloService] [ main] c.k.s.p.SpringcloudProviderApplication : The following 1 profile is active: "test"
2024-08-24T20:04:14.779+08:00 INFO 3294461 --- [helloService] [ main] o.s.cloud.context.scope.GenericScope : BeanFactory id=e3502970-39cc-3016-a849-3bfa48f79e82
2024-08-24T20:04:15.145+08:00 INFO 3294461 --- [helloService] [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 9000 (http)
2024-08-24T20:04:15.154+08:00 INFO 3294461 --- [helloService] [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2024-08-24T20:04:15.154+08:00 INFO 3294461 --- [helloService] [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.26]
2024-08-24T20:04:15.191+08:00 INFO 3294461 --- [helloService] [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2024-08-24T20:04:15.192+08:00 INFO 3294461 --- [helloService] [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1114 ms
2024-08-24T20:04:15.710+08:00 WARN 3294461 --- [helloService] [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Failed to start bean 'webServerStartStop'
2024-08-24T20:04:15.729+08:00 INFO 3294461 --- [helloService] [ main] .s.b.a.l.ConditionEvaluationReportLogger :
Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
2024-08-24T20:04:15.746+08:00 ERROR 3294461 --- [helloService] [ main] o.s.b.d.LoggingFailureAnalysisReporter :
***************************
APPLICATION FAILED TO START
***************************
Description:
Web server failed to start. Port 9000 was already in use.
Action:
Identify and stop the process that's listening on port 9000 or configure this application to listen on another port.
█████████ ████ █████ ███████
███░░░░░███ ░░███ ░░███ ███░░░░░███
░███ ░███ ░███ ████████ ░███████ ██████ ███ ░░███ ████████ ██████
░███████████ ░███ ░░███░░███ ░███░░███ ░░░░░███ ░███ ░███░░███░░███ ███░░███
░███░░░░░███ ░███ ░███ ░███ ░███ ░███ ███████ ░███ ░███ ░███ ░███ ░███████
░███ ░███ ░███ ░███ ░███ ░███ ░███ ███░░███ ░░███ ███ ░███ ░███ ░███░░░
█████ █████ █████ ░███████ ████ █████░░████████ ░░░███████░ ████ █████░░██████
░░░░░ ░░░░░ ░░░░░ ░███░░░ ░░░░ ░░░░░ ░░░░░░░░ ░░░░░░░ ░░░░ ░░░░░ ░░░░░░
░███
█████
░░░░░
==>> KKApplicationContextInitializer ...
2024-08-24T20:04:19.790+08:00 INFO 3294534 --- [helloService] [ main] c.k.s.p.SpringcloudProviderApplication : Starting SpringcloudProviderApplication v0.0.1-SNAPSHOT using Java 17.0.1 with PID 3294534 (/root/git/springcloud-demo/springcloud-provider/target/springcloud-provider-0.0.1-SNAPSHOT.jar started by root in /root/git/springcloud-demo)
2024-08-24T20:04:19.795+08:00 INFO 3294534 --- [helloService] [ main] c.k.s.p.SpringcloudProviderApplication : The following 1 profile is active: "test"
2024-08-24T20:04:20.539+08:00 INFO 3294534 --- [helloService] [ main] o.s.cloud.context.scope.GenericScope : BeanFactory id=e3502970-39cc-3016-a849-3bfa48f79e82
2024-08-24T20:04:20.940+08:00 INFO 3294534 --- [helloService] [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 9001 (http)
2024-08-24T20:04:20.953+08:00 INFO 3294534 --- [helloService] [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2024-08-24T20:04:20.953+08:00 INFO 3294534 --- [helloService] [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.26]
2024-08-24T20:04:20.991+08:00 INFO 3294534 --- [helloService] [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2024-08-24T20:04:20.993+08:00 INFO 3294534 --- [helloService] [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1124 ms
2024-08-24T20:04:21.517+08:00 INFO 3294534 --- [helloService] [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 9001 (http) with context path '/'
ServiceRegisterAspect.beforeRegister for dc/zone/env/group: BJ/B001/test/DEFAULT
{preserved.heart.beat.timeout=5000, IPv6=null, zone=B001, preserved.register.source=SPRING_CLOUD, env=test, preserved.heart.beat.interval=500, dc=BJ, group=DEFAULT}
2024-08-24T20:04:21.530+08:00 INFO 3294534 --- [helloService] [ Thread-3] c.a.n.c.a.r.identify.CredentialWatcher : null No credential found
2024-08-24T20:04:21.528+08:00 INFO 3294534 --- [helloService] [ main] com.alibaba.nacos.client.naming : initializer namespace from ans.namespace attribute : null
2024-08-24T20:04:21.532+08:00 INFO 3294534 --- [helloService] [ main] com.alibaba.nacos.client.naming : initializer namespace from ALIBABA_ALIWARE_NAMESPACE attribute :null
2024-08-24T20:04:21.533+08:00 INFO 3294534 --- [helloService] [ main] com.alibaba.nacos.client.naming : initializer namespace from namespace attribute :null
2024-08-24T20:04:21.546+08:00 INFO 3294534 --- [helloService] [ main] com.alibaba.nacos.client.naming : FailoverDataSource type is class com.alibaba.nacos.client.naming.backups.datasource.DiskFailoverDataSource
2024-08-24T20:04:21.556+08:00 INFO 3294534 --- [helloService] [ main] c.alibaba.nacos.client.utils.ParamUtil : [settings] [req-serv] nacos-server port:8848
2024-08-24T20:04:21.556+08:00 INFO 3294534 --- [helloService] [ main] c.alibaba.nacos.client.utils.ParamUtil : [settings] [http-client] connect timeout:1000
2024-08-24T20:04:21.557+08:00 INFO 3294534 --- [helloService] [ main] c.alibaba.nacos.client.utils.ParamUtil : PER_TASK_CONFIG_SIZE: 3000.0
2024-08-24T20:04:21.560+08:00 INFO 3294534 --- [helloService] [ main] c.a.n.p.a.s.c.ClientAuthPluginManager : [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success.
2024-08-24T20:04:21.560+08:00 INFO 3294534 --- [helloService] [ main] c.a.n.p.a.s.c.ClientAuthPluginManager : [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success.
2024-08-24T20:04:21.696+08:00 INFO 3294534 --- [helloService] [ main] com.alibaba.nacos.common.remote.client : [RpcClientFactory] create a new rpc client of 7554d35d-989f-47ed-8523-4717b381729a
2024-08-24T20:04:21.715+08:00 INFO 3294534 --- [helloService] [ main] com.alibaba.nacos.client.naming : Create naming rpc client for uuid->7554d35d-989f-47ed-8523-4717b381729a
2024-08-24T20:04:21.715+08:00 INFO 3294534 --- [helloService] [ main] com.alibaba.nacos.common.remote.client : [7554d35d-989f-47ed-8523-4717b381729a] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
2024-08-24T20:04:21.715+08:00 INFO 3294534 --- [helloService] [ main] com.alibaba.nacos.common.remote.client : [7554d35d-989f-47ed-8523-4717b381729a] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
2024-08-24T20:04:21.715+08:00 INFO 3294534 --- [helloService] [ main] com.alibaba.nacos.common.remote.client : [7554d35d-989f-47ed-8523-4717b381729a] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
2024-08-24T20:04:21.717+08:00 INFO 3294534 --- [helloService] [ main] com.alibaba.nacos.common.remote.client : [7554d35d-989f-47ed-8523-4717b381729a] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 8848}
2024-08-24T20:04:21.734+08:00 INFO 3294534 --- [helloService] [ main] c.a.n.c.remote.client.grpc.GrpcClient : grpc client connection server:127.0.0.1 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
2024-08-24T20:04:22.340+08:00 INFO 3294534 --- [helloService] [ main] c.a.n.c.a.AbstractAbilityControlManager : Ready to get current node abilities...
2024-08-24T20:04:22.342+08:00 INFO 3294534 --- [helloService] [ main] c.a.n.c.a.AbstractAbilityControlManager : Ready to initialize current node abilities, support modes: [SDK_CLIENT]
2024-08-24T20:04:22.343+08:00 INFO 3294534 --- [helloService] [ main] c.a.n.c.a.AbstractAbilityControlManager : Initialize current abilities finish...
2024-08-24T20:04:22.343+08:00 INFO 3294534 --- [helloService] [ main] c.a.n.c.a.d.NacosAbilityManagerHolder : [AbilityControlManager] Successfully initialize AbilityControlManager
2024-08-24T20:04:22.448+08:00 INFO 3294534 --- [helloService] [ main] com.alibaba.nacos.common.remote.client : [7554d35d-989f-47ed-8523-4717b381729a] Success to connect to server [127.0.0.1:8848] on start up, connectionId = 1724501062252_127.0.0.1_53344
2024-08-24T20:04:22.449+08:00 INFO 3294534 --- [helloService] [remote.worker.0] com.alibaba.nacos.common.remote.client : [7554d35d-989f-47ed-8523-4717b381729a] Notify connected event to listeners.
2024-08-24T20:04:22.449+08:00 INFO 3294534 --- [helloService] [ main] com.alibaba.nacos.common.remote.client : [7554d35d-989f-47ed-8523-4717b381729a] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
2024-08-24T20:04:22.450+08:00 INFO 3294534 --- [helloService] [remote.worker.0] com.alibaba.nacos.client.naming : Grpc connection connect
2024-08-24T20:04:22.450+08:00 INFO 3294534 --- [helloService] [ main] com.alibaba.nacos.common.remote.client : [7554d35d-989f-47ed-8523-4717b381729a] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$827/0x00000008011b5028
2024-08-24T20:04:22.451+08:00 INFO 3294534 --- [helloService] [ main] com.alibaba.nacos.client.naming : [REGISTER-SERVICE] public registering service helloService with instance Instance{instanceId='null', ip='172.21.0.15', port=9001, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='', serviceName='null', metadata={preserved.heart.beat.timeout=5000, IPv6=null, zone=B001, preserved.register.source=SPRING_CLOUD, env=test, preserved.heart.beat.interval=500, dc=BJ, group=DEFAULT}}
2024-08-24T20:04:22.467+08:00 INFO 3294534 --- [helloService] [ main] c.a.c.n.registry.NacosServiceRegistry : nacos registry, DEFAULT_GROUP helloService 172.21.0.15:9001 register finished
2024-08-24T20:04:22.479+08:00 INFO 3294534 --- [helloService] [ main] c.k.s.p.SpringcloudProviderApplication : Started SpringcloudProviderApplication in 3.375 seconds (process running for 3.887)
springcloud-provider started: kimmking
2024-08-24T20:06:22.591+08:00 WARN 3294534 --- [helloService] [ Thread-7] c.a.n.common.http.HttpClientBeanHolder : [HttpClientBeanHolder] Start destroying common HttpClient
2024-08-24T20:06:22.591+08:00 WARN 3294534 --- [helloService] [ Thread-7] c.a.n.common.http.HttpClientBeanHolder : [HttpClientBeanHolder] Destruction of the end
2024-08-24T20:06:22.591+08:00 WARN 3294534 --- [helloService] [ Thread-5] c.a.nacos.common.notify.NotifyCenter : [NotifyCenter] Start destroying Publisher
2024-08-24T20:06:22.592+08:00 WARN 3294534 --- [helloService] [ Thread-5] c.a.nacos.common.notify.NotifyCenter : [NotifyCenter] Destruction of the end
2024-08-24T20:06:22.597+08:00 INFO 3294534 --- [helloService] [ionShutdownHook] c.a.c.n.registry.NacosServiceRegistry : De-registering from Nacos Server now...
2024-08-24T20:06:22.597+08:00 INFO 3294534 --- [helloService] [ionShutdownHook] com.alibaba.nacos.client.naming : [DEREGISTER-SERVICE] public deregistering service helloService with instance: Instance{instanceId='null', ip='172.21.0.15', port=9001, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='', serviceName='null', metadata={}}
2024-08-24T20:06:22.603+08:00 INFO 3294534 --- [helloService] [ionShutdownHook] c.a.c.n.registry.NacosServiceRegistry : De-registration finished.
2024-08-24T20:06:22.603+08:00 INFO 3294534 --- [helloService] [ionShutdownHook] com.alibaba.nacos.client.naming : com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown begin
2024-08-24T20:06:22.603+08:00 INFO 3294534 --- [helloService] [ionShutdownHook] com.alibaba.nacos.client.naming : com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown begin
2024-08-24T20:06:22.603+08:00 INFO 3294534 --- [helloService] [ionShutdownHook] com.alibaba.nacos.client.naming : com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown stop
2024-08-24T20:06:22.604+08:00 INFO 3294534 --- [helloService] [ionShutdownHook] com.alibaba.nacos.client.naming : com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown stop
2024-08-24T20:06:22.604+08:00 INFO 3294534 --- [helloService] [ionShutdownHook] com.alibaba.nacos.client.naming : com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown begin
2024-08-24T20:06:22.604+08:00 INFO 3294534 --- [helloService] [ionShutdownHook] com.alibaba.nacos.client.naming : com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown begin
2024-08-24T20:06:22.604+08:00 INFO 3294534 --- [helloService] [ionShutdownHook] com.alibaba.nacos.client.naming : com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown stop
2024-08-24T20:06:22.604+08:00 INFO 3294534 --- [helloService] [ionShutdownHook] com.alibaba.nacos.client.naming : com.alibaba.nacos.client.naming.core.ServerListManager do shutdown begin
2024-08-24T20:06:22.604+08:00 WARN 3294534 --- [helloService] [ionShutdownHook] com.alibaba.nacos.client.naming : [NamingHttpClientManager] Start destroying NacosRestTemplate
2024-08-24T20:06:22.604+08:00 WARN 3294534 --- [helloService] [ionShutdownHook] com.alibaba.nacos.client.naming : [NamingHttpClientManager] Destruction of the end
2024-08-24T20:06:22.604+08:00 INFO 3294534 --- [helloService] [ionShutdownHook] com.alibaba.nacos.client.naming : com.alibaba.nacos.client.naming.core.ServerListManager do shutdown stop
2024-08-24T20:06:22.604+08:00 INFO 3294534 --- [helloService] [ionShutdownHook] com.alibaba.nacos.client.naming : com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown begin
2024-08-24T20:06:22.604+08:00 WARN 3294534 --- [helloService] [ionShutdownHook] com.alibaba.nacos.client.naming : [NamingHttpClientManager] Start destroying NacosRestTemplate
2024-08-24T20:06:22.604+08:00 WARN 3294534 --- [helloService] [ionShutdownHook] com.alibaba.nacos.client.naming : [NamingHttpClientManager] Destruction of the end
2024-08-24T20:06:22.604+08:00 INFO 3294534 --- [helloService] [ionShutdownHook] com.alibaba.nacos.client.naming : com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown stop
2024-08-24T20:06:22.604+08:00 INFO 3294534 --- [helloService] [ionShutdownHook] com.alibaba.nacos.client.naming : Shutdown naming grpc client proxy for uuid->7554d35d-989f-47ed-8523-4717b381729a
2024-08-24T20:06:22.604+08:00 INFO 3294534 --- [helloService] [ionShutdownHook] com.alibaba.nacos.client.naming : Shutdown grpc redo service executor java.util.concurrent.ScheduledThreadPoolExecutor@5f819709[Running, pool size = 1, active threads = 0, queued tasks = 1, completed tasks = 40]
2024-08-24T20:06:22.604+08:00 INFO 3294534 --- [helloService] [ionShutdownHook] com.alibaba.nacos.common.remote.client : Shutdown rpc client, set status to shutdown
2024-08-24T20:06:22.604+08:00 INFO 3294534 --- [helloService] [ionShutdownHook] com.alibaba.nacos.common.remote.client : Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@98b14d3[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
2024-08-24T20:06:22.605+08:00 INFO 3294534 --- [helloService] [ionShutdownHook] com.alibaba.nacos.common.remote.client : Close current connection 1724501062252_127.0.0.1_53344
2024-08-24T20:06:22.607+08:00 WARN 3294534 --- [helloService] [or-127.0.0.1-49] c.a.n.c.remote.client.grpc.GrpcClient : [1724501062252_127.0.0.1_53344]Ignore error event,isRunning:false,isAbandon=false
2024-08-24T20:06:22.609+08:00 INFO 3294534 --- [helloService] [ionShutdownHook] c.a.n.c.remote.client.grpc.GrpcClient : Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@5d6ebb89[Running, pool size = 6, active threads = 0, queued tasks = 0, completed tasks = 53]
2024-08-24T20:06:22.609+08:00 INFO 3294534 --- [helloService] [ionShutdownHook] com.alibaba.nacos.client.naming : shutdown and remove naming rpc client for uuid ->7554d35d-989f-47ed-8523-4717b381729a
2024-08-24T20:06:22.609+08:00 INFO 3294534 --- [helloService] [ionShutdownHook] c.a.n.c.a.r.identify.CredentialWatcher : [null] CredentialWatcher is stopped
2024-08-24T20:06:22.609+08:00 INFO 3294534 --- [helloService] [ionShutdownHook] c.a.n.c.a.r.identify.CredentialService : [null] CredentialService is freed
2024-08-24T20:06:22.609+08:00 INFO 3294534 --- [helloService] [ionShutdownHook] com.alibaba.nacos.client.naming : com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown stop
█████████ ████ █████ ███████
███░░░░░███ ░░███ ░░███ ███░░░░░███
░███ ░███ ░███ ████████ ░███████ ██████ ███ ░░███ ████████ ██████
░███████████ ░███ ░░███░░███ ░███░░███ ░░░░░███ ░███ ░███░░███░░███ ███░░███
░███░░░░░███ ░███ ░███ ░███ ░███ ░███ ███████ ░███ ░███ ░███ ░███ ░███████
░███ ░███ ░███ ░███ ░███ ░███ ░███ ███░░███ ░░███ ███ ░███ ░███ ░███░░░
█████ █████ █████ ░███████ ████ █████░░████████ ░░░███████░ ████ █████░░██████
░░░░░ ░░░░░ ░░░░░ ░███░░░ ░░░░ ░░░░░ ░░░░░░░░ ░░░░░░░ ░░░░ ░░░░░ ░░░░░░
░███
█████
░░░░░
==>> KKApplicationContextInitializer ...
2024-08-24T20:07:15.825+08:00 INFO 3295984 --- [helloService] [ main] c.k.s.p.SpringcloudProviderApplication : Starting SpringcloudProviderApplication v0.0.1-SNAPSHOT using Java 17.0.1 with PID 3295984 (/root/git/springcloud-demo/springcloud-provider/target/springcloud-provider-0.0.1-SNAPSHOT.jar started by root in /root/git/springcloud-demo)
2024-08-24T20:07:15.829+08:00 INFO 3295984 --- [helloService] [ main] c.k.s.p.SpringcloudProviderApplication : The following 1 profile is active: "test"
2024-08-24T20:07:16.759+08:00 INFO 3295984 --- [helloService] [ main] o.s.cloud.context.scope.GenericScope : BeanFactory id=e3502970-39cc-3016-a849-3bfa48f79e82
2024-08-24T20:07:17.130+08:00 INFO 3295984 --- [helloService] [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 9001 (http)
2024-08-24T20:07:17.142+08:00 INFO 3295984 --- [helloService] [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2024-08-24T20:07:17.143+08:00 INFO 3295984 --- [helloService] [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.26]
2024-08-24T20:07:17.180+08:00 INFO 3295984 --- [helloService] [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2024-08-24T20:07:17.182+08:00 INFO 3295984 --- [helloService] [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1263 ms
2024-08-24T20:07:17.697+08:00 INFO 3295984 --- [helloService] [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 9001 (http) with context path '/'
ServiceRegisterAspect.beforeRegister for dc/zone/env/group: BJ/B002/test/DEFAULT
{preserved.heart.beat.timeout=5000, IPv6=null, zone=B002, preserved.register.source=SPRING_CLOUD, env=test, preserved.heart.beat.interval=500, dc=BJ, group=DEFAULT}
2024-08-24T20:07:17.709+08:00 INFO 3295984 --- [helloService] [ main] com.alibaba.nacos.client.naming : initializer namespace from ans.namespace attribute : null
2024-08-24T20:07:17.711+08:00 INFO 3295984 --- [helloService] [ main] com.alibaba.nacos.client.naming : initializer namespace from ALIBABA_ALIWARE_NAMESPACE attribute :null
2024-08-24T20:07:17.712+08:00 INFO 3295984 --- [helloService] [ Thread-3] c.a.n.c.a.r.identify.CredentialWatcher : null No credential found
2024-08-24T20:07:17.712+08:00 INFO 3295984 --- [helloService] [ main] com.alibaba.nacos.client.naming : initializer namespace from namespace attribute :null
2024-08-24T20:07:17.724+08:00 INFO 3295984 --- [helloService] [ main] com.alibaba.nacos.client.naming : FailoverDataSource type is class com.alibaba.nacos.client.naming.backups.datasource.DiskFailoverDataSource
2024-08-24T20:07:17.735+08:00 INFO 3295984 --- [helloService] [ main] c.alibaba.nacos.client.utils.ParamUtil : [settings] [req-serv] nacos-server port:8848
2024-08-24T20:07:17.735+08:00 INFO 3295984 --- [helloService] [ main] c.alibaba.nacos.client.utils.ParamUtil : [settings] [http-client] connect timeout:1000
2024-08-24T20:07:17.736+08:00 INFO 3295984 --- [helloService] [ main] c.alibaba.nacos.client.utils.ParamUtil : PER_TASK_CONFIG_SIZE: 3000.0
2024-08-24T20:07:17.745+08:00 INFO 3295984 --- [helloService] [ main] c.a.n.p.a.s.c.ClientAuthPluginManager : [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success.
2024-08-24T20:07:17.745+08:00 INFO 3295984 --- [helloService] [ main] c.a.n.p.a.s.c.ClientAuthPluginManager : [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success.
2024-08-24T20:07:17.884+08:00 INFO 3295984 --- [helloService] [ main] com.alibaba.nacos.common.remote.client : [RpcClientFactory] create a new rpc client of 41516f2b-0c9a-4020-ab51-40b96dc81cfc
2024-08-24T20:07:17.902+08:00 INFO 3295984 --- [helloService] [ main] com.alibaba.nacos.client.naming : Create naming rpc client for uuid->41516f2b-0c9a-4020-ab51-40b96dc81cfc
2024-08-24T20:07:17.903+08:00 INFO 3295984 --- [helloService] [ main] com.alibaba.nacos.common.remote.client : [41516f2b-0c9a-4020-ab51-40b96dc81cfc] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
2024-08-24T20:07:17.903+08:00 INFO 3295984 --- [helloService] [ main] com.alibaba.nacos.common.remote.client : [41516f2b-0c9a-4020-ab51-40b96dc81cfc] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
2024-08-24T20:07:17.903+08:00 INFO 3295984 --- [helloService] [ main] com.alibaba.nacos.common.remote.client : [41516f2b-0c9a-4020-ab51-40b96dc81cfc] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
2024-08-24T20:07:17.905+08:00 INFO 3295984 --- [helloService] [ main] com.alibaba.nacos.common.remote.client : [41516f2b-0c9a-4020-ab51-40b96dc81cfc] Try to connect to server on start up, server: {serverIp = '127.0.0.1', server main port = 8848}
2024-08-24T20:07:17.922+08:00 INFO 3295984 --- [helloService] [ main] c.a.n.c.remote.client.grpc.GrpcClient : grpc client connection server:127.0.0.1 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
2024-08-24T20:07:18.507+08:00 INFO 3295984 --- [helloService] [ main] c.a.n.c.a.AbstractAbilityControlManager : Ready to get current node abilities...
2024-08-24T20:07:18.509+08:00 INFO 3295984 --- [helloService] [ main] c.a.n.c.a.AbstractAbilityControlManager : Ready to initialize current node abilities, support modes: [SDK_CLIENT]
2024-08-24T20:07:18.509+08:00 INFO 3295984 --- [helloService] [ main] c.a.n.c.a.AbstractAbilityControlManager : Initialize current abilities finish...
2024-08-24T20:07:18.509+08:00 INFO 3295984 --- [helloService] [ main] c.a.n.c.a.d.NacosAbilityManagerHolder : [AbilityControlManager] Successfully initialize AbilityControlManager
2024-08-24T20:07:18.613+08:00 INFO 3295984 --- [helloService] [ main] com.alibaba.nacos.common.remote.client : [41516f2b-0c9a-4020-ab51-40b96dc81cfc] Success to connect to server [127.0.0.1:8848] on start up, connectionId = 1724501238425_127.0.0.1_53516
2024-08-24T20:07:18.614+08:00 INFO 3295984 --- [helloService] [ main] com.alibaba.nacos.common.remote.client : [41516f2b-0c9a-4020-ab51-40b96dc81cfc] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
2024-08-24T20:07:18.614+08:00 INFO 3295984 --- [helloService] [remote.worker.0] com.alibaba.nacos.common.remote.client : [41516f2b-0c9a-4020-ab51-40b96dc81cfc] Notify connected event to listeners.
2024-08-24T20:07:18.614+08:00 INFO 3295984 --- [helloService] [remote.worker.0] com.alibaba.nacos.client.naming : Grpc connection connect
2024-08-24T20:07:18.614+08:00 INFO 3295984 --- [helloService] [ main] com.alibaba.nacos.common.remote.client : [41516f2b-0c9a-4020-ab51-40b96dc81cfc] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$827/0x00000008011d49b0
2024-08-24T20:07:18.615+08:00 INFO 3295984 --- [helloService] [ main] com.alibaba.nacos.client.naming : [REGISTER-SERVICE] public registering service helloService with instance Instance{instanceId='null', ip='172.21.0.15', port=9001, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='', serviceName='null', metadata={preserved.heart.beat.timeout=5000, IPv6=null, zone=B002, preserved.register.source=SPRING_CLOUD, env=test, preserved.heart.beat.interval=500, dc=BJ, group=DEFAULT}}
2024-08-24T20:07:18.630+08:00 INFO 3295984 --- [helloService] [ main] c.a.c.n.registry.NacosServiceRegistry : nacos registry, DEFAULT_GROUP helloService 172.21.0.15:9001 register finished
2024-08-24T20:07:18.645+08:00 INFO 3295984 --- [helloService] [ main] c.k.s.p.SpringcloudProviderApplication : Started SpringcloudProviderApplication in 3.444 seconds (process running for 3.956)
springcloud-provider started: kimmking
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/msacollege/springcloud-demo.git
git@gitee.com:msacollege/springcloud-demo.git
msacollege
springcloud-demo
springcloud-demo
master

Search

23e8dbc6 1850385 7e0993f3 1850385