Supreeth, I know these long stack traces can sometimes be confusing at first, but you get used to them... ;-) This is the part of the error message you need to focus on:
Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.apache.fineract.scorecard.feature.repo.FeatureRepo] so Spring Boot is telling you that there is no org.apache.fineract.scorecard.feature.repo.FeatureRepo (or it does not know about it). BTW: I'm assuming this is after some local work (modifications) you did, because on the current HEAD of the develop branch of https://github.com/apache/fineract/ this obviously works; we can be sure of this because https://travis-ci.org/apache/fineract/branches is green. On Wed, Aug 21, 2019 at 12:14 PM Ippez Robert <[email protected]> wrote: > You may need to include to the base package list in appContext.xml your > module's domain directory. > > > Something like > *<jpa:repositories base-package="org.apache.fineract.scorecard.domain"/> *or > which ever package name you have given for your module > Re. this ^^^ do try that, but if it doesn't help then the issue is before JPA even comes into play - somehow Spring's "component scanning" can't see that class - if it exists. > > Hope this helps. > > > Thanks > Regards > Ippez Robert > > On Wed, Aug 21, 2019 at 12:34 PM Supreeth Menon <[email protected]> > wrote: > >> >> >> On Wed, Aug 21, 2019 at 7:57 PM Supreeth Menon <[email protected]> >> wrote: >> >>> Hello Everyone, >>> I am Supreeth, currently a gsoc intern as Mifos working on "Scorecard >>> for Credit >>> Risk Assessment" project. >>> *Blockers:* >>> While adding the backend code for the screens which i have created i >>> faced some issues before and also right now. In this week i again rewrote >>> the whole thing in order to see a successful build but this did not happen >>> and got into much trouble. Below i shall attach the file which contains the >>> complete error logs and outputs. Can anyone from the community please help >>> me in solving the issues. >>> >>> >>> Thanks, >>> Supreeth. >>> >> > > -- > > > > > *Ippez RobertsFounder/C.E.O - Swift3 Technologies (U) Ltd"Redefining Next > Generation I/O Systems"P.O.Box 155, MoyoUGANDA.* > Tel: +256783668663/775686538 > Skype ID: ippez.robert1 > Email: [email protected] > [email protected] > [email protected] >
