log_total.log 55 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500
  1. 2022-01-10 14:55:59.588 INFO 1992 --- [main] imvSmartEartagDataAcquisitionApplication : Starting HuimvSmartEartagDataAcquisitionApplication using Java 1.8.0_131 on WIN-309E4E288AM with PID 1992 (G:\idea\huimv\huimv.goldpig\huimv-goldpig\huimv-goldpig-anquisition\target\classes started by Administrator in G:\idea\huimv\huimv.goldpig\huimv-goldpig)
  2. 2022-01-10 14:55:59.591 INFO 1992 --- [main] imvSmartEartagDataAcquisitionApplication : The following profiles are active: dev
  3. 2022-01-10 14:56:00.383 INFO 1992 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  4. 2022-01-10 14:56:00.408 INFO 1992 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 18 ms. Found 0 JPA repository interfaces.
  5. 2022-01-10 14:56:00.893 INFO 1992 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9501 (http)
  6. 2022-01-10 14:56:00.905 INFO 1992 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  7. 2022-01-10 14:56:00.906 INFO 1992 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.56]
  8. 2022-01-10 14:56:01.001 INFO 1992 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  9. 2022-01-10 14:56:01.001 INFO 1992 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1347 ms
  10. 2022-01-10 14:56:01.086 INFO 1992 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
  11. 2022-01-10 14:56:01.253 INFO 1992 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
  12. 2022-01-10 14:56:01.320 INFO 1992 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
  13. 2022-01-10 14:56:01.368 INFO 1992 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.6.3.Final
  14. 2022-01-10 14:56:01.491 INFO 1992 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
  15. 2022-01-10 14:56:01.578 INFO 1992 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
  16. 2022-01-10 14:56:01.726 INFO 1992 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  17. 2022-01-10 14:56:01.739 INFO 1992 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
  18. 2022-01-10 14:56:02.879 WARN 1992 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
  19. 2022-01-10 14:56:03.101 WARN 1992 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'themeResolver' defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.web.servlet.ThemeResolver]: Factory method 'themeResolver' threw exception; nested exception is java.lang.NoSuchMethodError: org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.themeResolver()Lorg/springframework/web/servlet/ThemeResolver;
  20. 2022-01-10 14:56:03.103 INFO 1992 --- [main] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
  21. 2022-01-10 14:56:03.116 INFO 1992 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
  22. 2022-01-10 14:56:03.122 INFO 1992 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
  23. 2022-01-10 14:56:03.124 INFO 1992 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
  24. 2022-01-10 14:56:03.136 INFO 1992 --- [main] ConditionEvaluationReportLoggingListener :
  25. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  26. 2022-01-10 14:56:03.149 ERROR 1992 --- [main] o.s.b.d.LoggingFailureAnalysisReporter :
  27. ***************************
  28. APPLICATION FAILED TO START
  29. ***************************
  30. Description:
  31. An attempt was made to call a method that does not exist. The attempt was made from the following location:
  32. org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration.themeResolver(WebMvcAutoConfiguration.java:476)
  33. The following method did not exist:
  34. org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.themeResolver()Lorg/springframework/web/servlet/ThemeResolver;
  35. The calling method's class, org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration, was loaded from the following location:
  36. jar:file:/E:/maven/org/springframework/boot/spring-boot-autoconfigure/2.6.2/spring-boot-autoconfigure-2.6.2.jar!/org/springframework/boot/autoconfigure/web/servlet/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class
  37. The called method's class, org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration, is available from the following locations:
  38. jar:file:/E:/maven/org/springframework/spring-webmvc/5.2.5.RELEASE/spring-webmvc-5.2.5.RELEASE.jar!/org/springframework/web/servlet/config/annotation/DelegatingWebMvcConfiguration.class
  39. The called method's class hierarchy was loaded from the following locations:
  40. org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration: file:/E:/maven/org/springframework/spring-webmvc/5.2.5.RELEASE/spring-webmvc-5.2.5.RELEASE.jar
  41. org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport: file:/E:/maven/org/springframework/spring-webmvc/5.2.5.RELEASE/spring-webmvc-5.2.5.RELEASE.jar
  42. Action:
  43. Correct the classpath of your application so that it contains compatible versions of the classes org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration and org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
  44. 2022-01-10 14:57:05.293 INFO 18380 --- [main] imvSmartEartagDataAcquisitionApplication : Starting HuimvSmartEartagDataAcquisitionApplication using Java 1.8.0_131 on WIN-309E4E288AM with PID 18380 (G:\idea\huimv\huimv.goldpig\huimv-goldpig\huimv-goldpig-anquisition\target\classes started by Administrator in G:\idea\huimv\huimv.goldpig\huimv-goldpig)
  45. 2022-01-10 14:57:05.296 INFO 18380 --- [main] imvSmartEartagDataAcquisitionApplication : The following profiles are active: dev
  46. 2022-01-10 14:57:06.080 INFO 18380 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  47. 2022-01-10 14:57:06.104 INFO 18380 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 15 ms. Found 0 JPA repository interfaces.
  48. 2022-01-10 14:57:06.561 INFO 18380 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9501 (http)
  49. 2022-01-10 14:57:06.569 INFO 18380 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  50. 2022-01-10 14:57:06.570 INFO 18380 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.56]
  51. 2022-01-10 14:57:06.645 INFO 18380 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  52. 2022-01-10 14:57:06.645 INFO 18380 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1291 ms
  53. 2022-01-10 14:57:06.743 INFO 18380 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
  54. 2022-01-10 14:57:06.925 INFO 18380 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
  55. 2022-01-10 14:57:06.960 INFO 18380 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
  56. 2022-01-10 14:57:06.998 INFO 18380 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.6.3.Final
  57. 2022-01-10 14:57:07.107 INFO 18380 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
  58. 2022-01-10 14:57:07.193 INFO 18380 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
  59. 2022-01-10 14:57:07.319 INFO 18380 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  60. 2022-01-10 14:57:07.330 INFO 18380 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
  61. 2022-01-10 14:57:08.492 WARN 18380 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
  62. 2022-01-10 14:57:08.745 WARN 18380 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'themeResolver' defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.web.servlet.ThemeResolver]: Factory method 'themeResolver' threw exception; nested exception is java.lang.NoSuchMethodError: org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.themeResolver()Lorg/springframework/web/servlet/ThemeResolver;
  63. 2022-01-10 14:57:08.746 INFO 18380 --- [main] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
  64. 2022-01-10 14:57:08.748 INFO 18380 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
  65. 2022-01-10 14:57:08.752 INFO 18380 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
  66. 2022-01-10 14:57:08.753 INFO 18380 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
  67. 2022-01-10 14:57:08.766 INFO 18380 --- [main] ConditionEvaluationReportLoggingListener :
  68. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  69. 2022-01-10 14:57:08.783 ERROR 18380 --- [main] o.s.b.d.LoggingFailureAnalysisReporter :
  70. ***************************
  71. APPLICATION FAILED TO START
  72. ***************************
  73. Description:
  74. An attempt was made to call a method that does not exist. The attempt was made from the following location:
  75. org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration.themeResolver(WebMvcAutoConfiguration.java:476)
  76. The following method did not exist:
  77. org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.themeResolver()Lorg/springframework/web/servlet/ThemeResolver;
  78. The calling method's class, org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration, was loaded from the following location:
  79. jar:file:/E:/maven/org/springframework/boot/spring-boot-autoconfigure/2.6.2/spring-boot-autoconfigure-2.6.2.jar!/org/springframework/boot/autoconfigure/web/servlet/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class
  80. The called method's class, org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration, is available from the following locations:
  81. jar:file:/E:/maven/org/springframework/spring-webmvc/5.2.5.RELEASE/spring-webmvc-5.2.5.RELEASE.jar!/org/springframework/web/servlet/config/annotation/DelegatingWebMvcConfiguration.class
  82. The called method's class hierarchy was loaded from the following locations:
  83. org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration: file:/E:/maven/org/springframework/spring-webmvc/5.2.5.RELEASE/spring-webmvc-5.2.5.RELEASE.jar
  84. org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport: file:/E:/maven/org/springframework/spring-webmvc/5.2.5.RELEASE/spring-webmvc-5.2.5.RELEASE.jar
  85. Action:
  86. Correct the classpath of your application so that it contains compatible versions of the classes org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration and org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
  87. 2022-01-10 14:59:10.256 INFO 15304 --- [main] imvSmartEartagDataAcquisitionApplication : Starting HuimvSmartEartagDataAcquisitionApplication using Java 1.8.0_131 on WIN-309E4E288AM with PID 15304 (G:\idea\huimv\huimv.goldpig\huimv-goldpig\huimv-goldpig-anquisition\target\classes started by Administrator in G:\idea\huimv\huimv.goldpig\huimv-goldpig)
  88. 2022-01-10 14:59:10.260 INFO 15304 --- [main] imvSmartEartagDataAcquisitionApplication : The following profiles are active: dev
  89. 2022-01-10 14:59:11.166 INFO 15304 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  90. 2022-01-10 14:59:11.194 INFO 15304 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 19 ms. Found 0 JPA repository interfaces.
  91. 2022-01-10 14:59:11.695 INFO 15304 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9501 (http)
  92. 2022-01-10 14:59:11.702 INFO 15304 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  93. 2022-01-10 14:59:11.702 INFO 15304 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.56]
  94. 2022-01-10 14:59:11.786 INFO 15304 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  95. 2022-01-10 14:59:11.787 INFO 15304 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1470 ms
  96. 2022-01-10 14:59:11.879 INFO 15304 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
  97. 2022-01-10 14:59:12.070 INFO 15304 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
  98. 2022-01-10 14:59:12.113 INFO 15304 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
  99. 2022-01-10 14:59:12.155 INFO 15304 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.6.3.Final
  100. 2022-01-10 14:59:12.269 INFO 15304 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
  101. 2022-01-10 14:59:12.380 INFO 15304 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
  102. 2022-01-10 14:59:12.514 INFO 15304 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  103. 2022-01-10 14:59:12.522 INFO 15304 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
  104. 2022-01-10 14:59:13.631 WARN 15304 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
  105. 2022-01-10 14:59:13.836 WARN 15304 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'themeResolver' defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.web.servlet.ThemeResolver]: Factory method 'themeResolver' threw exception; nested exception is java.lang.NoSuchMethodError: org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.themeResolver()Lorg/springframework/web/servlet/ThemeResolver;
  106. 2022-01-10 14:59:13.838 INFO 15304 --- [main] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
  107. 2022-01-10 14:59:13.841 INFO 15304 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
  108. 2022-01-10 14:59:13.845 INFO 15304 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
  109. 2022-01-10 14:59:13.847 INFO 15304 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
  110. 2022-01-10 14:59:13.857 INFO 15304 --- [main] ConditionEvaluationReportLoggingListener :
  111. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  112. 2022-01-10 14:59:13.904 ERROR 15304 --- [main] o.s.b.d.LoggingFailureAnalysisReporter :
  113. ***************************
  114. APPLICATION FAILED TO START
  115. ***************************
  116. Description:
  117. An attempt was made to call a method that does not exist. The attempt was made from the following location:
  118. org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration.themeResolver(WebMvcAutoConfiguration.java:476)
  119. The following method did not exist:
  120. org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.themeResolver()Lorg/springframework/web/servlet/ThemeResolver;
  121. The calling method's class, org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration, was loaded from the following location:
  122. jar:file:/E:/maven/org/springframework/boot/spring-boot-autoconfigure/2.6.2/spring-boot-autoconfigure-2.6.2.jar!/org/springframework/boot/autoconfigure/web/servlet/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class
  123. The called method's class, org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration, is available from the following locations:
  124. jar:file:/E:/maven/org/springframework/spring-webmvc/5.2.5.RELEASE/spring-webmvc-5.2.5.RELEASE.jar!/org/springframework/web/servlet/config/annotation/DelegatingWebMvcConfiguration.class
  125. The called method's class hierarchy was loaded from the following locations:
  126. org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration: file:/E:/maven/org/springframework/spring-webmvc/5.2.5.RELEASE/spring-webmvc-5.2.5.RELEASE.jar
  127. org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport: file:/E:/maven/org/springframework/spring-webmvc/5.2.5.RELEASE/spring-webmvc-5.2.5.RELEASE.jar
  128. Action:
  129. Correct the classpath of your application so that it contains compatible versions of the classes org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration and org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
  130. 2022-01-10 15:02:29.812 INFO 2204 --- [main] imvSmartEartagDataAcquisitionApplication : Starting HuimvSmartEartagDataAcquisitionApplication using Java 1.8.0_131 on WIN-309E4E288AM with PID 2204 (G:\idea\huimv\huimv.goldpig\huimv-goldpig\huimv-goldpig-anquisition\target\classes started by Administrator in G:\idea\huimv\huimv.goldpig\huimv-goldpig)
  131. 2022-01-10 15:02:29.816 INFO 2204 --- [main] imvSmartEartagDataAcquisitionApplication : The following profiles are active: dev
  132. 2022-01-10 15:02:30.513 INFO 2204 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  133. 2022-01-10 15:02:30.536 INFO 2204 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 15 ms. Found 0 JPA repository interfaces.
  134. 2022-01-10 15:02:30.972 INFO 2204 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9501 (http)
  135. 2022-01-10 15:02:30.979 INFO 2204 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  136. 2022-01-10 15:02:30.980 INFO 2204 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.56]
  137. 2022-01-10 15:02:31.071 INFO 2204 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  138. 2022-01-10 15:02:31.071 INFO 2204 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1208 ms
  139. 2022-01-10 15:02:31.158 INFO 2204 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
  140. 2022-01-10 15:02:31.384 INFO 2204 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
  141. 2022-01-10 15:02:31.424 INFO 2204 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
  142. 2022-01-10 15:02:31.471 INFO 2204 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.6.3.Final
  143. 2022-01-10 15:02:31.582 INFO 2204 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
  144. 2022-01-10 15:02:31.670 INFO 2204 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
  145. 2022-01-10 15:02:31.791 INFO 2204 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  146. 2022-01-10 15:02:31.801 INFO 2204 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
  147. 2022-01-10 15:02:32.832 WARN 2204 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
  148. 2022-01-10 15:02:33.023 WARN 2204 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'themeResolver' defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.web.servlet.ThemeResolver]: Factory method 'themeResolver' threw exception; nested exception is java.lang.NoSuchMethodError: org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.themeResolver()Lorg/springframework/web/servlet/ThemeResolver;
  149. 2022-01-10 15:02:33.025 INFO 2204 --- [main] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
  150. 2022-01-10 15:02:33.028 INFO 2204 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
  151. 2022-01-10 15:02:33.032 INFO 2204 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
  152. 2022-01-10 15:02:33.035 INFO 2204 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
  153. 2022-01-10 15:02:33.042 INFO 2204 --- [main] ConditionEvaluationReportLoggingListener :
  154. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  155. 2022-01-10 15:02:33.064 ERROR 2204 --- [main] o.s.b.d.LoggingFailureAnalysisReporter :
  156. ***************************
  157. APPLICATION FAILED TO START
  158. ***************************
  159. Description:
  160. An attempt was made to call a method that does not exist. The attempt was made from the following location:
  161. org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration.themeResolver(WebMvcAutoConfiguration.java:476)
  162. The following method did not exist:
  163. org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.themeResolver()Lorg/springframework/web/servlet/ThemeResolver;
  164. The calling method's class, org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration, was loaded from the following location:
  165. jar:file:/E:/maven/org/springframework/boot/spring-boot-autoconfigure/2.6.2/spring-boot-autoconfigure-2.6.2.jar!/org/springframework/boot/autoconfigure/web/servlet/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class
  166. The called method's class, org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration, is available from the following locations:
  167. jar:file:/E:/maven/org/springframework/spring-webmvc/5.2.5.RELEASE/spring-webmvc-5.2.5.RELEASE.jar!/org/springframework/web/servlet/config/annotation/DelegatingWebMvcConfiguration.class
  168. The called method's class hierarchy was loaded from the following locations:
  169. org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration: file:/E:/maven/org/springframework/spring-webmvc/5.2.5.RELEASE/spring-webmvc-5.2.5.RELEASE.jar
  170. org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport: file:/E:/maven/org/springframework/spring-webmvc/5.2.5.RELEASE/spring-webmvc-5.2.5.RELEASE.jar
  171. Action:
  172. Correct the classpath of your application so that it contains compatible versions of the classes org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration and org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
  173. 2022-01-10 15:04:24.282 INFO 19060 --- [main] imvSmartEartagDataAcquisitionApplication : Starting HuimvSmartEartagDataAcquisitionApplication using Java 1.8.0_131 on WIN-309E4E288AM with PID 19060 (G:\idea\huimv\huimv.goldpig\huimv-goldpig\huimv-goldpig-anquisition\target\classes started by Administrator in G:\idea\huimv\huimv.goldpig\huimv-goldpig)
  174. 2022-01-10 15:04:24.285 INFO 19060 --- [main] imvSmartEartagDataAcquisitionApplication : The following profiles are active: dev
  175. 2022-01-10 15:04:25.052 INFO 19060 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  176. 2022-01-10 15:04:25.081 INFO 19060 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 18 ms. Found 0 JPA repository interfaces.
  177. 2022-01-10 15:04:25.552 INFO 19060 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9501 (http)
  178. 2022-01-10 15:04:25.564 INFO 19060 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  179. 2022-01-10 15:04:25.565 INFO 19060 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.56]
  180. 2022-01-10 15:04:25.653 INFO 19060 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  181. 2022-01-10 15:04:25.654 INFO 19060 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1313 ms
  182. 2022-01-10 15:04:25.768 INFO 19060 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
  183. 2022-01-10 15:04:25.924 INFO 19060 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
  184. 2022-01-10 15:04:25.962 INFO 19060 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
  185. 2022-01-10 15:04:26.002 INFO 19060 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.6.3.Final
  186. 2022-01-10 15:04:26.126 INFO 19060 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
  187. 2022-01-10 15:04:26.213 INFO 19060 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
  188. 2022-01-10 15:04:26.343 INFO 19060 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  189. 2022-01-10 15:04:26.352 INFO 19060 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
  190. 2022-01-10 15:04:27.404 WARN 19060 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
  191. 2022-01-10 15:04:27.617 WARN 19060 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'themeResolver' defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.web.servlet.ThemeResolver]: Factory method 'themeResolver' threw exception; nested exception is java.lang.NoSuchMethodError: org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.themeResolver()Lorg/springframework/web/servlet/ThemeResolver;
  192. 2022-01-10 15:04:27.620 INFO 19060 --- [main] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
  193. 2022-01-10 15:04:27.623 INFO 19060 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
  194. 2022-01-10 15:04:27.628 INFO 19060 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
  195. 2022-01-10 15:04:27.630 INFO 19060 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
  196. 2022-01-10 15:04:27.638 INFO 19060 --- [main] ConditionEvaluationReportLoggingListener :
  197. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  198. 2022-01-10 15:04:27.658 ERROR 19060 --- [main] o.s.b.d.LoggingFailureAnalysisReporter :
  199. ***************************
  200. APPLICATION FAILED TO START
  201. ***************************
  202. Description:
  203. An attempt was made to call a method that does not exist. The attempt was made from the following location:
  204. org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration.themeResolver(WebMvcAutoConfiguration.java:476)
  205. The following method did not exist:
  206. org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.themeResolver()Lorg/springframework/web/servlet/ThemeResolver;
  207. The calling method's class, org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration, was loaded from the following location:
  208. jar:file:/E:/maven/org/springframework/boot/spring-boot-autoconfigure/2.6.2/spring-boot-autoconfigure-2.6.2.jar!/org/springframework/boot/autoconfigure/web/servlet/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class
  209. The called method's class, org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration, is available from the following locations:
  210. jar:file:/E:/maven/org/springframework/spring-webmvc/5.2.5.RELEASE/spring-webmvc-5.2.5.RELEASE.jar!/org/springframework/web/servlet/config/annotation/DelegatingWebMvcConfiguration.class
  211. The called method's class hierarchy was loaded from the following locations:
  212. org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration: file:/E:/maven/org/springframework/spring-webmvc/5.2.5.RELEASE/spring-webmvc-5.2.5.RELEASE.jar
  213. org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport: file:/E:/maven/org/springframework/spring-webmvc/5.2.5.RELEASE/spring-webmvc-5.2.5.RELEASE.jar
  214. Action:
  215. Correct the classpath of your application so that it contains compatible versions of the classes org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration and org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
  216. 2022-01-10 15:07:23.496 INFO 1304 --- [main] imvSmartEartagDataAcquisitionApplication : Starting HuimvSmartEartagDataAcquisitionApplication using Java 1.8.0_131 on WIN-309E4E288AM with PID 1304 (G:\idea\huimv\huimv.goldpig\huimv-goldpig\huimv-goldpig-anquisition\target\classes started by Administrator in G:\idea\huimv\huimv.goldpig\huimv-goldpig)
  217. 2022-01-10 15:07:23.502 INFO 1304 --- [main] imvSmartEartagDataAcquisitionApplication : The following profiles are active: dev
  218. 2022-01-10 15:07:24.286 INFO 1304 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  219. 2022-01-10 15:07:24.313 INFO 1304 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 16 ms. Found 0 JPA repository interfaces.
  220. 2022-01-10 15:07:24.776 INFO 1304 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9501 (http)
  221. 2022-01-10 15:07:24.782 INFO 1304 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  222. 2022-01-10 15:07:24.782 INFO 1304 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.56]
  223. 2022-01-10 15:07:24.867 INFO 1304 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  224. 2022-01-10 15:07:24.867 INFO 1304 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1311 ms
  225. 2022-01-10 15:07:24.968 INFO 1304 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
  226. 2022-01-10 15:07:25.120 INFO 1304 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
  227. 2022-01-10 15:07:25.160 INFO 1304 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
  228. 2022-01-10 15:07:25.199 INFO 1304 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.6.3.Final
  229. 2022-01-10 15:07:25.315 INFO 1304 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
  230. 2022-01-10 15:07:25.419 INFO 1304 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
  231. 2022-01-10 15:07:25.557 INFO 1304 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  232. 2022-01-10 15:07:25.568 INFO 1304 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
  233. 2022-01-10 15:07:26.702 WARN 1304 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
  234. 2022-01-10 15:07:26.931 WARN 1304 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'themeResolver' defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.web.servlet.ThemeResolver]: Factory method 'themeResolver' threw exception; nested exception is java.lang.NoSuchMethodError: org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.themeResolver()Lorg/springframework/web/servlet/ThemeResolver;
  235. 2022-01-10 15:07:26.933 INFO 1304 --- [main] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
  236. 2022-01-10 15:07:26.935 INFO 1304 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
  237. 2022-01-10 15:07:26.939 INFO 1304 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
  238. 2022-01-10 15:07:26.940 INFO 1304 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
  239. 2022-01-10 15:07:26.950 INFO 1304 --- [main] ConditionEvaluationReportLoggingListener :
  240. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  241. 2022-01-10 15:07:26.970 ERROR 1304 --- [main] o.s.b.d.LoggingFailureAnalysisReporter :
  242. ***************************
  243. APPLICATION FAILED TO START
  244. ***************************
  245. Description:
  246. An attempt was made to call a method that does not exist. The attempt was made from the following location:
  247. org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration.themeResolver(WebMvcAutoConfiguration.java:476)
  248. The following method did not exist:
  249. org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.themeResolver()Lorg/springframework/web/servlet/ThemeResolver;
  250. The calling method's class, org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration, was loaded from the following location:
  251. jar:file:/E:/maven/org/springframework/boot/spring-boot-autoconfigure/2.6.2/spring-boot-autoconfigure-2.6.2.jar!/org/springframework/boot/autoconfigure/web/servlet/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class
  252. The called method's class, org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration, is available from the following locations:
  253. jar:file:/E:/maven/org/springframework/spring-webmvc/5.2.5.RELEASE/spring-webmvc-5.2.5.RELEASE.jar!/org/springframework/web/servlet/config/annotation/DelegatingWebMvcConfiguration.class
  254. The called method's class hierarchy was loaded from the following locations:
  255. org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration: file:/E:/maven/org/springframework/spring-webmvc/5.2.5.RELEASE/spring-webmvc-5.2.5.RELEASE.jar
  256. org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport: file:/E:/maven/org/springframework/spring-webmvc/5.2.5.RELEASE/spring-webmvc-5.2.5.RELEASE.jar
  257. Action:
  258. Correct the classpath of your application so that it contains compatible versions of the classes org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration and org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
  259. 2022-01-10 15:08:44.395 INFO 4184 --- [main] imvSmartEartagDataAcquisitionApplication : Starting HuimvSmartEartagDataAcquisitionApplication using Java 1.8.0_131 on WIN-309E4E288AM with PID 4184 (G:\idea\huimv\huimv.goldpig\huimv-goldpig\huimv-goldpig-anquisition\target\classes started by Administrator in G:\idea\huimv\huimv.goldpig\huimv-goldpig)
  260. 2022-01-10 15:08:44.398 INFO 4184 --- [main] imvSmartEartagDataAcquisitionApplication : The following profiles are active: dev
  261. 2022-01-10 15:08:45.156 INFO 4184 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  262. 2022-01-10 15:08:45.181 INFO 4184 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 17 ms. Found 0 JPA repository interfaces.
  263. 2022-01-10 15:08:45.632 INFO 4184 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9501 (http)
  264. 2022-01-10 15:08:45.643 INFO 4184 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  265. 2022-01-10 15:08:45.643 INFO 4184 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.56]
  266. 2022-01-10 15:08:45.722 INFO 4184 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  267. 2022-01-10 15:08:45.722 INFO 4184 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1273 ms
  268. 2022-01-10 15:08:45.816 INFO 4184 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
  269. 2022-01-10 15:08:45.965 INFO 4184 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
  270. 2022-01-10 15:08:46.003 INFO 4184 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
  271. 2022-01-10 15:08:46.043 INFO 4184 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.6.3.Final
  272. 2022-01-10 15:08:46.161 INFO 4184 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
  273. 2022-01-10 15:08:46.263 INFO 4184 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
  274. 2022-01-10 15:08:46.409 INFO 4184 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  275. 2022-01-10 15:08:46.418 INFO 4184 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
  276. 2022-01-10 15:08:47.448 WARN 4184 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
  277. 2022-01-10 15:08:47.653 WARN 4184 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'themeResolver' defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.web.servlet.ThemeResolver]: Factory method 'themeResolver' threw exception; nested exception is java.lang.NoSuchMethodError: org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.themeResolver()Lorg/springframework/web/servlet/ThemeResolver;
  278. 2022-01-10 15:08:47.655 INFO 4184 --- [main] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
  279. 2022-01-10 15:08:47.657 INFO 4184 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
  280. 2022-01-10 15:08:47.662 INFO 4184 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
  281. 2022-01-10 15:08:47.663 INFO 4184 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
  282. 2022-01-10 15:08:47.675 INFO 4184 --- [main] ConditionEvaluationReportLoggingListener :
  283. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  284. 2022-01-10 15:08:47.694 ERROR 4184 --- [main] o.s.b.d.LoggingFailureAnalysisReporter :
  285. ***************************
  286. APPLICATION FAILED TO START
  287. ***************************
  288. Description:
  289. An attempt was made to call a method that does not exist. The attempt was made from the following location:
  290. org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration.themeResolver(WebMvcAutoConfiguration.java:476)
  291. The following method did not exist:
  292. org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.themeResolver()Lorg/springframework/web/servlet/ThemeResolver;
  293. The calling method's class, org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration, was loaded from the following location:
  294. jar:file:/E:/maven/org/springframework/boot/spring-boot-autoconfigure/2.6.2/spring-boot-autoconfigure-2.6.2.jar!/org/springframework/boot/autoconfigure/web/servlet/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class
  295. The called method's class, org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration, is available from the following locations:
  296. jar:file:/E:/maven/org/springframework/spring-webmvc/5.2.5.RELEASE/spring-webmvc-5.2.5.RELEASE.jar!/org/springframework/web/servlet/config/annotation/DelegatingWebMvcConfiguration.class
  297. The called method's class hierarchy was loaded from the following locations:
  298. org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration: file:/E:/maven/org/springframework/spring-webmvc/5.2.5.RELEASE/spring-webmvc-5.2.5.RELEASE.jar
  299. org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport: file:/E:/maven/org/springframework/spring-webmvc/5.2.5.RELEASE/spring-webmvc-5.2.5.RELEASE.jar
  300. Action:
  301. Correct the classpath of your application so that it contains compatible versions of the classes org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration and org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
  302. 2022-01-10 15:10:05.512 INFO 17544 --- [main] imvSmartEartagDataAcquisitionApplication : Starting HuimvSmartEartagDataAcquisitionApplication using Java 1.8.0_131 on WIN-309E4E288AM with PID 17544 (G:\idea\huimv\huimv.goldpig\huimv-goldpig\huimv-goldpig-anquisition\target\classes started by Administrator in G:\idea\huimv\huimv.goldpig\huimv-goldpig)
  303. 2022-01-10 15:10:05.515 INFO 17544 --- [main] imvSmartEartagDataAcquisitionApplication : The following profiles are active: dev
  304. 2022-01-10 15:10:06.415 INFO 17544 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  305. 2022-01-10 15:10:06.444 INFO 17544 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 21 ms. Found 0 JPA repository interfaces.
  306. 2022-01-10 15:10:06.917 INFO 17544 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9501 (http)
  307. 2022-01-10 15:10:06.924 INFO 17544 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  308. 2022-01-10 15:10:06.925 INFO 17544 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.56]
  309. 2022-01-10 15:10:07.002 INFO 17544 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  310. 2022-01-10 15:10:07.002 INFO 17544 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1399 ms
  311. 2022-01-10 15:10:07.100 INFO 17544 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
  312. 2022-01-10 15:10:07.286 INFO 17544 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
  313. 2022-01-10 15:10:07.325 INFO 17544 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
  314. 2022-01-10 15:10:07.364 INFO 17544 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.6.3.Final
  315. 2022-01-10 15:10:07.483 INFO 17544 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
  316. 2022-01-10 15:10:07.572 INFO 17544 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
  317. 2022-01-10 15:10:07.684 INFO 17544 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  318. 2022-01-10 15:10:07.693 INFO 17544 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
  319. 2022-01-10 15:10:08.793 WARN 17544 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
  320. 2022-01-10 15:10:08.970 WARN 17544 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'themeResolver' defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.web.servlet.ThemeResolver]: Factory method 'themeResolver' threw exception; nested exception is java.lang.NoSuchMethodError: org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.themeResolver()Lorg/springframework/web/servlet/ThemeResolver;
  321. 2022-01-10 15:10:08.972 INFO 17544 --- [main] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
  322. 2022-01-10 15:10:08.973 INFO 17544 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
  323. 2022-01-10 15:10:08.978 INFO 17544 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
  324. 2022-01-10 15:10:08.980 INFO 17544 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
  325. 2022-01-10 15:10:08.991 INFO 17544 --- [main] ConditionEvaluationReportLoggingListener :
  326. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  327. 2022-01-10 15:10:09.006 ERROR 17544 --- [main] o.s.b.d.LoggingFailureAnalysisReporter :
  328. ***************************
  329. APPLICATION FAILED TO START
  330. ***************************
  331. Description:
  332. An attempt was made to call a method that does not exist. The attempt was made from the following location:
  333. org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration.themeResolver(WebMvcAutoConfiguration.java:476)
  334. The following method did not exist:
  335. org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.themeResolver()Lorg/springframework/web/servlet/ThemeResolver;
  336. The calling method's class, org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration, was loaded from the following location:
  337. jar:file:/E:/maven/org/springframework/boot/spring-boot-autoconfigure/2.6.2/spring-boot-autoconfigure-2.6.2.jar!/org/springframework/boot/autoconfigure/web/servlet/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class
  338. The called method's class, org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration, is available from the following locations:
  339. jar:file:/E:/maven/org/springframework/spring-webmvc/5.2.5.RELEASE/spring-webmvc-5.2.5.RELEASE.jar!/org/springframework/web/servlet/config/annotation/DelegatingWebMvcConfiguration.class
  340. The called method's class hierarchy was loaded from the following locations:
  341. org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration: file:/E:/maven/org/springframework/spring-webmvc/5.2.5.RELEASE/spring-webmvc-5.2.5.RELEASE.jar
  342. org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport: file:/E:/maven/org/springframework/spring-webmvc/5.2.5.RELEASE/spring-webmvc-5.2.5.RELEASE.jar
  343. Action:
  344. Correct the classpath of your application so that it contains compatible versions of the classes org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration and org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
  345. 2022-01-10 15:10:56.681 INFO 16000 --- [main] imvSmartEartagDataAcquisitionApplication : Starting HuimvSmartEartagDataAcquisitionApplication using Java 1.8.0_131 on WIN-309E4E288AM with PID 16000 (G:\idea\huimv\huimv.goldpig\huimv-goldpig\huimv-goldpig-anquisition\target\classes started by Administrator in G:\idea\huimv\huimv.goldpig\huimv-goldpig)
  346. 2022-01-10 15:10:56.684 INFO 16000 --- [main] imvSmartEartagDataAcquisitionApplication : The following profiles are active: dev
  347. 2022-01-10 15:10:57.401 INFO 16000 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  348. 2022-01-10 15:10:57.425 INFO 16000 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 16 ms. Found 0 JPA repository interfaces.
  349. 2022-01-10 15:10:57.870 INFO 16000 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9501 (http)
  350. 2022-01-10 15:10:57.877 INFO 16000 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  351. 2022-01-10 15:10:57.878 INFO 16000 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.56]
  352. 2022-01-10 15:10:57.966 INFO 16000 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  353. 2022-01-10 15:10:57.966 INFO 16000 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1237 ms
  354. 2022-01-10 15:10:58.075 INFO 16000 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
  355. 2022-01-10 15:10:58.218 INFO 16000 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
  356. 2022-01-10 15:10:58.300 INFO 16000 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
  357. 2022-01-10 15:10:58.337 INFO 16000 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.6.3.Final
  358. 2022-01-10 15:10:58.443 INFO 16000 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
  359. 2022-01-10 15:10:58.531 INFO 16000 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
  360. 2022-01-10 15:10:58.646 INFO 16000 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  361. 2022-01-10 15:10:58.660 INFO 16000 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
  362. 2022-01-10 15:10:59.726 WARN 16000 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
  363. 2022-01-10 15:11:00.090 INFO 16000 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9501 (http) with context path ''
  364. 2022-01-10 15:11:00.100 INFO 16000 --- [main] imvSmartEartagDataAcquisitionApplication : Started HuimvSmartEartagDataAcquisitionApplication in 4.158 seconds (JVM running for 5.006)