SpringCloudStudy/nacos/logs/nacos.log

111 lines
6.0 KiB
Plaintext
Raw Permalink Normal View History

2023-08-23 01:43:45,467 WARN HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=2h4m21s579ms).
2023-08-23 04:08:15,532 WARN HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=2h24m30s65ms).
2023-08-23 05:32:33,460 WARN HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=1h24m17s928ms).
2023-08-23 06:30:42,669 WARN HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=58m9s209ms).
2023-08-23 07:33:25,357 WARN HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=1h2m42s688ms).
2023-08-23 07:42:36,140 WARN HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=9m10s783ms).
2023-08-23 08:43:47,083 INFO [capacityManagement] start correct usage
2023-08-23 08:43:47,093 INFO [capacityManagement] end correct usage, cost: 0s
2023-08-23 08:43:47,276 WARN clearConfigHistory start
2023-08-23 08:43:48,315 WARN HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=1h42s168ms).
2023-08-23 08:47:22,252 WARN [ConfigServer-HttpClientManager] Start destroying NacosRestTemplate
2023-08-23 08:47:22,252 WARN [ThreadPoolManager] Start destroying ThreadPool
2023-08-23 08:47:22,254 WARN [HttpClientBeanHolder] Start destroying common HttpClient
2023-08-23 08:47:22,256 WARN [WatchFileCenter] start close
2023-08-23 08:47:22,256 WARN [WatchFileCenter] start to shutdown this watcher which is watch : /Users/yovinchen/project/Java/demo/SpringCloudStudy/nacos/conf
2023-08-23 08:47:22,257 WARN [WatchFileCenter] already closed
2023-08-23 08:47:22,257 WARN [NotifyCenter] Start destroying Publisher
2023-08-23 08:47:22,257 WARN [NotifyCenter] Destruction of the end
2023-08-23 08:47:22,258 WARN [ConfigServer-HttpClientManager] Destruction of the end
2023-08-23 08:47:22,258 WARN [HttpClientBeanHolder] Destruction of the end
2023-08-23 11:29:28,647 INFO Starting Nacos v1.4.6 using Java 1.8.0_372 on MacBookPro.mshome.net with PID 19676 (/Users/yovinchen/project/Java/demo/SpringCloudStudy/nacos/target/nacos-server.jar started by yovinchen in /Users/yovinchen/project/Java/demo/SpringCloudStudy/nacos)
2023-08-23 11:29:28,647 INFO The following 1 profile is active: "standalone"
2023-08-23 11:29:30,660 INFO Tomcat initialized with port(s): 8848 (http)
2023-08-23 11:29:30,669 INFO Starting service [Tomcat]
2023-08-23 11:29:30,669 INFO Starting Servlet engine: [Apache Tomcat/9.0.74]
2023-08-23 11:29:30,905 INFO At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2023-08-23 11:29:30,949 INFO Initializing Spring embedded WebApplicationContext
2023-08-23 11:29:30,949 INFO Root WebApplicationContext: initialization completed in 2229 ms
2023-08-23 11:29:31,297 INFO HikariPool-1 - Starting...
2023-08-23 11:29:31,299 WARN Registered driver with driverClassName=org.apache.derby.jdbc.EmbeddedDriver was not found, trying direct instantiation.
2023-08-23 11:29:31,478 INFO HikariPool-1 - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
2023-08-23 11:29:31,480 INFO HikariPool-1 - Start completed.
2023-08-23 11:29:32,216 INFO Nacos-related cluster resource initialization
2023-08-23 11:29:32,224 INFO The cluster resource is initialized
2023-08-23 11:29:32,514 INFO Reflections took 32 ms to scan 1 urls, producing 4 keys and 6 values
2023-08-23 11:29:32,539 INFO Reflections took 3 ms to scan 1 urls, producing 6 keys and 26 values
2023-08-23 11:29:32,551 INFO Reflections took 2 ms to scan 1 urls, producing 3 keys and 15 values
2023-08-23 11:29:32,557 INFO Reflections took 2 ms to scan 1 urls, producing 2 keys and 12 values
2023-08-23 11:29:33,241 INFO Adding welcome page: class path resource [static/index.html]
2023-08-23 11:29:33,546 WARN You are asking Spring Security to ignore Ant [pattern='/**']. This is not recommended -- please use permitAll via HttpSecurity#authorizeHttpRequests instead.
2023-08-23 11:29:33,546 INFO Will not secure Ant [pattern='/**']
2023-08-23 11:29:33,566 INFO Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@485e36bc, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@781f10f2, org.springframework.security.web.context.SecurityContextPersistenceFilter@68fa0ba8, org.springframework.security.web.header.HeaderWriterFilter@256f8274, org.springframework.security.web.csrf.CsrfFilter@4b9df8a, org.springframework.security.web.authentication.logout.LogoutFilter@52de51b6, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2f05be7f, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5c10f1c3, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2a79d4b1, org.springframework.security.web.session.SessionManagementFilter@52d239ba, org.springframework.security.web.access.ExceptionTranslationFilter@3a1dd365]
2023-08-23 11:29:33,580 INFO Exposing 1 endpoint(s) beneath base path '/actuator'
2023-08-23 11:29:33,619 INFO Tomcat started on port(s): 8848 (http) with context path '/nacos'
2023-08-23 11:29:33,632 INFO Started Nacos in 5.636 seconds (JVM running for 6.076)
2023-08-23 11:29:33,633 INFO Nacos started successfully in stand alone mode. use embedded storage
2023-08-23 11:29:53,071 INFO Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-08-23 11:29:53,071 INFO Initializing Servlet 'dispatcherServlet'
2023-08-23 11:29:53,072 INFO Completed initialization in 1 ms
2023-08-23 11:39:32,721 INFO [capacityManagement] start correct usage
2023-08-23 11:39:32,754 INFO [capacityManagement] end correct usage, cost: 0s
2023-08-23 11:39:32,993 WARN clearConfigHistory start
2023-08-23 11:49:32,741 INFO [capacityManagement] start correct usage
2023-08-23 11:49:32,745 INFO [capacityManagement] end correct usage, cost: 0s
2023-08-23 11:49:32,999 WARN clearConfigHistory start
2023-08-21 23:37:24 +08:00