2021-06-28 13:42:45.600 INFO 16968 --- [main] com.factory.FileApplication : Starting FileApplication on dl945-window with PID 16968 (D:\code_all\intelligentfactory\application-file\target\classes started by a1394 in D:\code_all\intelligentfactory) 2021-06-28 13:42:45.604 INFO 16968 --- [main] com.factory.FileApplication : The following profiles are active: uat 2021-06-28 13:42:46.333 WARN 16968 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanDefinitionStoreException: Failed to parse configuration class [com.factory.FileApplication]; nested exception is org.springframework.context.annotation.ConflictingBeanDefinitionException: Annotation-specified bean name 'fileInfoServiceImpl' for bean class [com.factory.user.domain.service.remote.FileInfoServiceImpl] conflicts with existing, non-compatible bean definition of same name and class [com.factory.file.domain.service.FileInfoServiceImpl] 2021-06-28 13:42:46.478 ERROR 16968 --- [main] o.s.boot.SpringApplication : Application run failed org.springframework.beans.factory.BeanDefinitionStoreException: Failed to parse configuration class [com.factory.FileApplication]; nested exception is org.springframework.context.annotation.ConflictingBeanDefinitionException: Annotation-specified bean name 'fileInfoServiceImpl' for bean class [com.factory.user.domain.service.remote.FileInfoServiceImpl] conflicts with existing, non-compatible bean definition of same name and class [com.factory.file.domain.service.FileInfoServiceImpl] at org.springframework.context.annotation.ConfigurationClassParser.parse(ConfigurationClassParser.java:189) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE] at org.springframework.context.annotation.ConfigurationClassPostProcessor.processConfigBeanDefinitions(ConfigurationClassPostProcessor.java:319) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE] at org.springframework.context.annotation.ConfigurationClassPostProcessor.postProcessBeanDefinitionRegistry(ConfigurationClassPostProcessor.java:236) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE] at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanDefinitionRegistryPostProcessors(PostProcessorRegistrationDelegate.java:280) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE] at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:96) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE] at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:707) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:533) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE] at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) ~[spring-boot-2.3.9.RELEASE.jar:2.3.9.RELEASE] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) [spring-boot-2.3.9.RELEASE.jar:2.3.9.RELEASE] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) [spring-boot-2.3.9.RELEASE.jar:2.3.9.RELEASE] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) [spring-boot-2.3.9.RELEASE.jar:2.3.9.RELEASE] at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) [spring-boot-2.3.9.RELEASE.jar:2.3.9.RELEASE] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) [spring-boot-2.3.9.RELEASE.jar:2.3.9.RELEASE] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) [spring-boot-2.3.9.RELEASE.jar:2.3.9.RELEASE] at com.factory.FileApplication.main(FileApplication.java:11) [classes/:na] Caused by: org.springframework.context.annotation.ConflictingBeanDefinitionException: Annotation-specified bean name 'fileInfoServiceImpl' for bean class [com.factory.user.domain.service.remote.FileInfoServiceImpl] conflicts with existing, non-compatible bean definition of same name and class [com.factory.file.domain.service.FileInfoServiceImpl] at org.springframework.context.annotation.ClassPathBeanDefinitionScanner.checkCandidate(ClassPathBeanDefinitionScanner.java:349) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE] at org.springframework.context.annotation.ClassPathBeanDefinitionScanner.doScan(ClassPathBeanDefinitionScanner.java:287) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE] at org.springframework.context.annotation.ComponentScanAnnotationParser.parse(ComponentScanAnnotationParser.java:132) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE] at org.springframework.context.annotation.ConfigurationClassParser.doProcessConfigurationClass(ConfigurationClassParser.java:296) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE] at org.springframework.context.annotation.ConfigurationClassParser.processConfigurationClass(ConfigurationClassParser.java:250) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE] at org.springframework.context.annotation.ConfigurationClassParser.parse(ConfigurationClassParser.java:207) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE] at org.springframework.context.annotation.ConfigurationClassParser.parse(ConfigurationClassParser.java:175) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE] ... 14 common frames omitted 2021-06-28 13:54:31.638 INFO 27332 --- [main] com.factory.FileApplication : Starting FileApplication on dl945-window with PID 27332 (D:\code_all\intelligentfactory\application-file\target\classes started by a1394 in D:\code_all\intelligentfactory) 2021-06-28 13:54:31.643 INFO 27332 --- [main] com.factory.FileApplication : The following profiles are active: uat 2021-06-28 13:54:35.581 INFO 27332 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2021-06-28 13:54:35.587 INFO 27332 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode. 2021-06-28 13:54:35.780 INFO 27332 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 154ms. Found 0 Redis repository interfaces. 2021-06-28 13:54:35.962 WARN 27332 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.jihengbel.intelligent.**.mapper]' package. Please check your configuration. 2021-06-28 13:54:36.490 INFO 27332 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 13:54:36.495 INFO 27332 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$aabe0344] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 13:54:36.524 INFO 27332 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 13:54:37.198 INFO 27332 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 30045 (http) 2021-06-28 13:54:37.213 INFO 27332 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2021-06-28 13:54:37.214 INFO 27332 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.43] 2021-06-28 13:54:37.217 INFO 27332 --- [main] o.a.catalina.core.AprLifecycleListener : An older version [1.2.14] of the Apache Tomcat Native library is installed, while Tomcat recommends a minimum version of [1.2.23] 2021-06-28 13:54:37.217 INFO 27332 --- [main] o.a.catalina.core.AprLifecycleListener : Loaded Apache Tomcat Native library [1.2.14] using APR version [1.6.2]. 2021-06-28 13:54:37.217 INFO 27332 --- [main] o.a.catalina.core.AprLifecycleListener : APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true]. 2021-06-28 13:54:37.217 INFO 27332 --- [main] o.a.catalina.core.AprLifecycleListener : APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true] 2021-06-28 13:54:38.268 INFO 27332 --- [main] o.a.catalina.core.AprLifecycleListener : OpenSSL successfully initialized [OpenSSL 1.0.2l 25 May 2017] 2021-06-28 13:54:38.564 INFO 27332 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/file] : Initializing Spring embedded WebApplicationContext 2021-06-28 13:54:38.565 INFO 27332 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 6860 ms 2021-06-28 13:54:38.687 WARN 27332 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'FileInfo': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.factory.file.domain.mapper.FileInfoMapper' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@javax.annotation.Resource(shareable=true, lookup=, name=, description=, authenticationType=CONTAINER, type=class java.lang.Object, mappedName=)} 2021-06-28 13:54:38.692 INFO 27332 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat] 2021-06-28 13:54:38.711 INFO 27332 --- [main] ConditionEvaluationReportLoggingListener : Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2021-06-28 13:54:38.926 ERROR 27332 --- [main] o.s.b.d.LoggingFailureAnalysisReporter : *************************** APPLICATION FAILED TO START *************************** Description: A component required a bean of type 'com.factory.file.domain.mapper.FileInfoMapper' that could not be found. Action: Consider defining a bean of type 'com.factory.file.domain.mapper.FileInfoMapper' in your configuration. 2021-06-28 13:55:08.692 INFO 14456 --- [main] com.factory.FileApplication : Starting FileApplication on dl945-window with PID 14456 (D:\code_all\intelligentfactory\application-file\target\classes started by a1394 in D:\code_all\intelligentfactory) 2021-06-28 13:55:08.696 INFO 14456 --- [main] com.factory.FileApplication : The following profiles are active: uat 2021-06-28 13:55:10.553 INFO 14456 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2021-06-28 13:55:10.558 INFO 14456 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode. 2021-06-28 13:55:10.743 INFO 14456 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 161ms. Found 0 Redis repository interfaces. 2021-06-28 13:55:10.899 WARN 14456 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.jihengbel.intelligent.**.mapper]' package. Please check your configuration. 2021-06-28 13:55:11.384 INFO 14456 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 13:55:11.387 INFO 14456 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$736c4f60] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 13:55:11.407 INFO 14456 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 13:55:11.793 INFO 14456 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 30045 (http) 2021-06-28 13:55:11.809 INFO 14456 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2021-06-28 13:55:11.810 INFO 14456 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.43] 2021-06-28 13:55:11.814 INFO 14456 --- [main] o.a.catalina.core.AprLifecycleListener : An older version [1.2.14] of the Apache Tomcat Native library is installed, while Tomcat recommends a minimum version of [1.2.23] 2021-06-28 13:55:11.814 INFO 14456 --- [main] o.a.catalina.core.AprLifecycleListener : Loaded Apache Tomcat Native library [1.2.14] using APR version [1.6.2]. 2021-06-28 13:55:11.814 INFO 14456 --- [main] o.a.catalina.core.AprLifecycleListener : APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true]. 2021-06-28 13:55:11.814 INFO 14456 --- [main] o.a.catalina.core.AprLifecycleListener : APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true] 2021-06-28 13:55:12.854 INFO 14456 --- [main] o.a.catalina.core.AprLifecycleListener : OpenSSL successfully initialized [OpenSSL 1.0.2l 25 May 2017] 2021-06-28 13:55:13.098 INFO 14456 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/file] : Initializing Spring embedded WebApplicationContext 2021-06-28 13:55:13.099 INFO 14456 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4348 ms 2021-06-28 13:55:13.214 WARN 14456 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'FileInfo': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.factory.file.domain.mapper.FileInfoMapper' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@javax.annotation.Resource(shareable=true, lookup=, name=, description=, authenticationType=CONTAINER, type=class java.lang.Object, mappedName=)} 2021-06-28 13:55:13.218 INFO 14456 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat] 2021-06-28 13:55:13.237 INFO 14456 --- [main] ConditionEvaluationReportLoggingListener : Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2021-06-28 13:55:13.418 ERROR 14456 --- [main] o.s.b.d.LoggingFailureAnalysisReporter : *************************** APPLICATION FAILED TO START *************************** Description: A component required a bean of type 'com.factory.file.domain.mapper.FileInfoMapper' that could not be found. Action: Consider defining a bean of type 'com.factory.file.domain.mapper.FileInfoMapper' in your configuration. 2021-06-28 13:57:18.395 INFO 4264 --- [main] com.factory.FileApplication : Starting FileApplication on dl945-window with PID 4264 (D:\code_all\intelligentfactory\application-file\target\classes started by a1394 in D:\code_all\intelligentfactory) 2021-06-28 13:57:18.400 INFO 4264 --- [main] com.factory.FileApplication : The following profiles are active: uat 2021-06-28 13:57:20.049 INFO 4264 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2021-06-28 13:57:20.053 INFO 4264 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode. 2021-06-28 13:57:20.256 INFO 4264 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 174ms. Found 0 Redis repository interfaces. 2021-06-28 13:57:20.442 WARN 4264 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.jihengbel.intelligent.**.mapper]' package. Please check your configuration. 2021-06-28 13:57:20.961 INFO 4264 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 13:57:20.965 INFO 4264 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$cc273a1f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 13:57:20.990 INFO 4264 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 13:57:21.346 INFO 4264 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 30045 (http) 2021-06-28 13:57:21.362 INFO 4264 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2021-06-28 13:57:21.362 INFO 4264 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.43] 2021-06-28 13:57:21.365 INFO 4264 --- [main] o.a.catalina.core.AprLifecycleListener : An older version [1.2.14] of the Apache Tomcat Native library is installed, while Tomcat recommends a minimum version of [1.2.23] 2021-06-28 13:57:21.365 INFO 4264 --- [main] o.a.catalina.core.AprLifecycleListener : Loaded Apache Tomcat Native library [1.2.14] using APR version [1.6.2]. 2021-06-28 13:57:21.365 INFO 4264 --- [main] o.a.catalina.core.AprLifecycleListener : APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true]. 2021-06-28 13:57:21.365 INFO 4264 --- [main] o.a.catalina.core.AprLifecycleListener : APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true] 2021-06-28 13:57:22.406 INFO 4264 --- [main] o.a.catalina.core.AprLifecycleListener : OpenSSL successfully initialized [OpenSSL 1.0.2l 25 May 2017] 2021-06-28 13:57:22.662 INFO 4264 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/file] : Initializing Spring embedded WebApplicationContext 2021-06-28 13:57:22.663 INFO 4264 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4201 ms 2021-06-28 13:57:22.776 WARN 4264 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'FileInfo': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.factory.file.domain.mapper.FileInfoMapper' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@javax.annotation.Resource(shareable=true, lookup=, name=, description=, authenticationType=CONTAINER, type=class java.lang.Object, mappedName=)} 2021-06-28 13:57:22.779 INFO 4264 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat] 2021-06-28 13:57:22.796 INFO 4264 --- [main] ConditionEvaluationReportLoggingListener : Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2021-06-28 13:57:22.975 ERROR 4264 --- [main] o.s.b.d.LoggingFailureAnalysisReporter : *************************** APPLICATION FAILED TO START *************************** Description: A component required a bean of type 'com.factory.file.domain.mapper.FileInfoMapper' that could not be found. Action: Consider defining a bean of type 'com.factory.file.domain.mapper.FileInfoMapper' in your configuration. 2021-06-28 14:02:18.811 INFO 19216 --- [main] com.factory.FileApplication : Starting FileApplication on dl945-window with PID 19216 (D:\code_all\intelligentfactory\application-file\target\classes started by a1394 in D:\code_all\intelligentfactory) 2021-06-28 14:02:18.816 INFO 19216 --- [main] com.factory.FileApplication : The following profiles are active: uat 2021-06-28 14:02:20.649 INFO 19216 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2021-06-28 14:02:20.654 INFO 19216 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode. 2021-06-28 14:02:20.850 INFO 19216 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 172ms. Found 0 Redis repository interfaces. 2021-06-28 14:02:21.111 ERROR 19216 --- [main] o.s.boot.SpringApplication : Application run failed org.springframework.context.annotation.ConflictingBeanDefinitionException: Annotation-specified bean name 'fileInfoMapper' for bean class [com.factory.user.domain.mapper.remote.FileInfoMapper] conflicts with existing, non-compatible bean definition of same name and class [com.factory.file.domain.mapper.FileInfoMapper] at org.springframework.context.annotation.ClassPathBeanDefinitionScanner.checkCandidate(ClassPathBeanDefinitionScanner.java:349) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE] at org.mybatis.spring.mapper.ClassPathMapperScanner.checkCandidate(ClassPathMapperScanner.java:256) ~[mybatis-spring-2.0.5.jar:2.0.5] at org.springframework.context.annotation.ClassPathBeanDefinitionScanner.doScan(ClassPathBeanDefinitionScanner.java:287) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE] at org.mybatis.spring.mapper.ClassPathMapperScanner.doScan(ClassPathMapperScanner.java:181) ~[mybatis-spring-2.0.5.jar:2.0.5] at org.springframework.context.annotation.ClassPathBeanDefinitionScanner.scan(ClassPathBeanDefinitionScanner.java:254) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE] at org.mybatis.spring.mapper.MapperScannerConfigurer.postProcessBeanDefinitionRegistry(MapperScannerConfigurer.java:356) ~[mybatis-spring-2.0.5.jar:2.0.5] at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanDefinitionRegistryPostProcessors(PostProcessorRegistrationDelegate.java:280) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE] at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:126) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE] at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:707) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:533) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE] at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) ~[spring-boot-2.3.9.RELEASE.jar:2.3.9.RELEASE] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) [spring-boot-2.3.9.RELEASE.jar:2.3.9.RELEASE] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) [spring-boot-2.3.9.RELEASE.jar:2.3.9.RELEASE] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) [spring-boot-2.3.9.RELEASE.jar:2.3.9.RELEASE] at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) [spring-boot-2.3.9.RELEASE.jar:2.3.9.RELEASE] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) [spring-boot-2.3.9.RELEASE.jar:2.3.9.RELEASE] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) [spring-boot-2.3.9.RELEASE.jar:2.3.9.RELEASE] at com.factory.FileApplication.main(FileApplication.java:10) [classes/:na] 2021-06-28 14:04:13.914 INFO 1616 --- [main] com.factory.FileApplication : Starting FileApplication on dl945-window with PID 1616 (D:\code_all\intelligentfactory\application-file\target\classes started by a1394 in D:\code_all\intelligentfactory) 2021-06-28 14:04:13.918 INFO 1616 --- [main] com.factory.FileApplication : The following profiles are active: uat 2021-06-28 14:04:15.699 INFO 1616 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2021-06-28 14:04:15.704 INFO 1616 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode. 2021-06-28 14:04:15.894 INFO 1616 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 165ms. Found 0 Redis repository interfaces. 2021-06-28 14:04:16.613 INFO 1616 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:04:16.617 INFO 1616 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$34b64b6c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:04:16.638 INFO 1616 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:04:16.998 INFO 1616 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 30045 (http) 2021-06-28 14:04:17.015 INFO 1616 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2021-06-28 14:04:17.016 INFO 1616 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.43] 2021-06-28 14:04:17.018 INFO 1616 --- [main] o.a.catalina.core.AprLifecycleListener : An older version [1.2.14] of the Apache Tomcat Native library is installed, while Tomcat recommends a minimum version of [1.2.23] 2021-06-28 14:04:17.019 INFO 1616 --- [main] o.a.catalina.core.AprLifecycleListener : Loaded Apache Tomcat Native library [1.2.14] using APR version [1.6.2]. 2021-06-28 14:04:17.019 INFO 1616 --- [main] o.a.catalina.core.AprLifecycleListener : APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true]. 2021-06-28 14:04:17.019 INFO 1616 --- [main] o.a.catalina.core.AprLifecycleListener : APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true] 2021-06-28 14:04:18.061 INFO 1616 --- [main] o.a.catalina.core.AprLifecycleListener : OpenSSL successfully initialized [OpenSSL 1.0.2l 25 May 2017] 2021-06-28 14:04:18.339 INFO 1616 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/file] : Initializing Spring embedded WebApplicationContext 2021-06-28 14:04:18.340 INFO 1616 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4367 ms 2021-06-28 14:04:18.537 INFO 1616 --- [main] com.zaxxer.hikari.HikariDataSource : self - Starting... 2021-06-28 14:04:18.542 WARN 1616 --- [main] com.zaxxer.hikari.util.DriverDataSource : Registered driver with driverClassName=com.mysql.jdbc.Driver was not found, trying direct instantiation. 2021-06-28 14:04:19.704 INFO 1616 --- [main] com.zaxxer.hikari.HikariDataSource : self - Start completed. 2021-06-28 14:04:19.706 INFO 1616 --- [main] com.zaxxer.hikari.HikariDataSource : file - Starting... 2021-06-28 14:04:19.707 WARN 1616 --- [main] com.zaxxer.hikari.util.DriverDataSource : Registered driver with driverClassName=com.mysql.jdbc.Driver was not found, trying direct instantiation. 2021-06-28 14:04:20.103 INFO 1616 --- [main] com.zaxxer.hikari.HikariDataSource : file - Start completed. 2021-06-28 14:04:20.104 INFO 1616 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [self] success 2021-06-28 14:04:20.104 INFO 1616 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [file] success 2021-06-28 14:04:20.105 INFO 1616 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [self] 2021-06-28 14:04:21.115 WARN 1616 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'FileInfo': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'loginContext' is expected to be of type 'javax.security.auth.login.LoginContext' but was actually of type 'com.factory.auth.infrastructure.handler.LoginContext' 2021-06-28 14:04:21.116 INFO 1616 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing .... 2021-06-28 14:04:21.116 INFO 1616 --- [main] com.zaxxer.hikari.HikariDataSource : file - Shutdown initiated... 2021-06-28 14:04:21.219 INFO 1616 --- [main] com.zaxxer.hikari.HikariDataSource : file - Shutdown completed. 2021-06-28 14:04:21.219 INFO 1616 --- [main] com.zaxxer.hikari.HikariDataSource : self - Shutdown initiated... 2021-06-28 14:04:21.525 INFO 1616 --- [main] com.zaxxer.hikari.HikariDataSource : self - Shutdown completed. 2021-06-28 14:04:21.526 INFO 1616 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye 2021-06-28 14:04:21.530 INFO 1616 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat] 2021-06-28 14:04:21.542 INFO 1616 --- [main] ConditionEvaluationReportLoggingListener : Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2021-06-28 14:04:21.558 ERROR 1616 --- [main] o.s.boot.SpringApplication : Application run failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'FileInfo': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'loginContext' is expected to be of type 'javax.security.auth.login.LoginContext' but was actually of type 'com.factory.auth.infrastructure.handler.LoginContext' at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:321) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1425) ~[spring-beans-5.2.13.RELEASE.jar:5.2.13.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593) ~[spring-beans-5.2.13.RELEASE.jar:5.2.13.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) ~[spring-beans-5.2.13.RELEASE.jar:5.2.13.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) ~[spring-beans-5.2.13.RELEASE.jar:5.2.13.RELEASE] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.2.13.RELEASE.jar:5.2.13.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) ~[spring-beans-5.2.13.RELEASE.jar:5.2.13.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) ~[spring-beans-5.2.13.RELEASE.jar:5.2.13.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) ~[spring-beans-5.2.13.RELEASE.jar:5.2.13.RELEASE] at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE] at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) ~[spring-boot-2.3.9.RELEASE.jar:2.3.9.RELEASE] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) [spring-boot-2.3.9.RELEASE.jar:2.3.9.RELEASE] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) [spring-boot-2.3.9.RELEASE.jar:2.3.9.RELEASE] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) [spring-boot-2.3.9.RELEASE.jar:2.3.9.RELEASE] at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) [spring-boot-2.3.9.RELEASE.jar:2.3.9.RELEASE] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) [spring-boot-2.3.9.RELEASE.jar:2.3.9.RELEASE] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) [spring-boot-2.3.9.RELEASE.jar:2.3.9.RELEASE] at com.factory.FileApplication.main(FileApplication.java:10) [classes/:na] Caused by: org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'loginContext' is expected to be of type 'javax.security.auth.login.LoginContext' but was actually of type 'com.factory.auth.infrastructure.handler.LoginContext' at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:399) ~[spring-beans-5.2.13.RELEASE.jar:5.2.13.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207) ~[spring-beans-5.2.13.RELEASE.jar:5.2.13.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeanByName(AbstractAutowireCapableBeanFactory.java:453) ~[spring-beans-5.2.13.RELEASE.jar:5.2.13.RELEASE] at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:527) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE] at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:497) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE] at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:650) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE] at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:228) ~[spring-beans-5.2.13.RELEASE.jar:5.2.13.RELEASE] at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) ~[spring-beans-5.2.13.RELEASE.jar:5.2.13.RELEASE] at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:318) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE] ... 18 common frames omitted 2021-06-28 14:09:01.556 INFO 2084 --- [main] com.factory.FileApplication : Starting FileApplication on dl945-window with PID 2084 (D:\code_all\intelligentfactory\application-file\target\classes started by a1394 in D:\code_all\intelligentfactory) 2021-06-28 14:09:01.560 INFO 2084 --- [main] com.factory.FileApplication : The following profiles are active: uat 2021-06-28 14:09:03.596 INFO 2084 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2021-06-28 14:09:03.602 INFO 2084 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode. 2021-06-28 14:09:03.798 INFO 2084 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 168ms. Found 0 Redis repository interfaces. 2021-06-28 14:09:04.493 INFO 2084 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:09:04.498 INFO 2084 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$34b64b6c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:09:04.518 INFO 2084 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:09:04.869 INFO 2084 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 30045 (http) 2021-06-28 14:09:04.883 INFO 2084 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2021-06-28 14:09:04.884 INFO 2084 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.43] 2021-06-28 14:09:04.886 INFO 2084 --- [main] o.a.catalina.core.AprLifecycleListener : An older version [1.2.14] of the Apache Tomcat Native library is installed, while Tomcat recommends a minimum version of [1.2.23] 2021-06-28 14:09:04.887 INFO 2084 --- [main] o.a.catalina.core.AprLifecycleListener : Loaded Apache Tomcat Native library [1.2.14] using APR version [1.6.2]. 2021-06-28 14:09:04.887 INFO 2084 --- [main] o.a.catalina.core.AprLifecycleListener : APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true]. 2021-06-28 14:09:04.887 INFO 2084 --- [main] o.a.catalina.core.AprLifecycleListener : APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true] 2021-06-28 14:09:05.916 INFO 2084 --- [main] o.a.catalina.core.AprLifecycleListener : OpenSSL successfully initialized [OpenSSL 1.0.2l 25 May 2017] 2021-06-28 14:09:06.168 INFO 2084 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/file] : Initializing Spring embedded WebApplicationContext 2021-06-28 14:09:06.169 INFO 2084 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4544 ms 2021-06-28 14:09:06.353 INFO 2084 --- [main] com.zaxxer.hikari.HikariDataSource : self - Starting... 2021-06-28 14:09:06.357 WARN 2084 --- [main] com.zaxxer.hikari.util.DriverDataSource : Registered driver with driverClassName=com.mysql.jdbc.Driver was not found, trying direct instantiation. 2021-06-28 14:09:07.375 INFO 2084 --- [main] com.zaxxer.hikari.HikariDataSource : self - Start completed. 2021-06-28 14:09:07.376 INFO 2084 --- [main] com.zaxxer.hikari.HikariDataSource : file - Starting... 2021-06-28 14:09:07.377 WARN 2084 --- [main] com.zaxxer.hikari.util.DriverDataSource : Registered driver with driverClassName=com.mysql.jdbc.Driver was not found, trying direct instantiation. 2021-06-28 14:09:07.768 INFO 2084 --- [main] com.zaxxer.hikari.HikariDataSource : file - Start completed. 2021-06-28 14:09:07.769 INFO 2084 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [self] success 2021-06-28 14:09:07.769 INFO 2084 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [file] success 2021-06-28 14:09:07.770 INFO 2084 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [self] 2021-06-28 14:09:09.498 WARN 2084 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authWebMvcConfig': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'cn.jiheng.factory.application.auth.infrastructure.config.AuthenticationInterceptor' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@javax.annotation.Resource(shareable=true, lookup=, name=, description=, authenticationType=CONTAINER, type=class java.lang.Object, mappedName=)} 2021-06-28 14:09:09.523 INFO 2084 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing .... 2021-06-28 14:09:09.524 INFO 2084 --- [main] com.zaxxer.hikari.HikariDataSource : file - Shutdown initiated... 2021-06-28 14:09:09.607 INFO 2084 --- [main] com.zaxxer.hikari.HikariDataSource : file - Shutdown completed. 2021-06-28 14:09:09.608 INFO 2084 --- [main] com.zaxxer.hikari.HikariDataSource : self - Shutdown initiated... 2021-06-28 14:09:09.907 INFO 2084 --- [main] com.zaxxer.hikari.HikariDataSource : self - Shutdown completed. 2021-06-28 14:09:09.908 INFO 2084 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye 2021-06-28 14:09:09.911 INFO 2084 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat] 2021-06-28 14:09:09.925 INFO 2084 --- [main] ConditionEvaluationReportLoggingListener : Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2021-06-28 14:09:10.106 ERROR 2084 --- [main] o.s.b.d.LoggingFailureAnalysisReporter : *************************** APPLICATION FAILED TO START *************************** Description: A component required a bean of type 'cn.jiheng.factory.application.auth.infrastructure.config.AuthenticationInterceptor' that could not be found. Action: Consider defining a bean of type 'cn.jiheng.factory.application.auth.infrastructure.config.AuthenticationInterceptor' in your configuration. 2021-06-28 14:11:44.376 INFO 2632 --- [main] com.factory.FileApplication : Starting FileApplication on dl945-window with PID 2632 (D:\code_all\intelligentfactory\application-file\target\classes started by a1394 in D:\code_all\intelligentfactory) 2021-06-28 14:11:44.380 INFO 2632 --- [main] com.factory.FileApplication : The following profiles are active: uat 2021-06-28 14:11:46.162 INFO 2632 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2021-06-28 14:11:46.166 INFO 2632 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode. 2021-06-28 14:11:46.348 INFO 2632 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 158ms. Found 0 Redis repository interfaces. 2021-06-28 14:11:47.051 INFO 2632 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:11:47.054 INFO 2632 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$a93a6731] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:11:47.074 INFO 2632 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:11:47.429 INFO 2632 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 30045 (http) 2021-06-28 14:11:47.443 INFO 2632 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2021-06-28 14:11:47.443 INFO 2632 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.43] 2021-06-28 14:11:47.445 INFO 2632 --- [main] o.a.catalina.core.AprLifecycleListener : An older version [1.2.14] of the Apache Tomcat Native library is installed, while Tomcat recommends a minimum version of [1.2.23] 2021-06-28 14:11:47.446 INFO 2632 --- [main] o.a.catalina.core.AprLifecycleListener : Loaded Apache Tomcat Native library [1.2.14] using APR version [1.6.2]. 2021-06-28 14:11:47.446 INFO 2632 --- [main] o.a.catalina.core.AprLifecycleListener : APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true]. 2021-06-28 14:11:47.446 INFO 2632 --- [main] o.a.catalina.core.AprLifecycleListener : APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true] 2021-06-28 14:11:48.490 INFO 2632 --- [main] o.a.catalina.core.AprLifecycleListener : OpenSSL successfully initialized [OpenSSL 1.0.2l 25 May 2017] 2021-06-28 14:11:48.738 INFO 2632 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/file] : Initializing Spring embedded WebApplicationContext 2021-06-28 14:11:48.738 INFO 2632 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4304 ms 2021-06-28 14:11:48.928 INFO 2632 --- [main] com.zaxxer.hikari.HikariDataSource : self - Starting... 2021-06-28 14:11:48.933 WARN 2632 --- [main] com.zaxxer.hikari.util.DriverDataSource : Registered driver with driverClassName=com.mysql.jdbc.Driver was not found, trying direct instantiation. 2021-06-28 14:11:49.987 INFO 2632 --- [main] com.zaxxer.hikari.HikariDataSource : self - Start completed. 2021-06-28 14:11:49.988 INFO 2632 --- [main] com.zaxxer.hikari.HikariDataSource : file - Starting... 2021-06-28 14:11:49.989 WARN 2632 --- [main] com.zaxxer.hikari.util.DriverDataSource : Registered driver with driverClassName=com.mysql.jdbc.Driver was not found, trying direct instantiation. 2021-06-28 14:11:50.379 INFO 2632 --- [main] com.zaxxer.hikari.HikariDataSource : file - Start completed. 2021-06-28 14:11:50.380 INFO 2632 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [self] success 2021-06-28 14:11:50.380 INFO 2632 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [file] success 2021-06-28 14:11:50.381 INFO 2632 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [self] 2021-06-28 14:11:53.189 INFO 2632 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)] 2021-06-28 14:11:53.241 INFO 2632 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'taskExecutor' 2021-06-28 14:11:53.451 INFO 2632 --- [main] c.f.f.i.config.mvc.WebMvcConfig : init download dir:D:\code_all\intelligentfactory 2021-06-28 14:11:53.535 INFO 2632 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area default , type= redis 2021-06-28 14:11:53.560 INFO 2632 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area longTime , type= redis 2021-06-28 14:11:53.563 INFO 2632 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area shortTime , type= redis 2021-06-28 14:11:53.568 INFO 2632 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area default , type= caffeine 2021-06-28 14:11:53.570 INFO 2632 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area longTime , type= caffeine 2021-06-28 14:11:53.571 INFO 2632 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area shortTime , type= caffeine 2021-06-28 14:11:53.579 WARN 2632 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'globalCacheConfig' defined in class path resource [com/alicp/jetcache/autoconfigure/JetCacheAutoConfiguration.class]: Invocation of init method failed; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.alicp.jetcache.anno.support.ConfigMap' available 2021-06-28 14:11:53.580 INFO 2632 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'taskExecutor' 2021-06-28 14:11:53.607 INFO 2632 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing .... 2021-06-28 14:11:53.608 INFO 2632 --- [main] com.zaxxer.hikari.HikariDataSource : file - Shutdown initiated... 2021-06-28 14:11:53.694 INFO 2632 --- [main] com.zaxxer.hikari.HikariDataSource : file - Shutdown completed. 2021-06-28 14:11:53.694 INFO 2632 --- [main] com.zaxxer.hikari.HikariDataSource : self - Shutdown initiated... 2021-06-28 14:11:53.704 INFO 2632 --- [main] com.zaxxer.hikari.HikariDataSource : self - Shutdown completed. 2021-06-28 14:11:53.704 INFO 2632 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye 2021-06-28 14:11:53.708 INFO 2632 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat] 2021-06-28 14:11:53.721 INFO 2632 --- [main] ConditionEvaluationReportLoggingListener : Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2021-06-28 14:11:53.898 ERROR 2632 --- [main] o.s.b.d.LoggingFailureAnalysisReporter : *************************** APPLICATION FAILED TO START *************************** Description: A component required a bean of type 'com.alicp.jetcache.anno.support.ConfigMap' that could not be found. Action: Consider defining a bean of type 'com.alicp.jetcache.anno.support.ConfigMap' in your configuration. 2021-06-28 14:12:34.331 INFO 8596 --- [main] com.factory.FileApplication : Starting FileApplication on dl945-window with PID 8596 (D:\code_all\intelligentfactory\application-file\target\classes started by a1394 in D:\code_all\intelligentfactory) 2021-06-28 14:12:34.334 INFO 8596 --- [main] com.factory.FileApplication : The following profiles are active: uat 2021-06-28 14:12:35.963 INFO 8596 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2021-06-28 14:12:35.968 INFO 8596 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode. 2021-06-28 14:12:36.154 INFO 8596 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 163ms. Found 0 Redis repository interfaces. 2021-06-28 14:12:36.939 INFO 8596 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:12:36.942 INFO 8596 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$2ae4e840] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:12:36.963 INFO 8596 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:12:37.309 INFO 8596 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 30045 (http) 2021-06-28 14:12:37.324 INFO 8596 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2021-06-28 14:12:37.324 INFO 8596 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.43] 2021-06-28 14:12:37.326 INFO 8596 --- [main] o.a.catalina.core.AprLifecycleListener : An older version [1.2.14] of the Apache Tomcat Native library is installed, while Tomcat recommends a minimum version of [1.2.23] 2021-06-28 14:12:37.327 INFO 8596 --- [main] o.a.catalina.core.AprLifecycleListener : Loaded Apache Tomcat Native library [1.2.14] using APR version [1.6.2]. 2021-06-28 14:12:37.327 INFO 8596 --- [main] o.a.catalina.core.AprLifecycleListener : APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true]. 2021-06-28 14:12:37.327 INFO 8596 --- [main] o.a.catalina.core.AprLifecycleListener : APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true] 2021-06-28 14:12:38.372 INFO 8596 --- [main] o.a.catalina.core.AprLifecycleListener : OpenSSL successfully initialized [OpenSSL 1.0.2l 25 May 2017] 2021-06-28 14:12:38.621 INFO 8596 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/file] : Initializing Spring embedded WebApplicationContext 2021-06-28 14:12:38.622 INFO 8596 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4235 ms 2021-06-28 14:12:38.808 INFO 8596 --- [main] com.zaxxer.hikari.HikariDataSource : self - Starting... 2021-06-28 14:12:38.813 WARN 8596 --- [main] com.zaxxer.hikari.util.DriverDataSource : Registered driver with driverClassName=com.mysql.jdbc.Driver was not found, trying direct instantiation. 2021-06-28 14:12:39.870 INFO 8596 --- [main] com.zaxxer.hikari.HikariDataSource : self - Start completed. 2021-06-28 14:12:39.871 INFO 8596 --- [main] com.zaxxer.hikari.HikariDataSource : file - Starting... 2021-06-28 14:12:39.872 WARN 8596 --- [main] com.zaxxer.hikari.util.DriverDataSource : Registered driver with driverClassName=com.mysql.jdbc.Driver was not found, trying direct instantiation. 2021-06-28 14:12:40.278 INFO 8596 --- [main] com.zaxxer.hikari.HikariDataSource : file - Start completed. 2021-06-28 14:12:40.278 INFO 8596 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [self] success 2021-06-28 14:12:40.278 INFO 8596 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [file] success 2021-06-28 14:12:40.279 INFO 8596 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [self] 2021-06-28 14:12:43.172 INFO 8596 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)] 2021-06-28 14:12:43.225 INFO 8596 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'taskExecutor' 2021-06-28 14:12:43.415 INFO 8596 --- [main] c.f.f.i.config.mvc.WebMvcConfig : init download dir:D:\code_all\intelligentfactory 2021-06-28 14:12:43.502 INFO 8596 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area default , type= redis 2021-06-28 14:12:43.526 INFO 8596 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area longTime , type= redis 2021-06-28 14:12:43.529 INFO 8596 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area shortTime , type= redis 2021-06-28 14:12:43.534 INFO 8596 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area default , type= caffeine 2021-06-28 14:12:43.536 INFO 8596 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area longTime , type= caffeine 2021-06-28 14:12:43.537 INFO 8596 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area shortTime , type= caffeine 2021-06-28 14:12:43.544 WARN 8596 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'globalCacheConfig' defined in class path resource [com/alicp/jetcache/autoconfigure/JetCacheAutoConfiguration.class]: Invocation of init method failed; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.alicp.jetcache.anno.support.ConfigMap' available 2021-06-28 14:12:43.545 INFO 8596 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'taskExecutor' 2021-06-28 14:12:43.574 INFO 8596 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing .... 2021-06-28 14:12:43.574 INFO 8596 --- [main] com.zaxxer.hikari.HikariDataSource : file - Shutdown initiated... 2021-06-28 14:12:43.839 INFO 8596 --- [main] com.zaxxer.hikari.HikariDataSource : file - Shutdown completed. 2021-06-28 14:12:43.839 INFO 8596 --- [main] com.zaxxer.hikari.HikariDataSource : self - Shutdown initiated... 2021-06-28 14:12:43.847 INFO 8596 --- [main] com.zaxxer.hikari.HikariDataSource : self - Shutdown completed. 2021-06-28 14:12:43.847 INFO 8596 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye 2021-06-28 14:12:43.851 INFO 8596 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat] 2021-06-28 14:12:43.863 INFO 8596 --- [main] ConditionEvaluationReportLoggingListener : Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2021-06-28 14:12:44.039 ERROR 8596 --- [main] o.s.b.d.LoggingFailureAnalysisReporter : *************************** APPLICATION FAILED TO START *************************** Description: A component required a bean of type 'com.alicp.jetcache.anno.support.ConfigMap' that could not be found. Action: Consider defining a bean of type 'com.alicp.jetcache.anno.support.ConfigMap' in your configuration. 2021-06-28 14:14:07.332 INFO 7248 --- [main] com.factory.FileApplication : Starting FileApplication on dl945-window with PID 7248 (D:\code_all\intelligentfactory\application-file\target\classes started by a1394 in D:\code_all\intelligentfactory) 2021-06-28 14:14:07.336 INFO 7248 --- [main] com.factory.FileApplication : The following profiles are active: uat 2021-06-28 14:14:09.202 INFO 7248 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2021-06-28 14:14:09.206 INFO 7248 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode. 2021-06-28 14:14:09.397 INFO 7248 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 166ms. Found 0 Redis repository interfaces. 2021-06-28 14:14:10.111 INFO 7248 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:14:10.114 INFO 7248 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$43e3a798] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:14:10.135 INFO 7248 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:14:10.487 INFO 7248 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 30045 (http) 2021-06-28 14:14:10.502 INFO 7248 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2021-06-28 14:14:10.502 INFO 7248 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.43] 2021-06-28 14:14:10.504 INFO 7248 --- [main] o.a.catalina.core.AprLifecycleListener : An older version [1.2.14] of the Apache Tomcat Native library is installed, while Tomcat recommends a minimum version of [1.2.23] 2021-06-28 14:14:10.505 INFO 7248 --- [main] o.a.catalina.core.AprLifecycleListener : Loaded Apache Tomcat Native library [1.2.14] using APR version [1.6.2]. 2021-06-28 14:14:10.505 INFO 7248 --- [main] o.a.catalina.core.AprLifecycleListener : APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true]. 2021-06-28 14:14:10.505 INFO 7248 --- [main] o.a.catalina.core.AprLifecycleListener : APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true] 2021-06-28 14:14:11.543 INFO 7248 --- [main] o.a.catalina.core.AprLifecycleListener : OpenSSL successfully initialized [OpenSSL 1.0.2l 25 May 2017] 2021-06-28 14:14:11.797 INFO 7248 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/file] : Initializing Spring embedded WebApplicationContext 2021-06-28 14:14:11.797 INFO 7248 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4401 ms 2021-06-28 14:14:11.990 INFO 7248 --- [main] com.zaxxer.hikari.HikariDataSource : self - Starting... 2021-06-28 14:14:11.995 WARN 7248 --- [main] com.zaxxer.hikari.util.DriverDataSource : Registered driver with driverClassName=com.mysql.jdbc.Driver was not found, trying direct instantiation. 2021-06-28 14:14:13.058 INFO 7248 --- [main] com.zaxxer.hikari.HikariDataSource : self - Start completed. 2021-06-28 14:14:13.059 INFO 7248 --- [main] com.zaxxer.hikari.HikariDataSource : file - Starting... 2021-06-28 14:14:13.060 WARN 7248 --- [main] com.zaxxer.hikari.util.DriverDataSource : Registered driver with driverClassName=com.mysql.jdbc.Driver was not found, trying direct instantiation. 2021-06-28 14:14:13.456 INFO 7248 --- [main] com.zaxxer.hikari.HikariDataSource : file - Start completed. 2021-06-28 14:14:13.457 INFO 7248 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [self] success 2021-06-28 14:14:13.457 INFO 7248 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [file] success 2021-06-28 14:14:13.457 INFO 7248 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [self] 2021-06-28 14:14:16.324 INFO 7248 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)] 2021-06-28 14:14:16.369 INFO 7248 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'taskExecutor' 2021-06-28 14:14:16.559 INFO 7248 --- [main] c.f.f.i.config.mvc.WebMvcConfig : init download dir:D:\code_all\intelligentfactory 2021-06-28 14:14:16.643 WARN 7248 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'globalCacheConfig' defined in class path resource [com/alicp/jetcache/autoconfigure/JetCacheAutoConfiguration.class]: Invocation of init method failed; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.alicp.jetcache.anno.support.ConfigMap' available 2021-06-28 14:14:16.645 INFO 7248 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'taskExecutor' 2021-06-28 14:14:16.674 INFO 7248 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing .... 2021-06-28 14:14:16.675 INFO 7248 --- [main] com.zaxxer.hikari.HikariDataSource : file - Shutdown initiated... 2021-06-28 14:14:16.684 INFO 7248 --- [main] com.zaxxer.hikari.HikariDataSource : file - Shutdown completed. 2021-06-28 14:14:16.684 INFO 7248 --- [main] com.zaxxer.hikari.HikariDataSource : self - Shutdown initiated... 2021-06-28 14:14:16.692 INFO 7248 --- [main] com.zaxxer.hikari.HikariDataSource : self - Shutdown completed. 2021-06-28 14:14:16.692 INFO 7248 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye 2021-06-28 14:14:16.695 INFO 7248 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat] 2021-06-28 14:14:16.707 INFO 7248 --- [main] ConditionEvaluationReportLoggingListener : Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2021-06-28 14:14:16.895 ERROR 7248 --- [main] o.s.b.d.LoggingFailureAnalysisReporter : *************************** APPLICATION FAILED TO START *************************** Description: A component required a bean of type 'com.alicp.jetcache.anno.support.ConfigMap' that could not be found. Action: Consider defining a bean of type 'com.alicp.jetcache.anno.support.ConfigMap' in your configuration. 2021-06-28 14:14:51.089 INFO 12416 --- [main] com.factory.FileApplication : Starting FileApplication on dl945-window with PID 12416 (D:\code_all\intelligentfactory\application-file\target\classes started by a1394 in D:\code_all\intelligentfactory) 2021-06-28 14:14:51.092 INFO 12416 --- [main] com.factory.FileApplication : The following profiles are active: uat 2021-06-28 14:14:52.825 INFO 12416 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2021-06-28 14:14:52.830 INFO 12416 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode. 2021-06-28 14:14:53.020 INFO 12416 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 167ms. Found 0 Redis repository interfaces. 2021-06-28 14:14:53.814 INFO 12416 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:14:53.818 INFO 12416 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$6aede703] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:14:53.839 INFO 12416 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:14:54.245 INFO 12416 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 30045 (http) 2021-06-28 14:14:54.263 INFO 12416 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2021-06-28 14:14:54.263 INFO 12416 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.43] 2021-06-28 14:14:54.266 INFO 12416 --- [main] o.a.catalina.core.AprLifecycleListener : An older version [1.2.14] of the Apache Tomcat Native library is installed, while Tomcat recommends a minimum version of [1.2.23] 2021-06-28 14:14:54.267 INFO 12416 --- [main] o.a.catalina.core.AprLifecycleListener : Loaded Apache Tomcat Native library [1.2.14] using APR version [1.6.2]. 2021-06-28 14:14:54.267 INFO 12416 --- [main] o.a.catalina.core.AprLifecycleListener : APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true]. 2021-06-28 14:14:54.267 INFO 12416 --- [main] o.a.catalina.core.AprLifecycleListener : APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true] 2021-06-28 14:14:55.313 INFO 12416 --- [main] o.a.catalina.core.AprLifecycleListener : OpenSSL successfully initialized [OpenSSL 1.0.2l 25 May 2017] 2021-06-28 14:14:55.607 INFO 12416 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/file] : Initializing Spring embedded WebApplicationContext 2021-06-28 14:14:55.608 INFO 12416 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4465 ms 2021-06-28 14:14:55.831 INFO 12416 --- [main] com.zaxxer.hikari.HikariDataSource : self - Starting... 2021-06-28 14:14:55.836 WARN 12416 --- [main] com.zaxxer.hikari.util.DriverDataSource : Registered driver with driverClassName=com.mysql.jdbc.Driver was not found, trying direct instantiation. 2021-06-28 14:14:56.961 INFO 12416 --- [main] com.zaxxer.hikari.HikariDataSource : self - Start completed. 2021-06-28 14:14:56.963 INFO 12416 --- [main] com.zaxxer.hikari.HikariDataSource : file - Starting... 2021-06-28 14:14:56.964 WARN 12416 --- [main] com.zaxxer.hikari.util.DriverDataSource : Registered driver with driverClassName=com.mysql.jdbc.Driver was not found, trying direct instantiation. 2021-06-28 14:14:57.398 INFO 12416 --- [main] com.zaxxer.hikari.HikariDataSource : file - Start completed. 2021-06-28 14:14:57.399 INFO 12416 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [self] success 2021-06-28 14:14:57.399 INFO 12416 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [file] success 2021-06-28 14:14:57.400 INFO 12416 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [self] 2021-06-28 14:15:00.602 INFO 12416 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)] 2021-06-28 14:15:00.654 INFO 12416 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'taskExecutor' 2021-06-28 14:15:00.835 INFO 12416 --- [main] c.f.f.i.config.mvc.WebMvcConfig : init download dir:D:\code_all\intelligentfactory 2021-06-28 14:15:00.915 WARN 12416 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'globalCacheConfig' defined in class path resource [com/alicp/jetcache/autoconfigure/JetCacheAutoConfiguration.class]: Invocation of init method failed; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.alicp.jetcache.anno.support.ConfigMap' available 2021-06-28 14:15:00.917 INFO 12416 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'taskExecutor' 2021-06-28 14:15:00.948 INFO 12416 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing .... 2021-06-28 14:15:00.948 INFO 12416 --- [main] com.zaxxer.hikari.HikariDataSource : file - Shutdown initiated... 2021-06-28 14:15:00.956 INFO 12416 --- [main] com.zaxxer.hikari.HikariDataSource : file - Shutdown completed. 2021-06-28 14:15:00.956 INFO 12416 --- [main] com.zaxxer.hikari.HikariDataSource : self - Shutdown initiated... 2021-06-28 14:15:00.964 INFO 12416 --- [main] com.zaxxer.hikari.HikariDataSource : self - Shutdown completed. 2021-06-28 14:15:00.964 INFO 12416 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye 2021-06-28 14:15:00.967 INFO 12416 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat] 2021-06-28 14:15:00.979 INFO 12416 --- [main] ConditionEvaluationReportLoggingListener : Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2021-06-28 14:15:01.191 ERROR 12416 --- [main] o.s.b.d.LoggingFailureAnalysisReporter : *************************** APPLICATION FAILED TO START *************************** Description: A component required a bean of type 'com.alicp.jetcache.anno.support.ConfigMap' that could not be found. Action: Consider defining a bean of type 'com.alicp.jetcache.anno.support.ConfigMap' in your configuration. 2021-06-28 14:16:25.927 INFO 20912 --- [main] com.factory.FileApplication : Starting FileApplication on dl945-window with PID 20912 (D:\code_all\intelligentfactory\application-file\target\classes started by a1394 in D:\code_all\intelligentfactory) 2021-06-28 14:16:25.932 INFO 20912 --- [main] com.factory.FileApplication : The following profiles are active: uat 2021-06-28 14:16:27.885 INFO 20912 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2021-06-28 14:16:27.891 INFO 20912 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode. 2021-06-28 14:16:28.100 INFO 20912 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 181ms. Found 0 Redis repository interfaces. 2021-06-28 14:16:28.876 INFO 20912 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:16:28.880 INFO 20912 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$31642df] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:16:28.906 INFO 20912 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:16:28.917 INFO 20912 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alicp.jetcache.anno.config.JetCacheProxyConfiguration' of type [com.alicp.jetcache.anno.config.JetCacheProxyConfiguration$$EnhancerBySpringCGLIB$$a5ef9525] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:16:28.925 INFO 20912 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alicp.jetcache.anno.config.CommonConfiguration' of type [com.alicp.jetcache.anno.config.CommonConfiguration$$EnhancerBySpringCGLIB$$24f5da9d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:16:29.328 INFO 20912 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 30045 (http) 2021-06-28 14:16:29.345 INFO 20912 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2021-06-28 14:16:29.346 INFO 20912 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.43] 2021-06-28 14:16:29.350 INFO 20912 --- [main] o.a.catalina.core.AprLifecycleListener : An older version [1.2.14] of the Apache Tomcat Native library is installed, while Tomcat recommends a minimum version of [1.2.23] 2021-06-28 14:16:29.351 INFO 20912 --- [main] o.a.catalina.core.AprLifecycleListener : Loaded Apache Tomcat Native library [1.2.14] using APR version [1.6.2]. 2021-06-28 14:16:29.351 INFO 20912 --- [main] o.a.catalina.core.AprLifecycleListener : APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true]. 2021-06-28 14:16:29.352 INFO 20912 --- [main] o.a.catalina.core.AprLifecycleListener : APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true] 2021-06-28 14:16:30.390 INFO 20912 --- [main] o.a.catalina.core.AprLifecycleListener : OpenSSL successfully initialized [OpenSSL 1.0.2l 25 May 2017] 2021-06-28 14:16:30.635 INFO 20912 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/file] : Initializing Spring embedded WebApplicationContext 2021-06-28 14:16:30.635 INFO 20912 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4644 ms 2021-06-28 14:16:30.832 INFO 20912 --- [main] com.zaxxer.hikari.HikariDataSource : self - Starting... 2021-06-28 14:16:30.838 WARN 20912 --- [main] com.zaxxer.hikari.util.DriverDataSource : Registered driver with driverClassName=com.mysql.jdbc.Driver was not found, trying direct instantiation. 2021-06-28 14:16:31.892 INFO 20912 --- [main] com.zaxxer.hikari.HikariDataSource : self - Start completed. 2021-06-28 14:16:31.894 INFO 20912 --- [main] com.zaxxer.hikari.HikariDataSource : file - Starting... 2021-06-28 14:16:31.894 WARN 20912 --- [main] com.zaxxer.hikari.util.DriverDataSource : Registered driver with driverClassName=com.mysql.jdbc.Driver was not found, trying direct instantiation. 2021-06-28 14:16:32.544 INFO 20912 --- [main] com.zaxxer.hikari.HikariDataSource : file - Start completed. 2021-06-28 14:16:32.545 INFO 20912 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [self] success 2021-06-28 14:16:32.545 INFO 20912 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [file] success 2021-06-28 14:16:32.546 INFO 20912 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [self] 2021-06-28 14:16:35.466 INFO 20912 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)] 2021-06-28 14:16:35.531 INFO 20912 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'taskExecutor' 2021-06-28 14:16:35.753 INFO 20912 --- [main] c.f.f.i.config.mvc.WebMvcConfig : init download dir:D:\code_all\intelligentfactory 2021-06-28 14:16:35.852 INFO 20912 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area default , type= redis 2021-06-28 14:16:35.874 INFO 20912 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area longTime , type= redis 2021-06-28 14:16:35.878 INFO 20912 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area shortTime , type= redis 2021-06-28 14:16:35.882 INFO 20912 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area default , type= caffeine 2021-06-28 14:16:35.885 INFO 20912 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area longTime , type= caffeine 2021-06-28 14:16:35.885 INFO 20912 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area shortTime , type= caffeine 2021-06-28 14:16:35.901 INFO 20912 --- [main] c.a.j.s.DefaultCacheMonitorManager : cache stat period at 15 MINUTES 2021-06-28 14:16:36.218 INFO 20912 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 30045 (http) with context path '/file' 2021-06-28 14:16:36.220 INFO 20912 --- [main] c.f.i.config.swagger.SwaggerConfig : 项目启动启动成功!接口文档地址: http://192.168.8.1:30045/file/doc.html 2021-06-28 14:16:36.220 INFO 20912 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed 2021-06-28 14:16:36.243 INFO 20912 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s) 2021-06-28 14:16:36.289 INFO 20912 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references 2021-06-28 14:16:36.323 INFO 20912 --- [main] com.factory.FileApplication : Started FileApplication in 11.257 seconds (JVM running for 12.594) 2021-06-28 14:16:38.999 INFO 20912 --- [http-nio-30045-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/file] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-06-28 14:16:38.999 INFO 20912 --- [http-nio-30045-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2021-06-28 14:16:39.010 INFO 20912 --- [http-nio-30045-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 11 ms 2021-06-28 14:17:29.156 INFO 5628 --- [main] com.factory.FileApplication : Starting FileApplication on dl945-window with PID 5628 (D:\code_all\intelligentfactory\application-file\target\classes started by a1394 in D:\code_all\intelligentfactory) 2021-06-28 14:17:29.159 INFO 5628 --- [main] com.factory.FileApplication : The following profiles are active: uat 2021-06-28 14:17:31.003 INFO 5628 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2021-06-28 14:17:31.010 INFO 5628 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode. 2021-06-28 14:17:31.240 INFO 5628 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 199ms. Found 0 Redis repository interfaces. 2021-06-28 14:17:31.968 INFO 5628 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:17:31.971 INFO 5628 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$e4158791] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:17:31.991 INFO 5628 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:17:31.999 INFO 5628 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alicp.jetcache.anno.config.JetCacheProxyConfiguration' of type [com.alicp.jetcache.anno.config.JetCacheProxyConfiguration$$EnhancerBySpringCGLIB$$86eed9d7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:17:32.006 INFO 5628 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alicp.jetcache.anno.config.CommonConfiguration' of type [com.alicp.jetcache.anno.config.CommonConfiguration$$EnhancerBySpringCGLIB$$5f51f4f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:17:32.356 INFO 5628 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 30045 (http) 2021-06-28 14:17:32.370 INFO 5628 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2021-06-28 14:17:32.371 INFO 5628 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.43] 2021-06-28 14:17:32.374 INFO 5628 --- [main] o.a.catalina.core.AprLifecycleListener : An older version [1.2.14] of the Apache Tomcat Native library is installed, while Tomcat recommends a minimum version of [1.2.23] 2021-06-28 14:17:32.375 INFO 5628 --- [main] o.a.catalina.core.AprLifecycleListener : Loaded Apache Tomcat Native library [1.2.14] using APR version [1.6.2]. 2021-06-28 14:17:32.375 INFO 5628 --- [main] o.a.catalina.core.AprLifecycleListener : APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true]. 2021-06-28 14:17:32.375 INFO 5628 --- [main] o.a.catalina.core.AprLifecycleListener : APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true] 2021-06-28 14:17:33.424 INFO 5628 --- [main] o.a.catalina.core.AprLifecycleListener : OpenSSL successfully initialized [OpenSSL 1.0.2l 25 May 2017] 2021-06-28 14:17:33.678 INFO 5628 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/file] : Initializing Spring embedded WebApplicationContext 2021-06-28 14:17:33.678 INFO 5628 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4465 ms 2021-06-28 14:17:33.878 INFO 5628 --- [main] com.zaxxer.hikari.HikariDataSource : self - Starting... 2021-06-28 14:17:33.883 WARN 5628 --- [main] com.zaxxer.hikari.util.DriverDataSource : Registered driver with driverClassName=com.mysql.jdbc.Driver was not found, trying direct instantiation. 2021-06-28 14:17:34.907 INFO 5628 --- [main] com.zaxxer.hikari.HikariDataSource : self - Start completed. 2021-06-28 14:17:34.908 INFO 5628 --- [main] com.zaxxer.hikari.HikariDataSource : file - Starting... 2021-06-28 14:17:34.909 WARN 5628 --- [main] com.zaxxer.hikari.util.DriverDataSource : Registered driver with driverClassName=com.mysql.jdbc.Driver was not found, trying direct instantiation. 2021-06-28 14:17:35.298 INFO 5628 --- [main] com.zaxxer.hikari.HikariDataSource : file - Start completed. 2021-06-28 14:17:35.299 INFO 5628 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [self] success 2021-06-28 14:17:35.299 INFO 5628 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [file] success 2021-06-28 14:17:35.299 INFO 5628 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [self] 2021-06-28 14:17:38.170 INFO 5628 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)] 2021-06-28 14:17:38.220 INFO 5628 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'taskExecutor' 2021-06-28 14:17:38.417 INFO 5628 --- [main] c.f.f.i.config.mvc.WebMvcConfig : init download dir:D:\code_all\intelligentfactory 2021-06-28 14:17:38.517 INFO 5628 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area default , type= redis 2021-06-28 14:17:38.540 INFO 5628 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area longTime , type= redis 2021-06-28 14:17:38.544 INFO 5628 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area shortTime , type= redis 2021-06-28 14:17:38.548 INFO 5628 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area default , type= caffeine 2021-06-28 14:17:38.552 INFO 5628 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area longTime , type= caffeine 2021-06-28 14:17:38.552 INFO 5628 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area shortTime , type= caffeine 2021-06-28 14:17:38.569 INFO 5628 --- [main] c.a.j.s.DefaultCacheMonitorManager : cache stat period at 15 MINUTES 2021-06-28 14:17:38.867 INFO 5628 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 30045 (http) with context path '/file' 2021-06-28 14:17:38.869 INFO 5628 --- [main] c.f.i.config.swagger.SwaggerConfig : 项目启动启动成功!接口文档地址: http://192.168.8.1:30045/file/doc.html 2021-06-28 14:17:38.870 INFO 5628 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed 2021-06-28 14:17:38.894 INFO 5628 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s) 2021-06-28 14:17:38.939 INFO 5628 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references 2021-06-28 14:17:39.132 WARN 5628 --- [main] s.d.s.w.r.p.ParameterDataTypeReader : Trying to infer dataType com.factory.infrastructure.config.file.FileType 2021-06-28 14:17:39.174 INFO 5628 --- [main] com.factory.FileApplication : Started FileApplication in 10.757 seconds (JVM running for 12.006) 2021-06-28 14:17:41.893 INFO 5628 --- [http-nio-30045-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/file] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-06-28 14:17:41.894 INFO 5628 --- [http-nio-30045-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2021-06-28 14:17:41.909 INFO 5628 --- [http-nio-30045-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 15 ms 2021-06-28 14:17:52.900 INFO 5628 --- [http-nio-30045-exec-9] c.f.i.config.log.RequestLogAspect : Request Info ::: {"classMethod":"com.factory.file.interfaces.facade.FileController.getInfo","httpMethod":"POST","ip":"192.168.8.1","requestParams":{"id":1},"responseResult":{"data":{"diskPath":"/usr/local/applications/inspection/file/download//20210521154154/325811073686962176.png","id":1,"name":"325811073686962176.png","originalName":"03、获取电子书","size":263192,"suffix":"png","url":"https:///s2.jihengcc.cn/file//download//20210521154154/325811073686962176.png"},"message":"成功","status":"20000"},"timeCost":182,"url":"http://192.168.8.1:30045/file/file/getInfo"} 2021-06-28 14:48:22.821 INFO 31492 --- [main] com.factory.FileApplication : Starting FileApplication on dl945-window with PID 31492 (D:\code_all\intelligentfactory\application-file\target\classes started by a1394 in D:\code_all\intelligentfactory) 2021-06-28 14:48:22.825 INFO 31492 --- [main] com.factory.FileApplication : The following profiles are active: uat 2021-06-28 14:48:24.582 INFO 31492 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2021-06-28 14:48:24.586 INFO 31492 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode. 2021-06-28 14:48:24.758 INFO 31492 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 148ms. Found 0 Redis repository interfaces. 2021-06-28 14:48:25.449 INFO 31492 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:48:25.453 INFO 31492 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$34b64b6c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:48:25.472 INFO 31492 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:48:25.834 INFO 31492 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 30045 (http) 2021-06-28 14:48:25.850 INFO 31492 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2021-06-28 14:48:25.851 INFO 31492 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.43] 2021-06-28 14:48:25.853 INFO 31492 --- [main] o.a.catalina.core.AprLifecycleListener : An older version [1.2.14] of the Apache Tomcat Native library is installed, while Tomcat recommends a minimum version of [1.2.23] 2021-06-28 14:48:25.853 INFO 31492 --- [main] o.a.catalina.core.AprLifecycleListener : Loaded Apache Tomcat Native library [1.2.14] using APR version [1.6.2]. 2021-06-28 14:48:25.854 INFO 31492 --- [main] o.a.catalina.core.AprLifecycleListener : APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true]. 2021-06-28 14:48:25.854 INFO 31492 --- [main] o.a.catalina.core.AprLifecycleListener : APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true] 2021-06-28 14:48:26.901 INFO 31492 --- [main] o.a.catalina.core.AprLifecycleListener : OpenSSL successfully initialized [OpenSSL 1.0.2l 25 May 2017] 2021-06-28 14:48:27.151 INFO 31492 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/file] : Initializing Spring embedded WebApplicationContext 2021-06-28 14:48:27.151 INFO 31492 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4271 ms 2021-06-28 14:48:27.333 INFO 31492 --- [main] com.zaxxer.hikari.HikariDataSource : self - Starting... 2021-06-28 14:48:27.337 WARN 31492 --- [main] com.zaxxer.hikari.util.DriverDataSource : Registered driver with driverClassName=com.mysql.jdbc.Driver was not found, trying direct instantiation. 2021-06-28 14:48:28.386 INFO 31492 --- [main] com.zaxxer.hikari.HikariDataSource : self - Start completed. 2021-06-28 14:48:28.388 INFO 31492 --- [main] com.zaxxer.hikari.HikariDataSource : file - Starting... 2021-06-28 14:48:28.388 WARN 31492 --- [main] com.zaxxer.hikari.util.DriverDataSource : Registered driver with driverClassName=com.mysql.jdbc.Driver was not found, trying direct instantiation. 2021-06-28 14:48:28.871 INFO 31492 --- [main] com.zaxxer.hikari.HikariDataSource : file - Start completed. 2021-06-28 14:48:28.871 INFO 31492 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [self] success 2021-06-28 14:48:28.872 INFO 31492 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [file] success 2021-06-28 14:48:28.872 INFO 31492 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [self] 2021-06-28 14:48:31.751 INFO 31492 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)] 2021-06-28 14:48:31.796 INFO 31492 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'taskExecutor' 2021-06-28 14:48:31.985 INFO 31492 --- [main] c.f.f.i.config.mvc.WebMvcConfig : init download dir:D:\code_all\intelligentfactory 2021-06-28 14:48:32.072 INFO 31492 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area default , type= redis 2021-06-28 14:48:32.095 INFO 31492 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area longTime , type= redis 2021-06-28 14:48:32.099 INFO 31492 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area shortTime , type= redis 2021-06-28 14:48:32.103 INFO 31492 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area default , type= caffeine 2021-06-28 14:48:32.106 INFO 31492 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area longTime , type= caffeine 2021-06-28 14:48:32.106 INFO 31492 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area shortTime , type= caffeine 2021-06-28 14:48:32.114 WARN 31492 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'globalCacheConfig' defined in class path resource [com/alicp/jetcache/autoconfigure/JetCacheAutoConfiguration.class]: Invocation of init method failed; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.alicp.jetcache.anno.support.ConfigMap' available 2021-06-28 14:48:32.115 INFO 31492 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'taskExecutor' 2021-06-28 14:48:32.145 INFO 31492 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing .... 2021-06-28 14:48:32.146 INFO 31492 --- [main] com.zaxxer.hikari.HikariDataSource : file - Shutdown initiated... 2021-06-28 14:48:32.154 INFO 31492 --- [main] com.zaxxer.hikari.HikariDataSource : file - Shutdown completed. 2021-06-28 14:48:32.154 INFO 31492 --- [main] com.zaxxer.hikari.HikariDataSource : self - Shutdown initiated... 2021-06-28 14:48:32.160 INFO 31492 --- [main] com.zaxxer.hikari.HikariDataSource : self - Shutdown completed. 2021-06-28 14:48:32.161 INFO 31492 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye 2021-06-28 14:48:32.164 INFO 31492 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat] 2021-06-28 14:48:32.176 INFO 31492 --- [main] ConditionEvaluationReportLoggingListener : Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2021-06-28 14:48:32.384 ERROR 31492 --- [main] o.s.b.d.LoggingFailureAnalysisReporter : *************************** APPLICATION FAILED TO START *************************** Description: A component required a bean of type 'com.alicp.jetcache.anno.support.ConfigMap' that could not be found. Action: Consider defining a bean of type 'com.alicp.jetcache.anno.support.ConfigMap' in your configuration. 2021-06-28 14:52:29.657 INFO 7276 --- [main] com.factory.FileApplication : Starting FileApplication on dl945-window with PID 7276 (D:\code_all\intelligentfactory\application-file\target\classes started by a1394 in D:\code_all\intelligentfactory) 2021-06-28 14:52:29.662 INFO 7276 --- [main] com.factory.FileApplication : The following profiles are active: uat 2021-06-28 14:52:31.351 INFO 7276 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2021-06-28 14:52:31.356 INFO 7276 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode. 2021-06-28 14:52:31.533 INFO 7276 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 152ms. Found 0 Redis repository interfaces. 2021-06-28 14:52:32.271 INFO 7276 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:52:32.274 INFO 7276 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$3a835049] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:52:32.293 INFO 7276 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:52:32.302 INFO 7276 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alicp.jetcache.anno.config.JetCacheProxyConfiguration' of type [com.alicp.jetcache.anno.config.JetCacheProxyConfiguration$$EnhancerBySpringCGLIB$$dd5ca28f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:52:32.310 INFO 7276 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alicp.jetcache.anno.config.CommonConfiguration' of type [com.alicp.jetcache.anno.config.CommonConfiguration$$EnhancerBySpringCGLIB$$5c62e807] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:52:32.728 INFO 7276 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 30045 (http) 2021-06-28 14:52:32.746 INFO 7276 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2021-06-28 14:52:32.747 INFO 7276 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.43] 2021-06-28 14:52:32.750 INFO 7276 --- [main] o.a.catalina.core.AprLifecycleListener : An older version [1.2.14] of the Apache Tomcat Native library is installed, while Tomcat recommends a minimum version of [1.2.23] 2021-06-28 14:52:32.750 INFO 7276 --- [main] o.a.catalina.core.AprLifecycleListener : Loaded Apache Tomcat Native library [1.2.14] using APR version [1.6.2]. 2021-06-28 14:52:32.750 INFO 7276 --- [main] o.a.catalina.core.AprLifecycleListener : APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true]. 2021-06-28 14:52:32.751 INFO 7276 --- [main] o.a.catalina.core.AprLifecycleListener : APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true] 2021-06-28 14:52:33.808 INFO 7276 --- [main] o.a.catalina.core.AprLifecycleListener : OpenSSL successfully initialized [OpenSSL 1.0.2l 25 May 2017] 2021-06-28 14:52:34.054 INFO 7276 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/file] : Initializing Spring embedded WebApplicationContext 2021-06-28 14:52:34.055 INFO 7276 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4319 ms 2021-06-28 14:52:34.246 INFO 7276 --- [main] com.zaxxer.hikari.HikariDataSource : self - Starting... 2021-06-28 14:52:34.251 WARN 7276 --- [main] com.zaxxer.hikari.util.DriverDataSource : Registered driver with driverClassName=com.mysql.jdbc.Driver was not found, trying direct instantiation. 2021-06-28 14:52:35.286 INFO 7276 --- [main] com.zaxxer.hikari.HikariDataSource : self - Start completed. 2021-06-28 14:52:35.287 INFO 7276 --- [main] com.zaxxer.hikari.HikariDataSource : file - Starting... 2021-06-28 14:52:35.288 WARN 7276 --- [main] com.zaxxer.hikari.util.DriverDataSource : Registered driver with driverClassName=com.mysql.jdbc.Driver was not found, trying direct instantiation. 2021-06-28 14:52:35.687 INFO 7276 --- [main] com.zaxxer.hikari.HikariDataSource : file - Start completed. 2021-06-28 14:52:35.688 INFO 7276 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [self] success 2021-06-28 14:52:35.688 INFO 7276 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [file] success 2021-06-28 14:52:35.688 INFO 7276 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [self] 2021-06-28 14:52:38.595 INFO 7276 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)] 2021-06-28 14:52:38.653 INFO 7276 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'taskExecutor' 2021-06-28 14:52:38.883 INFO 7276 --- [main] c.f.f.i.config.mvc.WebMvcConfig : init download dir:D:\code_all\intelligentfactory 2021-06-28 14:52:38.976 INFO 7276 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area default , type= redis 2021-06-28 14:52:39.004 INFO 7276 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area longTime , type= redis 2021-06-28 14:52:39.009 INFO 7276 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area shortTime , type= redis 2021-06-28 14:52:39.014 INFO 7276 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area default , type= caffeine 2021-06-28 14:52:39.018 INFO 7276 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area longTime , type= caffeine 2021-06-28 14:52:39.018 INFO 7276 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area shortTime , type= caffeine 2021-06-28 14:52:39.052 INFO 7276 --- [main] c.a.j.s.DefaultCacheMonitorManager : cache stat period at 15 MINUTES 2021-06-28 14:52:39.337 WARN 7276 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Failed to start bean 'webServerStartStop'; nested exception is org.springframework.boot.web.server.PortInUseException: Port 30045 is already in use 2021-06-28 14:52:39.338 INFO 7276 --- [main] c.a.j.s.DefaultCacheMonitorManager : cache stat canceled 2021-06-28 14:52:39.340 INFO 7276 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'taskExecutor' 2021-06-28 14:52:39.371 INFO 7276 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing .... 2021-06-28 14:52:39.371 INFO 7276 --- [main] com.zaxxer.hikari.HikariDataSource : file - Shutdown initiated... 2021-06-28 14:52:39.379 INFO 7276 --- [main] com.zaxxer.hikari.HikariDataSource : file - Shutdown completed. 2021-06-28 14:52:39.379 INFO 7276 --- [main] com.zaxxer.hikari.HikariDataSource : self - Shutdown initiated... 2021-06-28 14:52:39.387 INFO 7276 --- [main] com.zaxxer.hikari.HikariDataSource : self - Shutdown completed. 2021-06-28 14:52:39.387 INFO 7276 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye 2021-06-28 14:52:39.390 INFO 7276 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat] 2021-06-28 14:52:39.403 INFO 7276 --- [main] ConditionEvaluationReportLoggingListener : Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2021-06-28 14:52:39.411 ERROR 7276 --- [main] o.s.b.d.LoggingFailureAnalysisReporter : *************************** APPLICATION FAILED TO START *************************** Description: Web server failed to start. Port 30045 was already in use. Action: Identify and stop the process that's listening on port 30045 or configure this application to listen on another port. 2021-06-28 14:52:58.307 INFO 16456 --- [main] com.factory.FileApplication : Starting FileApplication on dl945-window with PID 16456 (D:\code_all\intelligentfactory\application-file\target\classes started by a1394 in D:\code_all\intelligentfactory) 2021-06-28 14:52:58.311 INFO 16456 --- [main] com.factory.FileApplication : The following profiles are active: uat 2021-06-28 14:52:59.937 INFO 16456 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2021-06-28 14:52:59.941 INFO 16456 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode. 2021-06-28 14:53:00.120 INFO 16456 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 155ms. Found 0 Redis repository interfaces. 2021-06-28 14:53:00.836 INFO 16456 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:53:00.839 INFO 16456 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$3a835049] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:53:00.859 INFO 16456 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:53:00.868 INFO 16456 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alicp.jetcache.anno.config.JetCacheProxyConfiguration' of type [com.alicp.jetcache.anno.config.JetCacheProxyConfiguration$$EnhancerBySpringCGLIB$$dd5ca28f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:53:00.875 INFO 16456 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alicp.jetcache.anno.config.CommonConfiguration' of type [com.alicp.jetcache.anno.config.CommonConfiguration$$EnhancerBySpringCGLIB$$5c62e807] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:53:01.221 INFO 16456 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 30045 (http) 2021-06-28 14:53:01.236 INFO 16456 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2021-06-28 14:53:01.237 INFO 16456 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.43] 2021-06-28 14:53:01.241 INFO 16456 --- [main] o.a.catalina.core.AprLifecycleListener : An older version [1.2.14] of the Apache Tomcat Native library is installed, while Tomcat recommends a minimum version of [1.2.23] 2021-06-28 14:53:01.242 INFO 16456 --- [main] o.a.catalina.core.AprLifecycleListener : Loaded Apache Tomcat Native library [1.2.14] using APR version [1.6.2]. 2021-06-28 14:53:01.242 INFO 16456 --- [main] o.a.catalina.core.AprLifecycleListener : APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true]. 2021-06-28 14:53:01.242 INFO 16456 --- [main] o.a.catalina.core.AprLifecycleListener : APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true] 2021-06-28 14:53:02.285 INFO 16456 --- [main] o.a.catalina.core.AprLifecycleListener : OpenSSL successfully initialized [OpenSSL 1.0.2l 25 May 2017] 2021-06-28 14:53:02.529 INFO 16456 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/file] : Initializing Spring embedded WebApplicationContext 2021-06-28 14:53:02.530 INFO 16456 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4161 ms 2021-06-28 14:53:02.715 INFO 16456 --- [main] com.zaxxer.hikari.HikariDataSource : self - Starting... 2021-06-28 14:53:02.719 WARN 16456 --- [main] com.zaxxer.hikari.util.DriverDataSource : Registered driver with driverClassName=com.mysql.jdbc.Driver was not found, trying direct instantiation. 2021-06-28 14:53:03.729 INFO 16456 --- [main] com.zaxxer.hikari.HikariDataSource : self - Start completed. 2021-06-28 14:53:03.731 INFO 16456 --- [main] com.zaxxer.hikari.HikariDataSource : file - Starting... 2021-06-28 14:53:03.731 WARN 16456 --- [main] com.zaxxer.hikari.util.DriverDataSource : Registered driver with driverClassName=com.mysql.jdbc.Driver was not found, trying direct instantiation. 2021-06-28 14:53:04.117 INFO 16456 --- [main] com.zaxxer.hikari.HikariDataSource : file - Start completed. 2021-06-28 14:53:04.118 INFO 16456 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [self] success 2021-06-28 14:53:04.118 INFO 16456 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [file] success 2021-06-28 14:53:04.118 INFO 16456 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [self] 2021-06-28 14:53:06.980 INFO 16456 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)] 2021-06-28 14:53:07.026 INFO 16456 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'taskExecutor' 2021-06-28 14:53:07.216 INFO 16456 --- [main] c.f.f.i.config.mvc.WebMvcConfig : init download dir:D:\code_all\intelligentfactory 2021-06-28 14:53:07.303 INFO 16456 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area default , type= redis 2021-06-28 14:53:07.327 INFO 16456 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area longTime , type= redis 2021-06-28 14:53:07.331 INFO 16456 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area shortTime , type= redis 2021-06-28 14:53:07.336 INFO 16456 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area default , type= caffeine 2021-06-28 14:53:07.339 INFO 16456 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area longTime , type= caffeine 2021-06-28 14:53:07.340 INFO 16456 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area shortTime , type= caffeine 2021-06-28 14:53:07.356 INFO 16456 --- [main] c.a.j.s.DefaultCacheMonitorManager : cache stat period at 15 MINUTES 2021-06-28 14:53:07.687 INFO 16456 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 30045 (http) with context path '/file' 2021-06-28 14:53:07.690 INFO 16456 --- [main] c.factory.config.swagger.SwaggerConfig : 项目启动启动成功!接口文档地址: http://192.168.8.1:30045/file/doc.html 2021-06-28 14:53:07.691 INFO 16456 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed 2021-06-28 14:53:07.715 INFO 16456 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s) 2021-06-28 14:53:07.758 INFO 16456 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references 2021-06-28 14:53:07.955 WARN 16456 --- [main] s.d.s.w.r.p.ParameterDataTypeReader : Trying to infer dataType com.factory.base.config.file.FileType 2021-06-28 14:53:07.997 INFO 16456 --- [main] com.factory.FileApplication : Started FileApplication in 10.795 seconds (JVM running for 12.739) 2021-06-28 14:53:17.747 INFO 16456 --- [http-nio-30045-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/file] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-06-28 14:53:17.748 INFO 16456 --- [http-nio-30045-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2021-06-28 14:53:17.773 INFO 16456 --- [http-nio-30045-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 24 ms 2021-06-28 14:53:23.839 INFO 16456 --- [http-nio-30045-exec-4] com.factory.config.log.RequestLogAspect : Request Info ::: {"classMethod":"com.factory.file.interfaces.facade.FileController.getInfo","httpMethod":"POST","ip":"192.168.8.1","requestParams":{"id":1},"responseResult":{"data":{"diskPath":"/usr/local/applications/inspection/file/download//20210521154154/325811073686962176.png","id":1,"name":"325811073686962176.png","originalName":"03、获取电子书","size":263192,"suffix":"png","url":"https:///s2.jihengcc.cn/file//download//20210521154154/325811073686962176.png"},"message":"成功","status":"20000"},"timeCost":180,"url":"http://192.168.8.1:30045/file/file/getInfo"} 2021-06-28 14:56:18.126 INFO 924 --- [main] com.factory.FileApplication : Starting FileApplication on dl945-window with PID 924 (D:\code_all\intelligentfactory\application-file\target\classes started by a1394 in D:\code_all\intelligentfactory) 2021-06-28 14:56:18.131 INFO 924 --- [main] com.factory.FileApplication : The following profiles are active: uat 2021-06-28 14:56:20.157 INFO 924 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2021-06-28 14:56:20.163 INFO 924 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode. 2021-06-28 14:56:20.340 INFO 924 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 151ms. Found 0 Redis repository interfaces. 2021-06-28 14:56:21.048 INFO 924 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:56:21.052 INFO 924 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$31642df] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:56:21.072 INFO 924 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:56:21.082 INFO 924 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alicp.jetcache.anno.config.JetCacheProxyConfiguration' of type [com.alicp.jetcache.anno.config.JetCacheProxyConfiguration$$EnhancerBySpringCGLIB$$a5ef9525] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:56:21.090 INFO 924 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alicp.jetcache.anno.config.CommonConfiguration' of type [com.alicp.jetcache.anno.config.CommonConfiguration$$EnhancerBySpringCGLIB$$24f5da9d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2021-06-28 14:56:21.444 INFO 924 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 30045 (http) 2021-06-28 14:56:21.459 INFO 924 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2021-06-28 14:56:21.459 INFO 924 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.43] 2021-06-28 14:56:21.462 INFO 924 --- [main] o.a.catalina.core.AprLifecycleListener : An older version [1.2.14] of the Apache Tomcat Native library is installed, while Tomcat recommends a minimum version of [1.2.23] 2021-06-28 14:56:21.463 INFO 924 --- [main] o.a.catalina.core.AprLifecycleListener : Loaded Apache Tomcat Native library [1.2.14] using APR version [1.6.2]. 2021-06-28 14:56:21.463 INFO 924 --- [main] o.a.catalina.core.AprLifecycleListener : APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true]. 2021-06-28 14:56:21.464 INFO 924 --- [main] o.a.catalina.core.AprLifecycleListener : APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true] 2021-06-28 14:56:22.495 INFO 924 --- [main] o.a.catalina.core.AprLifecycleListener : OpenSSL successfully initialized [OpenSSL 1.0.2l 25 May 2017] 2021-06-28 14:56:22.735 INFO 924 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/file] : Initializing Spring embedded WebApplicationContext 2021-06-28 14:56:22.735 INFO 924 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4550 ms 2021-06-28 14:56:22.928 INFO 924 --- [main] com.zaxxer.hikari.HikariDataSource : self - Starting... 2021-06-28 14:56:22.932 WARN 924 --- [main] com.zaxxer.hikari.util.DriverDataSource : Registered driver with driverClassName=com.mysql.jdbc.Driver was not found, trying direct instantiation. 2021-06-28 14:56:23.986 INFO 924 --- [main] com.zaxxer.hikari.HikariDataSource : self - Start completed. 2021-06-28 14:56:23.988 INFO 924 --- [main] com.zaxxer.hikari.HikariDataSource : file - Starting... 2021-06-28 14:56:23.988 WARN 924 --- [main] com.zaxxer.hikari.util.DriverDataSource : Registered driver with driverClassName=com.mysql.jdbc.Driver was not found, trying direct instantiation. 2021-06-28 14:56:24.440 INFO 924 --- [main] com.zaxxer.hikari.HikariDataSource : file - Start completed. 2021-06-28 14:56:24.441 INFO 924 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [self] success 2021-06-28 14:56:24.441 INFO 924 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [file] success 2021-06-28 14:56:24.441 INFO 924 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [self] 2021-06-28 14:56:27.278 INFO 924 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)] 2021-06-28 14:56:27.327 INFO 924 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'taskExecutor' 2021-06-28 14:56:27.536 INFO 924 --- [main] com.factory.file.config.WebMvcConfig : init download dir:D:\code_all\intelligentfactory 2021-06-28 14:56:27.618 INFO 924 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area default , type= redis 2021-06-28 14:56:27.642 INFO 924 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area longTime , type= redis 2021-06-28 14:56:27.645 INFO 924 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area shortTime , type= redis 2021-06-28 14:56:27.650 INFO 924 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area default , type= caffeine 2021-06-28 14:56:27.654 INFO 924 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area longTime , type= caffeine 2021-06-28 14:56:27.655 INFO 924 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area shortTime , type= caffeine 2021-06-28 14:56:27.670 INFO 924 --- [main] c.a.j.s.DefaultCacheMonitorManager : cache stat period at 15 MINUTES 2021-06-28 14:56:27.972 INFO 924 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 30045 (http) with context path '/file' 2021-06-28 14:56:27.974 INFO 924 --- [main] c.factory.config.swagger.SwaggerConfig : 项目启动启动成功!接口文档地址: http://192.168.8.1:30045/file/doc.html 2021-06-28 14:56:27.975 INFO 924 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed 2021-06-28 14:56:27.999 INFO 924 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s) 2021-06-28 14:56:28.046 INFO 924 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references 2021-06-28 14:56:28.077 INFO 924 --- [main] com.factory.FileApplication : Started FileApplication in 10.61 seconds (JVM running for 11.997) 2021-06-28 15:00:00.021 INFO 924 --- [JetCacheDefaultExecutor] c.alicp.jetcache.support.StatInfoLogger : jetcache stat from 2021-06-28 14:56:27,664 to 2021-06-28 15:00:00,016 cache| qps| rate| get| hit| fail| expire|avgLoadTime|maxLoadTime -----+----------+-------+--------------+--------------+--------------+--------------+-----------+----------- -----+----------+-------+--------------+--------------+--------------+--------------+-----------+----------- 2021-06-28 15:15:00.014 INFO 924 --- [JetCacheDefaultExecutor] c.alicp.jetcache.support.StatInfoLogger : jetcache stat from 2021-06-28 15:00:00,016 to 2021-06-28 15:15:00,013 cache| qps| rate| get| hit| fail| expire|avgLoadTime|maxLoadTime -----+----------+-------+--------------+--------------+--------------+--------------+-----------+----------- -----+----------+-------+--------------+--------------+--------------+--------------+-----------+----------- 2021-06-28 15:30:00.009 INFO 924 --- [JetCacheDefaultExecutor] c.alicp.jetcache.support.StatInfoLogger : jetcache stat from 2021-06-28 15:15:00,013 to 2021-06-28 15:30:00,009 cache| qps| rate| get| hit| fail| expire|avgLoadTime|maxLoadTime -----+----------+-------+--------------+--------------+--------------+--------------+-----------+----------- -----+----------+-------+--------------+--------------+--------------+--------------+-----------+----------- 2021-06-28 15:45:00.016 INFO 924 --- [JetCacheDefaultExecutor] c.alicp.jetcache.support.StatInfoLogger : jetcache stat from 2021-06-28 15:30:00,009 to 2021-06-28 15:45:00,016 cache| qps| rate| get| hit| fail| expire|avgLoadTime|maxLoadTime -----+----------+-------+--------------+--------------+--------------+--------------+-----------+----------- -----+----------+-------+--------------+--------------+--------------+--------------+-----------+----------- 2021-06-28 16:00:00.006 INFO 924 --- [JetCacheDefaultExecutor] c.alicp.jetcache.support.StatInfoLogger : jetcache stat from 2021-06-28 15:45:00,016 to 2021-06-28 16:00:00,006 cache| qps| rate| get| hit| fail| expire|avgLoadTime|maxLoadTime -----+----------+-------+--------------+--------------+--------------+--------------+-----------+----------- -----+----------+-------+--------------+--------------+--------------+--------------+-----------+-----------