spring.log 127 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887
  1. 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)
  2. 2021-06-28 13:42:45.604 INFO 16968 --- [main] com.factory.FileApplication : The following profiles are active: uat
  3. 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]
  4. 2021-06-28 13:42:46.478 ERROR 16968 --- [main] o.s.boot.SpringApplication : Application run failed
  5. 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]
  6. at org.springframework.context.annotation.ConfigurationClassParser.parse(ConfigurationClassParser.java:189) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE]
  7. at org.springframework.context.annotation.ConfigurationClassPostProcessor.processConfigBeanDefinitions(ConfigurationClassPostProcessor.java:319) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE]
  8. at org.springframework.context.annotation.ConfigurationClassPostProcessor.postProcessBeanDefinitionRegistry(ConfigurationClassPostProcessor.java:236) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE]
  9. at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanDefinitionRegistryPostProcessors(PostProcessorRegistrationDelegate.java:280) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE]
  10. at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:96) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE]
  11. at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:707) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE]
  12. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:533) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE]
  13. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) ~[spring-boot-2.3.9.RELEASE.jar:2.3.9.RELEASE]
  14. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) [spring-boot-2.3.9.RELEASE.jar:2.3.9.RELEASE]
  15. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) [spring-boot-2.3.9.RELEASE.jar:2.3.9.RELEASE]
  16. at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) [spring-boot-2.3.9.RELEASE.jar:2.3.9.RELEASE]
  17. at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) [spring-boot-2.3.9.RELEASE.jar:2.3.9.RELEASE]
  18. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) [spring-boot-2.3.9.RELEASE.jar:2.3.9.RELEASE]
  19. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) [spring-boot-2.3.9.RELEASE.jar:2.3.9.RELEASE]
  20. at com.factory.FileApplication.main(FileApplication.java:11) [classes/:na]
  21. 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]
  22. at org.springframework.context.annotation.ClassPathBeanDefinitionScanner.checkCandidate(ClassPathBeanDefinitionScanner.java:349) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE]
  23. at org.springframework.context.annotation.ClassPathBeanDefinitionScanner.doScan(ClassPathBeanDefinitionScanner.java:287) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE]
  24. at org.springframework.context.annotation.ComponentScanAnnotationParser.parse(ComponentScanAnnotationParser.java:132) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE]
  25. at org.springframework.context.annotation.ConfigurationClassParser.doProcessConfigurationClass(ConfigurationClassParser.java:296) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE]
  26. at org.springframework.context.annotation.ConfigurationClassParser.processConfigurationClass(ConfigurationClassParser.java:250) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE]
  27. at org.springframework.context.annotation.ConfigurationClassParser.parse(ConfigurationClassParser.java:207) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE]
  28. at org.springframework.context.annotation.ConfigurationClassParser.parse(ConfigurationClassParser.java:175) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE]
  29. ... 14 common frames omitted
  30. 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)
  31. 2021-06-28 13:54:31.643 INFO 27332 --- [main] com.factory.FileApplication : The following profiles are active: uat
  32. 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!
  33. 2021-06-28 13:54:35.587 INFO 27332 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  34. 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.
  35. 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.
  36. 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)
  37. 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)
  38. 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)
  39. 2021-06-28 13:54:37.198 INFO 27332 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 30045 (http)
  40. 2021-06-28 13:54:37.213 INFO 27332 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  41. 2021-06-28 13:54:37.214 INFO 27332 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.43]
  42. 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]
  43. 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].
  44. 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].
  45. 2021-06-28 13:54:37.217 INFO 27332 --- [main] o.a.catalina.core.AprLifecycleListener : APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
  46. 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]
  47. 2021-06-28 13:54:38.564 INFO 27332 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/file] : Initializing Spring embedded WebApplicationContext
  48. 2021-06-28 13:54:38.565 INFO 27332 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 6860 ms
  49. 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=)}
  50. 2021-06-28 13:54:38.692 INFO 27332 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
  51. 2021-06-28 13:54:38.711 INFO 27332 --- [main] ConditionEvaluationReportLoggingListener :
  52. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  53. 2021-06-28 13:54:38.926 ERROR 27332 --- [main] o.s.b.d.LoggingFailureAnalysisReporter :
  54. ***************************
  55. APPLICATION FAILED TO START
  56. ***************************
  57. Description:
  58. A component required a bean of type 'com.factory.file.domain.mapper.FileInfoMapper' that could not be found.
  59. Action:
  60. Consider defining a bean of type 'com.factory.file.domain.mapper.FileInfoMapper' in your configuration.
  61. 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)
  62. 2021-06-28 13:55:08.696 INFO 14456 --- [main] com.factory.FileApplication : The following profiles are active: uat
  63. 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!
  64. 2021-06-28 13:55:10.558 INFO 14456 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  65. 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.
  66. 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.
  67. 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)
  68. 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)
  69. 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)
  70. 2021-06-28 13:55:11.793 INFO 14456 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 30045 (http)
  71. 2021-06-28 13:55:11.809 INFO 14456 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  72. 2021-06-28 13:55:11.810 INFO 14456 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.43]
  73. 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]
  74. 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].
  75. 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].
  76. 2021-06-28 13:55:11.814 INFO 14456 --- [main] o.a.catalina.core.AprLifecycleListener : APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
  77. 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]
  78. 2021-06-28 13:55:13.098 INFO 14456 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/file] : Initializing Spring embedded WebApplicationContext
  79. 2021-06-28 13:55:13.099 INFO 14456 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4348 ms
  80. 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=)}
  81. 2021-06-28 13:55:13.218 INFO 14456 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
  82. 2021-06-28 13:55:13.237 INFO 14456 --- [main] ConditionEvaluationReportLoggingListener :
  83. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  84. 2021-06-28 13:55:13.418 ERROR 14456 --- [main] o.s.b.d.LoggingFailureAnalysisReporter :
  85. ***************************
  86. APPLICATION FAILED TO START
  87. ***************************
  88. Description:
  89. A component required a bean of type 'com.factory.file.domain.mapper.FileInfoMapper' that could not be found.
  90. Action:
  91. Consider defining a bean of type 'com.factory.file.domain.mapper.FileInfoMapper' in your configuration.
  92. 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)
  93. 2021-06-28 13:57:18.400 INFO 4264 --- [main] com.factory.FileApplication : The following profiles are active: uat
  94. 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!
  95. 2021-06-28 13:57:20.053 INFO 4264 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  96. 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.
  97. 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.
  98. 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)
  99. 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)
  100. 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)
  101. 2021-06-28 13:57:21.346 INFO 4264 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 30045 (http)
  102. 2021-06-28 13:57:21.362 INFO 4264 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  103. 2021-06-28 13:57:21.362 INFO 4264 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.43]
  104. 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]
  105. 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].
  106. 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].
  107. 2021-06-28 13:57:21.365 INFO 4264 --- [main] o.a.catalina.core.AprLifecycleListener : APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
  108. 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]
  109. 2021-06-28 13:57:22.662 INFO 4264 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/file] : Initializing Spring embedded WebApplicationContext
  110. 2021-06-28 13:57:22.663 INFO 4264 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4201 ms
  111. 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=)}
  112. 2021-06-28 13:57:22.779 INFO 4264 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
  113. 2021-06-28 13:57:22.796 INFO 4264 --- [main] ConditionEvaluationReportLoggingListener :
  114. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  115. 2021-06-28 13:57:22.975 ERROR 4264 --- [main] o.s.b.d.LoggingFailureAnalysisReporter :
  116. ***************************
  117. APPLICATION FAILED TO START
  118. ***************************
  119. Description:
  120. A component required a bean of type 'com.factory.file.domain.mapper.FileInfoMapper' that could not be found.
  121. Action:
  122. Consider defining a bean of type 'com.factory.file.domain.mapper.FileInfoMapper' in your configuration.
  123. 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)
  124. 2021-06-28 14:02:18.816 INFO 19216 --- [main] com.factory.FileApplication : The following profiles are active: uat
  125. 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!
  126. 2021-06-28 14:02:20.654 INFO 19216 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  127. 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.
  128. 2021-06-28 14:02:21.111 ERROR 19216 --- [main] o.s.boot.SpringApplication : Application run failed
  129. 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]
  130. at org.springframework.context.annotation.ClassPathBeanDefinitionScanner.checkCandidate(ClassPathBeanDefinitionScanner.java:349) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE]
  131. at org.mybatis.spring.mapper.ClassPathMapperScanner.checkCandidate(ClassPathMapperScanner.java:256) ~[mybatis-spring-2.0.5.jar:2.0.5]
  132. at org.springframework.context.annotation.ClassPathBeanDefinitionScanner.doScan(ClassPathBeanDefinitionScanner.java:287) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE]
  133. at org.mybatis.spring.mapper.ClassPathMapperScanner.doScan(ClassPathMapperScanner.java:181) ~[mybatis-spring-2.0.5.jar:2.0.5]
  134. at org.springframework.context.annotation.ClassPathBeanDefinitionScanner.scan(ClassPathBeanDefinitionScanner.java:254) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE]
  135. at org.mybatis.spring.mapper.MapperScannerConfigurer.postProcessBeanDefinitionRegistry(MapperScannerConfigurer.java:356) ~[mybatis-spring-2.0.5.jar:2.0.5]
  136. at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanDefinitionRegistryPostProcessors(PostProcessorRegistrationDelegate.java:280) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE]
  137. at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:126) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE]
  138. at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:707) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE]
  139. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:533) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE]
  140. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) ~[spring-boot-2.3.9.RELEASE.jar:2.3.9.RELEASE]
  141. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) [spring-boot-2.3.9.RELEASE.jar:2.3.9.RELEASE]
  142. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) [spring-boot-2.3.9.RELEASE.jar:2.3.9.RELEASE]
  143. at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) [spring-boot-2.3.9.RELEASE.jar:2.3.9.RELEASE]
  144. at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) [spring-boot-2.3.9.RELEASE.jar:2.3.9.RELEASE]
  145. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) [spring-boot-2.3.9.RELEASE.jar:2.3.9.RELEASE]
  146. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) [spring-boot-2.3.9.RELEASE.jar:2.3.9.RELEASE]
  147. at com.factory.FileApplication.main(FileApplication.java:10) [classes/:na]
  148. 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)
  149. 2021-06-28 14:04:13.918 INFO 1616 --- [main] com.factory.FileApplication : The following profiles are active: uat
  150. 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!
  151. 2021-06-28 14:04:15.704 INFO 1616 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  152. 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.
  153. 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)
  154. 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)
  155. 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)
  156. 2021-06-28 14:04:16.998 INFO 1616 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 30045 (http)
  157. 2021-06-28 14:04:17.015 INFO 1616 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  158. 2021-06-28 14:04:17.016 INFO 1616 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.43]
  159. 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]
  160. 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].
  161. 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].
  162. 2021-06-28 14:04:17.019 INFO 1616 --- [main] o.a.catalina.core.AprLifecycleListener : APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
  163. 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]
  164. 2021-06-28 14:04:18.339 INFO 1616 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/file] : Initializing Spring embedded WebApplicationContext
  165. 2021-06-28 14:04:18.340 INFO 1616 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4367 ms
  166. 2021-06-28 14:04:18.537 INFO 1616 --- [main] com.zaxxer.hikari.HikariDataSource : self - Starting...
  167. 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.
  168. 2021-06-28 14:04:19.704 INFO 1616 --- [main] com.zaxxer.hikari.HikariDataSource : self - Start completed.
  169. 2021-06-28 14:04:19.706 INFO 1616 --- [main] com.zaxxer.hikari.HikariDataSource : file - Starting...
  170. 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.
  171. 2021-06-28 14:04:20.103 INFO 1616 --- [main] com.zaxxer.hikari.HikariDataSource : file - Start completed.
  172. 2021-06-28 14:04:20.104 INFO 1616 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [self] success
  173. 2021-06-28 14:04:20.104 INFO 1616 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [file] success
  174. 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]
  175. 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'
  176. 2021-06-28 14:04:21.116 INFO 1616 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  177. 2021-06-28 14:04:21.116 INFO 1616 --- [main] com.zaxxer.hikari.HikariDataSource : file - Shutdown initiated...
  178. 2021-06-28 14:04:21.219 INFO 1616 --- [main] com.zaxxer.hikari.HikariDataSource : file - Shutdown completed.
  179. 2021-06-28 14:04:21.219 INFO 1616 --- [main] com.zaxxer.hikari.HikariDataSource : self - Shutdown initiated...
  180. 2021-06-28 14:04:21.525 INFO 1616 --- [main] com.zaxxer.hikari.HikariDataSource : self - Shutdown completed.
  181. 2021-06-28 14:04:21.526 INFO 1616 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  182. 2021-06-28 14:04:21.530 INFO 1616 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
  183. 2021-06-28 14:04:21.542 INFO 1616 --- [main] ConditionEvaluationReportLoggingListener :
  184. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  185. 2021-06-28 14:04:21.558 ERROR 1616 --- [main] o.s.boot.SpringApplication : Application run failed
  186. 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'
  187. at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:321) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE]
  188. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1425) ~[spring-beans-5.2.13.RELEASE.jar:5.2.13.RELEASE]
  189. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593) ~[spring-beans-5.2.13.RELEASE.jar:5.2.13.RELEASE]
  190. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) ~[spring-beans-5.2.13.RELEASE.jar:5.2.13.RELEASE]
  191. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) ~[spring-beans-5.2.13.RELEASE.jar:5.2.13.RELEASE]
  192. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.2.13.RELEASE.jar:5.2.13.RELEASE]
  193. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) ~[spring-beans-5.2.13.RELEASE.jar:5.2.13.RELEASE]
  194. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) ~[spring-beans-5.2.13.RELEASE.jar:5.2.13.RELEASE]
  195. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) ~[spring-beans-5.2.13.RELEASE.jar:5.2.13.RELEASE]
  196. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE]
  197. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE]
  198. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) ~[spring-boot-2.3.9.RELEASE.jar:2.3.9.RELEASE]
  199. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) [spring-boot-2.3.9.RELEASE.jar:2.3.9.RELEASE]
  200. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) [spring-boot-2.3.9.RELEASE.jar:2.3.9.RELEASE]
  201. at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) [spring-boot-2.3.9.RELEASE.jar:2.3.9.RELEASE]
  202. at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) [spring-boot-2.3.9.RELEASE.jar:2.3.9.RELEASE]
  203. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) [spring-boot-2.3.9.RELEASE.jar:2.3.9.RELEASE]
  204. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) [spring-boot-2.3.9.RELEASE.jar:2.3.9.RELEASE]
  205. at com.factory.FileApplication.main(FileApplication.java:10) [classes/:na]
  206. 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'
  207. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:399) ~[spring-beans-5.2.13.RELEASE.jar:5.2.13.RELEASE]
  208. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207) ~[spring-beans-5.2.13.RELEASE.jar:5.2.13.RELEASE]
  209. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeanByName(AbstractAutowireCapableBeanFactory.java:453) ~[spring-beans-5.2.13.RELEASE.jar:5.2.13.RELEASE]
  210. at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:527) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE]
  211. at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:497) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE]
  212. at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:650) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE]
  213. at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:228) ~[spring-beans-5.2.13.RELEASE.jar:5.2.13.RELEASE]
  214. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) ~[spring-beans-5.2.13.RELEASE.jar:5.2.13.RELEASE]
  215. at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:318) ~[spring-context-5.2.13.RELEASE.jar:5.2.13.RELEASE]
  216. ... 18 common frames omitted
  217. 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)
  218. 2021-06-28 14:09:01.560 INFO 2084 --- [main] com.factory.FileApplication : The following profiles are active: uat
  219. 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!
  220. 2021-06-28 14:09:03.602 INFO 2084 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  221. 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.
  222. 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)
  223. 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)
  224. 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)
  225. 2021-06-28 14:09:04.869 INFO 2084 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 30045 (http)
  226. 2021-06-28 14:09:04.883 INFO 2084 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  227. 2021-06-28 14:09:04.884 INFO 2084 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.43]
  228. 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]
  229. 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].
  230. 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].
  231. 2021-06-28 14:09:04.887 INFO 2084 --- [main] o.a.catalina.core.AprLifecycleListener : APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
  232. 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]
  233. 2021-06-28 14:09:06.168 INFO 2084 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/file] : Initializing Spring embedded WebApplicationContext
  234. 2021-06-28 14:09:06.169 INFO 2084 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4544 ms
  235. 2021-06-28 14:09:06.353 INFO 2084 --- [main] com.zaxxer.hikari.HikariDataSource : self - Starting...
  236. 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.
  237. 2021-06-28 14:09:07.375 INFO 2084 --- [main] com.zaxxer.hikari.HikariDataSource : self - Start completed.
  238. 2021-06-28 14:09:07.376 INFO 2084 --- [main] com.zaxxer.hikari.HikariDataSource : file - Starting...
  239. 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.
  240. 2021-06-28 14:09:07.768 INFO 2084 --- [main] com.zaxxer.hikari.HikariDataSource : file - Start completed.
  241. 2021-06-28 14:09:07.769 INFO 2084 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [self] success
  242. 2021-06-28 14:09:07.769 INFO 2084 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [file] success
  243. 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]
  244. 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=)}
  245. 2021-06-28 14:09:09.523 INFO 2084 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  246. 2021-06-28 14:09:09.524 INFO 2084 --- [main] com.zaxxer.hikari.HikariDataSource : file - Shutdown initiated...
  247. 2021-06-28 14:09:09.607 INFO 2084 --- [main] com.zaxxer.hikari.HikariDataSource : file - Shutdown completed.
  248. 2021-06-28 14:09:09.608 INFO 2084 --- [main] com.zaxxer.hikari.HikariDataSource : self - Shutdown initiated...
  249. 2021-06-28 14:09:09.907 INFO 2084 --- [main] com.zaxxer.hikari.HikariDataSource : self - Shutdown completed.
  250. 2021-06-28 14:09:09.908 INFO 2084 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  251. 2021-06-28 14:09:09.911 INFO 2084 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
  252. 2021-06-28 14:09:09.925 INFO 2084 --- [main] ConditionEvaluationReportLoggingListener :
  253. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  254. 2021-06-28 14:09:10.106 ERROR 2084 --- [main] o.s.b.d.LoggingFailureAnalysisReporter :
  255. ***************************
  256. APPLICATION FAILED TO START
  257. ***************************
  258. Description:
  259. A component required a bean of type 'cn.jiheng.factory.application.auth.infrastructure.config.AuthenticationInterceptor' that could not be found.
  260. Action:
  261. Consider defining a bean of type 'cn.jiheng.factory.application.auth.infrastructure.config.AuthenticationInterceptor' in your configuration.
  262. 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)
  263. 2021-06-28 14:11:44.380 INFO 2632 --- [main] com.factory.FileApplication : The following profiles are active: uat
  264. 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!
  265. 2021-06-28 14:11:46.166 INFO 2632 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  266. 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.
  267. 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)
  268. 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)
  269. 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)
  270. 2021-06-28 14:11:47.429 INFO 2632 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 30045 (http)
  271. 2021-06-28 14:11:47.443 INFO 2632 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  272. 2021-06-28 14:11:47.443 INFO 2632 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.43]
  273. 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]
  274. 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].
  275. 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].
  276. 2021-06-28 14:11:47.446 INFO 2632 --- [main] o.a.catalina.core.AprLifecycleListener : APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
  277. 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]
  278. 2021-06-28 14:11:48.738 INFO 2632 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/file] : Initializing Spring embedded WebApplicationContext
  279. 2021-06-28 14:11:48.738 INFO 2632 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4304 ms
  280. 2021-06-28 14:11:48.928 INFO 2632 --- [main] com.zaxxer.hikari.HikariDataSource : self - Starting...
  281. 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.
  282. 2021-06-28 14:11:49.987 INFO 2632 --- [main] com.zaxxer.hikari.HikariDataSource : self - Start completed.
  283. 2021-06-28 14:11:49.988 INFO 2632 --- [main] com.zaxxer.hikari.HikariDataSource : file - Starting...
  284. 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.
  285. 2021-06-28 14:11:50.379 INFO 2632 --- [main] com.zaxxer.hikari.HikariDataSource : file - Start completed.
  286. 2021-06-28 14:11:50.380 INFO 2632 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [self] success
  287. 2021-06-28 14:11:50.380 INFO 2632 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [file] success
  288. 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]
  289. 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)]
  290. 2021-06-28 14:11:53.241 INFO 2632 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'taskExecutor'
  291. 2021-06-28 14:11:53.451 INFO 2632 --- [main] c.f.f.i.config.mvc.WebMvcConfig : init download dir:D:\code_all\intelligentfactory
  292. 2021-06-28 14:11:53.535 INFO 2632 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area default , type= redis
  293. 2021-06-28 14:11:53.560 INFO 2632 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area longTime , type= redis
  294. 2021-06-28 14:11:53.563 INFO 2632 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area shortTime , type= redis
  295. 2021-06-28 14:11:53.568 INFO 2632 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area default , type= caffeine
  296. 2021-06-28 14:11:53.570 INFO 2632 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area longTime , type= caffeine
  297. 2021-06-28 14:11:53.571 INFO 2632 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area shortTime , type= caffeine
  298. 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
  299. 2021-06-28 14:11:53.580 INFO 2632 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'taskExecutor'
  300. 2021-06-28 14:11:53.607 INFO 2632 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  301. 2021-06-28 14:11:53.608 INFO 2632 --- [main] com.zaxxer.hikari.HikariDataSource : file - Shutdown initiated...
  302. 2021-06-28 14:11:53.694 INFO 2632 --- [main] com.zaxxer.hikari.HikariDataSource : file - Shutdown completed.
  303. 2021-06-28 14:11:53.694 INFO 2632 --- [main] com.zaxxer.hikari.HikariDataSource : self - Shutdown initiated...
  304. 2021-06-28 14:11:53.704 INFO 2632 --- [main] com.zaxxer.hikari.HikariDataSource : self - Shutdown completed.
  305. 2021-06-28 14:11:53.704 INFO 2632 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  306. 2021-06-28 14:11:53.708 INFO 2632 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
  307. 2021-06-28 14:11:53.721 INFO 2632 --- [main] ConditionEvaluationReportLoggingListener :
  308. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  309. 2021-06-28 14:11:53.898 ERROR 2632 --- [main] o.s.b.d.LoggingFailureAnalysisReporter :
  310. ***************************
  311. APPLICATION FAILED TO START
  312. ***************************
  313. Description:
  314. A component required a bean of type 'com.alicp.jetcache.anno.support.ConfigMap' that could not be found.
  315. Action:
  316. Consider defining a bean of type 'com.alicp.jetcache.anno.support.ConfigMap' in your configuration.
  317. 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)
  318. 2021-06-28 14:12:34.334 INFO 8596 --- [main] com.factory.FileApplication : The following profiles are active: uat
  319. 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!
  320. 2021-06-28 14:12:35.968 INFO 8596 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  321. 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.
  322. 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)
  323. 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)
  324. 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)
  325. 2021-06-28 14:12:37.309 INFO 8596 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 30045 (http)
  326. 2021-06-28 14:12:37.324 INFO 8596 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  327. 2021-06-28 14:12:37.324 INFO 8596 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.43]
  328. 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]
  329. 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].
  330. 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].
  331. 2021-06-28 14:12:37.327 INFO 8596 --- [main] o.a.catalina.core.AprLifecycleListener : APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
  332. 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]
  333. 2021-06-28 14:12:38.621 INFO 8596 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/file] : Initializing Spring embedded WebApplicationContext
  334. 2021-06-28 14:12:38.622 INFO 8596 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4235 ms
  335. 2021-06-28 14:12:38.808 INFO 8596 --- [main] com.zaxxer.hikari.HikariDataSource : self - Starting...
  336. 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.
  337. 2021-06-28 14:12:39.870 INFO 8596 --- [main] com.zaxxer.hikari.HikariDataSource : self - Start completed.
  338. 2021-06-28 14:12:39.871 INFO 8596 --- [main] com.zaxxer.hikari.HikariDataSource : file - Starting...
  339. 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.
  340. 2021-06-28 14:12:40.278 INFO 8596 --- [main] com.zaxxer.hikari.HikariDataSource : file - Start completed.
  341. 2021-06-28 14:12:40.278 INFO 8596 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [self] success
  342. 2021-06-28 14:12:40.278 INFO 8596 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [file] success
  343. 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]
  344. 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)]
  345. 2021-06-28 14:12:43.225 INFO 8596 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'taskExecutor'
  346. 2021-06-28 14:12:43.415 INFO 8596 --- [main] c.f.f.i.config.mvc.WebMvcConfig : init download dir:D:\code_all\intelligentfactory
  347. 2021-06-28 14:12:43.502 INFO 8596 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area default , type= redis
  348. 2021-06-28 14:12:43.526 INFO 8596 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area longTime , type= redis
  349. 2021-06-28 14:12:43.529 INFO 8596 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area shortTime , type= redis
  350. 2021-06-28 14:12:43.534 INFO 8596 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area default , type= caffeine
  351. 2021-06-28 14:12:43.536 INFO 8596 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area longTime , type= caffeine
  352. 2021-06-28 14:12:43.537 INFO 8596 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area shortTime , type= caffeine
  353. 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
  354. 2021-06-28 14:12:43.545 INFO 8596 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'taskExecutor'
  355. 2021-06-28 14:12:43.574 INFO 8596 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  356. 2021-06-28 14:12:43.574 INFO 8596 --- [main] com.zaxxer.hikari.HikariDataSource : file - Shutdown initiated...
  357. 2021-06-28 14:12:43.839 INFO 8596 --- [main] com.zaxxer.hikari.HikariDataSource : file - Shutdown completed.
  358. 2021-06-28 14:12:43.839 INFO 8596 --- [main] com.zaxxer.hikari.HikariDataSource : self - Shutdown initiated...
  359. 2021-06-28 14:12:43.847 INFO 8596 --- [main] com.zaxxer.hikari.HikariDataSource : self - Shutdown completed.
  360. 2021-06-28 14:12:43.847 INFO 8596 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  361. 2021-06-28 14:12:43.851 INFO 8596 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
  362. 2021-06-28 14:12:43.863 INFO 8596 --- [main] ConditionEvaluationReportLoggingListener :
  363. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  364. 2021-06-28 14:12:44.039 ERROR 8596 --- [main] o.s.b.d.LoggingFailureAnalysisReporter :
  365. ***************************
  366. APPLICATION FAILED TO START
  367. ***************************
  368. Description:
  369. A component required a bean of type 'com.alicp.jetcache.anno.support.ConfigMap' that could not be found.
  370. Action:
  371. Consider defining a bean of type 'com.alicp.jetcache.anno.support.ConfigMap' in your configuration.
  372. 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)
  373. 2021-06-28 14:14:07.336 INFO 7248 --- [main] com.factory.FileApplication : The following profiles are active: uat
  374. 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!
  375. 2021-06-28 14:14:09.206 INFO 7248 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  376. 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.
  377. 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)
  378. 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)
  379. 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)
  380. 2021-06-28 14:14:10.487 INFO 7248 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 30045 (http)
  381. 2021-06-28 14:14:10.502 INFO 7248 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  382. 2021-06-28 14:14:10.502 INFO 7248 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.43]
  383. 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]
  384. 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].
  385. 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].
  386. 2021-06-28 14:14:10.505 INFO 7248 --- [main] o.a.catalina.core.AprLifecycleListener : APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
  387. 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]
  388. 2021-06-28 14:14:11.797 INFO 7248 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/file] : Initializing Spring embedded WebApplicationContext
  389. 2021-06-28 14:14:11.797 INFO 7248 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4401 ms
  390. 2021-06-28 14:14:11.990 INFO 7248 --- [main] com.zaxxer.hikari.HikariDataSource : self - Starting...
  391. 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.
  392. 2021-06-28 14:14:13.058 INFO 7248 --- [main] com.zaxxer.hikari.HikariDataSource : self - Start completed.
  393. 2021-06-28 14:14:13.059 INFO 7248 --- [main] com.zaxxer.hikari.HikariDataSource : file - Starting...
  394. 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.
  395. 2021-06-28 14:14:13.456 INFO 7248 --- [main] com.zaxxer.hikari.HikariDataSource : file - Start completed.
  396. 2021-06-28 14:14:13.457 INFO 7248 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [self] success
  397. 2021-06-28 14:14:13.457 INFO 7248 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [file] success
  398. 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]
  399. 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)]
  400. 2021-06-28 14:14:16.369 INFO 7248 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'taskExecutor'
  401. 2021-06-28 14:14:16.559 INFO 7248 --- [main] c.f.f.i.config.mvc.WebMvcConfig : init download dir:D:\code_all\intelligentfactory
  402. 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
  403. 2021-06-28 14:14:16.645 INFO 7248 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'taskExecutor'
  404. 2021-06-28 14:14:16.674 INFO 7248 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  405. 2021-06-28 14:14:16.675 INFO 7248 --- [main] com.zaxxer.hikari.HikariDataSource : file - Shutdown initiated...
  406. 2021-06-28 14:14:16.684 INFO 7248 --- [main] com.zaxxer.hikari.HikariDataSource : file - Shutdown completed.
  407. 2021-06-28 14:14:16.684 INFO 7248 --- [main] com.zaxxer.hikari.HikariDataSource : self - Shutdown initiated...
  408. 2021-06-28 14:14:16.692 INFO 7248 --- [main] com.zaxxer.hikari.HikariDataSource : self - Shutdown completed.
  409. 2021-06-28 14:14:16.692 INFO 7248 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  410. 2021-06-28 14:14:16.695 INFO 7248 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
  411. 2021-06-28 14:14:16.707 INFO 7248 --- [main] ConditionEvaluationReportLoggingListener :
  412. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  413. 2021-06-28 14:14:16.895 ERROR 7248 --- [main] o.s.b.d.LoggingFailureAnalysisReporter :
  414. ***************************
  415. APPLICATION FAILED TO START
  416. ***************************
  417. Description:
  418. A component required a bean of type 'com.alicp.jetcache.anno.support.ConfigMap' that could not be found.
  419. Action:
  420. Consider defining a bean of type 'com.alicp.jetcache.anno.support.ConfigMap' in your configuration.
  421. 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)
  422. 2021-06-28 14:14:51.092 INFO 12416 --- [main] com.factory.FileApplication : The following profiles are active: uat
  423. 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!
  424. 2021-06-28 14:14:52.830 INFO 12416 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  425. 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.
  426. 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)
  427. 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)
  428. 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)
  429. 2021-06-28 14:14:54.245 INFO 12416 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 30045 (http)
  430. 2021-06-28 14:14:54.263 INFO 12416 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  431. 2021-06-28 14:14:54.263 INFO 12416 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.43]
  432. 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]
  433. 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].
  434. 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].
  435. 2021-06-28 14:14:54.267 INFO 12416 --- [main] o.a.catalina.core.AprLifecycleListener : APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
  436. 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]
  437. 2021-06-28 14:14:55.607 INFO 12416 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/file] : Initializing Spring embedded WebApplicationContext
  438. 2021-06-28 14:14:55.608 INFO 12416 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4465 ms
  439. 2021-06-28 14:14:55.831 INFO 12416 --- [main] com.zaxxer.hikari.HikariDataSource : self - Starting...
  440. 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.
  441. 2021-06-28 14:14:56.961 INFO 12416 --- [main] com.zaxxer.hikari.HikariDataSource : self - Start completed.
  442. 2021-06-28 14:14:56.963 INFO 12416 --- [main] com.zaxxer.hikari.HikariDataSource : file - Starting...
  443. 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.
  444. 2021-06-28 14:14:57.398 INFO 12416 --- [main] com.zaxxer.hikari.HikariDataSource : file - Start completed.
  445. 2021-06-28 14:14:57.399 INFO 12416 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [self] success
  446. 2021-06-28 14:14:57.399 INFO 12416 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [file] success
  447. 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]
  448. 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)]
  449. 2021-06-28 14:15:00.654 INFO 12416 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'taskExecutor'
  450. 2021-06-28 14:15:00.835 INFO 12416 --- [main] c.f.f.i.config.mvc.WebMvcConfig : init download dir:D:\code_all\intelligentfactory
  451. 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
  452. 2021-06-28 14:15:00.917 INFO 12416 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'taskExecutor'
  453. 2021-06-28 14:15:00.948 INFO 12416 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  454. 2021-06-28 14:15:00.948 INFO 12416 --- [main] com.zaxxer.hikari.HikariDataSource : file - Shutdown initiated...
  455. 2021-06-28 14:15:00.956 INFO 12416 --- [main] com.zaxxer.hikari.HikariDataSource : file - Shutdown completed.
  456. 2021-06-28 14:15:00.956 INFO 12416 --- [main] com.zaxxer.hikari.HikariDataSource : self - Shutdown initiated...
  457. 2021-06-28 14:15:00.964 INFO 12416 --- [main] com.zaxxer.hikari.HikariDataSource : self - Shutdown completed.
  458. 2021-06-28 14:15:00.964 INFO 12416 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  459. 2021-06-28 14:15:00.967 INFO 12416 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
  460. 2021-06-28 14:15:00.979 INFO 12416 --- [main] ConditionEvaluationReportLoggingListener :
  461. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  462. 2021-06-28 14:15:01.191 ERROR 12416 --- [main] o.s.b.d.LoggingFailureAnalysisReporter :
  463. ***************************
  464. APPLICATION FAILED TO START
  465. ***************************
  466. Description:
  467. A component required a bean of type 'com.alicp.jetcache.anno.support.ConfigMap' that could not be found.
  468. Action:
  469. Consider defining a bean of type 'com.alicp.jetcache.anno.support.ConfigMap' in your configuration.
  470. 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)
  471. 2021-06-28 14:16:25.932 INFO 20912 --- [main] com.factory.FileApplication : The following profiles are active: uat
  472. 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!
  473. 2021-06-28 14:16:27.891 INFO 20912 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  474. 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.
  475. 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)
  476. 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)
  477. 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)
  478. 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)
  479. 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)
  480. 2021-06-28 14:16:29.328 INFO 20912 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 30045 (http)
  481. 2021-06-28 14:16:29.345 INFO 20912 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  482. 2021-06-28 14:16:29.346 INFO 20912 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.43]
  483. 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]
  484. 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].
  485. 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].
  486. 2021-06-28 14:16:29.352 INFO 20912 --- [main] o.a.catalina.core.AprLifecycleListener : APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
  487. 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]
  488. 2021-06-28 14:16:30.635 INFO 20912 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/file] : Initializing Spring embedded WebApplicationContext
  489. 2021-06-28 14:16:30.635 INFO 20912 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4644 ms
  490. 2021-06-28 14:16:30.832 INFO 20912 --- [main] com.zaxxer.hikari.HikariDataSource : self - Starting...
  491. 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.
  492. 2021-06-28 14:16:31.892 INFO 20912 --- [main] com.zaxxer.hikari.HikariDataSource : self - Start completed.
  493. 2021-06-28 14:16:31.894 INFO 20912 --- [main] com.zaxxer.hikari.HikariDataSource : file - Starting...
  494. 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.
  495. 2021-06-28 14:16:32.544 INFO 20912 --- [main] com.zaxxer.hikari.HikariDataSource : file - Start completed.
  496. 2021-06-28 14:16:32.545 INFO 20912 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [self] success
  497. 2021-06-28 14:16:32.545 INFO 20912 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [file] success
  498. 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]
  499. 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)]
  500. 2021-06-28 14:16:35.531 INFO 20912 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'taskExecutor'
  501. 2021-06-28 14:16:35.753 INFO 20912 --- [main] c.f.f.i.config.mvc.WebMvcConfig : init download dir:D:\code_all\intelligentfactory
  502. 2021-06-28 14:16:35.852 INFO 20912 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area default , type= redis
  503. 2021-06-28 14:16:35.874 INFO 20912 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area longTime , type= redis
  504. 2021-06-28 14:16:35.878 INFO 20912 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area shortTime , type= redis
  505. 2021-06-28 14:16:35.882 INFO 20912 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area default , type= caffeine
  506. 2021-06-28 14:16:35.885 INFO 20912 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area longTime , type= caffeine
  507. 2021-06-28 14:16:35.885 INFO 20912 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area shortTime , type= caffeine
  508. 2021-06-28 14:16:35.901 INFO 20912 --- [main] c.a.j.s.DefaultCacheMonitorManager : cache stat period at 15 MINUTES
  509. 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'
  510. 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
  511. 2021-06-28 14:16:36.220 INFO 20912 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
  512. 2021-06-28 14:16:36.243 INFO 20912 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
  513. 2021-06-28 14:16:36.289 INFO 20912 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
  514. 2021-06-28 14:16:36.323 INFO 20912 --- [main] com.factory.FileApplication : Started FileApplication in 11.257 seconds (JVM running for 12.594)
  515. 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'
  516. 2021-06-28 14:16:38.999 INFO 20912 --- [http-nio-30045-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
  517. 2021-06-28 14:16:39.010 INFO 20912 --- [http-nio-30045-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 11 ms
  518. 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)
  519. 2021-06-28 14:17:29.159 INFO 5628 --- [main] com.factory.FileApplication : The following profiles are active: uat
  520. 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!
  521. 2021-06-28 14:17:31.010 INFO 5628 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  522. 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.
  523. 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)
  524. 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)
  525. 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)
  526. 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)
  527. 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)
  528. 2021-06-28 14:17:32.356 INFO 5628 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 30045 (http)
  529. 2021-06-28 14:17:32.370 INFO 5628 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  530. 2021-06-28 14:17:32.371 INFO 5628 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.43]
  531. 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]
  532. 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].
  533. 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].
  534. 2021-06-28 14:17:32.375 INFO 5628 --- [main] o.a.catalina.core.AprLifecycleListener : APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
  535. 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]
  536. 2021-06-28 14:17:33.678 INFO 5628 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/file] : Initializing Spring embedded WebApplicationContext
  537. 2021-06-28 14:17:33.678 INFO 5628 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4465 ms
  538. 2021-06-28 14:17:33.878 INFO 5628 --- [main] com.zaxxer.hikari.HikariDataSource : self - Starting...
  539. 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.
  540. 2021-06-28 14:17:34.907 INFO 5628 --- [main] com.zaxxer.hikari.HikariDataSource : self - Start completed.
  541. 2021-06-28 14:17:34.908 INFO 5628 --- [main] com.zaxxer.hikari.HikariDataSource : file - Starting...
  542. 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.
  543. 2021-06-28 14:17:35.298 INFO 5628 --- [main] com.zaxxer.hikari.HikariDataSource : file - Start completed.
  544. 2021-06-28 14:17:35.299 INFO 5628 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [self] success
  545. 2021-06-28 14:17:35.299 INFO 5628 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [file] success
  546. 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]
  547. 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)]
  548. 2021-06-28 14:17:38.220 INFO 5628 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'taskExecutor'
  549. 2021-06-28 14:17:38.417 INFO 5628 --- [main] c.f.f.i.config.mvc.WebMvcConfig : init download dir:D:\code_all\intelligentfactory
  550. 2021-06-28 14:17:38.517 INFO 5628 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area default , type= redis
  551. 2021-06-28 14:17:38.540 INFO 5628 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area longTime , type= redis
  552. 2021-06-28 14:17:38.544 INFO 5628 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area shortTime , type= redis
  553. 2021-06-28 14:17:38.548 INFO 5628 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area default , type= caffeine
  554. 2021-06-28 14:17:38.552 INFO 5628 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area longTime , type= caffeine
  555. 2021-06-28 14:17:38.552 INFO 5628 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area shortTime , type= caffeine
  556. 2021-06-28 14:17:38.569 INFO 5628 --- [main] c.a.j.s.DefaultCacheMonitorManager : cache stat period at 15 MINUTES
  557. 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'
  558. 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
  559. 2021-06-28 14:17:38.870 INFO 5628 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
  560. 2021-06-28 14:17:38.894 INFO 5628 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
  561. 2021-06-28 14:17:38.939 INFO 5628 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
  562. 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
  563. 2021-06-28 14:17:39.174 INFO 5628 --- [main] com.factory.FileApplication : Started FileApplication in 10.757 seconds (JVM running for 12.006)
  564. 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'
  565. 2021-06-28 14:17:41.894 INFO 5628 --- [http-nio-30045-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
  566. 2021-06-28 14:17:41.909 INFO 5628 --- [http-nio-30045-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 15 ms
  567. 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"}
  568. 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)
  569. 2021-06-28 14:48:22.825 INFO 31492 --- [main] com.factory.FileApplication : The following profiles are active: uat
  570. 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!
  571. 2021-06-28 14:48:24.586 INFO 31492 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  572. 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.
  573. 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)
  574. 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)
  575. 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)
  576. 2021-06-28 14:48:25.834 INFO 31492 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 30045 (http)
  577. 2021-06-28 14:48:25.850 INFO 31492 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  578. 2021-06-28 14:48:25.851 INFO 31492 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.43]
  579. 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]
  580. 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].
  581. 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].
  582. 2021-06-28 14:48:25.854 INFO 31492 --- [main] o.a.catalina.core.AprLifecycleListener : APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
  583. 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]
  584. 2021-06-28 14:48:27.151 INFO 31492 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/file] : Initializing Spring embedded WebApplicationContext
  585. 2021-06-28 14:48:27.151 INFO 31492 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4271 ms
  586. 2021-06-28 14:48:27.333 INFO 31492 --- [main] com.zaxxer.hikari.HikariDataSource : self - Starting...
  587. 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.
  588. 2021-06-28 14:48:28.386 INFO 31492 --- [main] com.zaxxer.hikari.HikariDataSource : self - Start completed.
  589. 2021-06-28 14:48:28.388 INFO 31492 --- [main] com.zaxxer.hikari.HikariDataSource : file - Starting...
  590. 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.
  591. 2021-06-28 14:48:28.871 INFO 31492 --- [main] com.zaxxer.hikari.HikariDataSource : file - Start completed.
  592. 2021-06-28 14:48:28.871 INFO 31492 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [self] success
  593. 2021-06-28 14:48:28.872 INFO 31492 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [file] success
  594. 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]
  595. 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)]
  596. 2021-06-28 14:48:31.796 INFO 31492 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'taskExecutor'
  597. 2021-06-28 14:48:31.985 INFO 31492 --- [main] c.f.f.i.config.mvc.WebMvcConfig : init download dir:D:\code_all\intelligentfactory
  598. 2021-06-28 14:48:32.072 INFO 31492 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area default , type= redis
  599. 2021-06-28 14:48:32.095 INFO 31492 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area longTime , type= redis
  600. 2021-06-28 14:48:32.099 INFO 31492 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area shortTime , type= redis
  601. 2021-06-28 14:48:32.103 INFO 31492 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area default , type= caffeine
  602. 2021-06-28 14:48:32.106 INFO 31492 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area longTime , type= caffeine
  603. 2021-06-28 14:48:32.106 INFO 31492 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area shortTime , type= caffeine
  604. 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
  605. 2021-06-28 14:48:32.115 INFO 31492 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'taskExecutor'
  606. 2021-06-28 14:48:32.145 INFO 31492 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  607. 2021-06-28 14:48:32.146 INFO 31492 --- [main] com.zaxxer.hikari.HikariDataSource : file - Shutdown initiated...
  608. 2021-06-28 14:48:32.154 INFO 31492 --- [main] com.zaxxer.hikari.HikariDataSource : file - Shutdown completed.
  609. 2021-06-28 14:48:32.154 INFO 31492 --- [main] com.zaxxer.hikari.HikariDataSource : self - Shutdown initiated...
  610. 2021-06-28 14:48:32.160 INFO 31492 --- [main] com.zaxxer.hikari.HikariDataSource : self - Shutdown completed.
  611. 2021-06-28 14:48:32.161 INFO 31492 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  612. 2021-06-28 14:48:32.164 INFO 31492 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
  613. 2021-06-28 14:48:32.176 INFO 31492 --- [main] ConditionEvaluationReportLoggingListener :
  614. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  615. 2021-06-28 14:48:32.384 ERROR 31492 --- [main] o.s.b.d.LoggingFailureAnalysisReporter :
  616. ***************************
  617. APPLICATION FAILED TO START
  618. ***************************
  619. Description:
  620. A component required a bean of type 'com.alicp.jetcache.anno.support.ConfigMap' that could not be found.
  621. Action:
  622. Consider defining a bean of type 'com.alicp.jetcache.anno.support.ConfigMap' in your configuration.
  623. 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)
  624. 2021-06-28 14:52:29.662 INFO 7276 --- [main] com.factory.FileApplication : The following profiles are active: uat
  625. 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!
  626. 2021-06-28 14:52:31.356 INFO 7276 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  627. 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.
  628. 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)
  629. 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)
  630. 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)
  631. 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)
  632. 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)
  633. 2021-06-28 14:52:32.728 INFO 7276 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 30045 (http)
  634. 2021-06-28 14:52:32.746 INFO 7276 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  635. 2021-06-28 14:52:32.747 INFO 7276 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.43]
  636. 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]
  637. 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].
  638. 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].
  639. 2021-06-28 14:52:32.751 INFO 7276 --- [main] o.a.catalina.core.AprLifecycleListener : APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
  640. 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]
  641. 2021-06-28 14:52:34.054 INFO 7276 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/file] : Initializing Spring embedded WebApplicationContext
  642. 2021-06-28 14:52:34.055 INFO 7276 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4319 ms
  643. 2021-06-28 14:52:34.246 INFO 7276 --- [main] com.zaxxer.hikari.HikariDataSource : self - Starting...
  644. 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.
  645. 2021-06-28 14:52:35.286 INFO 7276 --- [main] com.zaxxer.hikari.HikariDataSource : self - Start completed.
  646. 2021-06-28 14:52:35.287 INFO 7276 --- [main] com.zaxxer.hikari.HikariDataSource : file - Starting...
  647. 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.
  648. 2021-06-28 14:52:35.687 INFO 7276 --- [main] com.zaxxer.hikari.HikariDataSource : file - Start completed.
  649. 2021-06-28 14:52:35.688 INFO 7276 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [self] success
  650. 2021-06-28 14:52:35.688 INFO 7276 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [file] success
  651. 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]
  652. 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)]
  653. 2021-06-28 14:52:38.653 INFO 7276 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'taskExecutor'
  654. 2021-06-28 14:52:38.883 INFO 7276 --- [main] c.f.f.i.config.mvc.WebMvcConfig : init download dir:D:\code_all\intelligentfactory
  655. 2021-06-28 14:52:38.976 INFO 7276 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area default , type= redis
  656. 2021-06-28 14:52:39.004 INFO 7276 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area longTime , type= redis
  657. 2021-06-28 14:52:39.009 INFO 7276 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area shortTime , type= redis
  658. 2021-06-28 14:52:39.014 INFO 7276 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area default , type= caffeine
  659. 2021-06-28 14:52:39.018 INFO 7276 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area longTime , type= caffeine
  660. 2021-06-28 14:52:39.018 INFO 7276 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area shortTime , type= caffeine
  661. 2021-06-28 14:52:39.052 INFO 7276 --- [main] c.a.j.s.DefaultCacheMonitorManager : cache stat period at 15 MINUTES
  662. 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
  663. 2021-06-28 14:52:39.338 INFO 7276 --- [main] c.a.j.s.DefaultCacheMonitorManager : cache stat canceled
  664. 2021-06-28 14:52:39.340 INFO 7276 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'taskExecutor'
  665. 2021-06-28 14:52:39.371 INFO 7276 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
  666. 2021-06-28 14:52:39.371 INFO 7276 --- [main] com.zaxxer.hikari.HikariDataSource : file - Shutdown initiated...
  667. 2021-06-28 14:52:39.379 INFO 7276 --- [main] com.zaxxer.hikari.HikariDataSource : file - Shutdown completed.
  668. 2021-06-28 14:52:39.379 INFO 7276 --- [main] com.zaxxer.hikari.HikariDataSource : self - Shutdown initiated...
  669. 2021-06-28 14:52:39.387 INFO 7276 --- [main] com.zaxxer.hikari.HikariDataSource : self - Shutdown completed.
  670. 2021-06-28 14:52:39.387 INFO 7276 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
  671. 2021-06-28 14:52:39.390 INFO 7276 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
  672. 2021-06-28 14:52:39.403 INFO 7276 --- [main] ConditionEvaluationReportLoggingListener :
  673. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  674. 2021-06-28 14:52:39.411 ERROR 7276 --- [main] o.s.b.d.LoggingFailureAnalysisReporter :
  675. ***************************
  676. APPLICATION FAILED TO START
  677. ***************************
  678. Description:
  679. Web server failed to start. Port 30045 was already in use.
  680. Action:
  681. Identify and stop the process that's listening on port 30045 or configure this application to listen on another port.
  682. 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)
  683. 2021-06-28 14:52:58.311 INFO 16456 --- [main] com.factory.FileApplication : The following profiles are active: uat
  684. 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!
  685. 2021-06-28 14:52:59.941 INFO 16456 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  686. 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.
  687. 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)
  688. 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)
  689. 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)
  690. 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)
  691. 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)
  692. 2021-06-28 14:53:01.221 INFO 16456 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 30045 (http)
  693. 2021-06-28 14:53:01.236 INFO 16456 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  694. 2021-06-28 14:53:01.237 INFO 16456 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.43]
  695. 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]
  696. 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].
  697. 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].
  698. 2021-06-28 14:53:01.242 INFO 16456 --- [main] o.a.catalina.core.AprLifecycleListener : APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
  699. 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]
  700. 2021-06-28 14:53:02.529 INFO 16456 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/file] : Initializing Spring embedded WebApplicationContext
  701. 2021-06-28 14:53:02.530 INFO 16456 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4161 ms
  702. 2021-06-28 14:53:02.715 INFO 16456 --- [main] com.zaxxer.hikari.HikariDataSource : self - Starting...
  703. 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.
  704. 2021-06-28 14:53:03.729 INFO 16456 --- [main] com.zaxxer.hikari.HikariDataSource : self - Start completed.
  705. 2021-06-28 14:53:03.731 INFO 16456 --- [main] com.zaxxer.hikari.HikariDataSource : file - Starting...
  706. 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.
  707. 2021-06-28 14:53:04.117 INFO 16456 --- [main] com.zaxxer.hikari.HikariDataSource : file - Start completed.
  708. 2021-06-28 14:53:04.118 INFO 16456 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [self] success
  709. 2021-06-28 14:53:04.118 INFO 16456 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [file] success
  710. 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]
  711. 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)]
  712. 2021-06-28 14:53:07.026 INFO 16456 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'taskExecutor'
  713. 2021-06-28 14:53:07.216 INFO 16456 --- [main] c.f.f.i.config.mvc.WebMvcConfig : init download dir:D:\code_all\intelligentfactory
  714. 2021-06-28 14:53:07.303 INFO 16456 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area default , type= redis
  715. 2021-06-28 14:53:07.327 INFO 16456 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area longTime , type= redis
  716. 2021-06-28 14:53:07.331 INFO 16456 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area shortTime , type= redis
  717. 2021-06-28 14:53:07.336 INFO 16456 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area default , type= caffeine
  718. 2021-06-28 14:53:07.339 INFO 16456 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area longTime , type= caffeine
  719. 2021-06-28 14:53:07.340 INFO 16456 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area shortTime , type= caffeine
  720. 2021-06-28 14:53:07.356 INFO 16456 --- [main] c.a.j.s.DefaultCacheMonitorManager : cache stat period at 15 MINUTES
  721. 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'
  722. 2021-06-28 14:53:07.690 INFO 16456 --- [main] c.factory.config.swagger.SwaggerConfig : 项目启动启动成功!接口文档地址: http://192.168.8.1:30045/file/doc.html
  723. 2021-06-28 14:53:07.691 INFO 16456 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
  724. 2021-06-28 14:53:07.715 INFO 16456 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
  725. 2021-06-28 14:53:07.758 INFO 16456 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
  726. 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
  727. 2021-06-28 14:53:07.997 INFO 16456 --- [main] com.factory.FileApplication : Started FileApplication in 10.795 seconds (JVM running for 12.739)
  728. 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'
  729. 2021-06-28 14:53:17.748 INFO 16456 --- [http-nio-30045-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
  730. 2021-06-28 14:53:17.773 INFO 16456 --- [http-nio-30045-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 24 ms
  731. 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"}
  732. 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)
  733. 2021-06-28 14:56:18.131 INFO 924 --- [main] com.factory.FileApplication : The following profiles are active: uat
  734. 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!
  735. 2021-06-28 14:56:20.163 INFO 924 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  736. 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.
  737. 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)
  738. 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)
  739. 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)
  740. 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)
  741. 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)
  742. 2021-06-28 14:56:21.444 INFO 924 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 30045 (http)
  743. 2021-06-28 14:56:21.459 INFO 924 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  744. 2021-06-28 14:56:21.459 INFO 924 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.43]
  745. 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]
  746. 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].
  747. 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].
  748. 2021-06-28 14:56:21.464 INFO 924 --- [main] o.a.catalina.core.AprLifecycleListener : APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
  749. 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]
  750. 2021-06-28 14:56:22.735 INFO 924 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/file] : Initializing Spring embedded WebApplicationContext
  751. 2021-06-28 14:56:22.735 INFO 924 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4550 ms
  752. 2021-06-28 14:56:22.928 INFO 924 --- [main] com.zaxxer.hikari.HikariDataSource : self - Starting...
  753. 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.
  754. 2021-06-28 14:56:23.986 INFO 924 --- [main] com.zaxxer.hikari.HikariDataSource : self - Start completed.
  755. 2021-06-28 14:56:23.988 INFO 924 --- [main] com.zaxxer.hikari.HikariDataSource : file - Starting...
  756. 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.
  757. 2021-06-28 14:56:24.440 INFO 924 --- [main] com.zaxxer.hikari.HikariDataSource : file - Start completed.
  758. 2021-06-28 14:56:24.441 INFO 924 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [self] success
  759. 2021-06-28 14:56:24.441 INFO 924 --- [main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - load a datasource named [file] success
  760. 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]
  761. 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)]
  762. 2021-06-28 14:56:27.327 INFO 924 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'taskExecutor'
  763. 2021-06-28 14:56:27.536 INFO 924 --- [main] com.factory.file.config.WebMvcConfig : init download dir:D:\code_all\intelligentfactory
  764. 2021-06-28 14:56:27.618 INFO 924 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area default , type= redis
  765. 2021-06-28 14:56:27.642 INFO 924 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area longTime , type= redis
  766. 2021-06-28 14:56:27.645 INFO 924 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area shortTime , type= redis
  767. 2021-06-28 14:56:27.650 INFO 924 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area default , type= caffeine
  768. 2021-06-28 14:56:27.654 INFO 924 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area longTime , type= caffeine
  769. 2021-06-28 14:56:27.655 INFO 924 --- [main] c.a.j.a.AbstractCacheAutoInit : init cache area shortTime , type= caffeine
  770. 2021-06-28 14:56:27.670 INFO 924 --- [main] c.a.j.s.DefaultCacheMonitorManager : cache stat period at 15 MINUTES
  771. 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'
  772. 2021-06-28 14:56:27.974 INFO 924 --- [main] c.factory.config.swagger.SwaggerConfig : 项目启动启动成功!接口文档地址: http://192.168.8.1:30045/file/doc.html
  773. 2021-06-28 14:56:27.975 INFO 924 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
  774. 2021-06-28 14:56:27.999 INFO 924 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
  775. 2021-06-28 14:56:28.046 INFO 924 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
  776. 2021-06-28 14:56:28.077 INFO 924 --- [main] com.factory.FileApplication : Started FileApplication in 10.61 seconds (JVM running for 11.997)
  777. 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
  778. cache| qps| rate| get| hit| fail| expire|avgLoadTime|maxLoadTime
  779. -----+----------+-------+--------------+--------------+--------------+--------------+-----------+-----------
  780. -----+----------+-------+--------------+--------------+--------------+--------------+-----------+-----------
  781. 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
  782. cache| qps| rate| get| hit| fail| expire|avgLoadTime|maxLoadTime
  783. -----+----------+-------+--------------+--------------+--------------+--------------+-----------+-----------
  784. -----+----------+-------+--------------+--------------+--------------+--------------+-----------+-----------
  785. 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
  786. cache| qps| rate| get| hit| fail| expire|avgLoadTime|maxLoadTime
  787. -----+----------+-------+--------------+--------------+--------------+--------------+-----------+-----------
  788. -----+----------+-------+--------------+--------------+--------------+--------------+-----------+-----------
  789. 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
  790. cache| qps| rate| get| hit| fail| expire|avgLoadTime|maxLoadTime
  791. -----+----------+-------+--------------+--------------+--------------+--------------+-----------+-----------
  792. -----+----------+-------+--------------+--------------+--------------+--------------+-----------+-----------
  793. 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
  794. cache| qps| rate| get| hit| fail| expire|avgLoadTime|maxLoadTime
  795. -----+----------+-------+--------------+--------------+--------------+--------------+-----------+-----------
  796. -----+----------+-------+--------------+--------------+--------------+--------------+-----------+-----------