zncar/logs/vehicle.log

1811 lines
270 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

2024-05-28 08:28:38.364 [main] INFO com.muyu.VehicleSimulationApplication:55 - Starting VehicleSimulationApplication using Java 17.0.10 on xiaoxin with PID 3488 (D:\work\zncar\zn-car\zn-car-modules\VehicleSimulation\target\classes started by 86157 in D:\work\zncar\zn-car)
2024-05-28 08:28:38.369 [main] DEBUG com.muyu.VehicleSimulationApplication:56 - Running with Spring Boot v2.6.4, Spring v5.3.16
2024-05-28 08:28:38.369 [main] INFO com.muyu.VehicleSimulationApplication:640 - No active profile set, falling back to 1 default profile: "default"
2024-05-28 08:28:38.805 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-05-28 08:28:38.807 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-05-28 08:28:38.839 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 13 ms. Found 0 Redis repository interfaces.
2024-05-28 08:28:39.026 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$2b38a004] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:28:39.108 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:28:39.109 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:28:39.110 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:28:39.121 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:28:39.152 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:28:39.155 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:28:39.174 [main] INFO com.dtflys.forest.scanner.ClassPathClientScanner:159 - [Forest] Created Forest Client Bean with name 'clientAdmin' and Proxy of 'com.muyu.vehicle.api.ClientAdmin' client interface
2024-05-28 08:28:39.378 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8999 (http)
2024-05-28 08:28:39.385 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-05-28 08:28:39.387 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.58]
2024-05-28 08:28:39.473 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-05-28 08:28:39.473 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1073 ms
2024-05-28 08:28:39.499 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-05-28 08:28:39.685 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-05-28 08:28:39.689 [main] INFO o.s.b.autoconfigure.h2.H2ConsoleAutoConfiguration:68 - H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:~/vehicle/db'
2024-05-28 08:28:40.685 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8999 (http) with context path ''
2024-05-28 08:28:40.691 [main] INFO com.muyu.VehicleSimulationApplication:61 - Started VehicleSimulationApplication in 2.577 seconds (JVM running for 2.986)
2024-05-28 08:28:40.694 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:40 - 初始开始,批量从数据库当中加载数据到内存当中,每次[10]条
2024-05-28 08:28:40.756 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage_mpCount:137 - ==> Preparing: SELECT COUNT(*) AS total FROM vehicle
2024-05-28 08:28:40.765 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage_mpCount:137 - ==> Parameters:
2024-05-28 08:28:40.774 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage_mpCount:137 - <== Total: 1
2024-05-28 08:28:40.775 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage:137 - ==> Preparing: SELECT vin,remaining_battery,battery_level,total_mileage,create_time FROM vehicle LIMIT ?
2024-05-28 08:28:40.776 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage:137 - ==> Parameters: 10(Long)
2024-05-28 08:28:40.777 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage:137 - <== Total: 2
2024-05-28 08:28:40.798 [main] DEBUG com.muyu.service.impl.VehicleInstanceServiceImpl:60 - 构建车辆对象: [VIN12345678912345]
2024-05-28 08:28:40.798 [main] DEBUG com.muyu.service.impl.VehicleInstanceServiceImpl:60 - 构建车辆对象: [VIN123456789DIJE4]
2024-05-28 08:28:40.799 [main] DEBUG com.muyu.vehicle.core.VehicleConfiguration:45 - 第[1]页,[2]条
2024-05-28 08:28:40.799 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:50 - 数据加载完成耗时107 MS
2024-05-28 08:30:25.606 [http-nio-8999-exec-5] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-05-28 08:30:25.622 [http-nio-8999-exec-5] DEBUG com.muyu.controller.IndexController:19 - 重定向到 - /static/index 页面
2024-05-28 08:30:53.845 [http-nio-8999-exec-10] DEBUG com.muyu.mapper.PositionRouteMapper.selectList:137 - ==> Preparing: SELECT id,name,data AS routeData,create_time FROM route_info
2024-05-28 08:30:53.845 [http-nio-8999-exec-10] DEBUG com.muyu.mapper.PositionRouteMapper.selectList:137 - ==> Parameters:
2024-05-28 08:30:53.873 [http-nio-8999-exec-10] DEBUG com.muyu.mapper.PositionRouteMapper.selectList:137 - <== Total: 2
2024-05-28 08:35:57.861 [SpringApplicationShutdownHook] INFO com.muyu.vehicle.core.VehicleConfiguration:67 - 数据库同步
2024-05-28 08:35:57.863 [SpringApplicationShutdownHook] INFO com.muyu.service.impl.VechileServiceImpl:89 - 同步数据库开始
2024-05-28 08:35:57.863 [SpringApplicationShutdownHook] INFO com.muyu.service.impl.VechileServiceImpl:111 - 同步数据库结束 - 耗时:[0MS],同步量:[0辆],成功:[0辆],失败:[0辆]
2024-05-28 08:35:57.864 [SpringApplicationShutdownHook] INFO com.muyu.vehicle.core.VehicleConfiguration:70 - 下线所有车辆
2024-05-28 08:35:57.864 [SpringApplicationShutdownHook] INFO com.muyu.vehicle.core.VehicleConfiguration:74 - 关闭线程池
2024-05-28 08:35:57.865 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-05-28 08:35:57.866 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-05-28 08:36:05.293 [main] INFO com.muyu.VehicleSimulationApplication:55 - Starting VehicleSimulationApplication using Java 17.0.10 on xiaoxin with PID 21908 (D:\work\zncar\zn-car\zn-car-modules\VehicleSimulation\target\classes started by 86157 in D:\work\zncar\zn-car)
2024-05-28 08:36:05.295 [main] DEBUG com.muyu.VehicleSimulationApplication:56 - Running with Spring Boot v2.6.4, Spring v5.3.16
2024-05-28 08:36:05.295 [main] INFO com.muyu.VehicleSimulationApplication:640 - No active profile set, falling back to 1 default profile: "default"
2024-05-28 08:36:05.689 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-05-28 08:36:05.691 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-05-28 08:36:05.717 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 13 ms. Found 0 Redis repository interfaces.
2024-05-28 08:36:05.891 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$bc4efc57] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:36:05.962 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:36:05.963 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:36:05.964 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:36:05.976 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:36:06.004 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:36:06.007 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:36:06.028 [main] INFO com.dtflys.forest.scanner.ClassPathClientScanner:159 - [Forest] Created Forest Client Bean with name 'clientAdmin' and Proxy of 'com.muyu.vehicle.api.ClientAdmin' client interface
2024-05-28 08:36:06.205 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8999 (http)
2024-05-28 08:36:06.211 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-05-28 08:36:06.211 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.58]
2024-05-28 08:36:06.286 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-05-28 08:36:06.286 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 959 ms
2024-05-28 08:36:06.311 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-05-28 08:36:06.483 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-05-28 08:36:06.487 [main] INFO o.s.b.autoconfigure.h2.H2ConsoleAutoConfiguration:68 - H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:~/vehicle/db'
2024-05-28 08:36:06.595 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:591 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'fluxMqController': Unsatisfied dependency expressed through field 'redisTemplate'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.springframework.data.redis.core.RedisTemplate<java.lang.String, java.util.HashMap<java.lang.String, java.lang.Double>>' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
2024-05-28 08:36:06.595 [main] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-05-28 08:36:06.597 [main] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-05-28 08:36:06.599 [main] INFO org.apache.catalina.core.StandardService:173 - Stopping service [Tomcat]
2024-05-28 08:36:06.600 [main] WARN org.apache.catalina.loader.WebappClassLoaderBase:173 - The web application [ROOT] appears to have started a thread named [H2 TCP Server (tcp://10.3.44.57:59653)] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
java.base@17.0.10/sun.nio.ch.Net.accept(Native Method)
java.base@17.0.10/sun.nio.ch.NioSocketImpl.accept(NioSocketImpl.java:760)
java.base@17.0.10/java.net.ServerSocket.implAccept(ServerSocket.java:675)
java.base@17.0.10/java.net.ServerSocket.platformImplAccept(ServerSocket.java:641)
java.base@17.0.10/java.net.ServerSocket.implAccept(ServerSocket.java:617)
java.base@17.0.10/java.net.ServerSocket.implAccept(ServerSocket.java:574)
java.base@17.0.10/java.net.ServerSocket.accept(ServerSocket.java:532)
app//org.h2.server.TcpServer.listen(TcpServer.java:263)
app//org.h2.tools.Server.run(Server.java:610)
java.base@17.0.10/java.lang.Thread.run(Thread.java:842)
2024-05-28 08:36:06.601 [main] WARN org.apache.catalina.loader.WebappClassLoaderBase:173 - The web application [ROOT] appears to have started a thread named [MVStore background writer nio:C:/Users/86157/vehicle/db.mv.db] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
java.base@17.0.10/java.lang.Object.wait(Native Method)
app//org.h2.mvstore.MVStore$BackgroundWriterThread.run(MVStore.java:3283)
2024-05-28 08:36:06.605 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:136 -
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2024-05-28 08:36:06.615 [main] ERROR o.s.b.diagnostics.LoggingFailureAnalysisReporter:40 -
***************************
APPLICATION FAILED TO START
***************************
Description:
Field redisTemplate in com.muyu.controller.FluxMqController required a bean of type 'org.springframework.data.redis.core.RedisTemplate' that could not be found.
The injection point has the following annotations:
- @org.springframework.beans.factory.annotation.Autowired(required=true)
Action:
Consider defining a bean of type 'org.springframework.data.redis.core.RedisTemplate' in your configuration.
2024-05-28 08:37:21.906 [main] INFO com.muyu.VehicleSimulationApplication:55 - Starting VehicleSimulationApplication using Java 17.0.10 on xiaoxin with PID 14748 (D:\work\zncar\zn-car\zn-car-modules\VehicleSimulation\target\classes started by 86157 in D:\work\zncar\zn-car)
2024-05-28 08:37:21.907 [main] DEBUG com.muyu.VehicleSimulationApplication:56 - Running with Spring Boot v2.6.4, Spring v5.3.16
2024-05-28 08:37:21.908 [main] INFO com.muyu.VehicleSimulationApplication:640 - No active profile set, falling back to 1 default profile: "default"
2024-05-28 08:37:22.293 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-05-28 08:37:22.295 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-05-28 08:37:22.321 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces.
2024-05-28 08:37:22.493 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$9f4fe533] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:37:22.569 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:37:22.570 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:37:22.571 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:37:22.582 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:37:22.612 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:37:22.615 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:37:22.635 [main] INFO com.dtflys.forest.scanner.ClassPathClientScanner:159 - [Forest] Created Forest Client Bean with name 'clientAdmin' and Proxy of 'com.muyu.vehicle.api.ClientAdmin' client interface
2024-05-28 08:37:22.789 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8999 (http)
2024-05-28 08:37:22.798 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-05-28 08:37:22.798 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.58]
2024-05-28 08:37:22.882 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-05-28 08:37:22.882 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 949 ms
2024-05-28 08:37:22.908 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-05-28 08:37:23.079 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-05-28 08:37:23.083 [main] INFO o.s.b.autoconfigure.h2.H2ConsoleAutoConfiguration:68 - H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:~/vehicle/db'
2024-05-28 08:37:23.198 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:591 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'fluxMqController': Unsatisfied dependency expressed through field 'redisTemplate'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.springframework.data.redis.core.RedisTemplate<java.lang.String, java.util.HashMap<java.lang.String, java.lang.Double>>' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
2024-05-28 08:37:23.198 [main] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-05-28 08:37:23.200 [main] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-05-28 08:37:23.201 [main] INFO org.apache.catalina.core.StandardService:173 - Stopping service [Tomcat]
2024-05-28 08:37:23.203 [main] WARN org.apache.catalina.loader.WebappClassLoaderBase:173 - The web application [ROOT] appears to have started a thread named [H2 TCP Server (tcp://10.3.44.57:59737)] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
java.base@17.0.10/sun.nio.ch.Net.accept(Native Method)
java.base@17.0.10/sun.nio.ch.NioSocketImpl.accept(NioSocketImpl.java:760)
java.base@17.0.10/java.net.ServerSocket.implAccept(ServerSocket.java:675)
java.base@17.0.10/java.net.ServerSocket.platformImplAccept(ServerSocket.java:641)
java.base@17.0.10/java.net.ServerSocket.implAccept(ServerSocket.java:617)
java.base@17.0.10/java.net.ServerSocket.implAccept(ServerSocket.java:574)
java.base@17.0.10/java.net.ServerSocket.accept(ServerSocket.java:532)
app//org.h2.server.TcpServer.listen(TcpServer.java:263)
app//org.h2.tools.Server.run(Server.java:610)
java.base@17.0.10/java.lang.Thread.run(Thread.java:842)
2024-05-28 08:37:23.203 [main] WARN org.apache.catalina.loader.WebappClassLoaderBase:173 - The web application [ROOT] appears to have started a thread named [MVStore background writer nio:C:/Users/86157/vehicle/db.mv.db] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
java.base@17.0.10/java.lang.Object.wait(Native Method)
app//org.h2.mvstore.MVStore$BackgroundWriterThread.run(MVStore.java:3283)
2024-05-28 08:37:23.207 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:136 -
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2024-05-28 08:37:23.219 [main] ERROR o.s.b.diagnostics.LoggingFailureAnalysisReporter:40 -
***************************
APPLICATION FAILED TO START
***************************
Description:
Field redisTemplate in com.muyu.controller.FluxMqController required a bean of type 'org.springframework.data.redis.core.RedisTemplate' that could not be found.
The injection point has the following annotations:
- @org.springframework.beans.factory.annotation.Autowired(required=true)
Action:
Consider defining a bean of type 'org.springframework.data.redis.core.RedisTemplate' in your configuration.
2024-05-28 08:40:10.989 [main] INFO com.muyu.VehicleSimulationApplication:55 - Starting VehicleSimulationApplication using Java 17.0.10 on xiaoxin with PID 9828 (D:\work\zncar\zn-car\zn-car-modules\VehicleSimulation\target\classes started by 86157 in D:\work\zncar\zn-car)
2024-05-28 08:40:10.990 [main] DEBUG com.muyu.VehicleSimulationApplication:56 - Running with Spring Boot v2.6.4, Spring v5.3.16
2024-05-28 08:40:10.991 [main] INFO com.muyu.VehicleSimulationApplication:640 - No active profile set, falling back to 1 default profile: "default"
2024-05-28 08:40:11.363 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-05-28 08:40:11.364 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-05-28 08:40:11.390 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces.
2024-05-28 08:40:11.570 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$6210a397] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:40:11.633 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:40:11.634 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:40:11.636 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:40:11.648 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:40:11.679 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:40:11.682 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:40:11.701 [main] INFO com.dtflys.forest.scanner.ClassPathClientScanner:159 - [Forest] Created Forest Client Bean with name 'clientAdmin' and Proxy of 'com.muyu.vehicle.api.ClientAdmin' client interface
2024-05-28 08:40:11.863 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8999 (http)
2024-05-28 08:40:11.870 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-05-28 08:40:11.871 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.58]
2024-05-28 08:40:11.946 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-05-28 08:40:11.946 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 925 ms
2024-05-28 08:40:11.972 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-05-28 08:40:12.136 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-05-28 08:40:12.140 [main] INFO o.s.b.autoconfigure.h2.H2ConsoleAutoConfiguration:68 - H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:~/vehicle/db'
2024-05-28 08:40:12.244 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:591 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'fluxMqController': Unsatisfied dependency expressed through field 'redisTemplate'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.springframework.data.redis.core.RedisTemplate<java.lang.String, java.util.HashMap<java.lang.String, java.lang.Double>>' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
2024-05-28 08:40:12.246 [main] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-05-28 08:40:12.247 [main] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-05-28 08:40:12.249 [main] INFO org.apache.catalina.core.StandardService:173 - Stopping service [Tomcat]
2024-05-28 08:40:12.250 [main] WARN org.apache.catalina.loader.WebappClassLoaderBase:173 - The web application [ROOT] appears to have started a thread named [H2 TCP Server (tcp://10.3.44.57:64755)] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
java.base@17.0.10/sun.nio.ch.Net.accept(Native Method)
java.base@17.0.10/sun.nio.ch.NioSocketImpl.accept(NioSocketImpl.java:760)
java.base@17.0.10/java.net.ServerSocket.implAccept(ServerSocket.java:675)
java.base@17.0.10/java.net.ServerSocket.platformImplAccept(ServerSocket.java:641)
java.base@17.0.10/java.net.ServerSocket.implAccept(ServerSocket.java:617)
java.base@17.0.10/java.net.ServerSocket.implAccept(ServerSocket.java:574)
java.base@17.0.10/java.net.ServerSocket.accept(ServerSocket.java:532)
app//org.h2.server.TcpServer.listen(TcpServer.java:263)
app//org.h2.tools.Server.run(Server.java:610)
java.base@17.0.10/java.lang.Thread.run(Thread.java:842)
2024-05-28 08:40:12.250 [main] WARN org.apache.catalina.loader.WebappClassLoaderBase:173 - The web application [ROOT] appears to have started a thread named [MVStore background writer nio:C:/Users/86157/vehicle/db.mv.db] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
java.base@17.0.10/java.lang.Object.wait(Native Method)
app//org.h2.mvstore.MVStore$BackgroundWriterThread.run(MVStore.java:3283)
2024-05-28 08:40:12.255 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:136 -
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2024-05-28 08:40:12.265 [main] ERROR o.s.b.diagnostics.LoggingFailureAnalysisReporter:40 -
***************************
APPLICATION FAILED TO START
***************************
Description:
Field redisTemplate in com.muyu.controller.FluxMqController required a bean of type 'org.springframework.data.redis.core.RedisTemplate' that could not be found.
The injection point has the following annotations:
- @org.springframework.beans.factory.annotation.Autowired(required=true)
Action:
Consider defining a bean of type 'org.springframework.data.redis.core.RedisTemplate' in your configuration.
2024-05-28 08:41:19.367 [main] INFO com.muyu.VehicleSimulationApplication:55 - Starting VehicleSimulationApplication using Java 17.0.10 on xiaoxin with PID 8088 (D:\work\zncar\zn-car\zn-car-modules\VehicleSimulation\target\classes started by 86157 in D:\work\zncar\zn-car)
2024-05-28 08:41:19.368 [main] DEBUG com.muyu.VehicleSimulationApplication:56 - Running with Spring Boot v2.6.4, Spring v5.3.16
2024-05-28 08:41:19.370 [main] INFO com.muyu.VehicleSimulationApplication:640 - No active profile set, falling back to 1 default profile: "default"
2024-05-28 08:41:19.748 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-05-28 08:41:19.750 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-05-28 08:41:19.774 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces.
2024-05-28 08:41:19.966 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$6210a397] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:41:20.034 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:41:20.035 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:41:20.036 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:41:20.050 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:41:20.078 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:41:20.081 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:41:20.101 [main] INFO com.dtflys.forest.scanner.ClassPathClientScanner:159 - [Forest] Created Forest Client Bean with name 'clientAdmin' and Proxy of 'com.muyu.vehicle.api.ClientAdmin' client interface
2024-05-28 08:41:20.272 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8999 (http)
2024-05-28 08:41:20.279 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-05-28 08:41:20.280 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.58]
2024-05-28 08:41:20.362 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-05-28 08:41:20.363 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 966 ms
2024-05-28 08:41:20.392 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-05-28 08:41:20.559 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-05-28 08:41:20.563 [main] INFO o.s.b.autoconfigure.h2.H2ConsoleAutoConfiguration:68 - H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:~/vehicle/db'
2024-05-28 08:41:20.678 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:591 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'fluxMqController': Unsatisfied dependency expressed through field 'redisTemplate'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.springframework.data.redis.core.RedisTemplate<java.lang.String, java.util.HashMap<java.lang.String, java.lang.Double>>' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
2024-05-28 08:41:20.678 [main] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-05-28 08:41:20.680 [main] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-05-28 08:41:20.681 [main] INFO org.apache.catalina.core.StandardService:173 - Stopping service [Tomcat]
2024-05-28 08:41:20.683 [main] WARN org.apache.catalina.loader.WebappClassLoaderBase:173 - The web application [ROOT] appears to have started a thread named [H2 TCP Server (tcp://10.3.44.57:64812)] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
java.base@17.0.10/sun.nio.ch.Net.accept(Native Method)
java.base@17.0.10/sun.nio.ch.NioSocketImpl.accept(NioSocketImpl.java:760)
java.base@17.0.10/java.net.ServerSocket.implAccept(ServerSocket.java:675)
java.base@17.0.10/java.net.ServerSocket.platformImplAccept(ServerSocket.java:641)
java.base@17.0.10/java.net.ServerSocket.implAccept(ServerSocket.java:617)
java.base@17.0.10/java.net.ServerSocket.implAccept(ServerSocket.java:574)
java.base@17.0.10/java.net.ServerSocket.accept(ServerSocket.java:532)
app//org.h2.server.TcpServer.listen(TcpServer.java:263)
app//org.h2.tools.Server.run(Server.java:610)
java.base@17.0.10/java.lang.Thread.run(Thread.java:842)
2024-05-28 08:41:20.683 [main] WARN org.apache.catalina.loader.WebappClassLoaderBase:173 - The web application [ROOT] appears to have started a thread named [MVStore background writer nio:C:/Users/86157/vehicle/db.mv.db] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
java.base@17.0.10/java.lang.Object.wait(Native Method)
app//org.h2.mvstore.MVStore$BackgroundWriterThread.run(MVStore.java:3283)
2024-05-28 08:41:20.688 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:136 -
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2024-05-28 08:41:20.699 [main] ERROR o.s.b.diagnostics.LoggingFailureAnalysisReporter:40 -
***************************
APPLICATION FAILED TO START
***************************
Description:
Field redisTemplate in com.muyu.controller.FluxMqController required a bean of type 'org.springframework.data.redis.core.RedisTemplate' that could not be found.
The injection point has the following annotations:
- @org.springframework.beans.factory.annotation.Autowired(required=true)
Action:
Consider defining a bean of type 'org.springframework.data.redis.core.RedisTemplate' in your configuration.
2024-05-28 08:45:51.302 [main] INFO com.muyu.VehicleSimulationApplication:55 - Starting VehicleSimulationApplication using Java 17.0.10 on xiaoxin with PID 10628 (D:\work\zncar\zn-car\zn-car-modules\VehicleSimulation\target\classes started by 86157 in D:\work\zncar\zn-car)
2024-05-28 08:45:51.304 [main] DEBUG com.muyu.VehicleSimulationApplication:56 - Running with Spring Boot v2.6.4, Spring v5.3.28
2024-05-28 08:45:51.305 [main] INFO com.muyu.VehicleSimulationApplication:640 - No active profile set, falling back to 1 default profile: "default"
2024-05-28 08:45:51.729 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-05-28 08:45:51.731 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-05-28 08:45:51.752 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 13 ms. Found 0 Redis repository interfaces.
2024-05-28 08:45:51.940 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$90aa2b8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:45:52.019 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:45:52.019 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:45:52.021 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:45:52.032 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:45:52.061 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:45:52.064 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:45:52.084 [main] INFO com.dtflys.forest.scanner.ClassPathClientScanner:159 - [Forest] Created Forest Client Bean with name 'clientAdmin' and Proxy of 'com.muyu.vehicle.api.ClientAdmin' client interface
2024-05-28 08:45:52.245 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8999 (http)
2024-05-28 08:45:52.251 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-05-28 08:45:52.252 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.58]
2024-05-28 08:45:52.327 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-05-28 08:45:52.327 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 993 ms
2024-05-28 08:45:52.355 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-05-28 08:45:52.516 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-05-28 08:45:52.521 [main] INFO o.s.b.autoconfigure.h2.H2ConsoleAutoConfiguration:68 - H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:~/vehicle/db'
2024-05-28 08:45:53.011 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:591 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'vehicleController': Unsatisfied dependency expressed through field 'vehicleService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'vechileServiceImpl': Unsatisfied dependency expressed through field 'vehicleInstanceService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'vehicleInstanceServiceImpl': Unsatisfied dependency expressed through field 'positionRouteService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'positionRouteServiceImpl' defined in file [D:\work\zncar\zn-car\zn-car-modules\VehicleSimulation\target\classes\com\muyu\service\impl\PositionRouteServiceImpl.class]: Initialization of bean failed; nested exception is java.lang.NoSuchMethodError: 'boolean org.springframework.util.ClassUtils.isLambdaClass(java.lang.Class)'
2024-05-28 08:45:53.014 [main] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-05-28 08:45:53.016 [main] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-05-28 08:45:53.018 [main] INFO org.apache.catalina.core.StandardService:173 - Stopping service [Tomcat]
2024-05-28 08:45:53.019 [main] WARN org.apache.catalina.loader.WebappClassLoaderBase:173 - The web application [ROOT] appears to have started a thread named [H2 TCP Server (tcp://10.3.44.57:65123)] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
java.base@17.0.10/sun.nio.ch.Net.accept(Native Method)
java.base@17.0.10/sun.nio.ch.NioSocketImpl.accept(NioSocketImpl.java:760)
java.base@17.0.10/java.net.ServerSocket.implAccept(ServerSocket.java:675)
java.base@17.0.10/java.net.ServerSocket.platformImplAccept(ServerSocket.java:641)
java.base@17.0.10/java.net.ServerSocket.implAccept(ServerSocket.java:617)
java.base@17.0.10/java.net.ServerSocket.implAccept(ServerSocket.java:574)
java.base@17.0.10/java.net.ServerSocket.accept(ServerSocket.java:532)
app//org.h2.server.TcpServer.listen(TcpServer.java:263)
app//org.h2.tools.Server.run(Server.java:610)
java.base@17.0.10/java.lang.Thread.run(Thread.java:842)
2024-05-28 08:45:53.020 [main] WARN org.apache.catalina.loader.WebappClassLoaderBase:173 - The web application [ROOT] appears to have started a thread named [MVStore background writer nio:C:/Users/86157/vehicle/db.mv.db] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
java.base@17.0.10/java.lang.Object.wait(Native Method)
app//org.h2.mvstore.MVStore$BackgroundWriterThread.run(MVStore.java:3283)
2024-05-28 08:45:53.024 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:136 -
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2024-05-28 08:45:53.034 [main] ERROR o.s.b.diagnostics.LoggingFailureAnalysisReporter:40 -
***************************
APPLICATION FAILED TO START
***************************
Description:
An attempt was made to call a method that does not exist. The attempt was made from the following location:
org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.createProxy(AbstractAutoProxyCreator.java:448)
The following method did not exist:
'boolean org.springframework.util.ClassUtils.isLambdaClass(java.lang.Class)'
The calling method's class, org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator, was loaded from the following location:
jar:file:/D:/maven/repository/org/springframework/spring-aop/5.3.28/spring-aop-5.3.28.jar!/org/springframework/aop/framework/autoproxy/AbstractAutoProxyCreator.class
The called method's class, org.springframework.util.ClassUtils, is available from the following locations:
jar:file:/D:/maven/repository/org/springframework/spring-core/5.3.16/spring-core-5.3.16.jar!/org/springframework/util/ClassUtils.class
The called method's class hierarchy was loaded from the following locations:
org.springframework.util.ClassUtils: file:/D:/maven/repository/org/springframework/spring-core/5.3.16/spring-core-5.3.16.jar
Action:
Correct the classpath of your application so that it contains compatible versions of the classes org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator and org.springframework.util.ClassUtils
2024-05-28 08:46:55.503 [main] INFO com.muyu.VehicleSimulationApplication:55 - Starting VehicleSimulationApplication using Java 17.0.10 on xiaoxin with PID 17124 (D:\work\zncar\zn-car\zn-car-modules\VehicleSimulation\target\classes started by 86157 in D:\work\zncar\zn-car)
2024-05-28 08:46:55.505 [main] DEBUG com.muyu.VehicleSimulationApplication:56 - Running with Spring Boot v2.6.4, Spring v5.3.28
2024-05-28 08:46:55.505 [main] INFO com.muyu.VehicleSimulationApplication:640 - No active profile set, falling back to 1 default profile: "default"
2024-05-28 08:46:55.894 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-05-28 08:46:55.896 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-05-28 08:46:55.917 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces.
2024-05-28 08:46:56.101 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$90aa2b8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:46:56.177 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:46:56.178 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:46:56.179 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:46:56.190 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:46:56.218 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:46:56.221 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:46:56.242 [main] INFO com.dtflys.forest.scanner.ClassPathClientScanner:159 - [Forest] Created Forest Client Bean with name 'clientAdmin' and Proxy of 'com.muyu.vehicle.api.ClientAdmin' client interface
2024-05-28 08:46:56.397 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8999 (http)
2024-05-28 08:46:56.402 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-05-28 08:46:56.404 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.58]
2024-05-28 08:46:56.477 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-05-28 08:46:56.478 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 944 ms
2024-05-28 08:46:56.506 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-05-28 08:46:56.669 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-05-28 08:46:56.673 [main] INFO o.s.b.autoconfigure.h2.H2ConsoleAutoConfiguration:68 - H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:~/vehicle/db'
2024-05-28 08:46:57.137 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:591 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'vehicleController': Unsatisfied dependency expressed through field 'vehicleService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'vechileServiceImpl': Unsatisfied dependency expressed through field 'vehicleInstanceService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'vehicleInstanceServiceImpl': Unsatisfied dependency expressed through field 'positionRouteService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'positionRouteServiceImpl' defined in file [D:\work\zncar\zn-car\zn-car-modules\VehicleSimulation\target\classes\com\muyu\service\impl\PositionRouteServiceImpl.class]: Initialization of bean failed; nested exception is java.lang.NoSuchMethodError: 'boolean org.springframework.util.ClassUtils.isLambdaClass(java.lang.Class)'
2024-05-28 08:46:57.145 [main] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-05-28 08:46:57.146 [main] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-05-28 08:46:57.147 [main] INFO org.apache.catalina.core.StandardService:173 - Stopping service [Tomcat]
2024-05-28 08:46:57.149 [main] WARN org.apache.catalina.loader.WebappClassLoaderBase:173 - The web application [ROOT] appears to have started a thread named [H2 TCP Server (tcp://10.3.44.57:61796)] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
java.base@17.0.10/sun.nio.ch.Net.accept(Native Method)
java.base@17.0.10/sun.nio.ch.NioSocketImpl.accept(NioSocketImpl.java:760)
java.base@17.0.10/java.net.ServerSocket.implAccept(ServerSocket.java:675)
java.base@17.0.10/java.net.ServerSocket.platformImplAccept(ServerSocket.java:641)
java.base@17.0.10/java.net.ServerSocket.implAccept(ServerSocket.java:617)
java.base@17.0.10/java.net.ServerSocket.implAccept(ServerSocket.java:574)
java.base@17.0.10/java.net.ServerSocket.accept(ServerSocket.java:532)
app//org.h2.server.TcpServer.listen(TcpServer.java:263)
app//org.h2.tools.Server.run(Server.java:610)
java.base@17.0.10/java.lang.Thread.run(Thread.java:842)
2024-05-28 08:46:57.149 [main] WARN org.apache.catalina.loader.WebappClassLoaderBase:173 - The web application [ROOT] appears to have started a thread named [MVStore background writer nio:C:/Users/86157/vehicle/db.mv.db] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
java.base@17.0.10/java.lang.Object.wait(Native Method)
app//org.h2.mvstore.MVStore$BackgroundWriterThread.run(MVStore.java:3283)
2024-05-28 08:46:57.153 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:136 -
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2024-05-28 08:46:57.161 [main] ERROR o.s.b.diagnostics.LoggingFailureAnalysisReporter:40 -
***************************
APPLICATION FAILED TO START
***************************
Description:
An attempt was made to call a method that does not exist. The attempt was made from the following location:
org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.createProxy(AbstractAutoProxyCreator.java:448)
The following method did not exist:
'boolean org.springframework.util.ClassUtils.isLambdaClass(java.lang.Class)'
The calling method's class, org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator, was loaded from the following location:
jar:file:/D:/maven/repository/org/springframework/spring-aop/5.3.28/spring-aop-5.3.28.jar!/org/springframework/aop/framework/autoproxy/AbstractAutoProxyCreator.class
The called method's class, org.springframework.util.ClassUtils, is available from the following locations:
jar:file:/D:/maven/repository/org/springframework/spring-core/5.3.16/spring-core-5.3.16.jar!/org/springframework/util/ClassUtils.class
The called method's class hierarchy was loaded from the following locations:
org.springframework.util.ClassUtils: file:/D:/maven/repository/org/springframework/spring-core/5.3.16/spring-core-5.3.16.jar
Action:
Correct the classpath of your application so that it contains compatible versions of the classes org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator and org.springframework.util.ClassUtils
2024-05-28 08:47:27.074 [main] INFO com.muyu.VehicleSimulationApplication:55 - Starting VehicleSimulationApplication using Java 17.0.10 on xiaoxin with PID 22584 (D:\work\zncar\zn-car\zn-car-modules\VehicleSimulation\target\classes started by 86157 in D:\work\zncar\zn-car)
2024-05-28 08:47:27.076 [main] DEBUG com.muyu.VehicleSimulationApplication:56 - Running with Spring Boot v2.6.4, Spring v5.3.16
2024-05-28 08:47:27.076 [main] INFO com.muyu.VehicleSimulationApplication:640 - No active profile set, falling back to 1 default profile: "default"
2024-05-28 08:47:27.617 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$3dceb404] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:47:27.636 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:47:27.636 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:47:27.637 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:47:27.649 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:47:27.679 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:47:27.681 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:47:27.700 [main] INFO com.dtflys.forest.scanner.ClassPathClientScanner:159 - [Forest] Created Forest Client Bean with name 'clientAdmin' and Proxy of 'com.muyu.vehicle.api.ClientAdmin' client interface
2024-05-28 08:47:27.868 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8999 (http)
2024-05-28 08:47:27.874 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-05-28 08:47:27.875 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.58]
2024-05-28 08:47:27.950 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-05-28 08:47:27.950 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 842 ms
2024-05-28 08:47:27.979 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-05-28 08:47:28.141 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-05-28 08:47:28.145 [main] INFO o.s.b.autoconfigure.h2.H2ConsoleAutoConfiguration:68 - H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:~/vehicle/db'
2024-05-28 08:47:28.243 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:591 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'fluxMqController': Unsatisfied dependency expressed through field 'redisTemplate'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.springframework.data.redis.core.RedisTemplate<java.lang.String, java.lang.String>' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
2024-05-28 08:47:28.243 [main] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-05-28 08:47:28.244 [main] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-05-28 08:47:28.246 [main] INFO org.apache.catalina.core.StandardService:173 - Stopping service [Tomcat]
2024-05-28 08:47:28.248 [main] WARN org.apache.catalina.loader.WebappClassLoaderBase:173 - The web application [ROOT] appears to have started a thread named [H2 TCP Server (tcp://10.3.44.57:61838)] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
java.base@17.0.10/sun.nio.ch.Net.accept(Native Method)
java.base@17.0.10/sun.nio.ch.NioSocketImpl.accept(NioSocketImpl.java:760)
java.base@17.0.10/java.net.ServerSocket.implAccept(ServerSocket.java:675)
java.base@17.0.10/java.net.ServerSocket.platformImplAccept(ServerSocket.java:641)
java.base@17.0.10/java.net.ServerSocket.implAccept(ServerSocket.java:617)
java.base@17.0.10/java.net.ServerSocket.implAccept(ServerSocket.java:574)
java.base@17.0.10/java.net.ServerSocket.accept(ServerSocket.java:532)
app//org.h2.server.TcpServer.listen(TcpServer.java:263)
app//org.h2.tools.Server.run(Server.java:610)
java.base@17.0.10/java.lang.Thread.run(Thread.java:842)
2024-05-28 08:47:28.248 [main] WARN org.apache.catalina.loader.WebappClassLoaderBase:173 - The web application [ROOT] appears to have started a thread named [MVStore background writer nio:C:/Users/86157/vehicle/db.mv.db] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
java.base@17.0.10/java.lang.Object.wait(Native Method)
app//org.h2.mvstore.MVStore$BackgroundWriterThread.run(MVStore.java:3283)
2024-05-28 08:47:28.252 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:136 -
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2024-05-28 08:47:28.262 [main] ERROR o.s.b.diagnostics.LoggingFailureAnalysisReporter:40 -
***************************
APPLICATION FAILED TO START
***************************
Description:
Field redisTemplate in com.muyu.controller.FluxMqController required a bean of type 'org.springframework.data.redis.core.RedisTemplate' that could not be found.
The injection point has the following annotations:
- @org.springframework.beans.factory.annotation.Autowired(required=true)
Action:
Consider defining a bean of type 'org.springframework.data.redis.core.RedisTemplate' in your configuration.
2024-05-28 08:47:45.216 [main] INFO com.muyu.VehicleSimulationApplication:55 - Starting VehicleSimulationApplication using Java 17.0.10 on xiaoxin with PID 9564 (D:\work\zncar\zn-car\zn-car-modules\VehicleSimulation\target\classes started by 86157 in D:\work\zncar\zn-car)
2024-05-28 08:47:45.218 [main] DEBUG com.muyu.VehicleSimulationApplication:56 - Running with Spring Boot v2.6.4, Spring v5.3.16
2024-05-28 08:47:45.219 [main] INFO com.muyu.VehicleSimulationApplication:640 - No active profile set, falling back to 1 default profile: "default"
2024-05-28 08:47:45.629 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-05-28 08:47:45.631 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-05-28 08:47:45.654 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces.
2024-05-28 08:47:45.830 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$70d108e4] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:47:45.897 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:47:45.898 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:47:45.899 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:47:45.911 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:47:45.941 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:47:45.944 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:47:45.965 [main] INFO com.dtflys.forest.scanner.ClassPathClientScanner:159 - [Forest] Created Forest Client Bean with name 'clientAdmin' and Proxy of 'com.muyu.vehicle.api.ClientAdmin' client interface
2024-05-28 08:47:46.131 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8999 (http)
2024-05-28 08:47:46.137 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-05-28 08:47:46.138 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.58]
2024-05-28 08:47:46.212 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-05-28 08:47:46.212 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 965 ms
2024-05-28 08:47:46.237 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-05-28 08:47:46.398 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-05-28 08:47:46.402 [main] INFO o.s.b.autoconfigure.h2.H2ConsoleAutoConfiguration:68 - H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:~/vehicle/db'
2024-05-28 08:47:47.295 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8999 (http) with context path ''
2024-05-28 08:47:47.301 [main] INFO com.muyu.VehicleSimulationApplication:61 - Started VehicleSimulationApplication in 2.308 seconds (JVM running for 2.655)
2024-05-28 08:47:47.304 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:40 - 初始开始,批量从数据库当中加载数据到内存当中,每次[10]条
2024-05-28 08:47:47.364 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage_mpCount:137 - ==> Preparing: SELECT COUNT(*) AS total FROM vehicle
2024-05-28 08:47:47.373 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage_mpCount:137 - ==> Parameters:
2024-05-28 08:47:47.380 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage_mpCount:137 - <== Total: 1
2024-05-28 08:47:47.382 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage:137 - ==> Preparing: SELECT vin,remaining_battery,battery_level,total_mileage,create_time FROM vehicle LIMIT ?
2024-05-28 08:47:47.382 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage:137 - ==> Parameters: 10(Long)
2024-05-28 08:47:47.384 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage:137 - <== Total: 2
2024-05-28 08:47:47.409 [main] DEBUG com.muyu.service.impl.VehicleInstanceServiceImpl:60 - 构建车辆对象: [VIN12345678912345]
2024-05-28 08:47:47.409 [main] DEBUG com.muyu.service.impl.VehicleInstanceServiceImpl:60 - 构建车辆对象: [VIN123456789DIJE4]
2024-05-28 08:47:47.409 [main] DEBUG com.muyu.vehicle.core.VehicleConfiguration:45 - 第[1]页,[2]条
2024-05-28 08:47:47.409 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:50 - 数据加载完成耗时106 MS
2024-05-28 08:48:00.148 [http-nio-8999-exec-1] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-05-28 08:48:17.941 [SpringApplicationShutdownHook] INFO com.muyu.vehicle.core.VehicleConfiguration:67 - 数据库同步
2024-05-28 08:48:17.947 [SpringApplicationShutdownHook] INFO com.muyu.service.impl.VechileServiceImpl:89 - 同步数据库开始
2024-05-28 08:48:17.949 [SpringApplicationShutdownHook] INFO com.muyu.service.impl.VechileServiceImpl:111 - 同步数据库结束 - 耗时:[2MS],同步量:[0辆],成功:[0辆],失败:[0辆]
2024-05-28 08:48:17.949 [SpringApplicationShutdownHook] INFO com.muyu.vehicle.core.VehicleConfiguration:70 - 下线所有车辆
2024-05-28 08:48:17.949 [SpringApplicationShutdownHook] INFO com.muyu.vehicle.core.VehicleConfiguration:74 - 关闭线程池
2024-05-28 08:48:17.959 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-05-28 08:48:17.960 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-05-28 08:48:25.456 [main] INFO com.muyu.VehicleSimulationApplication:55 - Starting VehicleSimulationApplication using Java 17.0.10 on xiaoxin with PID 23068 (D:\work\zncar\zn-car\zn-car-modules\VehicleSimulation\target\classes started by 86157 in D:\work\zncar\zn-car)
2024-05-28 08:48:25.458 [main] DEBUG com.muyu.VehicleSimulationApplication:56 - Running with Spring Boot v2.6.4, Spring v5.3.16
2024-05-28 08:48:25.458 [main] INFO com.muyu.VehicleSimulationApplication:640 - No active profile set, falling back to 1 default profile: "default"
2024-05-28 08:48:25.824 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-05-28 08:48:25.825 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-05-28 08:48:25.848 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces.
2024-05-28 08:48:26.026 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$4f0d6d32] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:48:26.094 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:48:26.095 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:48:26.096 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:48:26.106 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:48:26.134 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:48:26.137 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:48:26.157 [main] INFO com.dtflys.forest.scanner.ClassPathClientScanner:159 - [Forest] Created Forest Client Bean with name 'clientAdmin' and Proxy of 'com.muyu.vehicle.api.ClientAdmin' client interface
2024-05-28 08:48:26.319 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8999 (http)
2024-05-28 08:48:26.326 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-05-28 08:48:26.327 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.58]
2024-05-28 08:48:26.400 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-05-28 08:48:26.401 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 914 ms
2024-05-28 08:48:26.428 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-05-28 08:48:26.590 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-05-28 08:48:26.594 [main] INFO o.s.b.autoconfigure.h2.H2ConsoleAutoConfiguration:68 - H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:~/vehicle/db'
2024-05-28 08:48:26.696 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:591 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'fluxMqController': Unsatisfied dependency expressed through field 'redisTemplate'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.springframework.data.redis.core.RedisTemplate<java.lang.String, java.util.HashMap<java.lang.String, java.lang.Double>>' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
2024-05-28 08:48:26.697 [main] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-05-28 08:48:26.698 [main] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-05-28 08:48:26.699 [main] INFO org.apache.catalina.core.StandardService:173 - Stopping service [Tomcat]
2024-05-28 08:48:26.701 [main] WARN org.apache.catalina.loader.WebappClassLoaderBase:173 - The web application [ROOT] appears to have started a thread named [H2 TCP Server (tcp://10.3.44.57:61883)] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
java.base@17.0.10/sun.nio.ch.Net.accept(Native Method)
java.base@17.0.10/sun.nio.ch.NioSocketImpl.accept(NioSocketImpl.java:760)
java.base@17.0.10/java.net.ServerSocket.implAccept(ServerSocket.java:675)
java.base@17.0.10/java.net.ServerSocket.platformImplAccept(ServerSocket.java:641)
java.base@17.0.10/java.net.ServerSocket.implAccept(ServerSocket.java:617)
java.base@17.0.10/java.net.ServerSocket.implAccept(ServerSocket.java:574)
java.base@17.0.10/java.net.ServerSocket.accept(ServerSocket.java:532)
app//org.h2.server.TcpServer.listen(TcpServer.java:263)
app//org.h2.tools.Server.run(Server.java:610)
java.base@17.0.10/java.lang.Thread.run(Thread.java:842)
2024-05-28 08:48:26.701 [main] WARN org.apache.catalina.loader.WebappClassLoaderBase:173 - The web application [ROOT] appears to have started a thread named [MVStore background writer nio:C:/Users/86157/vehicle/db.mv.db] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
java.base@17.0.10/java.lang.Object.wait(Native Method)
app//org.h2.mvstore.MVStore$BackgroundWriterThread.run(MVStore.java:3283)
2024-05-28 08:48:26.706 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:136 -
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2024-05-28 08:48:26.716 [main] ERROR o.s.b.diagnostics.LoggingFailureAnalysisReporter:40 -
***************************
APPLICATION FAILED TO START
***************************
Description:
Field redisTemplate in com.muyu.controller.FluxMqController required a bean of type 'org.springframework.data.redis.core.RedisTemplate' that could not be found.
The injection point has the following annotations:
- @org.springframework.beans.factory.annotation.Autowired(required=true)
Action:
Consider defining a bean of type 'org.springframework.data.redis.core.RedisTemplate' in your configuration.
2024-05-28 08:48:55.047 [main] INFO com.muyu.VehicleSimulationApplication:55 - Starting VehicleSimulationApplication using Java 17.0.10 on xiaoxin with PID 19304 (D:\work\zncar\zn-car\zn-car-modules\VehicleSimulation\target\classes started by 86157 in D:\work\zncar\zn-car)
2024-05-28 08:48:55.049 [main] DEBUG com.muyu.VehicleSimulationApplication:56 - Running with Spring Boot v2.6.4, Spring v5.3.16
2024-05-28 08:48:55.049 [main] INFO com.muyu.VehicleSimulationApplication:640 - No active profile set, falling back to 1 default profile: "default"
2024-05-28 08:48:55.463 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-05-28 08:48:55.465 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-05-28 08:48:55.491 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces.
2024-05-28 08:48:55.689 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$19be1b40] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:48:55.763 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:48:55.765 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:48:55.767 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:48:55.778 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:48:55.812 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:48:55.815 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:48:55.837 [main] INFO com.dtflys.forest.scanner.ClassPathClientScanner:159 - [Forest] Created Forest Client Bean with name 'clientAdmin' and Proxy of 'com.muyu.vehicle.api.ClientAdmin' client interface
2024-05-28 08:48:56.026 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8999 (http)
2024-05-28 08:48:56.031 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-05-28 08:48:56.032 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.58]
2024-05-28 08:48:56.109 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-05-28 08:48:56.110 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1031 ms
2024-05-28 08:48:56.140 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-05-28 08:48:56.314 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-05-28 08:48:56.318 [main] INFO o.s.b.autoconfigure.h2.H2ConsoleAutoConfiguration:68 - H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:~/vehicle/db'
2024-05-28 08:48:57.264 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8999 (http) with context path ''
2024-05-28 08:48:57.271 [main] INFO com.muyu.VehicleSimulationApplication:61 - Started VehicleSimulationApplication in 2.483 seconds (JVM running for 2.878)
2024-05-28 08:48:57.273 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:40 - 初始开始,批量从数据库当中加载数据到内存当中,每次[10]条
2024-05-28 08:48:57.333 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage_mpCount:137 - ==> Preparing: SELECT COUNT(*) AS total FROM vehicle
2024-05-28 08:48:57.342 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage_mpCount:137 - ==> Parameters:
2024-05-28 08:48:57.352 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage_mpCount:137 - <== Total: 1
2024-05-28 08:48:57.354 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage:137 - ==> Preparing: SELECT vin,remaining_battery,battery_level,total_mileage,create_time FROM vehicle LIMIT ?
2024-05-28 08:48:57.355 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage:137 - ==> Parameters: 10(Long)
2024-05-28 08:48:57.355 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage:137 - <== Total: 2
2024-05-28 08:48:57.378 [main] DEBUG com.muyu.service.impl.VehicleInstanceServiceImpl:60 - 构建车辆对象: [VIN12345678912345]
2024-05-28 08:48:57.378 [main] DEBUG com.muyu.service.impl.VehicleInstanceServiceImpl:60 - 构建车辆对象: [VIN123456789DIJE4]
2024-05-28 08:48:57.378 [main] DEBUG com.muyu.vehicle.core.VehicleConfiguration:45 - 第[1]页,[2]条
2024-05-28 08:48:57.378 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:50 - 数据加载完成耗时106 MS
2024-05-28 08:49:00.146 [http-nio-8999-exec-1] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-05-28 08:53:08.557 [SpringApplicationShutdownHook] INFO com.muyu.vehicle.core.VehicleConfiguration:67 - 数据库同步
2024-05-28 08:53:08.560 [SpringApplicationShutdownHook] INFO com.muyu.service.impl.VechileServiceImpl:89 - 同步数据库开始
2024-05-28 08:53:08.561 [SpringApplicationShutdownHook] INFO com.muyu.service.impl.VechileServiceImpl:111 - 同步数据库结束 - 耗时:[1MS],同步量:[0辆],成功:[0辆],失败:[0辆]
2024-05-28 08:53:08.561 [SpringApplicationShutdownHook] INFO com.muyu.vehicle.core.VehicleConfiguration:70 - 下线所有车辆
2024-05-28 08:53:08.562 [SpringApplicationShutdownHook] INFO com.muyu.vehicle.core.VehicleConfiguration:74 - 关闭线程池
2024-05-28 08:53:08.570 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-05-28 08:53:08.572 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-05-28 08:53:16.019 [main] INFO com.muyu.VehicleSimulationApplication:55 - Starting VehicleSimulationApplication using Java 17.0.10 on xiaoxin with PID 19112 (D:\work\zncar\zn-car\zn-car-modules\VehicleSimulation\target\classes started by 86157 in D:\work\zncar\zn-car)
2024-05-28 08:53:16.021 [main] DEBUG com.muyu.VehicleSimulationApplication:56 - Running with Spring Boot v2.6.4, Spring v5.3.16
2024-05-28 08:53:16.021 [main] INFO com.muyu.VehicleSimulationApplication:640 - No active profile set, falling back to 1 default profile: "default"
2024-05-28 08:53:16.419 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-05-28 08:53:16.421 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-05-28 08:53:16.447 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 13 ms. Found 0 Redis repository interfaces.
2024-05-28 08:53:16.619 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$bc4efc57] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:53:16.698 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:53:16.699 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:53:16.700 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:53:16.711 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:53:16.741 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:53:16.744 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:53:16.765 [main] INFO com.dtflys.forest.scanner.ClassPathClientScanner:159 - [Forest] Created Forest Client Bean with name 'clientAdmin' and Proxy of 'com.muyu.vehicle.api.ClientAdmin' client interface
2024-05-28 08:53:16.926 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8999 (http)
2024-05-28 08:53:16.933 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-05-28 08:53:16.933 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.58]
2024-05-28 08:53:17.016 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-05-28 08:53:17.016 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 966 ms
2024-05-28 08:53:17.043 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-05-28 08:53:17.203 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-05-28 08:53:17.207 [main] INFO o.s.b.autoconfigure.h2.H2ConsoleAutoConfiguration:68 - H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:~/vehicle/db'
2024-05-28 08:53:18.141 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8999 (http) with context path ''
2024-05-28 08:53:18.147 [main] INFO com.muyu.VehicleSimulationApplication:61 - Started VehicleSimulationApplication in 2.381 seconds (JVM running for 2.858)
2024-05-28 08:53:18.151 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:40 - 初始开始,批量从数据库当中加载数据到内存当中,每次[10]条
2024-05-28 08:53:18.217 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage_mpCount:137 - ==> Preparing: SELECT COUNT(*) AS total FROM vehicle
2024-05-28 08:53:18.228 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage_mpCount:137 - ==> Parameters:
2024-05-28 08:53:18.238 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage_mpCount:137 - <== Total: 1
2024-05-28 08:53:18.240 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage:137 - ==> Preparing: SELECT vin,remaining_battery,battery_level,total_mileage,create_time FROM vehicle LIMIT ?
2024-05-28 08:53:18.240 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage:137 - ==> Parameters: 10(Long)
2024-05-28 08:53:18.242 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage:137 - <== Total: 2
2024-05-28 08:53:18.266 [main] DEBUG com.muyu.service.impl.VehicleInstanceServiceImpl:60 - 构建车辆对象: [VIN12345678912345]
2024-05-28 08:53:18.266 [main] DEBUG com.muyu.service.impl.VehicleInstanceServiceImpl:60 - 构建车辆对象: [VIN123456789DIJE4]
2024-05-28 08:53:18.266 [main] DEBUG com.muyu.vehicle.core.VehicleConfiguration:45 - 第[1]页,[2]条
2024-05-28 08:53:18.266 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:50 - 数据加载完成耗时117 MS
2024-05-28 08:53:36.676 [http-nio-8999-exec-1] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-05-28 08:55:58.092 [SpringApplicationShutdownHook] INFO com.muyu.vehicle.core.VehicleConfiguration:67 - 数据库同步
2024-05-28 08:55:58.093 [SpringApplicationShutdownHook] INFO com.muyu.service.impl.VechileServiceImpl:89 - 同步数据库开始
2024-05-28 08:55:58.094 [SpringApplicationShutdownHook] INFO com.muyu.service.impl.VechileServiceImpl:111 - 同步数据库结束 - 耗时:[0MS],同步量:[0辆],成功:[0辆],失败:[0辆]
2024-05-28 08:55:58.094 [SpringApplicationShutdownHook] INFO com.muyu.vehicle.core.VehicleConfiguration:70 - 下线所有车辆
2024-05-28 08:55:58.095 [SpringApplicationShutdownHook] INFO com.muyu.vehicle.core.VehicleConfiguration:74 - 关闭线程池
2024-05-28 08:55:58.103 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-05-28 08:55:58.104 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-05-28 08:56:03.305 [main] INFO com.muyu.VehicleSimulationApplication:55 - Starting VehicleSimulationApplication using Java 17.0.10 on xiaoxin with PID 460 (D:\work\zncar\zn-car\zn-car-modules\VehicleSimulation\target\classes started by 86157 in D:\work\zncar\zn-car)
2024-05-28 08:56:03.307 [main] DEBUG com.muyu.VehicleSimulationApplication:56 - Running with Spring Boot v2.6.4, Spring v5.3.16
2024-05-28 08:56:03.307 [main] INFO com.muyu.VehicleSimulationApplication:640 - No active profile set, falling back to 1 default profile: "default"
2024-05-28 08:56:03.734 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-05-28 08:56:03.736 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-05-28 08:56:03.758 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces.
2024-05-28 08:56:03.950 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$36bdf85b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:56:04.019 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:56:04.020 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:56:04.022 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:56:04.033 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:56:04.064 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:56:04.068 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:56:04.090 [main] INFO com.dtflys.forest.scanner.ClassPathClientScanner:159 - [Forest] Created Forest Client Bean with name 'clientAdmin' and Proxy of 'com.muyu.vehicle.api.ClientAdmin' client interface
2024-05-28 08:56:04.292 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8999 (http)
2024-05-28 08:56:04.299 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-05-28 08:56:04.299 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.58]
2024-05-28 08:56:04.379 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-05-28 08:56:04.380 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1040 ms
2024-05-28 08:56:04.409 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-05-28 08:56:04.588 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-05-28 08:56:04.593 [main] INFO o.s.b.autoconfigure.h2.H2ConsoleAutoConfiguration:68 - H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:~/vehicle/db'
2024-05-28 08:56:05.707 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8999 (http) with context path ''
2024-05-28 08:56:05.714 [main] INFO com.muyu.VehicleSimulationApplication:61 - Started VehicleSimulationApplication in 2.664 seconds (JVM running for 3.456)
2024-05-28 08:56:05.717 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:40 - 初始开始,批量从数据库当中加载数据到内存当中,每次[10]条
2024-05-28 08:56:05.784 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage_mpCount:137 - ==> Preparing: SELECT COUNT(*) AS total FROM vehicle
2024-05-28 08:56:05.794 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage_mpCount:137 - ==> Parameters:
2024-05-28 08:56:05.805 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage_mpCount:137 - <== Total: 1
2024-05-28 08:56:05.807 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage:137 - ==> Preparing: SELECT vin,remaining_battery,battery_level,total_mileage,create_time FROM vehicle LIMIT ?
2024-05-28 08:56:05.808 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage:137 - ==> Parameters: 10(Long)
2024-05-28 08:56:05.809 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage:137 - <== Total: 2
2024-05-28 08:56:05.833 [main] DEBUG com.muyu.service.impl.VehicleInstanceServiceImpl:60 - 构建车辆对象: [VIN12345678912345]
2024-05-28 08:56:05.833 [main] DEBUG com.muyu.service.impl.VehicleInstanceServiceImpl:60 - 构建车辆对象: [VIN123456789DIJE4]
2024-05-28 08:56:05.833 [main] DEBUG com.muyu.vehicle.core.VehicleConfiguration:45 - 第[1]页,[2]条
2024-05-28 08:56:05.833 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:50 - 数据加载完成耗时118 MS
2024-05-28 08:56:21.995 [http-nio-8999-exec-2] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-05-28 08:57:27.975 [SpringApplicationShutdownHook] INFO com.muyu.vehicle.core.VehicleConfiguration:67 - 数据库同步
2024-05-28 08:57:27.977 [SpringApplicationShutdownHook] INFO com.muyu.service.impl.VechileServiceImpl:89 - 同步数据库开始
2024-05-28 08:57:27.979 [SpringApplicationShutdownHook] INFO com.muyu.service.impl.VechileServiceImpl:111 - 同步数据库结束 - 耗时:[2MS],同步量:[0辆],成功:[0辆],失败:[0辆]
2024-05-28 08:57:27.979 [SpringApplicationShutdownHook] INFO com.muyu.vehicle.core.VehicleConfiguration:70 - 下线所有车辆
2024-05-28 08:57:27.980 [SpringApplicationShutdownHook] INFO com.muyu.vehicle.core.VehicleConfiguration:74 - 关闭线程池
2024-05-28 08:57:27.990 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-05-28 08:57:27.991 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-05-28 08:57:35.658 [main] INFO com.muyu.VehicleSimulationApplication:55 - Starting VehicleSimulationApplication using Java 17.0.10 on xiaoxin with PID 8764 (D:\work\zncar\zn-car\zn-car-modules\VehicleSimulation\target\classes started by 86157 in D:\work\zncar\zn-car)
2024-05-28 08:57:35.659 [main] DEBUG com.muyu.VehicleSimulationApplication:56 - Running with Spring Boot v2.6.4, Spring v5.3.16
2024-05-28 08:57:35.659 [main] INFO com.muyu.VehicleSimulationApplication:640 - No active profile set, falling back to 1 default profile: "default"
2024-05-28 08:57:36.093 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-05-28 08:57:36.096 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-05-28 08:57:36.120 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 14 ms. Found 0 Redis repository interfaces.
2024-05-28 08:57:36.307 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$36bdf85b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:57:36.381 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:57:36.382 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:57:36.384 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:57:36.397 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:57:36.429 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:57:36.432 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 08:57:36.453 [main] INFO com.dtflys.forest.scanner.ClassPathClientScanner:159 - [Forest] Created Forest Client Bean with name 'clientAdmin' and Proxy of 'com.muyu.vehicle.api.ClientAdmin' client interface
2024-05-28 08:57:36.639 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8999 (http)
2024-05-28 08:57:36.645 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-05-28 08:57:36.646 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.58]
2024-05-28 08:57:36.726 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-05-28 08:57:36.726 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1035 ms
2024-05-28 08:57:36.757 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-05-28 08:57:36.932 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-05-28 08:57:36.936 [main] INFO o.s.b.autoconfigure.h2.H2ConsoleAutoConfiguration:68 - H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:~/vehicle/db'
2024-05-28 08:57:37.990 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8999 (http) with context path ''
2024-05-28 08:57:37.997 [main] INFO com.muyu.VehicleSimulationApplication:61 - Started VehicleSimulationApplication in 2.607 seconds (JVM running for 3.068)
2024-05-28 08:57:38.000 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:40 - 初始开始,批量从数据库当中加载数据到内存当中,每次[10]条
2024-05-28 08:57:38.064 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage_mpCount:137 - ==> Preparing: SELECT COUNT(*) AS total FROM vehicle
2024-05-28 08:57:38.078 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage_mpCount:137 - ==> Parameters:
2024-05-28 08:57:38.089 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage_mpCount:137 - <== Total: 1
2024-05-28 08:57:38.091 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage:137 - ==> Preparing: SELECT vin,remaining_battery,battery_level,total_mileage,create_time FROM vehicle LIMIT ?
2024-05-28 08:57:38.091 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage:137 - ==> Parameters: 10(Long)
2024-05-28 08:57:38.093 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage:137 - <== Total: 2
2024-05-28 08:57:38.115 [main] DEBUG com.muyu.service.impl.VehicleInstanceServiceImpl:60 - 构建车辆对象: [VIN12345678912345]
2024-05-28 08:57:38.115 [main] DEBUG com.muyu.service.impl.VehicleInstanceServiceImpl:60 - 构建车辆对象: [VIN123456789DIJE4]
2024-05-28 08:57:38.115 [main] DEBUG com.muyu.vehicle.core.VehicleConfiguration:45 - 第[1]页,[2]条
2024-05-28 08:57:38.116 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:50 - 数据加载完成耗时118 MS
2024-05-28 08:58:00.147 [http-nio-8999-exec-1] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-05-28 09:02:31.884 [http-nio-8999-exec-10] INFO com.muyu.service.impl.VehicleInstanceServiceImpl:102 - vin[VIN123456789DIJE4],开始上线
2024-05-28 09:02:31.905 [http-nio-8999-exec-10] INFO com.dtflys.forest.config.ForestConfiguration:449 - [Forest] Http Backend: okhttp3
2024-05-28 09:02:32.409 [http-nio-8999-exec-10] DEBUG com.muyu.vehicle.VehicleInstance:140 - 车辆:[VIN123456789DIJE4] 客户端初始化成功连接配置:{"broker":"tcp://47.102.133.88:1883","clientId":"VIN123456789DIJE4","password":"VIN123456789DIJE41716858151885AC36D580C390FD139F5CEA1032BD7B7679C432EC06AFF3F531B1D390","qos":0,"topic":"test1","username":"CE5CA4B628090BFD4C75524BC952218312B4923A01EFFD7E37025714"}
2024-05-28 09:02:32.409 [http-nio-8999-exec-10] INFO com.muyu.service.impl.VehicleInstanceServiceImpl:130 - vin[VIN123456789DIJE4],上线成功
2024-05-28 09:11:32.582 [SpringApplicationShutdownHook] INFO com.muyu.vehicle.core.VehicleConfiguration:67 - 数据库同步
2024-05-28 09:11:32.584 [SpringApplicationShutdownHook] INFO com.muyu.service.impl.VechileServiceImpl:89 - 同步数据库开始
2024-05-28 09:11:32.587 [SpringApplicationShutdownHook] WARN c.b.m.core.toolkit.support.ReflectLambdaMeta:26 - Unable to make field private final java.lang.Class java.lang.invoke.SerializedLambda.capturingClass accessible: module java.base does not "opens java.lang.invoke" to unnamed module @557caf28
2024-05-28 09:11:32.592 [SpringApplicationShutdownHook] DEBUG com.muyu.mapper.VehicleMapper.update:137 - ==> Preparing: UPDATE vehicle SET remaining_battery=?,total_mileage=? WHERE (vin = ?)
2024-05-28 09:11:32.594 [SpringApplicationShutdownHook] DEBUG com.muyu.mapper.VehicleMapper.update:137 - ==> Parameters: 45000.0(BigDecimal), 23.696(BigDecimal), VIN123456789DIJE4(String)
2024-05-28 09:11:32.595 [SpringApplicationShutdownHook] DEBUG com.muyu.mapper.VehicleMapper.update:137 - <== Updates: 1
2024-05-28 09:11:32.596 [SpringApplicationShutdownHook] DEBUG com.muyu.service.impl.VechileServiceImpl:106 - 车辆:[VIN123456789DIJE4] - 数据同步成功 - 电池容量:[45000.0毫安] 总公里数量:[23.696KM]
2024-05-28 09:11:32.596 [SpringApplicationShutdownHook] INFO com.muyu.service.impl.VechileServiceImpl:111 - 同步数据库结束 - 耗时:[12MS],同步量:[1辆],成功:[1辆],失败:[0辆]
2024-05-28 09:11:32.596 [SpringApplicationShutdownHook] INFO com.muyu.vehicle.core.VehicleConfiguration:70 - 下线所有车辆
2024-05-28 09:11:32.597 [SpringApplicationShutdownHook] DEBUG com.muyu.vehicle.VehicleInstance:176 - 车辆:[VIN123456789DIJE4] 客户端下线成功
2024-05-28 09:11:32.597 [SpringApplicationShutdownHook] INFO com.muyu.vehicle.core.VehicleConfiguration:74 - 关闭线程池
2024-05-28 09:11:32.610 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-05-28 09:11:32.611 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-05-28 09:11:40.486 [main] INFO com.muyu.VehicleSimulationApplication:55 - Starting VehicleSimulationApplication using Java 17.0.10 on xiaoxin with PID 13876 (D:\work\zncar\zn-car\zn-car-modules\VehicleSimulation\target\classes started by 86157 in D:\work\zncar\zn-car)
2024-05-28 09:11:40.487 [main] DEBUG com.muyu.VehicleSimulationApplication:56 - Running with Spring Boot v2.6.4, Spring v5.3.16
2024-05-28 09:11:40.488 [main] INFO com.muyu.VehicleSimulationApplication:640 - No active profile set, falling back to 1 default profile: "default"
2024-05-28 09:11:40.923 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-05-28 09:11:40.925 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-05-28 09:11:40.950 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 13 ms. Found 0 Redis repository interfaces.
2024-05-28 09:11:41.148 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$36bdf85b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 09:11:41.225 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 09:11:41.226 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 09:11:41.228 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 09:11:41.242 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 09:11:41.272 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 09:11:41.276 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 09:11:41.297 [main] INFO com.dtflys.forest.scanner.ClassPathClientScanner:159 - [Forest] Created Forest Client Bean with name 'clientAdmin' and Proxy of 'com.muyu.vehicle.api.ClientAdmin' client interface
2024-05-28 09:11:41.496 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8999 (http)
2024-05-28 09:11:41.503 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-05-28 09:11:41.503 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.58]
2024-05-28 09:11:41.590 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-05-28 09:11:41.590 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1068 ms
2024-05-28 09:11:41.620 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-05-28 09:11:41.796 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-05-28 09:11:41.800 [main] INFO o.s.b.autoconfigure.h2.H2ConsoleAutoConfiguration:68 - H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:~/vehicle/db'
2024-05-28 09:11:42.948 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8999 (http) with context path ''
2024-05-28 09:11:42.956 [main] INFO com.muyu.VehicleSimulationApplication:61 - Started VehicleSimulationApplication in 2.746 seconds (JVM running for 3.264)
2024-05-28 09:11:42.960 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:40 - 初始开始,批量从数据库当中加载数据到内存当中,每次[10]条
2024-05-28 09:11:43.025 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage_mpCount:137 - ==> Preparing: SELECT COUNT(*) AS total FROM vehicle
2024-05-28 09:11:43.035 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage_mpCount:137 - ==> Parameters:
2024-05-28 09:11:43.046 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage_mpCount:137 - <== Total: 1
2024-05-28 09:11:43.048 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage:137 - ==> Preparing: SELECT vin,remaining_battery,battery_level,total_mileage,create_time FROM vehicle LIMIT ?
2024-05-28 09:11:43.048 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage:137 - ==> Parameters: 10(Long)
2024-05-28 09:11:43.049 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage:137 - <== Total: 2
2024-05-28 09:11:43.086 [main] DEBUG com.muyu.service.impl.VehicleInstanceServiceImpl:60 - 构建车辆对象: [VIN12345678912345]
2024-05-28 09:11:43.086 [main] DEBUG com.muyu.service.impl.VehicleInstanceServiceImpl:60 - 构建车辆对象: [VIN123456789DIJE4]
2024-05-28 09:11:43.086 [main] DEBUG com.muyu.vehicle.core.VehicleConfiguration:45 - 第[1]页,[2]条
2024-05-28 09:11:43.086 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:50 - 数据加载完成耗时129 MS
2024-05-28 09:12:00.155 [http-nio-8999-exec-1] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-05-28 09:19:10.238 [SpringApplicationShutdownHook] INFO com.muyu.vehicle.core.VehicleConfiguration:67 - 数据库同步
2024-05-28 09:19:10.240 [SpringApplicationShutdownHook] INFO com.muyu.service.impl.VechileServiceImpl:89 - 同步数据库开始
2024-05-28 09:19:10.241 [SpringApplicationShutdownHook] INFO com.muyu.service.impl.VechileServiceImpl:111 - 同步数据库结束 - 耗时:[0MS],同步量:[0辆],成功:[0辆],失败:[0辆]
2024-05-28 09:19:10.241 [SpringApplicationShutdownHook] INFO com.muyu.vehicle.core.VehicleConfiguration:70 - 下线所有车辆
2024-05-28 09:19:10.242 [SpringApplicationShutdownHook] INFO com.muyu.vehicle.core.VehicleConfiguration:74 - 关闭线程池
2024-05-28 09:19:10.252 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-05-28 09:19:10.254 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-05-28 09:19:17.890 [main] INFO com.muyu.VehicleSimulationApplication:55 - Starting VehicleSimulationApplication using Java 17.0.10 on xiaoxin with PID 24940 (D:\work\zncar\zn-car\zn-car-modules\VehicleSimulation\target\classes started by 86157 in D:\work\zncar\zn-car)
2024-05-28 09:19:17.891 [main] DEBUG com.muyu.VehicleSimulationApplication:56 - Running with Spring Boot v2.6.4, Spring v5.3.16
2024-05-28 09:19:17.891 [main] INFO com.muyu.VehicleSimulationApplication:640 - No active profile set, falling back to 1 default profile: "default"
2024-05-28 09:19:18.285 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-05-28 09:19:18.288 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-05-28 09:19:18.310 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 13 ms. Found 0 Redis repository interfaces.
2024-05-28 09:19:18.515 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$36bdf85b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 09:19:18.591 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 09:19:18.592 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 09:19:18.593 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 09:19:18.605 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 09:19:18.638 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 09:19:18.642 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 09:19:18.663 [main] INFO com.dtflys.forest.scanner.ClassPathClientScanner:159 - [Forest] Created Forest Client Bean with name 'clientAdmin' and Proxy of 'com.muyu.vehicle.api.ClientAdmin' client interface
2024-05-28 09:19:18.853 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8999 (http)
2024-05-28 09:19:18.859 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-05-28 09:19:18.861 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.58]
2024-05-28 09:19:18.939 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-05-28 09:19:18.939 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1020 ms
2024-05-28 09:19:18.971 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-05-28 09:19:19.144 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-05-28 09:19:19.148 [main] INFO o.s.b.autoconfigure.h2.H2ConsoleAutoConfiguration:68 - H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:~/vehicle/db'
2024-05-28 09:19:20.231 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8999 (http) with context path ''
2024-05-28 09:19:20.239 [main] INFO com.muyu.VehicleSimulationApplication:61 - Started VehicleSimulationApplication in 2.599 seconds (JVM running for 3.043)
2024-05-28 09:19:20.241 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:40 - 初始开始,批量从数据库当中加载数据到内存当中,每次[10]条
2024-05-28 09:19:20.305 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage_mpCount:137 - ==> Preparing: SELECT COUNT(*) AS total FROM vehicle
2024-05-28 09:19:20.315 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage_mpCount:137 - ==> Parameters:
2024-05-28 09:19:20.326 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage_mpCount:137 - <== Total: 1
2024-05-28 09:19:20.328 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage:137 - ==> Preparing: SELECT vin,remaining_battery,battery_level,total_mileage,create_time FROM vehicle LIMIT ?
2024-05-28 09:19:20.328 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage:137 - ==> Parameters: 10(Long)
2024-05-28 09:19:20.329 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage:137 - <== Total: 2
2024-05-28 09:19:20.352 [main] DEBUG com.muyu.service.impl.VehicleInstanceServiceImpl:60 - 构建车辆对象: [VIN12345678912345]
2024-05-28 09:19:20.353 [main] DEBUG com.muyu.service.impl.VehicleInstanceServiceImpl:60 - 构建车辆对象: [VIN123456789DIJE4]
2024-05-28 09:19:20.353 [main] DEBUG com.muyu.vehicle.core.VehicleConfiguration:45 - 第[1]页,[2]条
2024-05-28 09:19:20.353 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:50 - 数据加载完成耗时113 MS
2024-05-28 09:20:00.156 [http-nio-8999-exec-1] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-05-28 09:54:32.577 [SpringApplicationShutdownHook] INFO com.muyu.vehicle.core.VehicleConfiguration:67 - 数据库同步
2024-05-28 09:54:32.585 [SpringApplicationShutdownHook] INFO com.muyu.service.impl.VechileServiceImpl:89 - 同步数据库开始
2024-05-28 09:54:32.587 [SpringApplicationShutdownHook] INFO com.muyu.service.impl.VechileServiceImpl:111 - 同步数据库结束 - 耗时:[1MS],同步量:[0辆],成功:[0辆],失败:[0辆]
2024-05-28 09:54:32.588 [SpringApplicationShutdownHook] INFO com.muyu.vehicle.core.VehicleConfiguration:70 - 下线所有车辆
2024-05-28 09:54:32.588 [SpringApplicationShutdownHook] INFO com.muyu.vehicle.core.VehicleConfiguration:74 - 关闭线程池
2024-05-28 09:54:32.609 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-05-28 09:54:32.611 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-05-28 09:57:29.286 [main] INFO com.muyu.VehicleSimulationApplication:55 - Starting VehicleSimulationApplication using Java 17.0.10 on xiaoxin with PID 12728 (D:\work\zncar\zn-car\zn-car-modules\VehicleSimulation\target\classes started by 86157 in D:\work\zncar\zn-car)
2024-05-28 09:57:29.289 [main] DEBUG com.muyu.VehicleSimulationApplication:56 - Running with Spring Boot v2.6.4, Spring v5.3.16
2024-05-28 09:57:29.289 [main] INFO com.muyu.VehicleSimulationApplication:640 - No active profile set, falling back to 1 default profile: "default"
2024-05-28 09:57:29.734 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-05-28 09:57:29.736 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-05-28 09:57:29.759 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces.
2024-05-28 09:57:29.939 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$bc4efc57] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 09:57:30.005 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 09:57:30.006 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 09:57:30.007 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 09:57:30.022 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 09:57:30.052 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 09:57:30.055 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 09:57:30.075 [main] INFO com.dtflys.forest.scanner.ClassPathClientScanner:159 - [Forest] Created Forest Client Bean with name 'clientAdmin' and Proxy of 'com.muyu.vehicle.api.ClientAdmin' client interface
2024-05-28 09:57:30.256 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8999 (http)
2024-05-28 09:57:30.263 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-05-28 09:57:30.263 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.58]
2024-05-28 09:57:30.345 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-05-28 09:57:30.345 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1014 ms
2024-05-28 09:57:30.371 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-05-28 09:57:30.536 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-05-28 09:57:30.539 [main] INFO o.s.b.autoconfigure.h2.H2ConsoleAutoConfiguration:68 - H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:~/vehicle/db'
2024-05-28 09:57:31.512 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8999 (http) with context path ''
2024-05-28 09:57:31.519 [main] INFO com.muyu.VehicleSimulationApplication:61 - Started VehicleSimulationApplication in 2.617 seconds (JVM running for 3.067)
2024-05-28 09:57:32.376 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:136 -
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2024-05-28 09:57:32.386 [main] ERROR org.springframework.boot.SpringApplication:830 - Application run failed
java.lang.IllegalStateException: Failed to execute ApplicationRunner
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:771)
at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:310)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1312)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1301)
at com.muyu.VehicleSimulationApplication.main(VehicleSimulationApplication.java:18)
Caused by: java.lang.NullPointerException: Cannot invoke "java.util.Map.get(Object)" because the return value of "com.aliyun.tea.TeaException.getData()" is null
at com.muyu.config.InitializeWeightConfig.run(InitializeWeightConfig.java:113)
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:768)
... 5 common frames omitted
2024-05-28 09:57:32.402 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:67 - 数据库同步
2024-05-28 09:57:32.408 [main] INFO com.muyu.service.impl.VechileServiceImpl:89 - 同步数据库开始
2024-05-28 09:57:32.413 [main] INFO com.muyu.service.impl.VechileServiceImpl:111 - 同步数据库结束 - 耗时:[4MS],同步量:[0辆],成功:[0辆],失败:[0辆]
2024-05-28 09:57:32.413 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:70 - 下线所有车辆
2024-05-28 09:57:32.413 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:74 - 关闭线程池
2024-05-28 09:57:32.421 [main] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-05-28 09:57:32.422 [main] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-05-28 09:58:21.989 [main] INFO com.muyu.VehicleSimulationApplication:55 - Starting VehicleSimulationApplication using Java 17.0.10 on xiaoxin with PID 25024 (D:\work\zncar\zn-car\zn-car-modules\VehicleSimulation\target\classes started by 86157 in D:\work\zncar\zn-car)
2024-05-28 09:58:21.990 [main] DEBUG com.muyu.VehicleSimulationApplication:56 - Running with Spring Boot v2.6.4, Spring v5.3.16
2024-05-28 09:58:21.991 [main] INFO com.muyu.VehicleSimulationApplication:640 - No active profile set, falling back to 1 default profile: "default"
2024-05-28 09:58:22.420 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-05-28 09:58:22.422 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-05-28 09:58:22.445 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces.
2024-05-28 09:58:22.635 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$b84c5c64] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 09:58:22.712 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 09:58:22.713 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 09:58:22.714 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 09:58:22.726 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 09:58:22.757 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 09:58:22.761 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 09:58:22.782 [main] INFO com.dtflys.forest.scanner.ClassPathClientScanner:159 - [Forest] Created Forest Client Bean with name 'clientAdmin' and Proxy of 'com.muyu.vehicle.api.ClientAdmin' client interface
2024-05-28 09:58:22.963 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8999 (http)
2024-05-28 09:58:22.970 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-05-28 09:58:22.970 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.58]
2024-05-28 09:58:23.058 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-05-28 09:58:23.058 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1035 ms
2024-05-28 09:58:23.091 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-05-28 09:58:23.267 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-05-28 09:58:23.271 [main] INFO o.s.b.autoconfigure.h2.H2ConsoleAutoConfiguration:68 - H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:~/vehicle/db'
2024-05-28 09:58:24.364 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8999 (http) with context path ''
2024-05-28 09:58:24.377 [main] INFO com.muyu.VehicleSimulationApplication:61 - Started VehicleSimulationApplication in 2.641 seconds (JVM running for 3.111)
2024-05-28 09:59:05.331 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:136 -
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2024-05-28 09:59:05.343 [main] ERROR org.springframework.boot.SpringApplication:830 - Application run failed
java.lang.IllegalStateException: Failed to execute ApplicationRunner
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:771)
at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:310)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1312)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1301)
at com.muyu.VehicleSimulationApplication.main(VehicleSimulationApplication.java:18)
Caused by: java.lang.NullPointerException: Cannot invoke "java.util.Map.get(Object)" because the return value of "com.aliyun.tea.TeaException.getData()" is null
at com.muyu.config.InitializeWeightConfig.run(InitializeWeightConfig.java:113)
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:768)
... 5 common frames omitted
2024-05-28 09:59:05.365 [SpringApplicationShutdownHook] INFO com.muyu.vehicle.core.VehicleConfiguration:67 - 数据库同步
2024-05-28 09:59:05.372 [SpringApplicationShutdownHook] INFO com.muyu.service.impl.VechileServiceImpl:89 - 同步数据库开始
2024-05-28 09:59:05.377 [SpringApplicationShutdownHook] INFO com.muyu.service.impl.VechileServiceImpl:111 - 同步数据库结束 - 耗时:[4MS],同步量:[0辆],成功:[0辆],失败:[0辆]
2024-05-28 09:59:05.377 [SpringApplicationShutdownHook] INFO com.muyu.vehicle.core.VehicleConfiguration:70 - 下线所有车辆
2024-05-28 09:59:05.377 [SpringApplicationShutdownHook] INFO com.muyu.vehicle.core.VehicleConfiguration:74 - 关闭线程池
2024-05-28 09:59:05.387 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-05-28 09:59:05.388 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-05-28 09:59:12.719 [main] INFO com.muyu.VehicleSimulationApplication:55 - Starting VehicleSimulationApplication using Java 17.0.10 on xiaoxin with PID 5412 (D:\work\zncar\zn-car\zn-car-modules\VehicleSimulation\target\classes started by 86157 in D:\work\zncar\zn-car)
2024-05-28 09:59:12.719 [main] DEBUG com.muyu.VehicleSimulationApplication:56 - Running with Spring Boot v2.6.4, Spring v5.3.16
2024-05-28 09:59:12.720 [main] INFO com.muyu.VehicleSimulationApplication:640 - No active profile set, falling back to 1 default profile: "default"
2024-05-28 09:59:13.135 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-05-28 09:59:13.137 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-05-28 09:59:13.161 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces.
2024-05-28 09:59:13.353 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$6a40dcac] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 09:59:13.428 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 09:59:13.430 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 09:59:13.431 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 09:59:13.444 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 09:59:13.473 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 09:59:13.477 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 09:59:13.497 [main] INFO com.dtflys.forest.scanner.ClassPathClientScanner:159 - [Forest] Created Forest Client Bean with name 'clientAdmin' and Proxy of 'com.muyu.vehicle.api.ClientAdmin' client interface
2024-05-28 09:59:13.681 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8999 (http)
2024-05-28 09:59:13.688 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-05-28 09:59:13.688 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.58]
2024-05-28 09:59:13.767 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-05-28 09:59:13.767 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1016 ms
2024-05-28 09:59:13.795 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-05-28 09:59:13.963 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-05-28 09:59:13.967 [main] INFO o.s.b.autoconfigure.h2.H2ConsoleAutoConfiguration:68 - H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:~/vehicle/db'
2024-05-28 09:59:15.063 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8999 (http) with context path ''
2024-05-28 09:59:15.072 [main] INFO com.muyu.VehicleSimulationApplication:61 - Started VehicleSimulationApplication in 2.612 seconds (JVM running for 3.082)
2024-05-28 10:00:21.058 [HikariPool-1 housekeeper] WARN com.zaxxer.hikari.pool.HikariPool:788 - HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=1m6s989ms893µs).
2024-05-28 10:00:21.061 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:136 -
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2024-05-28 10:00:21.074 [main] ERROR org.springframework.boot.SpringApplication:830 - Application run failed
java.lang.IllegalStateException: Failed to execute ApplicationRunner
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:771)
at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:310)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1312)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1301)
at com.muyu.VehicleSimulationApplication.main(VehicleSimulationApplication.java:18)
Caused by: java.lang.NullPointerException: Cannot invoke "java.util.Map.get(Object)" because the return value of "com.aliyun.tea.TeaException.getData()" is null
at com.muyu.config.InitializeWeightConfig.run(InitializeWeightConfig.java:113)
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:768)
... 5 common frames omitted
2024-05-28 10:00:21.222 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:67 - 数据库同步
2024-05-28 10:00:21.229 [main] INFO com.muyu.service.impl.VechileServiceImpl:89 - 同步数据库开始
2024-05-28 10:00:21.236 [main] INFO com.muyu.service.impl.VechileServiceImpl:111 - 同步数据库结束 - 耗时:[5MS],同步量:[0辆],成功:[0辆],失败:[0辆]
2024-05-28 10:00:21.236 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:70 - 下线所有车辆
2024-05-28 10:00:21.237 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:74 - 关闭线程池
2024-05-28 10:00:21.247 [main] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-05-28 10:00:21.249 [main] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-05-28 10:02:46.906 [main] INFO com.muyu.VehicleSimulationApplication:55 - Starting VehicleSimulationApplication using Java 17.0.10 on xiaoxin with PID 2140 (D:\work\zncar\zn-car\zn-car-modules\VehicleSimulation\target\classes started by 86157 in D:\work\zncar\zn-car)
2024-05-28 10:02:46.908 [main] DEBUG com.muyu.VehicleSimulationApplication:56 - Running with Spring Boot v2.6.4, Spring v5.3.16
2024-05-28 10:02:46.908 [main] INFO com.muyu.VehicleSimulationApplication:640 - No active profile set, falling back to 1 default profile: "default"
2024-05-28 10:02:47.306 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-05-28 10:02:47.307 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-05-28 10:02:47.335 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 14 ms. Found 0 Redis repository interfaces.
2024-05-28 10:02:47.517 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$8cde373d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:02:47.596 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:02:47.598 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:02:47.599 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:02:47.611 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:02:47.641 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:02:47.644 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:02:47.664 [main] INFO com.dtflys.forest.scanner.ClassPathClientScanner:159 - [Forest] Created Forest Client Bean with name 'clientAdmin' and Proxy of 'com.muyu.vehicle.api.ClientAdmin' client interface
2024-05-28 10:02:47.831 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8999 (http)
2024-05-28 10:02:47.836 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-05-28 10:02:47.837 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.58]
2024-05-28 10:02:47.909 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-05-28 10:02:47.910 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 970 ms
2024-05-28 10:02:47.939 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-05-28 10:02:48.102 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-05-28 10:02:48.106 [main] INFO o.s.b.autoconfigure.h2.H2ConsoleAutoConfiguration:68 - H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:~/vehicle/db'
2024-05-28 10:02:49.036 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8999 (http) with context path ''
2024-05-28 10:02:49.043 [main] INFO com.muyu.VehicleSimulationApplication:61 - Started VehicleSimulationApplication in 2.372 seconds (JVM running for 2.733)
2024-05-28 10:02:57.048 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:136 -
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2024-05-28 10:02:57.060 [main] ERROR org.springframework.boot.SpringApplication:830 - Application run failed
java.lang.IllegalStateException: Failed to execute ApplicationRunner
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:771)
at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:310)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1312)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1301)
at com.muyu.VehicleSimulationApplication.main(VehicleSimulationApplication.java:18)
Caused by: java.lang.NullPointerException: Cannot invoke "java.util.Map.get(Object)" because the return value of "com.aliyun.tea.TeaException.getData()" is null
at com.muyu.config.InitializeWeightConfig.run(InitializeWeightConfig.java:114)
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:768)
... 5 common frames omitted
2024-05-28 10:02:57.077 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:67 - 数据库同步
2024-05-28 10:02:57.083 [main] INFO com.muyu.service.impl.VechileServiceImpl:89 - 同步数据库开始
2024-05-28 10:02:57.089 [main] INFO com.muyu.service.impl.VechileServiceImpl:111 - 同步数据库结束 - 耗时:[3MS],同步量:[0辆],成功:[0辆],失败:[0辆]
2024-05-28 10:02:57.089 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:70 - 下线所有车辆
2024-05-28 10:02:57.089 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:74 - 关闭线程池
2024-05-28 10:02:57.099 [main] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-05-28 10:02:57.100 [main] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-05-28 10:05:19.526 [main] INFO com.muyu.VehicleSimulationApplication:55 - Starting VehicleSimulationApplication using Java 17.0.10 on xiaoxin with PID 23504 (D:\work\zncar\zn-car\zn-car-modules\VehicleSimulation\target\classes started by 86157 in D:\work\zncar\zn-car)
2024-05-28 10:05:19.528 [main] DEBUG com.muyu.VehicleSimulationApplication:56 - Running with Spring Boot v2.6.4, Spring v5.3.16
2024-05-28 10:05:19.528 [main] INFO com.muyu.VehicleSimulationApplication:640 - No active profile set, falling back to 1 default profile: "default"
2024-05-28 10:05:19.907 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-05-28 10:05:19.910 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-05-28 10:05:19.934 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces.
2024-05-28 10:05:20.110 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$8a910754] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:05:20.180 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:05:20.181 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:05:20.182 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:05:20.194 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:05:20.222 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:05:20.225 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:05:20.245 [main] INFO com.dtflys.forest.scanner.ClassPathClientScanner:159 - [Forest] Created Forest Client Bean with name 'clientAdmin' and Proxy of 'com.muyu.vehicle.api.ClientAdmin' client interface
2024-05-28 10:05:20.411 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8999 (http)
2024-05-28 10:05:20.418 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-05-28 10:05:20.419 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.58]
2024-05-28 10:05:20.495 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-05-28 10:05:20.496 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 938 ms
2024-05-28 10:05:20.521 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-05-28 10:05:20.682 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-05-28 10:05:20.686 [main] INFO o.s.b.autoconfigure.h2.H2ConsoleAutoConfiguration:68 - H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:~/vehicle/db'
2024-05-28 10:05:21.616 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8999 (http) with context path ''
2024-05-28 10:05:21.622 [main] INFO com.muyu.VehicleSimulationApplication:61 - Started VehicleSimulationApplication in 2.334 seconds (JVM running for 2.69)
2024-05-28 10:05:29.531 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:136 -
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2024-05-28 10:05:29.542 [main] ERROR org.springframework.boot.SpringApplication:830 - Application run failed
java.lang.IllegalStateException: Failed to execute ApplicationRunner
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:771)
at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:310)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1312)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1301)
at com.muyu.VehicleSimulationApplication.main(VehicleSimulationApplication.java:18)
Caused by: java.lang.NullPointerException: Cannot invoke "java.util.Map.get(Object)" because the return value of "com.aliyun.tea.TeaException.getData()" is null
at com.muyu.config.InitializeWeightConfig.run(InitializeWeightConfig.java:116)
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:768)
... 5 common frames omitted
2024-05-28 10:05:29.558 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:67 - 数据库同步
2024-05-28 10:05:29.566 [main] INFO com.muyu.service.impl.VechileServiceImpl:89 - 同步数据库开始
2024-05-28 10:05:29.571 [main] INFO com.muyu.service.impl.VechileServiceImpl:111 - 同步数据库结束 - 耗时:[4MS],同步量:[0辆],成功:[0辆],失败:[0辆]
2024-05-28 10:05:29.571 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:70 - 下线所有车辆
2024-05-28 10:05:29.571 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:74 - 关闭线程池
2024-05-28 10:05:29.581 [main] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-05-28 10:05:29.582 [main] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-05-28 10:06:24.573 [main] INFO com.muyu.VehicleSimulationApplication:55 - Starting VehicleSimulationApplication using Java 17.0.10 on xiaoxin with PID 24136 (D:\work\zncar\zn-car\zn-car-modules\VehicleSimulation\target\classes started by 86157 in D:\work\zncar\zn-car)
2024-05-28 10:06:24.575 [main] DEBUG com.muyu.VehicleSimulationApplication:56 - Running with Spring Boot v2.6.4, Spring v5.3.16
2024-05-28 10:06:24.575 [main] INFO com.muyu.VehicleSimulationApplication:640 - No active profile set, falling back to 1 default profile: "default"
2024-05-28 10:06:24.968 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-05-28 10:06:24.970 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-05-28 10:06:24.995 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces.
2024-05-28 10:06:25.182 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$8a910754] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:06:25.253 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:06:25.254 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:06:25.255 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:06:25.269 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:06:25.300 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:06:25.303 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:06:25.327 [main] INFO com.dtflys.forest.scanner.ClassPathClientScanner:159 - [Forest] Created Forest Client Bean with name 'clientAdmin' and Proxy of 'com.muyu.vehicle.api.ClientAdmin' client interface
2024-05-28 10:06:25.491 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8999 (http)
2024-05-28 10:06:25.497 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-05-28 10:06:25.498 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.58]
2024-05-28 10:06:25.577 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-05-28 10:06:25.577 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 971 ms
2024-05-28 10:06:25.605 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-05-28 10:06:25.764 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-05-28 10:06:25.768 [main] INFO o.s.b.autoconfigure.h2.H2ConsoleAutoConfiguration:68 - H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:~/vehicle/db'
2024-05-28 10:06:26.756 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8999 (http) with context path ''
2024-05-28 10:06:26.763 [main] INFO com.muyu.VehicleSimulationApplication:61 - Started VehicleSimulationApplication in 2.434 seconds (JVM running for 2.796)
2024-05-28 10:06:27.687 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:136 -
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2024-05-28 10:06:27.698 [main] ERROR org.springframework.boot.SpringApplication:830 - Application run failed
java.lang.IllegalStateException: Failed to execute ApplicationRunner
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:771)
at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:310)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1312)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1301)
at com.muyu.VehicleSimulationApplication.main(VehicleSimulationApplication.java:18)
Caused by: java.lang.NullPointerException: Cannot invoke "java.util.Map.get(Object)" because the return value of "com.aliyun.tea.TeaException.getData()" is null
at com.muyu.config.InitializeWeightConfig.run(InitializeWeightConfig.java:116)
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:768)
... 5 common frames omitted
2024-05-28 10:06:27.733 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:67 - 数据库同步
2024-05-28 10:06:27.740 [main] INFO com.muyu.service.impl.VechileServiceImpl:89 - 同步数据库开始
2024-05-28 10:06:27.747 [main] INFO com.muyu.service.impl.VechileServiceImpl:111 - 同步数据库结束 - 耗时:[5MS],同步量:[0辆],成功:[0辆],失败:[0辆]
2024-05-28 10:06:27.747 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:70 - 下线所有车辆
2024-05-28 10:06:27.747 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:74 - 关闭线程池
2024-05-28 10:06:27.756 [main] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-05-28 10:06:27.758 [main] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-05-28 10:08:36.710 [main] INFO com.muyu.VehicleSimulationApplication:55 - Starting VehicleSimulationApplication using Java 17.0.10 on xiaoxin with PID 476 (D:\work\zncar\zn-car\zn-car-modules\VehicleSimulation\target\classes started by 86157 in D:\work\zncar\zn-car)
2024-05-28 10:08:36.711 [main] DEBUG com.muyu.VehicleSimulationApplication:56 - Running with Spring Boot v2.6.4, Spring v5.3.16
2024-05-28 10:08:36.712 [main] INFO com.muyu.VehicleSimulationApplication:640 - No active profile set, falling back to 1 default profile: "default"
2024-05-28 10:08:37.125 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-05-28 10:08:37.128 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-05-28 10:08:37.153 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 15 ms. Found 0 Redis repository interfaces.
2024-05-28 10:08:37.342 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$ec63866a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:08:37.411 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:08:37.412 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:08:37.413 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:08:37.425 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:08:37.457 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:08:37.460 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:08:37.479 [main] INFO com.dtflys.forest.scanner.ClassPathClientScanner:159 - [Forest] Created Forest Client Bean with name 'clientAdmin' and Proxy of 'com.muyu.vehicle.api.ClientAdmin' client interface
2024-05-28 10:08:37.669 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8999 (http)
2024-05-28 10:08:37.676 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-05-28 10:08:37.680 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.58]
2024-05-28 10:08:37.756 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-05-28 10:08:37.756 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1014 ms
2024-05-28 10:08:37.785 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-05-28 10:08:37.958 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-05-28 10:08:37.962 [main] INFO o.s.b.autoconfigure.h2.H2ConsoleAutoConfiguration:68 - H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:~/vehicle/db'
2024-05-28 10:08:39.023 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8999 (http) with context path ''
2024-05-28 10:08:39.030 [main] INFO com.muyu.VehicleSimulationApplication:61 - Started VehicleSimulationApplication in 2.577 seconds (JVM running for 3.017)
2024-05-28 10:09:37.563 [SpringApplicationShutdownHook] INFO com.muyu.vehicle.core.VehicleConfiguration:67 - 数据库同步
2024-05-28 10:09:37.570 [SpringApplicationShutdownHook] INFO com.muyu.service.impl.VechileServiceImpl:89 - 同步数据库开始
2024-05-28 10:09:37.575 [SpringApplicationShutdownHook] INFO com.muyu.service.impl.VechileServiceImpl:111 - 同步数据库结束 - 耗时:[4MS],同步量:[0辆],成功:[0辆],失败:[0辆]
2024-05-28 10:09:37.575 [SpringApplicationShutdownHook] INFO com.muyu.vehicle.core.VehicleConfiguration:70 - 下线所有车辆
2024-05-28 10:09:37.576 [SpringApplicationShutdownHook] INFO com.muyu.vehicle.core.VehicleConfiguration:74 - 关闭线程池
2024-05-28 10:09:37.586 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-05-28 10:09:37.588 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-05-28 10:19:09.025 [main] INFO com.muyu.VehicleSimulationApplication:55 - Starting VehicleSimulationApplication using Java 17.0.10 on xiaoxin with PID 11520 (D:\work\zncar\zn-car\zn-car-modules\VehicleSimulation\target\classes started by 86157 in D:\work\zncar\zn-car)
2024-05-28 10:19:09.029 [main] DEBUG com.muyu.VehicleSimulationApplication:56 - Running with Spring Boot v2.6.4, Spring v5.3.16
2024-05-28 10:19:09.029 [main] INFO com.muyu.VehicleSimulationApplication:640 - No active profile set, falling back to 1 default profile: "default"
2024-05-28 10:19:09.473 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-05-28 10:19:09.475 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-05-28 10:19:09.496 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces.
2024-05-28 10:19:09.670 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$3f5bad9f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:19:09.745 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:19:09.745 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:19:09.747 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:19:09.758 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:19:09.788 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:19:09.791 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:19:09.810 [main] INFO com.dtflys.forest.scanner.ClassPathClientScanner:159 - [Forest] Created Forest Client Bean with name 'clientAdmin' and Proxy of 'com.muyu.vehicle.api.ClientAdmin' client interface
2024-05-28 10:19:09.967 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8999 (http)
2024-05-28 10:19:09.974 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-05-28 10:19:09.975 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.58]
2024-05-28 10:19:10.057 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-05-28 10:19:10.058 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 997 ms
2024-05-28 10:19:10.084 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-05-28 10:19:10.247 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-05-28 10:19:10.252 [main] INFO o.s.b.autoconfigure.h2.H2ConsoleAutoConfiguration:68 - H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:~/vehicle/db'
2024-05-28 10:19:11.210 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8999 (http) with context path ''
2024-05-28 10:19:11.216 [main] INFO com.muyu.VehicleSimulationApplication:61 - Started VehicleSimulationApplication in 2.549 seconds (JVM running for 2.946)
2024-05-28 10:19:11.890 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:136 -
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2024-05-28 10:19:11.899 [main] ERROR org.springframework.boot.SpringApplication:830 - Application run failed
java.lang.IllegalStateException: Failed to execute ApplicationRunner
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:771)
at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:310)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1312)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1301)
at com.muyu.VehicleSimulationApplication.main(VehicleSimulationApplication.java:18)
Caused by: java.lang.NullPointerException: Cannot invoke "java.util.Map.get(Object)" because the return value of "com.aliyun.tea.TeaException.getData()" is null
at com.muyu.config.InitializeWeightConfig.run(InitializeWeightConfig.java:117)
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:768)
... 5 common frames omitted
2024-05-28 10:19:11.913 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:67 - 数据库同步
2024-05-28 10:19:11.921 [main] INFO com.muyu.service.impl.VechileServiceImpl:89 - 同步数据库开始
2024-05-28 10:19:11.926 [main] INFO com.muyu.service.impl.VechileServiceImpl:111 - 同步数据库结束 - 耗时:[3MS],同步量:[0辆],成功:[0辆],失败:[0辆]
2024-05-28 10:19:11.926 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:70 - 下线所有车辆
2024-05-28 10:19:11.926 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:74 - 关闭线程池
2024-05-28 10:19:11.933 [main] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-05-28 10:19:11.934 [main] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-05-28 10:23:44.439 [main] INFO com.muyu.VehicleSimulationApplication:55 - Starting VehicleSimulationApplication using Java 17.0.10 on xiaoxin with PID 13032 (D:\work\zncar\zn-car\zn-car-modules\VehicleSimulation\target\classes started by 86157 in D:\work\zncar\zn-car)
2024-05-28 10:23:44.441 [main] DEBUG com.muyu.VehicleSimulationApplication:56 - Running with Spring Boot v2.6.4, Spring v5.3.16
2024-05-28 10:23:44.442 [main] INFO com.muyu.VehicleSimulationApplication:640 - No active profile set, falling back to 1 default profile: "default"
2024-05-28 10:23:44.908 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-05-28 10:23:44.909 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-05-28 10:23:44.936 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces.
2024-05-28 10:23:45.111 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$4f0d6d32] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:23:45.190 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:23:45.191 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:23:45.191 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:23:45.204 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:23:45.232 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:23:45.235 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:23:45.257 [main] INFO com.dtflys.forest.scanner.ClassPathClientScanner:159 - [Forest] Created Forest Client Bean with name 'clientAdmin' and Proxy of 'com.muyu.vehicle.api.ClientAdmin' client interface
2024-05-28 10:23:45.427 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8999 (http)
2024-05-28 10:23:45.433 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-05-28 10:23:45.433 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.58]
2024-05-28 10:23:45.511 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-05-28 10:23:45.511 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1033 ms
2024-05-28 10:23:45.543 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-05-28 10:23:45.703 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-05-28 10:23:45.707 [main] INFO o.s.b.autoconfigure.h2.H2ConsoleAutoConfiguration:68 - H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:~/vehicle/db'
2024-05-28 10:23:46.674 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8999 (http) with context path ''
2024-05-28 10:23:46.681 [main] INFO com.muyu.VehicleSimulationApplication:61 - Started VehicleSimulationApplication in 2.489 seconds (JVM running for 2.859)
2024-05-28 10:23:47.386 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:136 -
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2024-05-28 10:23:47.395 [main] ERROR org.springframework.boot.SpringApplication:830 - Application run failed
java.lang.IllegalStateException: Failed to execute ApplicationRunner
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:771)
at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:310)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1312)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1301)
at com.muyu.VehicleSimulationApplication.main(VehicleSimulationApplication.java:18)
Caused by: java.lang.NullPointerException: Cannot invoke "java.util.Map.get(Object)" because the return value of "com.aliyun.tea.TeaException.getData()" is null
at com.muyu.config.InitializeWeightConfig.run(InitializeWeightConfig.java:120)
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:768)
... 5 common frames omitted
2024-05-28 10:23:47.409 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:67 - 数据库同步
2024-05-28 10:23:47.416 [main] INFO com.muyu.service.impl.VechileServiceImpl:89 - 同步数据库开始
2024-05-28 10:23:47.421 [main] INFO com.muyu.service.impl.VechileServiceImpl:111 - 同步数据库结束 - 耗时:[4MS],同步量:[0辆],成功:[0辆],失败:[0辆]
2024-05-28 10:23:47.422 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:70 - 下线所有车辆
2024-05-28 10:23:47.422 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:74 - 关闭线程池
2024-05-28 10:23:47.431 [main] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-05-28 10:23:47.433 [main] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-05-28 10:23:57.125 [main] INFO com.muyu.VehicleSimulationApplication:55 - Starting VehicleSimulationApplication using Java 17.0.10 on xiaoxin with PID 11120 (D:\work\zncar\zn-car\zn-car-modules\VehicleSimulation\target\classes started by 86157 in D:\work\zncar\zn-car)
2024-05-28 10:23:57.126 [main] DEBUG com.muyu.VehicleSimulationApplication:56 - Running with Spring Boot v2.6.4, Spring v5.3.16
2024-05-28 10:23:57.128 [main] INFO com.muyu.VehicleSimulationApplication:640 - No active profile set, falling back to 1 default profile: "default"
2024-05-28 10:23:57.506 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-05-28 10:23:57.508 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-05-28 10:23:57.532 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces.
2024-05-28 10:23:57.705 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$6d0489a8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:23:57.777 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:23:57.778 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:23:57.779 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:23:57.790 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:23:57.818 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:23:57.820 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:23:57.839 [main] INFO com.dtflys.forest.scanner.ClassPathClientScanner:159 - [Forest] Created Forest Client Bean with name 'clientAdmin' and Proxy of 'com.muyu.vehicle.api.ClientAdmin' client interface
2024-05-28 10:23:57.997 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8999 (http)
2024-05-28 10:23:58.004 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-05-28 10:23:58.006 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.58]
2024-05-28 10:23:58.088 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-05-28 10:23:58.089 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 932 ms
2024-05-28 10:23:58.116 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-05-28 10:23:58.285 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-05-28 10:23:58.289 [main] INFO o.s.b.autoconfigure.h2.H2ConsoleAutoConfiguration:68 - H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:~/vehicle/db'
2024-05-28 10:23:59.215 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8999 (http) with context path ''
2024-05-28 10:23:59.223 [main] INFO com.muyu.VehicleSimulationApplication:61 - Started VehicleSimulationApplication in 2.335 seconds (JVM running for 2.697)
2024-05-28 10:23:59.934 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:136 -
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2024-05-28 10:23:59.945 [main] ERROR org.springframework.boot.SpringApplication:830 - Application run failed
java.lang.IllegalStateException: Failed to execute ApplicationRunner
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:771)
at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:310)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1312)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1301)
at com.muyu.VehicleSimulationApplication.main(VehicleSimulationApplication.java:18)
Caused by: java.lang.NullPointerException: Cannot invoke "java.util.Map.get(Object)" because the return value of "com.aliyun.tea.TeaException.getData()" is null
at com.muyu.config.InitializeWeightConfig.run(InitializeWeightConfig.java:120)
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:768)
... 5 common frames omitted
2024-05-28 10:23:59.960 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:67 - 数据库同步
2024-05-28 10:23:59.967 [main] INFO com.muyu.service.impl.VechileServiceImpl:89 - 同步数据库开始
2024-05-28 10:23:59.972 [main] INFO com.muyu.service.impl.VechileServiceImpl:111 - 同步数据库结束 - 耗时:[4MS],同步量:[0辆],成功:[0辆],失败:[0辆]
2024-05-28 10:23:59.972 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:70 - 下线所有车辆
2024-05-28 10:23:59.973 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:74 - 关闭线程池
2024-05-28 10:23:59.981 [main] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-05-28 10:23:59.983 [main] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-05-28 10:40:36.692 [main] INFO com.muyu.VehicleSimulationApplication:55 - Starting VehicleSimulationApplication using Java 17.0.10 on xiaoxin with PID 21648 (D:\work\zncar\zn-car\zn-car-modules\VehicleSimulation\target\classes started by 86157 in D:\work\zncar\zn-car)
2024-05-28 10:40:36.694 [main] DEBUG com.muyu.VehicleSimulationApplication:56 - Running with Spring Boot v2.6.4, Spring v5.3.16
2024-05-28 10:40:36.694 [main] INFO com.muyu.VehicleSimulationApplication:640 - No active profile set, falling back to 1 default profile: "default"
2024-05-28 10:40:37.109 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-05-28 10:40:37.110 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-05-28 10:40:37.134 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 13 ms. Found 0 Redis repository interfaces.
2024-05-28 10:40:37.298 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$ca787fdd] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:40:37.371 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:40:37.371 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:40:37.373 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:40:37.383 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:40:37.409 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:40:37.412 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:40:37.429 [main] INFO com.dtflys.forest.scanner.ClassPathClientScanner:159 - [Forest] Created Forest Client Bean with name 'clientAdmin' and Proxy of 'com.muyu.vehicle.api.ClientAdmin' client interface
2024-05-28 10:40:37.582 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8999 (http)
2024-05-28 10:40:37.589 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-05-28 10:40:37.590 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.58]
2024-05-28 10:40:37.668 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-05-28 10:40:37.669 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 947 ms
2024-05-28 10:40:37.697 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-05-28 10:40:37.860 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-05-28 10:40:37.863 [main] INFO o.s.b.autoconfigure.h2.H2ConsoleAutoConfiguration:68 - H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:~/vehicle/db'
2024-05-28 10:40:38.772 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8999 (http) with context path ''
2024-05-28 10:40:38.780 [main] INFO com.muyu.VehicleSimulationApplication:61 - Started VehicleSimulationApplication in 2.399 seconds (JVM running for 2.89)
2024-05-28 10:40:40.207 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:136 -
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2024-05-28 10:40:40.220 [main] ERROR org.springframework.boot.SpringApplication:830 - Application run failed
java.lang.IllegalStateException: Failed to execute ApplicationRunner
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:771)
at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:310)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1312)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1301)
at com.muyu.VehicleSimulationApplication.main(VehicleSimulationApplication.java:18)
Caused by: java.lang.NullPointerException: Cannot invoke "java.util.Map.get(Object)" because the return value of "com.aliyun.tea.TeaException.getData()" is null
at com.muyu.config.InitializeWeightConfig.run(InitializeWeightConfig.java:120)
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:768)
... 5 common frames omitted
2024-05-28 10:40:40.237 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:67 - 数据库同步
2024-05-28 10:40:40.244 [main] INFO com.muyu.service.impl.VechileServiceImpl:89 - 同步数据库开始
2024-05-28 10:40:40.250 [main] INFO com.muyu.service.impl.VechileServiceImpl:111 - 同步数据库结束 - 耗时:[4MS],同步量:[0辆],成功:[0辆],失败:[0辆]
2024-05-28 10:40:40.250 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:70 - 下线所有车辆
2024-05-28 10:40:40.251 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:74 - 关闭线程池
2024-05-28 10:40:40.260 [main] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-05-28 10:40:40.261 [main] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-05-28 10:41:38.278 [main] INFO com.muyu.VehicleSimulationApplication:55 - Starting VehicleSimulationApplication using Java 17.0.10 on xiaoxin with PID 24536 (D:\work\zncar\zn-car\zn-car-modules\VehicleSimulation\target\classes started by 86157 in D:\work\zncar\zn-car)
2024-05-28 10:41:38.279 [main] DEBUG com.muyu.VehicleSimulationApplication:56 - Running with Spring Boot v2.6.4, Spring v5.3.16
2024-05-28 10:41:38.280 [main] INFO com.muyu.VehicleSimulationApplication:640 - No active profile set, falling back to 1 default profile: "default"
2024-05-28 10:41:38.685 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-05-28 10:41:38.686 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-05-28 10:41:38.712 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces.
2024-05-28 10:41:38.883 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$64644151] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:41:38.954 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:41:38.955 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:41:38.956 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:41:38.968 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:41:39.004 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:41:39.007 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:41:39.026 [main] INFO com.dtflys.forest.scanner.ClassPathClientScanner:159 - [Forest] Created Forest Client Bean with name 'clientAdmin' and Proxy of 'com.muyu.vehicle.api.ClientAdmin' client interface
2024-05-28 10:41:39.177 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8999 (http)
2024-05-28 10:41:39.184 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-05-28 10:41:39.185 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.58]
2024-05-28 10:41:39.270 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-05-28 10:41:39.270 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 955 ms
2024-05-28 10:41:39.297 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-05-28 10:41:39.459 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-05-28 10:41:39.463 [main] INFO o.s.b.autoconfigure.h2.H2ConsoleAutoConfiguration:68 - H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:~/vehicle/db'
2024-05-28 10:41:40.367 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8999 (http) with context path ''
2024-05-28 10:41:40.373 [main] INFO com.muyu.VehicleSimulationApplication:61 - Started VehicleSimulationApplication in 2.418 seconds (JVM running for 2.793)
2024-05-28 10:41:41.306 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:136 -
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2024-05-28 10:41:41.315 [main] ERROR org.springframework.boot.SpringApplication:830 - Application run failed
java.lang.IllegalStateException: Failed to execute ApplicationRunner
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:771)
at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:310)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1312)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1301)
at com.muyu.VehicleSimulationApplication.main(VehicleSimulationApplication.java:18)
Caused by: java.lang.NullPointerException: Cannot invoke "java.util.Map.get(Object)" because the return value of "com.aliyun.tea.TeaException.getData()" is null
at com.muyu.config.InitializeWeightConfig.run(InitializeWeightConfig.java:121)
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:768)
... 5 common frames omitted
2024-05-28 10:41:41.331 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:67 - 数据库同步
2024-05-28 10:41:41.338 [main] INFO com.muyu.service.impl.VechileServiceImpl:89 - 同步数据库开始
2024-05-28 10:41:41.342 [main] INFO com.muyu.service.impl.VechileServiceImpl:111 - 同步数据库结束 - 耗时:[3MS],同步量:[0辆],成功:[0辆],失败:[0辆]
2024-05-28 10:41:41.343 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:70 - 下线所有车辆
2024-05-28 10:41:41.343 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:74 - 关闭线程池
2024-05-28 10:41:41.351 [main] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-05-28 10:41:41.353 [main] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-05-28 10:45:34.650 [main] INFO com.muyu.VehicleSimulationApplication:55 - Starting VehicleSimulationApplication using Java 17.0.10 on xiaoxin with PID 2496 (D:\work\zncar\zn-car\zn-car-modules\VehicleSimulation\target\classes started by 86157 in D:\work\zncar\zn-car)
2024-05-28 10:45:34.651 [main] DEBUG com.muyu.VehicleSimulationApplication:56 - Running with Spring Boot v2.6.4, Spring v5.3.16
2024-05-28 10:45:34.651 [main] INFO com.muyu.VehicleSimulationApplication:640 - No active profile set, falling back to 1 default profile: "default"
2024-05-28 10:45:35.089 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-05-28 10:45:35.091 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-05-28 10:45:35.114 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces.
2024-05-28 10:45:35.330 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e48e3f98] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:45:35.412 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:45:35.413 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:45:35.414 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:45:35.427 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:45:35.462 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:45:35.465 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:45:35.487 [main] INFO com.dtflys.forest.scanner.ClassPathClientScanner:159 - [Forest] Created Forest Client Bean with name 'clientAdmin' and Proxy of 'com.muyu.vehicle.api.ClientAdmin' client interface
2024-05-28 10:45:35.674 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8999 (http)
2024-05-28 10:45:35.682 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-05-28 10:45:35.682 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.58]
2024-05-28 10:45:35.771 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-05-28 10:45:35.771 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1080 ms
2024-05-28 10:45:35.801 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-05-28 10:45:36.001 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-05-28 10:45:36.005 [main] INFO o.s.b.autoconfigure.h2.H2ConsoleAutoConfiguration:68 - H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:~/vehicle/db'
2024-05-28 10:45:37.183 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8999 (http) with context path ''
2024-05-28 10:45:37.190 [main] INFO com.muyu.VehicleSimulationApplication:61 - Started VehicleSimulationApplication in 2.807 seconds (JVM running for 3.267)
2024-05-28 10:45:49.437 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:136 -
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2024-05-28 10:45:49.447 [main] ERROR org.springframework.boot.SpringApplication:830 - Application run failed
java.lang.IllegalStateException: Failed to execute ApplicationRunner
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:771)
at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:310)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1312)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1301)
at com.muyu.VehicleSimulationApplication.main(VehicleSimulationApplication.java:18)
Caused by: java.lang.NullPointerException: Cannot invoke "java.util.Map.get(Object)" because the return value of "com.aliyun.tea.TeaException.getData()" is null
at com.muyu.config.InitializeWeightConfig.run(InitializeWeightConfig.java:119)
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:768)
... 5 common frames omitted
2024-05-28 10:45:49.465 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:67 - 数据库同步
2024-05-28 10:45:49.472 [main] INFO com.muyu.service.impl.VechileServiceImpl:89 - 同步数据库开始
2024-05-28 10:45:49.477 [main] INFO com.muyu.service.impl.VechileServiceImpl:111 - 同步数据库结束 - 耗时:[4MS],同步量:[0辆],成功:[0辆],失败:[0辆]
2024-05-28 10:45:49.477 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:70 - 下线所有车辆
2024-05-28 10:45:49.477 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:74 - 关闭线程池
2024-05-28 10:45:49.487 [main] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-05-28 10:45:49.488 [main] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-05-28 10:47:15.217 [main] INFO com.muyu.VehicleSimulationApplication:55 - Starting VehicleSimulationApplication using Java 17.0.10 on xiaoxin with PID 24904 (D:\work\zncar\zn-car\zn-car-modules\VehicleSimulation\target\classes started by 86157 in D:\work\zncar\zn-car)
2024-05-28 10:47:15.219 [main] DEBUG com.muyu.VehicleSimulationApplication:56 - Running with Spring Boot v2.6.4, Spring v5.3.16
2024-05-28 10:47:15.219 [main] INFO com.muyu.VehicleSimulationApplication:640 - No active profile set, falling back to 1 default profile: "default"
2024-05-28 10:47:15.623 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-05-28 10:47:15.625 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-05-28 10:47:15.653 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 13 ms. Found 0 Redis repository interfaces.
2024-05-28 10:47:15.853 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$bc4efc57] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:47:15.928 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:47:15.929 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:47:15.930 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:47:15.943 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:47:15.977 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:47:15.981 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 10:47:16.004 [main] INFO com.dtflys.forest.scanner.ClassPathClientScanner:159 - [Forest] Created Forest Client Bean with name 'clientAdmin' and Proxy of 'com.muyu.vehicle.api.ClientAdmin' client interface
2024-05-28 10:47:16.179 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8999 (http)
2024-05-28 10:47:16.185 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-05-28 10:47:16.186 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.58]
2024-05-28 10:47:16.265 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-05-28 10:47:16.265 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1014 ms
2024-05-28 10:47:16.295 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-05-28 10:47:16.455 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-05-28 10:47:16.459 [main] INFO o.s.b.autoconfigure.h2.H2ConsoleAutoConfiguration:68 - H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:~/vehicle/db'
2024-05-28 10:47:17.382 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8999 (http) with context path ''
2024-05-28 10:47:17.390 [main] INFO com.muyu.VehicleSimulationApplication:61 - Started VehicleSimulationApplication in 2.419 seconds (JVM running for 2.786)
2024-05-28 10:47:18.412 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:136 -
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2024-05-28 10:47:18.420 [main] ERROR org.springframework.boot.SpringApplication:830 - Application run failed
java.lang.IllegalStateException: Failed to execute ApplicationRunner
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:771)
at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:310)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1312)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1301)
at com.muyu.VehicleSimulationApplication.main(VehicleSimulationApplication.java:18)
Caused by: java.lang.NullPointerException: Cannot invoke "java.util.Map.get(Object)" because the return value of "com.aliyun.tea.TeaException.getData()" is null
at com.muyu.config.InitializeWeightConfig.run(InitializeWeightConfig.java:122)
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:768)
... 5 common frames omitted
2024-05-28 10:47:18.435 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:67 - 数据库同步
2024-05-28 10:47:18.443 [main] INFO com.muyu.service.impl.VechileServiceImpl:89 - 同步数据库开始
2024-05-28 10:47:18.449 [main] INFO com.muyu.service.impl.VechileServiceImpl:111 - 同步数据库结束 - 耗时:[4MS],同步量:[0辆],成功:[0辆],失败:[0辆]
2024-05-28 10:47:18.449 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:70 - 下线所有车辆
2024-05-28 10:47:18.449 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:74 - 关闭线程池
2024-05-28 10:47:18.458 [main] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-05-28 10:47:18.459 [main] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-05-28 14:01:28.519 [main] INFO com.muyu.VehicleSimulationApplication:55 - Starting VehicleSimulationApplication using Java 17.0.10 on xiaoxin with PID 2300 (D:\work\zncar\zn-car\zn-car-modules\VehicleSimulation\target\classes started by 86157 in D:\work\zncar\zn-car)
2024-05-28 14:01:28.521 [main] DEBUG com.muyu.VehicleSimulationApplication:56 - Running with Spring Boot v2.6.4, Spring v5.3.16
2024-05-28 14:01:28.522 [main] INFO com.muyu.VehicleSimulationApplication:640 - No active profile set, falling back to 1 default profile: "default"
2024-05-28 14:01:28.986 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-05-28 14:01:28.988 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-05-28 14:01:29.014 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces.
2024-05-28 14:01:29.204 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$3f5bad9f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 14:01:29.292 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 14:01:29.293 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 14:01:29.293 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 14:01:29.304 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 14:01:29.335 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 14:01:29.338 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 14:01:29.357 [main] INFO com.dtflys.forest.scanner.ClassPathClientScanner:159 - [Forest] Created Forest Client Bean with name 'clientAdmin' and Proxy of 'com.muyu.vehicle.api.ClientAdmin' client interface
2024-05-28 14:01:29.539 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8999 (http)
2024-05-28 14:01:29.547 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-05-28 14:01:29.547 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.58]
2024-05-28 14:01:29.622 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-05-28 14:01:29.623 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1072 ms
2024-05-28 14:01:29.649 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-05-28 14:01:29.834 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-05-28 14:01:29.837 [main] INFO o.s.b.autoconfigure.h2.H2ConsoleAutoConfiguration:68 - H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:~/vehicle/db'
2024-05-28 14:01:30.857 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8999 (http) with context path ''
2024-05-28 14:01:30.864 [main] INFO com.muyu.VehicleSimulationApplication:61 - Started VehicleSimulationApplication in 2.622 seconds (JVM running for 3.057)
2024-05-28 14:01:33.087 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:136 -
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2024-05-28 14:01:33.098 [main] ERROR org.springframework.boot.SpringApplication:830 - Application run failed
java.lang.IllegalStateException: Failed to execute ApplicationRunner
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:771)
at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:310)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1312)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1301)
at com.muyu.VehicleSimulationApplication.main(VehicleSimulationApplication.java:18)
Caused by: java.lang.NullPointerException: Cannot invoke "java.util.Map.get(Object)" because the return value of "com.aliyun.tea.TeaException.getData()" is null
at com.muyu.config.InitializeWeightConfig.run(InitializeWeightConfig.java:116)
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:768)
... 5 common frames omitted
2024-05-28 14:01:33.130 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:67 - 数据库同步
2024-05-28 14:01:33.136 [main] INFO com.muyu.service.impl.VechileServiceImpl:89 - 同步数据库开始
2024-05-28 14:01:33.141 [main] INFO com.muyu.service.impl.VechileServiceImpl:111 - 同步数据库结束 - 耗时:[4MS],同步量:[0辆],成功:[0辆],失败:[0辆]
2024-05-28 14:01:33.141 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:70 - 下线所有车辆
2024-05-28 14:01:33.141 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:74 - 关闭线程池
2024-05-28 14:01:33.150 [main] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-05-28 14:01:33.152 [main] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-05-28 14:56:21.671 [main] INFO com.muyu.VehicleSimulationApplication:55 - Starting VehicleSimulationApplication using Java 17.0.10 on xiaoxin with PID 7756 (D:\work\zncar\zn-car\zn-car-modules\VehicleSimulation\target\classes started by 86157 in D:\work\zncar\zn-car)
2024-05-28 14:56:21.672 [main] DEBUG com.muyu.VehicleSimulationApplication:56 - Running with Spring Boot v2.6.4, Spring v5.3.16
2024-05-28 14:56:21.673 [main] INFO com.muyu.VehicleSimulationApplication:640 - No active profile set, falling back to 1 default profile: "default"
2024-05-28 14:56:22.061 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-05-28 14:56:22.063 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-05-28 14:56:22.092 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 14 ms. Found 0 Redis repository interfaces.
2024-05-28 14:56:22.267 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$8b4c761b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 14:56:22.343 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 14:56:22.344 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 14:56:22.345 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 14:56:22.356 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 14:56:22.388 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 14:56:22.391 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 14:56:22.409 [main] INFO com.dtflys.forest.scanner.ClassPathClientScanner:159 - [Forest] Created Forest Client Bean with name 'clientAdmin' and Proxy of 'com.muyu.vehicle.api.ClientAdmin' client interface
2024-05-28 14:56:22.567 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8999 (http)
2024-05-28 14:56:22.573 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-05-28 14:56:22.573 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.58]
2024-05-28 14:56:22.646 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-05-28 14:56:22.646 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 945 ms
2024-05-28 14:56:22.672 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-05-28 14:56:22.829 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-05-28 14:56:22.833 [main] INFO o.s.b.autoconfigure.h2.H2ConsoleAutoConfiguration:68 - H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:~/vehicle/db'
2024-05-28 14:56:23.740 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8999 (http) with context path ''
2024-05-28 14:56:23.746 [main] INFO com.muyu.VehicleSimulationApplication:61 - Started VehicleSimulationApplication in 2.329 seconds (JVM running for 2.712)
2024-05-28 14:56:24.689 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:136 -
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2024-05-28 14:56:24.698 [main] ERROR org.springframework.boot.SpringApplication:830 - Application run failed
java.lang.IllegalStateException: Failed to execute ApplicationRunner
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:771)
at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:310)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1312)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1301)
at com.muyu.VehicleSimulationApplication.main(VehicleSimulationApplication.java:18)
Caused by: java.lang.NullPointerException: Cannot invoke "java.util.Map.get(Object)" because the return value of "com.aliyun.tea.TeaException.getData()" is null
at com.muyu.config.InitializeWeightConfig.run(InitializeWeightConfig.java:119)
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:768)
... 5 common frames omitted
2024-05-28 14:56:24.714 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:67 - 数据库同步
2024-05-28 14:56:24.722 [main] INFO com.muyu.service.impl.VechileServiceImpl:89 - 同步数据库开始
2024-05-28 14:56:24.727 [main] INFO com.muyu.service.impl.VechileServiceImpl:111 - 同步数据库结束 - 耗时:[4MS],同步量:[0辆],成功:[0辆],失败:[0辆]
2024-05-28 14:56:24.727 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:70 - 下线所有车辆
2024-05-28 14:56:24.727 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:74 - 关闭线程池
2024-05-28 14:56:24.736 [main] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-05-28 14:56:24.738 [main] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-05-28 14:57:05.563 [main] INFO com.muyu.VehicleSimulationApplication:55 - Starting VehicleSimulationApplication using Java 17.0.10 on xiaoxin with PID 14072 (D:\work\zncar\zn-car\zn-car-modules\VehicleSimulation\target\classes started by 86157 in D:\work\zncar\zn-car)
2024-05-28 14:57:05.564 [main] DEBUG com.muyu.VehicleSimulationApplication:56 - Running with Spring Boot v2.6.4, Spring v5.3.16
2024-05-28 14:57:05.565 [main] INFO com.muyu.VehicleSimulationApplication:640 - No active profile set, falling back to 1 default profile: "default"
2024-05-28 14:57:05.955 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-05-28 14:57:05.957 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-05-28 14:57:05.983 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 13 ms. Found 0 Redis repository interfaces.
2024-05-28 14:57:06.162 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$56295e9e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 14:57:06.239 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 14:57:06.240 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 14:57:06.241 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 14:57:06.253 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 14:57:06.285 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 14:57:06.288 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 14:57:06.309 [main] INFO com.dtflys.forest.scanner.ClassPathClientScanner:159 - [Forest] Created Forest Client Bean with name 'clientAdmin' and Proxy of 'com.muyu.vehicle.api.ClientAdmin' client interface
2024-05-28 14:57:06.485 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8999 (http)
2024-05-28 14:57:06.492 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-05-28 14:57:06.492 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.58]
2024-05-28 14:57:06.571 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-05-28 14:57:06.571 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 974 ms
2024-05-28 14:57:06.598 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-05-28 14:57:06.770 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-05-28 14:57:06.773 [main] INFO o.s.b.autoconfigure.h2.H2ConsoleAutoConfiguration:68 - H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:~/vehicle/db'
2024-05-28 14:57:07.711 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8999 (http) with context path ''
2024-05-28 14:57:07.718 [main] INFO com.muyu.VehicleSimulationApplication:61 - Started VehicleSimulationApplication in 2.395 seconds (JVM running for 2.773)
2024-05-28 14:57:08.597 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:136 -
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2024-05-28 14:57:08.606 [main] ERROR org.springframework.boot.SpringApplication:830 - Application run failed
java.lang.IllegalStateException: Failed to execute ApplicationRunner
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:771)
at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:310)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1312)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1301)
at com.muyu.VehicleSimulationApplication.main(VehicleSimulationApplication.java:18)
Caused by: java.lang.NullPointerException: Cannot invoke "java.util.Map.get(Object)" because the return value of "com.aliyun.tea.TeaException.getData()" is null
at com.muyu.config.InitializeWeightConfig.run(InitializeWeightConfig.java:120)
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:768)
... 5 common frames omitted
2024-05-28 14:57:08.622 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:67 - 数据库同步
2024-05-28 14:57:08.632 [main] INFO com.muyu.service.impl.VechileServiceImpl:89 - 同步数据库开始
2024-05-28 14:57:08.638 [main] INFO com.muyu.service.impl.VechileServiceImpl:111 - 同步数据库结束 - 耗时:[5MS],同步量:[0辆],成功:[0辆],失败:[0辆]
2024-05-28 14:57:08.638 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:70 - 下线所有车辆
2024-05-28 14:57:08.638 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:74 - 关闭线程池
2024-05-28 14:57:08.647 [main] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-05-28 14:57:08.648 [main] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-05-28 14:57:41.157 [main] INFO com.muyu.VehicleSimulationApplication:55 - Starting VehicleSimulationApplication using Java 17.0.10 on xiaoxin with PID 26736 (D:\work\zncar\zn-car\zn-car-modules\VehicleSimulation\target\classes started by 86157 in D:\work\zncar\zn-car)
2024-05-28 14:57:41.159 [main] DEBUG com.muyu.VehicleSimulationApplication:56 - Running with Spring Boot v2.6.4, Spring v5.3.16
2024-05-28 14:57:41.160 [main] INFO com.muyu.VehicleSimulationApplication:640 - No active profile set, falling back to 1 default profile: "default"
2024-05-28 14:57:41.556 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-05-28 14:57:41.557 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-05-28 14:57:41.582 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces.
2024-05-28 14:57:41.760 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$8b4c761b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 14:57:41.826 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 14:57:41.827 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 14:57:41.828 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 14:57:41.843 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 14:57:41.872 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 14:57:41.875 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 14:57:41.895 [main] INFO com.dtflys.forest.scanner.ClassPathClientScanner:159 - [Forest] Created Forest Client Bean with name 'clientAdmin' and Proxy of 'com.muyu.vehicle.api.ClientAdmin' client interface
2024-05-28 14:57:42.060 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8999 (http)
2024-05-28 14:57:42.067 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-05-28 14:57:42.067 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.58]
2024-05-28 14:57:42.148 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-05-28 14:57:42.148 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 960 ms
2024-05-28 14:57:42.177 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-05-28 14:57:42.344 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-05-28 14:57:42.348 [main] INFO o.s.b.autoconfigure.h2.H2ConsoleAutoConfiguration:68 - H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:~/vehicle/db'
2024-05-28 14:57:43.272 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8999 (http) with context path ''
2024-05-28 14:57:43.279 [main] INFO com.muyu.VehicleSimulationApplication:61 - Started VehicleSimulationApplication in 2.376 seconds (JVM running for 2.776)
2024-05-28 14:57:44.191 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:136 -
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2024-05-28 14:57:44.200 [main] ERROR org.springframework.boot.SpringApplication:830 - Application run failed
java.lang.IllegalStateException: Failed to execute ApplicationRunner
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:771)
at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:310)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1312)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1301)
at com.muyu.VehicleSimulationApplication.main(VehicleSimulationApplication.java:18)
Caused by: java.lang.NullPointerException: Cannot invoke "java.util.Map.get(Object)" because the return value of "com.aliyun.tea.TeaException.getData()" is null
at com.muyu.config.InitializeWeightConfig.run(InitializeWeightConfig.java:121)
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:768)
... 5 common frames omitted
2024-05-28 14:57:44.217 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:67 - 数据库同步
2024-05-28 14:57:44.224 [main] INFO com.muyu.service.impl.VechileServiceImpl:89 - 同步数据库开始
2024-05-28 14:57:44.229 [main] INFO com.muyu.service.impl.VechileServiceImpl:111 - 同步数据库结束 - 耗时:[4MS],同步量:[0辆],成功:[0辆],失败:[0辆]
2024-05-28 14:57:44.229 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:70 - 下线所有车辆
2024-05-28 14:57:44.229 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:74 - 关闭线程池
2024-05-28 14:57:44.238 [main] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-05-28 14:57:44.239 [main] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-05-28 15:02:44.135 [main] INFO com.muyu.VehicleSimulationApplication:55 - Starting VehicleSimulationApplication using Java 17.0.10 on xiaoxin with PID 3024 (D:\work\zncar\zn-car\zn-car-modules\VehicleSimulation\target\classes started by 86157 in D:\work\zncar\zn-car)
2024-05-28 15:02:44.138 [main] DEBUG com.muyu.VehicleSimulationApplication:56 - Running with Spring Boot v2.6.4, Spring v5.3.16
2024-05-28 15:02:44.138 [main] INFO com.muyu.VehicleSimulationApplication:640 - No active profile set, falling back to 1 default profile: "default"
2024-05-28 15:02:44.522 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-05-28 15:02:44.523 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-05-28 15:02:44.548 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces.
2024-05-28 15:02:44.714 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$8cde373d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 15:02:44.785 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 15:02:44.786 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 15:02:44.787 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 15:02:44.798 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 15:02:44.828 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 15:02:44.831 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 15:02:44.850 [main] INFO com.dtflys.forest.scanner.ClassPathClientScanner:159 - [Forest] Created Forest Client Bean with name 'clientAdmin' and Proxy of 'com.muyu.vehicle.api.ClientAdmin' client interface
2024-05-28 15:02:45.010 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8999 (http)
2024-05-28 15:02:45.017 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-05-28 15:02:45.018 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.58]
2024-05-28 15:02:45.098 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-05-28 15:02:45.098 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 925 ms
2024-05-28 15:02:45.125 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-05-28 15:02:45.290 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-05-28 15:02:45.295 [main] INFO o.s.b.autoconfigure.h2.H2ConsoleAutoConfiguration:68 - H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:~/vehicle/db'
2024-05-28 15:02:46.200 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8999 (http) with context path ''
2024-05-28 15:02:46.207 [main] INFO com.muyu.VehicleSimulationApplication:61 - Started VehicleSimulationApplication in 2.339 seconds (JVM running for 2.735)
2024-05-28 15:02:47.124 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:40 - 初始开始,批量从数据库当中加载数据到内存当中,每次[10]条
2024-05-28 15:02:47.195 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage_mpCount:137 - ==> Preparing: SELECT COUNT(*) AS total FROM vehicle
2024-05-28 15:02:47.205 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage_mpCount:137 - ==> Parameters:
2024-05-28 15:02:47.214 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage_mpCount:137 - <== Total: 1
2024-05-28 15:02:47.218 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage:137 - ==> Preparing: SELECT vin,remaining_battery,battery_level,total_mileage,create_time FROM vehicle LIMIT ?
2024-05-28 15:02:47.218 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage:137 - ==> Parameters: 10(Long)
2024-05-28 15:02:47.219 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage:137 - <== Total: 2
2024-05-28 15:02:47.224 [main] DEBUG com.muyu.service.impl.VehicleInstanceServiceImpl:61 - 构建车辆对象: [VIN12345678912345]
2024-05-28 15:02:47.224 [main] DEBUG com.muyu.service.impl.VehicleInstanceServiceImpl:61 - 构建车辆对象: [VIN123456789DIJE4]
2024-05-28 15:02:47.224 [main] DEBUG com.muyu.vehicle.core.VehicleConfiguration:45 - 第[1]页,[2]条
2024-05-28 15:02:47.225 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:50 - 数据加载完成耗时102 MS
2024-05-28 15:09:47.490 [SpringApplicationShutdownHook] INFO com.muyu.vehicle.core.VehicleConfiguration:67 - 数据库同步
2024-05-28 15:09:47.493 [SpringApplicationShutdownHook] INFO com.muyu.service.impl.VechileServiceImpl:89 - 同步数据库开始
2024-05-28 15:09:47.494 [SpringApplicationShutdownHook] INFO com.muyu.service.impl.VechileServiceImpl:111 - 同步数据库结束 - 耗时:[1MS],同步量:[0辆],成功:[0辆],失败:[0辆]
2024-05-28 15:09:47.494 [SpringApplicationShutdownHook] INFO com.muyu.vehicle.core.VehicleConfiguration:70 - 下线所有车辆
2024-05-28 15:09:47.494 [SpringApplicationShutdownHook] INFO com.muyu.vehicle.core.VehicleConfiguration:74 - 关闭线程池
2024-05-28 15:09:47.503 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-05-28 15:09:47.504 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-05-28 15:09:55.008 [main] INFO com.muyu.VehicleSimulationApplication:55 - Starting VehicleSimulationApplication using Java 17.0.10 on xiaoxin with PID 27536 (D:\work\zncar\zn-car\zn-car-modules\VehicleSimulation\target\classes started by 86157 in D:\work\zncar\zn-car)
2024-05-28 15:09:55.010 [main] DEBUG com.muyu.VehicleSimulationApplication:56 - Running with Spring Boot v2.6.4, Spring v5.3.16
2024-05-28 15:09:55.011 [main] INFO com.muyu.VehicleSimulationApplication:640 - No active profile set, falling back to 1 default profile: "default"
2024-05-28 15:09:55.392 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-05-28 15:09:55.393 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-05-28 15:09:55.418 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces.
2024-05-28 15:09:55.591 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$8cde373d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 15:09:55.667 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 15:09:55.668 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 15:09:55.669 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 15:09:55.680 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 15:09:55.710 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 15:09:55.713 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 15:09:55.734 [main] INFO com.dtflys.forest.scanner.ClassPathClientScanner:159 - [Forest] Created Forest Client Bean with name 'clientAdmin' and Proxy of 'com.muyu.vehicle.api.ClientAdmin' client interface
2024-05-28 15:09:55.892 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8999 (http)
2024-05-28 15:09:55.899 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-05-28 15:09:55.899 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.58]
2024-05-28 15:09:55.981 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-05-28 15:09:55.981 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 943 ms
2024-05-28 15:09:56.008 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-05-28 15:09:56.180 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-05-28 15:09:56.184 [main] INFO o.s.b.autoconfigure.h2.H2ConsoleAutoConfiguration:68 - H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:~/vehicle/db'
2024-05-28 15:09:57.108 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8999 (http) with context path ''
2024-05-28 15:09:57.113 [main] INFO com.muyu.VehicleSimulationApplication:61 - Started VehicleSimulationApplication in 2.338 seconds (JVM running for 2.687)
2024-05-28 15:09:58.095 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:40 - 初始开始,批量从数据库当中加载数据到内存当中,每次[10]条
2024-05-28 15:09:58.154 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage_mpCount:137 - ==> Preparing: SELECT COUNT(*) AS total FROM vehicle
2024-05-28 15:09:58.163 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage_mpCount:137 - ==> Parameters:
2024-05-28 15:09:58.172 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage_mpCount:137 - <== Total: 1
2024-05-28 15:09:58.174 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage:137 - ==> Preparing: SELECT vin,remaining_battery,battery_level,total_mileage,create_time FROM vehicle LIMIT ?
2024-05-28 15:09:58.175 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage:137 - ==> Parameters: 10(Long)
2024-05-28 15:09:58.176 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage:137 - <== Total: 2
2024-05-28 15:09:58.181 [main] DEBUG com.muyu.service.impl.VehicleInstanceServiceImpl:61 - 构建车辆对象: [VIN12345678912345]
2024-05-28 15:09:58.181 [main] DEBUG com.muyu.service.impl.VehicleInstanceServiceImpl:61 - 构建车辆对象: [VIN123456789DIJE4]
2024-05-28 15:09:58.181 [main] DEBUG com.muyu.vehicle.core.VehicleConfiguration:45 - 第[1]页,[2]条
2024-05-28 15:09:58.181 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:50 - 数据加载完成耗时88 MS
2024-05-28 15:16:35.262 [SpringApplicationShutdownHook] INFO com.muyu.vehicle.core.VehicleConfiguration:67 - 数据库同步
2024-05-28 15:16:35.265 [SpringApplicationShutdownHook] INFO com.muyu.service.impl.VechileServiceImpl:89 - 同步数据库开始
2024-05-28 15:16:35.266 [SpringApplicationShutdownHook] INFO com.muyu.service.impl.VechileServiceImpl:111 - 同步数据库结束 - 耗时:[1MS],同步量:[0辆],成功:[0辆],失败:[0辆]
2024-05-28 15:16:35.266 [SpringApplicationShutdownHook] INFO com.muyu.vehicle.core.VehicleConfiguration:70 - 下线所有车辆
2024-05-28 15:16:35.267 [SpringApplicationShutdownHook] INFO com.muyu.vehicle.core.VehicleConfiguration:74 - 关闭线程池
2024-05-28 15:16:35.279 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...
2024-05-28 15:16:35.280 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed.
2024-05-28 15:16:43.045 [main] INFO com.muyu.VehicleSimulationApplication:55 - Starting VehicleSimulationApplication using Java 17.0.10 on xiaoxin with PID 2112 (D:\work\zncar\zn-car\zn-car-modules\VehicleSimulation\target\classes started by 86157 in D:\work\zncar\zn-car)
2024-05-28 15:16:43.048 [main] DEBUG com.muyu.VehicleSimulationApplication:56 - Running with Spring Boot v2.6.4, Spring v5.3.16
2024-05-28 15:16:43.048 [main] INFO com.muyu.VehicleSimulationApplication:640 - No active profile set, falling back to 1 default profile: "default"
2024-05-28 15:16:43.428 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2024-05-28 15:16:43.429 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-05-28 15:16:43.454 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces.
2024-05-28 15:16:43.631 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$8cde373d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 15:16:43.700 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestProperties' of type [com.dtflys.forest.config.SpringForestProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 15:16:43.701 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestObjectFactory' of type [com.dtflys.forest.reflection.SpringForestObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 15:16:43.702 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestInterceptorFactory' of type [com.dtflys.forest.interceptor.SpringInterceptorFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 15:16:43.712 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forest-com.dtflys.forest.springboot.properties.ForestConfigurationProperties' of type [com.dtflys.forest.springboot.properties.ForestConfigurationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 15:16:43.741 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConfiguration' of type [com.dtflys.forest.config.ForestConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 15:16:43.745 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'forestConverterBeanListener' of type [com.dtflys.forest.spring.ConverterBeanListener] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-05-28 15:16:43.765 [main] INFO com.dtflys.forest.scanner.ClassPathClientScanner:159 - [Forest] Created Forest Client Bean with name 'clientAdmin' and Proxy of 'com.muyu.vehicle.api.ClientAdmin' client interface
2024-05-28 15:16:43.932 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8999 (http)
2024-05-28 15:16:43.938 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2024-05-28 15:16:43.939 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.58]
2024-05-28 15:16:44.009 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext
2024-05-28 15:16:44.009 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 930 ms
2024-05-28 15:16:44.040 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting...
2024-05-28 15:16:44.193 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed.
2024-05-28 15:16:44.196 [main] INFO o.s.b.autoconfigure.h2.H2ConsoleAutoConfiguration:68 - H2 console available at '/h2-console'. Database available at 'jdbc:h2:file:~/vehicle/db'
2024-05-28 15:16:45.097 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8999 (http) with context path ''
2024-05-28 15:16:45.104 [main] INFO com.muyu.VehicleSimulationApplication:61 - Started VehicleSimulationApplication in 2.294 seconds (JVM running for 2.646)
2024-05-28 15:16:46.130 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:40 - 初始开始,批量从数据库当中加载数据到内存当中,每次[10]条
2024-05-28 15:16:46.190 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage_mpCount:137 - ==> Preparing: SELECT COUNT(*) AS total FROM vehicle
2024-05-28 15:16:46.200 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage_mpCount:137 - ==> Parameters:
2024-05-28 15:16:46.209 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage_mpCount:137 - <== Total: 1
2024-05-28 15:16:46.211 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage:137 - ==> Preparing: SELECT vin,remaining_battery,battery_level,total_mileage,create_time FROM vehicle LIMIT ?
2024-05-28 15:16:46.212 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage:137 - ==> Parameters: 10(Long)
2024-05-28 15:16:46.213 [main] DEBUG com.muyu.mapper.VehicleMapper.selectPage:137 - <== Total: 2
2024-05-28 15:16:46.218 [main] DEBUG com.muyu.service.impl.VehicleInstanceServiceImpl:61 - 构建车辆对象: [VIN12345678912345]
2024-05-28 15:16:46.218 [main] DEBUG com.muyu.service.impl.VehicleInstanceServiceImpl:61 - 构建车辆对象: [VIN123456789DIJE4]
2024-05-28 15:16:46.218 [main] DEBUG com.muyu.vehicle.core.VehicleConfiguration:45 - 第[1]页,[2]条
2024-05-28 15:16:46.218 [main] INFO com.muyu.vehicle.core.VehicleConfiguration:50 - 数据加载完成耗时89 MS
2024-05-28 15:19:26.171 [http-nio-8999-exec-4] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-05-28 15:19:26.457 [http-nio-8999-exec-1] DEBUG com.muyu.mapper.PositionRouteMapper.selectList:137 - ==> Preparing: SELECT id,name,data AS routeData,create_time FROM route_info
2024-05-28 15:19:26.457 [http-nio-8999-exec-1] DEBUG com.muyu.mapper.PositionRouteMapper.selectList:137 - ==> Parameters:
2024-05-28 15:19:26.463 [http-nio-8999-exec-1] DEBUG com.muyu.mapper.PositionRouteMapper.selectList:137 - <== Total: 2