Peter Santa created FINERACT-2007:
-------------------------------------
Summary: BeanDefinitionStoreException - LoanCOBManagerConfiguration
Key: FINERACT-2007
URL: https://issues.apache.org/jira/browse/FINERACT-2007
Project: Apache Fineract
Issue Type: Bug
Components: Deployment
Affects Versions: 1.8.4
Reporter: Peter Santa
h1. Steps to reproduce
The phenomenon is intermittent.
# Checkout e.g. this commit: {{{color:#000000}0b1ca2dce{color}}}
# {color:#000000}build:{color}
{{cd fineract}}
{{# Build Fineract}}
{{{}./gradlew :fineract-provider:jibDockerBuild -x test{}}}{{{}# Start up
services{}}}
{{docker compose -f docker-compose-postgresql.yml up -d}}
h1. --
Tried with clean also.
h1. Actual result
2023-10-30T13:53:25.096Z ERROR 1 --- [ main]
o.s.boot.SpringApplication : Application run failed
org.springframework.beans.factory.BeanDefinitionStoreException: Failed to read
candidate component class: file
[/app/classes/org/apache/fineract/cob/loan/LoanCOBManagerConfiguration.class]
at
org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider.scanCandidateComponents(ClassPathScanningCandidateComponentProvider.java:463)
~[spring-context-6.0.10.jar:6.0.10]
at
org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider.findCandidateComponents(ClassPathScanningCandidateComponentProvider.java:317)
~[spring-context-6.0.10.jar:6.0.10]
at
org.springframework.context.annotation.ClassPathBeanDefinitionScanner.doScan(ClassPathBeanDefinitionScanner.java:276)
~[spring-context-6.0.10.jar:6.0.10]
at
org.springframework.context.annotation.ComponentScanAnnotationParser.parse(ComponentScanAnnotationParser.java:128)
~[spring-context-6.0.10.jar:6.0.10]
h1. Expected result
Startup without exception.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)