Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- crud-service-test_1 | 2019-01-09 17:04:23.455 ERROR 1 --- [ost-startStop-1] o.s.b.web.embedded.tomcat.TomcatStarter : Error starting Tomcat context. Exception: org.springframework.beans.factory.BeanCreationException. Message: Error creating bean with name 'servletEndpointRegistrar' defined in class path resource [org/springframework/boot/actuate/autoconfigure/endpoint/web/ServletEndpointManagementContextConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar]: Factory method 'servletEndpointRegistrar' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'healthEndpoint' defined in class path resource [org/springframework/boot/actuate/autoconfigure/health/HealthEndpointConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.boot.actuate.health.HealthEndpoint]: Factory method 'healthEndpoint' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthIndicatorAutoConfiguration': Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthIndicatorAutoConfiguration$$EnhancerBySpringCGLIB$$e4852bfe]: Constructor threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource': Post-processing of FactoryBean's singleton object failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.dataSource' defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.boot.autoconfigure.jdbc.DataSourceInitializerInvoker': Invocation of init method failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource': Post-processing of FactoryBean's singleton object failed; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'scopedTarget.dataSource': Requested bean is currently in creation: Is there an unresolvable circular reference?
- crud-service-test_1 | 2019-01-09 17:04:23.506 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
- crud-service-test_1 | 2019-01-09 17:04:23.516 WARN 1 --- [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
- crud-service-test_1 | 2019-01-09 17:04:23.541 INFO 1 --- [ main] ConditionEvaluationReportLoggingListener :
- crud-service-test_1 |
- crud-service-test_1 | Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
- crud-service-test_1 | 2019-01-09 17:04:23.550 ERROR 1 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter :
- crud-service-test_1 |
- crud-service-test_1 | ***************************
- crud-service-test_1 | APPLICATION FAILED TO START
- crud-service-test_1 | ***************************
- crud-service-test_1 |
- crud-service-test_1 | Description:
- crud-service-test_1 |
- crud-service-test_1 | The dependencies of some of the beans in the application context form a cycle:
- crud-service-test_1 |
- crud-service-test_1 | servletEndpointRegistrar defined in class path resource [org/springframework/boot/actuate/autoconfigure/endpoint/web/ServletEndpointManagementContextConfiguration.class]
- crud-service-test_1 | ↓
- crud-service-test_1 | healthEndpoint defined in class path resource [org/springframework/boot/actuate/autoconfigure/health/HealthEndpointConfiguration.class]
- crud-service-test_1 | ↓
- crud-service-test_1 | org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthIndicatorAutoConfiguration
- crud-service-test_1 | ┌─────┐
- crud-service-test_1 | | dataSource
- crud-service-test_1 | ↑ ↓
- crud-service-test_1 | | scopedTarget.dataSource defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]
- crud-service-test_1 | ↑ ↓
- crud-service-test_1 | | org.springframework.boot.autoconfigure.jdbc.DataSourceInitializerInvoker
- crud-service-test_1 | └─────┘
- crud-service-test_1 |
- crud-service-test_1 |
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement