Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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: {}
- 2019-09-12 11:48:57.984 INFO 7 --- [ main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
- 2019-09-12 11:48:58.029 INFO 7 --- [ main] ConditionEvaluationReportLoggingListener :
- Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
- 2019-09-12 11:48:58.590 ERROR 7 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter :
- ***************************
- APPLICATION FAILED TO START
- ***************************
- Description:
- 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.
- Action:
- Consider defining a bean of type 'tech.ivoice.common.repository.CallTaskRepository' in your configuration.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement