Advertisement
BoberDiversant

Untitled

Sep 12th, 2019
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 2019-09-12 11:48:57.971  WARN 7 --- [           main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'baseLoadController' defined in URL [jar:file:/service.jar!/BOOT-INF/classes!/tech/ivoice/client/app/adapter/controller/BaseLoadController.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'fileServiceImpl' defined in URL [jar:file:/service.jar!/BOOT-INF/classes!/tech/ivoice/client/app/adapter/service/impl/FileServiceImpl.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'tech.ivoice.common.repository.CallTaskRepository' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}
  2. 2019-09-12 11:48:57.984  INFO 7 --- [           main] o.apache.catalina.core.StandardService   : Stopping service [Tomcat]
  3. 2019-09-12 11:48:58.029  INFO 7 --- [           main] ConditionEvaluationReportLoggingListener :
  4.  
  5. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  6. 2019-09-12 11:48:58.590 ERROR 7 --- [           main] o.s.b.d.LoggingFailureAnalysisReporter   :
  7.  
  8. ***************************
  9. APPLICATION FAILED TO START
  10. ***************************
  11.  
  12. Description:
  13.  
  14. Parameter 0 of constructor in tech.ivoice.client.app.adapter.service.impl.FileServiceImpl required a bean of type 'tech.ivoice.common.repository.CallTaskRepository' that could not be found.
  15.  
  16.  
  17. Action:
  18.  
  19. Consider defining a bean of type 'tech.ivoice.common.repository.CallTaskRepository' in your configuration.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement