123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500 |
- 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)
- 2022-01-10 14:55:59.591 INFO 1992 --- [main] imvSmartEartagDataAcquisitionApplication : The following profiles are active: dev
- 2022-01-10 14:56:00.383 INFO 1992 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
- 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.
- 2022-01-10 14:56:00.893 INFO 1992 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9501 (http)
- 2022-01-10 14:56:00.905 INFO 1992 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2022-01-10 14:56:00.906 INFO 1992 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.56]
- 2022-01-10 14:56:01.001 INFO 1992 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2022-01-10 14:56:01.001 INFO 1992 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1347 ms
- 2022-01-10 14:56:01.086 INFO 1992 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
- 2022-01-10 14:56:01.253 INFO 1992 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
- 2022-01-10 14:56:01.320 INFO 1992 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
- 2022-01-10 14:56:01.368 INFO 1992 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.6.3.Final
- 2022-01-10 14:56:01.491 INFO 1992 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
- 2022-01-10 14:56:01.578 INFO 1992 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
- 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]
- 2022-01-10 14:56:01.739 INFO 1992 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
- 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
- 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;
- 2022-01-10 14:56:03.103 INFO 1992 --- [main] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
- 2022-01-10 14:56:03.116 INFO 1992 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
- 2022-01-10 14:56:03.122 INFO 1992 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
- 2022-01-10 14:56:03.124 INFO 1992 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
- 2022-01-10 14:56:03.136 INFO 1992 --- [main] ConditionEvaluationReportLoggingListener :
- Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
- 2022-01-10 14:56:03.149 ERROR 1992 --- [main] o.s.b.d.LoggingFailureAnalysisReporter :
- ***************************
- APPLICATION FAILED TO START
- ***************************
- Description:
- An attempt was made to call a method that does not exist. The attempt was made from the following location:
- org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration.themeResolver(WebMvcAutoConfiguration.java:476)
- The following method did not exist:
- org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.themeResolver()Lorg/springframework/web/servlet/ThemeResolver;
- The calling method's class, org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration, was loaded from the following location:
- 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
- The called method's class, org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration, is available from the following locations:
- 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
- The called method's class hierarchy was loaded from the following locations:
- 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
- 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
- Action:
- 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
- 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)
- 2022-01-10 14:57:05.296 INFO 18380 --- [main] imvSmartEartagDataAcquisitionApplication : The following profiles are active: dev
- 2022-01-10 14:57:06.080 INFO 18380 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
- 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.
- 2022-01-10 14:57:06.561 INFO 18380 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9501 (http)
- 2022-01-10 14:57:06.569 INFO 18380 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2022-01-10 14:57:06.570 INFO 18380 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.56]
- 2022-01-10 14:57:06.645 INFO 18380 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2022-01-10 14:57:06.645 INFO 18380 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1291 ms
- 2022-01-10 14:57:06.743 INFO 18380 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
- 2022-01-10 14:57:06.925 INFO 18380 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
- 2022-01-10 14:57:06.960 INFO 18380 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
- 2022-01-10 14:57:06.998 INFO 18380 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.6.3.Final
- 2022-01-10 14:57:07.107 INFO 18380 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
- 2022-01-10 14:57:07.193 INFO 18380 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
- 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]
- 2022-01-10 14:57:07.330 INFO 18380 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
- 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
- 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;
- 2022-01-10 14:57:08.746 INFO 18380 --- [main] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
- 2022-01-10 14:57:08.748 INFO 18380 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
- 2022-01-10 14:57:08.752 INFO 18380 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
- 2022-01-10 14:57:08.753 INFO 18380 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
- 2022-01-10 14:57:08.766 INFO 18380 --- [main] ConditionEvaluationReportLoggingListener :
- Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
- 2022-01-10 14:57:08.783 ERROR 18380 --- [main] o.s.b.d.LoggingFailureAnalysisReporter :
- ***************************
- APPLICATION FAILED TO START
- ***************************
- Description:
- An attempt was made to call a method that does not exist. The attempt was made from the following location:
- org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration.themeResolver(WebMvcAutoConfiguration.java:476)
- The following method did not exist:
- org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.themeResolver()Lorg/springframework/web/servlet/ThemeResolver;
- The calling method's class, org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration, was loaded from the following location:
- 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
- The called method's class, org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration, is available from the following locations:
- 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
- The called method's class hierarchy was loaded from the following locations:
- 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
- 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
- Action:
- 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
- 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)
- 2022-01-10 14:59:10.260 INFO 15304 --- [main] imvSmartEartagDataAcquisitionApplication : The following profiles are active: dev
- 2022-01-10 14:59:11.166 INFO 15304 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
- 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.
- 2022-01-10 14:59:11.695 INFO 15304 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9501 (http)
- 2022-01-10 14:59:11.702 INFO 15304 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2022-01-10 14:59:11.702 INFO 15304 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.56]
- 2022-01-10 14:59:11.786 INFO 15304 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2022-01-10 14:59:11.787 INFO 15304 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1470 ms
- 2022-01-10 14:59:11.879 INFO 15304 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
- 2022-01-10 14:59:12.070 INFO 15304 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
- 2022-01-10 14:59:12.113 INFO 15304 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
- 2022-01-10 14:59:12.155 INFO 15304 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.6.3.Final
- 2022-01-10 14:59:12.269 INFO 15304 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
- 2022-01-10 14:59:12.380 INFO 15304 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
- 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]
- 2022-01-10 14:59:12.522 INFO 15304 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
- 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
- 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;
- 2022-01-10 14:59:13.838 INFO 15304 --- [main] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
- 2022-01-10 14:59:13.841 INFO 15304 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
- 2022-01-10 14:59:13.845 INFO 15304 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
- 2022-01-10 14:59:13.847 INFO 15304 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
- 2022-01-10 14:59:13.857 INFO 15304 --- [main] ConditionEvaluationReportLoggingListener :
- Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
- 2022-01-10 14:59:13.904 ERROR 15304 --- [main] o.s.b.d.LoggingFailureAnalysisReporter :
- ***************************
- APPLICATION FAILED TO START
- ***************************
- Description:
- An attempt was made to call a method that does not exist. The attempt was made from the following location:
- org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration.themeResolver(WebMvcAutoConfiguration.java:476)
- The following method did not exist:
- org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.themeResolver()Lorg/springframework/web/servlet/ThemeResolver;
- The calling method's class, org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration, was loaded from the following location:
- 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
- The called method's class, org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration, is available from the following locations:
- 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
- The called method's class hierarchy was loaded from the following locations:
- 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
- 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
- Action:
- 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
- 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)
- 2022-01-10 15:02:29.816 INFO 2204 --- [main] imvSmartEartagDataAcquisitionApplication : The following profiles are active: dev
- 2022-01-10 15:02:30.513 INFO 2204 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
- 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.
- 2022-01-10 15:02:30.972 INFO 2204 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9501 (http)
- 2022-01-10 15:02:30.979 INFO 2204 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2022-01-10 15:02:30.980 INFO 2204 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.56]
- 2022-01-10 15:02:31.071 INFO 2204 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2022-01-10 15:02:31.071 INFO 2204 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1208 ms
- 2022-01-10 15:02:31.158 INFO 2204 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
- 2022-01-10 15:02:31.384 INFO 2204 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
- 2022-01-10 15:02:31.424 INFO 2204 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
- 2022-01-10 15:02:31.471 INFO 2204 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.6.3.Final
- 2022-01-10 15:02:31.582 INFO 2204 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
- 2022-01-10 15:02:31.670 INFO 2204 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
- 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]
- 2022-01-10 15:02:31.801 INFO 2204 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
- 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
- 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;
- 2022-01-10 15:02:33.025 INFO 2204 --- [main] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
- 2022-01-10 15:02:33.028 INFO 2204 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
- 2022-01-10 15:02:33.032 INFO 2204 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
- 2022-01-10 15:02:33.035 INFO 2204 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
- 2022-01-10 15:02:33.042 INFO 2204 --- [main] ConditionEvaluationReportLoggingListener :
- Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
- 2022-01-10 15:02:33.064 ERROR 2204 --- [main] o.s.b.d.LoggingFailureAnalysisReporter :
- ***************************
- APPLICATION FAILED TO START
- ***************************
- Description:
- An attempt was made to call a method that does not exist. The attempt was made from the following location:
- org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration.themeResolver(WebMvcAutoConfiguration.java:476)
- The following method did not exist:
- org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.themeResolver()Lorg/springframework/web/servlet/ThemeResolver;
- The calling method's class, org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration, was loaded from the following location:
- 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
- The called method's class, org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration, is available from the following locations:
- 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
- The called method's class hierarchy was loaded from the following locations:
- 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
- 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
- Action:
- 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
- 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)
- 2022-01-10 15:04:24.285 INFO 19060 --- [main] imvSmartEartagDataAcquisitionApplication : The following profiles are active: dev
- 2022-01-10 15:04:25.052 INFO 19060 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
- 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.
- 2022-01-10 15:04:25.552 INFO 19060 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9501 (http)
- 2022-01-10 15:04:25.564 INFO 19060 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2022-01-10 15:04:25.565 INFO 19060 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.56]
- 2022-01-10 15:04:25.653 INFO 19060 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2022-01-10 15:04:25.654 INFO 19060 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1313 ms
- 2022-01-10 15:04:25.768 INFO 19060 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
- 2022-01-10 15:04:25.924 INFO 19060 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
- 2022-01-10 15:04:25.962 INFO 19060 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
- 2022-01-10 15:04:26.002 INFO 19060 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.6.3.Final
- 2022-01-10 15:04:26.126 INFO 19060 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
- 2022-01-10 15:04:26.213 INFO 19060 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
- 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]
- 2022-01-10 15:04:26.352 INFO 19060 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
- 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
- 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;
- 2022-01-10 15:04:27.620 INFO 19060 --- [main] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
- 2022-01-10 15:04:27.623 INFO 19060 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
- 2022-01-10 15:04:27.628 INFO 19060 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
- 2022-01-10 15:04:27.630 INFO 19060 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
- 2022-01-10 15:04:27.638 INFO 19060 --- [main] ConditionEvaluationReportLoggingListener :
- Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
- 2022-01-10 15:04:27.658 ERROR 19060 --- [main] o.s.b.d.LoggingFailureAnalysisReporter :
- ***************************
- APPLICATION FAILED TO START
- ***************************
- Description:
- An attempt was made to call a method that does not exist. The attempt was made from the following location:
- org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration.themeResolver(WebMvcAutoConfiguration.java:476)
- The following method did not exist:
- org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.themeResolver()Lorg/springframework/web/servlet/ThemeResolver;
- The calling method's class, org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration, was loaded from the following location:
- 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
- The called method's class, org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration, is available from the following locations:
- 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
- The called method's class hierarchy was loaded from the following locations:
- 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
- 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
- Action:
- 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
- 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)
- 2022-01-10 15:07:23.502 INFO 1304 --- [main] imvSmartEartagDataAcquisitionApplication : The following profiles are active: dev
- 2022-01-10 15:07:24.286 INFO 1304 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
- 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.
- 2022-01-10 15:07:24.776 INFO 1304 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9501 (http)
- 2022-01-10 15:07:24.782 INFO 1304 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2022-01-10 15:07:24.782 INFO 1304 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.56]
- 2022-01-10 15:07:24.867 INFO 1304 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2022-01-10 15:07:24.867 INFO 1304 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1311 ms
- 2022-01-10 15:07:24.968 INFO 1304 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
- 2022-01-10 15:07:25.120 INFO 1304 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
- 2022-01-10 15:07:25.160 INFO 1304 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
- 2022-01-10 15:07:25.199 INFO 1304 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.6.3.Final
- 2022-01-10 15:07:25.315 INFO 1304 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
- 2022-01-10 15:07:25.419 INFO 1304 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
- 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]
- 2022-01-10 15:07:25.568 INFO 1304 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
- 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
- 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;
- 2022-01-10 15:07:26.933 INFO 1304 --- [main] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
- 2022-01-10 15:07:26.935 INFO 1304 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
- 2022-01-10 15:07:26.939 INFO 1304 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
- 2022-01-10 15:07:26.940 INFO 1304 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
- 2022-01-10 15:07:26.950 INFO 1304 --- [main] ConditionEvaluationReportLoggingListener :
- Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
- 2022-01-10 15:07:26.970 ERROR 1304 --- [main] o.s.b.d.LoggingFailureAnalysisReporter :
- ***************************
- APPLICATION FAILED TO START
- ***************************
- Description:
- An attempt was made to call a method that does not exist. The attempt was made from the following location:
- org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration.themeResolver(WebMvcAutoConfiguration.java:476)
- The following method did not exist:
- org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.themeResolver()Lorg/springframework/web/servlet/ThemeResolver;
- The calling method's class, org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration, was loaded from the following location:
- 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
- The called method's class, org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration, is available from the following locations:
- 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
- The called method's class hierarchy was loaded from the following locations:
- 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
- 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
- Action:
- 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
- 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)
- 2022-01-10 15:08:44.398 INFO 4184 --- [main] imvSmartEartagDataAcquisitionApplication : The following profiles are active: dev
- 2022-01-10 15:08:45.156 INFO 4184 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
- 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.
- 2022-01-10 15:08:45.632 INFO 4184 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9501 (http)
- 2022-01-10 15:08:45.643 INFO 4184 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2022-01-10 15:08:45.643 INFO 4184 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.56]
- 2022-01-10 15:08:45.722 INFO 4184 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2022-01-10 15:08:45.722 INFO 4184 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1273 ms
- 2022-01-10 15:08:45.816 INFO 4184 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
- 2022-01-10 15:08:45.965 INFO 4184 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
- 2022-01-10 15:08:46.003 INFO 4184 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
- 2022-01-10 15:08:46.043 INFO 4184 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.6.3.Final
- 2022-01-10 15:08:46.161 INFO 4184 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
- 2022-01-10 15:08:46.263 INFO 4184 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
- 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]
- 2022-01-10 15:08:46.418 INFO 4184 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
- 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
- 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;
- 2022-01-10 15:08:47.655 INFO 4184 --- [main] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
- 2022-01-10 15:08:47.657 INFO 4184 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
- 2022-01-10 15:08:47.662 INFO 4184 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
- 2022-01-10 15:08:47.663 INFO 4184 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
- 2022-01-10 15:08:47.675 INFO 4184 --- [main] ConditionEvaluationReportLoggingListener :
- Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
- 2022-01-10 15:08:47.694 ERROR 4184 --- [main] o.s.b.d.LoggingFailureAnalysisReporter :
- ***************************
- APPLICATION FAILED TO START
- ***************************
- Description:
- An attempt was made to call a method that does not exist. The attempt was made from the following location:
- org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration.themeResolver(WebMvcAutoConfiguration.java:476)
- The following method did not exist:
- org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.themeResolver()Lorg/springframework/web/servlet/ThemeResolver;
- The calling method's class, org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration, was loaded from the following location:
- 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
- The called method's class, org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration, is available from the following locations:
- 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
- The called method's class hierarchy was loaded from the following locations:
- 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
- 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
- Action:
- 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
- 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)
- 2022-01-10 15:10:05.515 INFO 17544 --- [main] imvSmartEartagDataAcquisitionApplication : The following profiles are active: dev
- 2022-01-10 15:10:06.415 INFO 17544 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
- 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.
- 2022-01-10 15:10:06.917 INFO 17544 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9501 (http)
- 2022-01-10 15:10:06.924 INFO 17544 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2022-01-10 15:10:06.925 INFO 17544 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.56]
- 2022-01-10 15:10:07.002 INFO 17544 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2022-01-10 15:10:07.002 INFO 17544 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1399 ms
- 2022-01-10 15:10:07.100 INFO 17544 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
- 2022-01-10 15:10:07.286 INFO 17544 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
- 2022-01-10 15:10:07.325 INFO 17544 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
- 2022-01-10 15:10:07.364 INFO 17544 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.6.3.Final
- 2022-01-10 15:10:07.483 INFO 17544 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
- 2022-01-10 15:10:07.572 INFO 17544 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
- 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]
- 2022-01-10 15:10:07.693 INFO 17544 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
- 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
- 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;
- 2022-01-10 15:10:08.972 INFO 17544 --- [main] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
- 2022-01-10 15:10:08.973 INFO 17544 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
- 2022-01-10 15:10:08.978 INFO 17544 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
- 2022-01-10 15:10:08.980 INFO 17544 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
- 2022-01-10 15:10:08.991 INFO 17544 --- [main] ConditionEvaluationReportLoggingListener :
- Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
- 2022-01-10 15:10:09.006 ERROR 17544 --- [main] o.s.b.d.LoggingFailureAnalysisReporter :
- ***************************
- APPLICATION FAILED TO START
- ***************************
- Description:
- An attempt was made to call a method that does not exist. The attempt was made from the following location:
- org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration.themeResolver(WebMvcAutoConfiguration.java:476)
- The following method did not exist:
- org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.themeResolver()Lorg/springframework/web/servlet/ThemeResolver;
- The calling method's class, org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration, was loaded from the following location:
- 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
- The called method's class, org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration, is available from the following locations:
- 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
- The called method's class hierarchy was loaded from the following locations:
- 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
- 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
- Action:
- 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
- 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)
- 2022-01-10 15:10:56.684 INFO 16000 --- [main] imvSmartEartagDataAcquisitionApplication : The following profiles are active: dev
- 2022-01-10 15:10:57.401 INFO 16000 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
- 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.
- 2022-01-10 15:10:57.870 INFO 16000 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9501 (http)
- 2022-01-10 15:10:57.877 INFO 16000 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2022-01-10 15:10:57.878 INFO 16000 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.56]
- 2022-01-10 15:10:57.966 INFO 16000 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2022-01-10 15:10:57.966 INFO 16000 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1237 ms
- 2022-01-10 15:10:58.075 INFO 16000 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
- 2022-01-10 15:10:58.218 INFO 16000 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
- 2022-01-10 15:10:58.300 INFO 16000 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
- 2022-01-10 15:10:58.337 INFO 16000 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.6.3.Final
- 2022-01-10 15:10:58.443 INFO 16000 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
- 2022-01-10 15:10:58.531 INFO 16000 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
- 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]
- 2022-01-10 15:10:58.660 INFO 16000 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
- 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
- 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 ''
- 2022-01-10 15:11:00.100 INFO 16000 --- [main] imvSmartEartagDataAcquisitionApplication : Started HuimvSmartEartagDataAcquisitionApplication in 4.158 seconds (JVM running for 5.006)
|