Advertisement
fedorm

fedorm

Jan 9th, 2019
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 5.11 KB | None | 0 0
  1. 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?
  2. crud-service-test_1    | 2019-01-09 17:04:23.506  INFO 1 --- [           main] o.apache.catalina.core.StandardService   : Stopping service [Tomcat]
  3. 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
  4. crud-service-test_1    | 2019-01-09 17:04:23.541  INFO 1 --- [           main] ConditionEvaluationReportLoggingListener :
  5. crud-service-test_1    |
  6. crud-service-test_1    | Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  7. crud-service-test_1    | 2019-01-09 17:04:23.550 ERROR 1 --- [           main] o.s.b.d.LoggingFailureAnalysisReporter   :
  8. crud-service-test_1    |
  9. crud-service-test_1    | ***************************
  10. crud-service-test_1    | APPLICATION FAILED TO START
  11. crud-service-test_1    | ***************************
  12. crud-service-test_1    |
  13. crud-service-test_1    | Description:
  14. crud-service-test_1    |
  15. crud-service-test_1    | The dependencies of some of the beans in the application context form a cycle:
  16. crud-service-test_1    |
  17. crud-service-test_1    |    servletEndpointRegistrar defined in class path resource [org/springframework/boot/actuate/autoconfigure/endpoint/web/ServletEndpointManagementContextConfiguration.class]
  18. crud-service-test_1    |       ↓
  19. crud-service-test_1    |    healthEndpoint defined in class path resource [org/springframework/boot/actuate/autoconfigure/health/HealthEndpointConfiguration.class]
  20. crud-service-test_1    |       ↓
  21. crud-service-test_1    |    org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthIndicatorAutoConfiguration
  22. crud-service-test_1    | ┌─────┐
  23. crud-service-test_1    | |  dataSource
  24. crud-service-test_1    | ↑     ↓
  25. crud-service-test_1    | |  scopedTarget.dataSource defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]
  26. crud-service-test_1    | ↑     ↓
  27. crud-service-test_1    | |  org.springframework.boot.autoconfigure.jdbc.DataSourceInitializerInvoker
  28. crud-service-test_1    | └─────┘
  29. crud-service-test_1    |
  30. crud-service-test_1    |
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement