Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.8.4
-
None
Description
Steps to reproduce
The phenomenon is intermittent.
- Checkout e.g. this commit: 0b1ca2dce
- build:
cd fineract
# Build Fineract
./gradlew :fineract-provider:jibDockerBuild -x test# Start up services
docker compose -f docker-compose-postgresql.yml up -d
–
Tried with clean also.
—
% javac -version
javac 17.0.8
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]
Expected result
Startup without exception.