Uploaded image for project: 'Apache Fineract'
  1. Apache Fineract
  2. FINERACT-2007

BeanDefinitionStoreException - LoanCOBManagerConfiguration

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.8.4
    • None
    • Deployment

    Description

      Steps to reproduce

      The phenomenon is intermittent.

      1. Checkout e.g. this commit: 0b1ca2dce
      2. 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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            peter.santa Peter Santa
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: