[
https://issues.apache.org/jira/browse/FINERACT-831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Vorburger closed FINERACT-831.
--------------------------------------
Resolution: Duplicate
> Running the App from my IntelliJ IDE does not give any error but building a
> war file and running the war file gives error
> -------------------------------------------------------------------------------------------------------------------------
>
> Key: FINERACT-831
> URL: https://issues.apache.org/jira/browse/FINERACT-831
> Project: Apache Fineract
> Issue Type: Bug
> Components: User Management
> Reporter: Davies Tobi Alex
> Priority: Major
> Attachments: error-log-fineract
>
>
> I build the fineract project with the following command `gradlew clean war
> dist` it generates a war file in the default folder. When I proceed to run
> the via the command `java -jar fineract-war.jar` I get the following error.
>
> > Application startup failed
> org.springframework.context.ApplicationContextException: Unable to start
> embedded container; nested exception is
> org.springframework.boot.context.embedded.EmbeddedServletContainerException:
> Unable to start embedded Tomcat
> at
> org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.onRefresh(EmbeddedWebApplicationContext.java:133)
> ~[spring-boot-1.2.8.RELEASE.jar!/:1.2.8.RELEASE]
> at
> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:474)
> ~[spring-context-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:118)
> ~[spring-boot-1.2.8.RELEASE.jar!/:1.2.8.RELEASE]
> at
> org.springframework.boot.SpringApplication.refresh(SpringApplication.java:690)
> [spring-boot-1.2.8.RELEASE.jar!/:1.2.8.RELEASE]
> at
> org.springframework.boot.SpringApplication.run(SpringApplication.java:322)
> [spring-boot-1.2.8.RELEASE.jar!/:1.2.8.RELEASE]
> at
> org.springframework.boot.SpringApplication.run(SpringApplication.java:970)
> [spring-boot-1.2.8.RELEASE.jar!/:1.2.8.RELEASE]
> at
> org.springframework.boot.SpringApplication.run(SpringApplication.java:959)
> [spring-boot-1.2.8.RELEASE.jar!/:1.2.8.RELEASE]
> at org.apache.fineract.ServerApplication.main(ServerApplication.java:52)
> [classes!/:na]
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> ~[na:1.8.0_231]
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> ~[na:1.8.0_231]
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> ~[na:1.8.0_231]
> at java.lang.reflect.Method.invoke(Unknown Source) ~[na:1.8.0_231]
> at
> org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48)
> [fineract-provider.war:na]
> at org.springframework.boot.loader.Launcher.launch(Launcher.java:87)
> [fineract-provider.war:na]
> at org.springframework.boot.loader.Launcher.launch(Launcher.java:50)
> [fineract-provider.war:na]
> at org.springframework.boot.loader.WarLauncher.main(WarLauncher.java:58)
> [fineract-provider.war:na]
> Caused by:
> org.springframework.boot.context.embedded.EmbeddedServletContainerException:
> Unable to start embedded Tomcat
> at
> org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer.initialize(TomcatEmbeddedServletContainer.java:99)
> ~[spring-boot-1.2.8.RELEASE.jar!/:1.2.8.RELEASE]
> at
> org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer.<init>(TomcatEmbeddedServletContainer.java:76)
> ~[spring-boot-1.2.8.RELEASE.jar!/:1.2.8.RELEASE]
> at
> org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory.getTomcatEmbeddedServletContainer(TomcatEmbeddedServletContainerFactory.java:384)
> ~[spring-boot-1.2.8.RELEASE.jar!/:1.2.8.RELEASE]
> at
> org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory.getEmbeddedServletContainer(TomcatEmbeddedServletContainerFactory.java:156)
> ~[spring-boot-1.2.8.RELEASE.jar!/:1.2.8.RELEASE]
> at
> org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.createEmbeddedServletContainer(EmbeddedWebApplicationContext.java:159)
> ~[spring-boot-1.2.8.RELEASE.jar!/:1.2.8.RELEASE]
> at
> org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.onRefresh(EmbeddedWebApplicationContext.java:130)
> ~[spring-boot-1.2.8.RELEASE.jar!/:1.2.8.RELEASE]
> ... 15 common frames omitted
> Caused by: org.springframework.beans.factory.BeanCreationException: Error
> creating bean with name
> 'org.apache.fineract.infrastructure.core.boot.WebXmlConfiguration': Injection
> of autowired dependencies failed; nested exception is
> org.springframework.beans.factory.BeanCreationException: Could not autowire
> field: private
> org.apache.fineract.infrastructure.security.filter.TenantAwareBasicAuthenticationFilter
>
> org.apache.fineract.infrastructure.core.boot.WebXmlConfiguration.basicAuthenticationProcessingFilter;
> nested exception is
> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
> creating bean with name 'basicAuthenticationProcessingFilter' defined in URL
> [jar:file:/C:/Users/odavies/Documents/projects/external/fineract/fineract-develop/build/libs/fineract-provider.war!/WEB-INF/classes!/org/apache/fineract/infrastructure/security/filter/TenantAwareBasicAuthenticationFilter.class]:
> Unsatisfied dependency expressed through constructor argument with index 0
> of type [org.springframework.security.authentication.AuthenticationManager]:
> : Error creating bean with name
> 'org.springframework.security.config.authentication.AuthenticationManagerFactoryBean#0':
> FactoryBean threw exception on object creation; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'org.springframework.security.authenticationManager': Cannot
> resolve reference to bean 'customAuthenticationProvider' while setting
> constructor argument with key [0]; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'customAuthenticationProvider' defined in URL
> [jar:file:/C:/Users/odavies/Documents/projects/external/fineract/fineract-develop/build/libs/fineract-provider.war!/WEB-INF/classes!/META-INF/spring/securityContext.xml]:
> Cannot resolve reference to bean 'userDetailsService' while setting bean
> property 'userDetailsService'; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'userDetailsService': Injection of autowired dependencies failed;
> nested exception is org.springframework.beans.factory.BeanCreationException:
> Could not autowire field: private
> org.apache.fineract.infrastructure.security.domain.PlatformUserRepository
> org.apache.fineract.infrastructure.security.service.TenantAwareJpaPlatformUserDetailsService.platformUserRepository;
> nested exception is org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'appUserRepository': Invocation of init method
> failed; nested exception is java.lang.IllegalArgumentException: localized
> message key: type-not-managed; substitutions: [class
> org.apache.fineract.useradministration.domain.AppUser]; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name
> 'org.springframework.security.config.authentication.AuthenticationManagerFactoryBean#0':
> FactoryBean threw exception on object creation; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'org.springframework.security.authenticationManager': Cannot
> resolve reference to bean 'customAuthenticationProvider' while setting
> constructor argument with key [0]; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'customAuthenticationProvider' defined in URL
> [jar:file:/C:/Users/odavies/Documents/projects/external/fineract/fineract-develop/build/libs/fineract-provider.war!/WEB-INF/classes!/META-INF/spring/securityContext.xml]:
> Cannot resolve reference to bean 'userDetailsService' while setting bean
> property 'userDetailsService'; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'userDetailsService': Injection of autowired dependencies failed;
> nested exception is org.springframework.beans.factory.BeanCreationException:
> Could not autowire field: private
> org.apache.fineract.infrastructure.security.domain.PlatformUserRepository
> org.apache.fineract.infrastructure.security.service.TenantAwareJpaPlatformUserDetailsService.platformUserRepository;
> nested exception is org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'appUserRepository': Invocation of init method
> failed; nested exception is java.lang.IllegalArgumentException: localized
> message key: type-not-managed; substitutions: [class
> org.apache.fineract.useradministration.domain.AppUser]
> at
> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1208)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:368)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1117)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1012)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.boot.context.embedded.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:212)
> ~[spring-boot-1.2.8.RELEASE.jar!/:1.2.8.RELEASE]
> at
> org.springframework.boot.context.embedded.ServletContextInitializerBeans.addServletContextInitializerBeans(ServletContextInitializerBeans.java:86)
> ~[spring-boot-1.2.8.RELEASE.jar!/:1.2.8.RELEASE]
> at
> org.springframework.boot.context.embedded.ServletContextInitializerBeans.<init>(ServletContextInitializerBeans.java:74)
> ~[spring-boot-1.2.8.RELEASE.jar!/:1.2.8.RELEASE]
> at
> org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.getServletContextInitializerBeans(EmbeddedWebApplicationContext.java:236)
> ~[spring-boot-1.2.8.RELEASE.jar!/:1.2.8.RELEASE]
> at
> org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.selfInitialize(EmbeddedWebApplicationContext.java:223)
> ~[spring-boot-1.2.8.RELEASE.jar!/:1.2.8.RELEASE]
> at
> org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.access$000(EmbeddedWebApplicationContext.java:85)
> ~[spring-boot-1.2.8.RELEASE.jar!/:1.2.8.RELEASE]
> at
> org.springframework.boot.context.embedded.EmbeddedWebApplicationContext$1.onStartup(EmbeddedWebApplicationContext.java:208)
> ~[spring-boot-1.2.8.RELEASE.jar!/:1.2.8.RELEASE]
> at
> org.springframework.boot.context.embedded.tomcat.TomcatStarter.onStartup(TomcatStarter.java:55)
> ~[spring-boot-1.2.8.RELEASE.jar!/:1.2.8.RELEASE]
> at
> org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5244)
> ~[tomcat-embed-core-8.0.30.jar!/:8.0.30]
> at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
> ~[tomcat-embed-core-8.0.30.jar!/:8.0.30]
> at
> org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
> ~[tomcat-embed-core-8.0.30.jar!/:8.0.30]
> at
> org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
> ~[tomcat-embed-core-8.0.30.jar!/:8.0.30]
> at java.util.concurrent.FutureTask.run(Unknown Source) ~[na:1.8.0_231]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
> ~[na:1.8.0_231]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
> ~[na:1.8.0_231]
> at java.lang.Thread.run(Unknown Source) ~[na:1.8.0_231]
> Caused by: org.springframework.beans.factory.BeanCreationException: Could not
> autowire field: private
> org.apache.fineract.infrastructure.security.filter.TenantAwareBasicAuthenticationFilter
>
> org.apache.fineract.infrastructure.core.boot.WebXmlConfiguration.basicAuthenticationProcessingFilter;
> nested exception is
> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
> creating bean with name 'basicAuthenticationProcessingFilter' defined in URL
> [jar:file:/C:/Users/odavies/Documents/projects/external/fineract/fineract-develop/build/libs/fineract-provider.war!/WEB-INF/classes!/org/apache/fineract/infrastructure/security/filter/TenantAwareBasicAuthenticationFilter.class]:
> Unsatisfied dependency expressed through constructor argument with index 0
> of type [org.springframework.security.authentication.AuthenticationManager]:
> : Error creating bean with name
> 'org.springframework.security.config.authentication.AuthenticationManagerFactoryBean#0':
> FactoryBean threw exception on object creation; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'org.springframework.security.authenticationManager': Cannot
> resolve reference to bean 'customAuthenticationProvider' while setting
> constructor argument with key [0]; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'customAuthenticationProvider' defined in URL
> [jar:file:/C:/Users/odavies/Documents/projects/external/fineract/fineract-develop/build/libs/fineract-provider.war!/WEB-INF/classes!/META-INF/spring/securityContext.xml]:
> Cannot resolve reference to bean 'userDetailsService' while setting bean
> property 'userDetailsService'; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'userDetailsService': Injection of autowired dependencies failed;
> nested exception is org.springframework.beans.factory.BeanCreationException:
> Could not autowire field: private
> org.apache.fineract.infrastructure.security.domain.PlatformUserRepository
> org.apache.fineract.infrastructure.security.service.TenantAwareJpaPlatformUserDetailsService.platformUserRepository;
> nested exception is org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'appUserRepository': Invocation of init method
> failed; nested exception is java.lang.IllegalArgumentException: localized
> message key: type-not-managed; substitutions: [class
> org.apache.fineract.useradministration.domain.AppUser]; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name
> 'org.springframework.security.config.authentication.AuthenticationManagerFactoryBean#0':
> FactoryBean threw exception on object creation; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'org.springframework.security.authenticationManager': Cannot
> resolve reference to bean 'customAuthenticationProvider' while setting
> constructor argument with key [0]; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'customAuthenticationProvider' defined in URL
> [jar:file:/C:/Users/odavies/Documents/projects/external/fineract/fineract-develop/build/libs/fineract-provider.war!/WEB-INF/classes!/META-INF/spring/securityContext.xml]:
> Cannot resolve reference to bean 'userDetailsService' while setting bean
> property 'userDetailsService'; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'userDetailsService': Injection of autowired dependencies failed;
> nested exception is org.springframework.beans.factory.BeanCreationException:
> Could not autowire field: private
> org.apache.fineract.infrastructure.security.domain.PlatformUserRepository
> org.apache.fineract.infrastructure.security.service.TenantAwareJpaPlatformUserDetailsService.platformUserRepository;
> nested exception is org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'appUserRepository': Invocation of init method
> failed; nested exception is java.lang.IllegalArgumentException: localized
> message key: type-not-managed; substitutions: [class
> org.apache.fineract.useradministration.domain.AppUser]
> at
> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:561)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> ... 32 common frames omitted
> Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException:
> Error creating bean with name 'basicAuthenticationProcessingFilter' defined
> in URL
> [jar:file:/C:/Users/odavies/Documents/projects/external/fineract/fineract-develop/build/libs/fineract-provider.war!/WEB-INF/classes!/org/apache/fineract/infrastructure/security/filter/TenantAwareBasicAuthenticationFilter.class]:
> Unsatisfied dependency expressed through constructor argument with index 0
> of type [org.springframework.security.authentication.AuthenticationManager]:
> : Error creating bean with name
> 'org.springframework.security.config.authentication.AuthenticationManagerFactoryBean#0':
> FactoryBean threw exception on object creation; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'org.springframework.security.authenticationManager': Cannot
> resolve reference to bean 'customAuthenticationProvider' while setting
> constructor argument with key [0]; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'customAuthenticationProvider' defined in URL
> [jar:file:/C:/Users/odavies/Documents/projects/external/fineract/fineract-develop/build/libs/fineract-provider.war!/WEB-INF/classes!/META-INF/spring/securityContext.xml]:
> Cannot resolve reference to bean 'userDetailsService' while setting bean
> property 'userDetailsService'; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'userDetailsService': Injection of autowired dependencies failed;
> nested exception is org.springframework.beans.factory.BeanCreationException:
> Could not autowire field: private
> org.apache.fineract.infrastructure.security.domain.PlatformUserRepository
> org.apache.fineract.infrastructure.security.service.TenantAwareJpaPlatformUserDetailsService.platformUserRepository;
> nested exception is org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'appUserRepository': Invocation of init method
> failed; nested exception is java.lang.IllegalArgumentException: localized
> message key: type-not-managed; substitutions: [class
> org.apache.fineract.useradministration.domain.AppUser]; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name
> 'org.springframework.security.config.authentication.AuthenticationManagerFactoryBean#0':
> FactoryBean threw exception on object creation; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'org.springframework.security.authenticationManager': Cannot
> resolve reference to bean 'customAuthenticationProvider' while setting
> constructor argument with key [0]; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'customAuthenticationProvider' defined in URL
> [jar:file:/C:/Users/odavies/Documents/projects/external/fineract/fineract-develop/build/libs/fineract-provider.war!/WEB-INF/classes!/META-INF/spring/securityContext.xml]:
> Cannot resolve reference to bean 'userDetailsService' while setting bean
> property 'userDetailsService'; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'userDetailsService': Injection of autowired dependencies failed;
> nested exception is org.springframework.beans.factory.BeanCreationException:
> Could not autowire field: private
> org.apache.fineract.infrastructure.security.domain.PlatformUserRepository
> org.apache.fineract.infrastructure.security.service.TenantAwareJpaPlatformUserDetailsService.platformUserRepository;
> nested exception is org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'appUserRepository': Invocation of init method
> failed; nested exception is java.lang.IllegalArgumentException: localized
> message key: type-not-managed; substitutions: [class
> org.apache.fineract.useradministration.domain.AppUser]
> at
> org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:749)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:185)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1137)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1040)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1120)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1044)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:942)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:533)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> ... 34 common frames omitted
> Caused by: org.springframework.beans.factory.BeanCreationException: Error
> creating bean with name
> 'org.springframework.security.config.authentication.AuthenticationManagerFactoryBean#0':
> FactoryBean threw exception on object creation; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'org.springframework.security.authenticationManager': Cannot
> resolve reference to bean 'customAuthenticationProvider' while setting
> constructor argument with key [0]; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'customAuthenticationProvider' defined in URL
> [jar:file:/C:/Users/odavies/Documents/projects/external/fineract/fineract-develop/build/libs/fineract-provider.war!/WEB-INF/classes!/META-INF/spring/securityContext.xml]:
> Cannot resolve reference to bean 'userDetailsService' while setting bean
> property 'userDetailsService'; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'userDetailsService': Injection of autowired dependencies failed;
> nested exception is org.springframework.beans.factory.BeanCreationException:
> Could not autowire field: private
> org.apache.fineract.infrastructure.security.domain.PlatformUserRepository
> org.apache.fineract.infrastructure.security.service.TenantAwareJpaPlatformUserDetailsService.platformUserRepository;
> nested exception is org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'appUserRepository': Invocation of init method
> failed; nested exception is java.lang.IllegalArgumentException: localized
> message key: type-not-managed; substitutions: [class
> org.apache.fineract.useradministration.domain.AppUser]
> at
> org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:175)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:103)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.getObjectForBeanInstance(AbstractBeanFactory.java:1525)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:314)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1120)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1044)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:942)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:813)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:741)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> ... 47 common frames omitted
> Caused by: org.springframework.beans.factory.BeanCreationException: Error
> creating bean with name 'org.springframework.security.authenticationManager':
> Cannot resolve reference to bean 'customAuthenticationProvider' while setting
> constructor argument with key [0]; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'customAuthenticationProvider' defined in URL
> [jar:file:/C:/Users/odavies/Documents/projects/external/fineract/fineract-develop/build/libs/fineract-provider.war!/WEB-INF/classes!/META-INF/spring/securityContext.xml]:
> Cannot resolve reference to bean 'userDetailsService' while setting bean
> property 'userDetailsService'; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'userDetailsService': Injection of autowired dependencies failed;
> nested exception is org.springframework.beans.factory.BeanCreationException:
> Could not autowire field: private
> org.apache.fineract.infrastructure.security.domain.PlatformUserRepository
> org.apache.fineract.infrastructure.security.service.TenantAwareJpaPlatformUserDetailsService.platformUserRepository;
> nested exception is org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'appUserRepository': Invocation of init method
> failed; nested exception is java.lang.IllegalArgumentException: localized
> message key: type-not-managed; substitutions: [class
> org.apache.fineract.useradministration.domain.AppUser]
> at
> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolver.java:382)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:157)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:634)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:140)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1137)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1040)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.security.config.authentication.AuthenticationManagerFactoryBean.getObject(AuthenticationManagerFactoryBean.java:28)
> ~[spring-security-config-3.2.9.RELEASE.jar!/:3.2.9.RELEASE]
> at
> org.springframework.security.config.authentication.AuthenticationManagerFactoryBean.getObject(AuthenticationManagerFactoryBean.java:20)
> ~[spring-security-config-3.2.9.RELEASE.jar!/:3.2.9.RELEASE]
> at
> org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:168)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> ... 56 common frames omitted
> Caused by: org.springframework.beans.factory.BeanCreationException: Error
> creating bean with name 'customAuthenticationProvider' defined in URL
> [jar:file:/C:/Users/odavies/Documents/projects/external/fineract/fineract-develop/build/libs/fineract-provider.war!/WEB-INF/classes!/META-INF/spring/securityContext.xml]:
> Cannot resolve reference to bean 'userDetailsService' while setting bean
> property 'userDetailsService'; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'userDetailsService': Injection of autowired dependencies failed;
> nested exception is org.springframework.beans.factory.BeanCreationException:
> Could not autowire field: private
> org.apache.fineract.infrastructure.security.domain.PlatformUserRepository
> org.apache.fineract.infrastructure.security.service.TenantAwareJpaPlatformUserDetailsService.platformUserRepository;
> nested exception is org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'appUserRepository': Invocation of init method
> failed; nested exception is java.lang.IllegalArgumentException: localized
> message key: type-not-managed; substitutions: [class
> org.apache.fineract.useradministration.domain.AppUser]
> at
> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1475)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1220)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> ... 72 common frames omitted
> Caused by: org.springframework.beans.factory.BeanCreationException: Error
> creating bean with name 'userDetailsService': Injection of autowired
> dependencies failed; nested exception is
> org.springframework.beans.factory.BeanCreationException: Could not autowire
> field: private
> org.apache.fineract.infrastructure.security.domain.PlatformUserRepository
> org.apache.fineract.infrastructure.security.service.TenantAwareJpaPlatformUserDetailsService.platformUserRepository;
> nested exception is org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'appUserRepository': Invocation of init method
> failed; nested exception is java.lang.IllegalArgumentException: localized
> message key: type-not-managed; substitutions: [class
> org.apache.fineract.useradministration.domain.AppUser]
> at
> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1208)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> ... 82 common frames omitted
> Caused by: org.springframework.beans.factory.BeanCreationException: Could not
> autowire field: private
> org.apache.fineract.infrastructure.security.domain.PlatformUserRepository
> org.apache.fineract.infrastructure.security.service.TenantAwareJpaPlatformUserDetailsService.platformUserRepository;
> nested exception is org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'appUserRepository': Invocation of init method
> failed; nested exception is java.lang.IllegalArgumentException: localized
> message key: type-not-managed; substitutions: [class
> org.apache.fineract.useradministration.domain.AppUser]
> at
> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:561)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> ... 90 common frames omitted
> Caused by: org.springframework.beans.factory.BeanCreationException: Error
> creating bean with name 'appUserRepository': Invocation of init method
> failed; nested exception is java.lang.IllegalArgumentException: localized
> message key: type-not-managed; substitutions: [class
> org.apache.fineract.useradministration.domain.AppUser]
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1572)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1120)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1044)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:942)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:533)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> ... 92 common frames omitted
> Caused by: java.lang.IllegalArgumentException: localized message key:
> type-not-managed; substitutions: [class
> org.apache.fineract.useradministration.domain.AppUser]
> at
> org.apache.openjpa.persistence.meta.MetamodelImpl.managedType(MetamodelImpl.java:192)
> ~[openjpa-all-2.4.1.jar!/:2.4.1]
> at
> org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformation.<init>(JpaMetamodelEntityInformation.java:68)
> ~[spring-data-jpa-1.7.4.RELEASE.jar!/:na]
> at
> org.springframework.data.jpa.repository.support.JpaPersistableEntityInformation.<init>(JpaPersistableEntityInformation.java:39)
> ~[spring-data-jpa-1.7.4.RELEASE.jar!/:na]
> at
> org.springframework.data.jpa.repository.support.JpaEntityInformationSupport.getMetadata(JpaEntityInformationSupport.java:65)
> ~[spring-data-jpa-1.7.4.RELEASE.jar!/:na]
> at
> org.springframework.data.jpa.repository.support.JpaRepositoryFactory.getEntityInformation(JpaRepositoryFactory.java:145)
> ~[spring-data-jpa-1.7.4.RELEASE.jar!/:na]
> at
> org.springframework.data.jpa.repository.support.JpaRepositoryFactory.getTargetRepository(JpaRepositoryFactory.java:89)
> ~[spring-data-jpa-1.7.4.RELEASE.jar!/:na]
> at
> org.springframework.data.jpa.repository.support.JpaRepositoryFactory.getTargetRepository(JpaRepositoryFactory.java:69)
> ~[spring-data-jpa-1.7.4.RELEASE.jar!/:na]
> at
> org.springframework.data.repository.core.support.RepositoryFactorySupport.getRepository(RepositoryFactorySupport.java:173)
> ~[spring-data-commons-1.9.4.RELEASE.jar!/:na]
> at
> org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.initAndReturn(RepositoryFactoryBeanSupport.java:239)
> ~[spring-data-commons-1.9.4.RELEASE.jar!/:na]
> at
> org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.afterPropertiesSet(RepositoryFactoryBeanSupport.java:225)
> ~[spring-data-commons-1.9.4.RELEASE.jar!/:na]
> at
> org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean.afterPropertiesSet(JpaRepositoryFactoryBean.java:92)
> ~[spring-data-jpa-1.7.4.RELEASE.jar!/:na]
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1631)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1568)
> ~[spring-beans-4.1.9.RELEASE.jar!/:4.1.9.RELEASE]
> ... 102 common frames omitted
> Exception in thread "main" java.lang.reflect.InvocationTargetException
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at
> org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48)
> at org.springframework.boot.loader.Launcher.launch(Launcher.java:87)
> at org.springframework.boot.loader.Launcher.launch(Launcher.java:50)
> at org.springframework.boot.loader.WarLauncher.main(WarLauncher.java:58)
> Caused by: org.springframework.context.ApplicationContextException: Unable to
> start embedded container; nested exception is
> org.springframework.boot.context.embedded.EmbeddedServletContainerException:
> Unable to start embedded Tomcat
> at
> org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.onRefresh(EmbeddedWebApplicationContext.java:133)
> at
> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:474)
> at
> org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:118)
> at
> org.springframework.boot.SpringApplication.refresh(SpringApplication.java:690)
> at org.springframework.boot.SpringApplication.run(SpringApplication.java:322)
> at org.springframework.boot.SpringApplication.run(SpringApplication.java:970)
> at org.springframework.boot.SpringApplication.run(SpringApplication.java:959)
> at org.apache.fineract.ServerApplication.main(ServerApplication.java:52)
> ... 8 more
> Caused by:
> org.springframework.boot.context.embedded.EmbeddedServletContainerException:
> Unable to start embedded Tomcat
> at
> org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer.initialize(TomcatEmbeddedServletContainer.java:99)
> at
> org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer.<init>(TomcatEmbeddedServletContainer.java:76)
> at
> org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory.getTomcatEmbeddedServletContainer(TomcatEmbeddedServletContainerFactory.java:384)
> at
> org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory.getEmbeddedServletContainer(TomcatEmbeddedServletContainerFactory.java:156)
> at
> org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.createEmbeddedServletContainer(EmbeddedWebApplicationContext.java:159)
> at
> org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.onRefresh(EmbeddedWebApplicationContext.java:130)
> ... 15 more
> Caused by: org.springframework.beans.factory.BeanCreationException: Error
> creating bean with name
> 'org.apache.fineract.infrastructure.core.boot.WebXmlConfiguration': Injection
> of autowired dependencies failed; nested exception is
> org.springframework.beans.factory.BeanCreationException: Could not autowire
> field: private
> org.apache.fineract.infrastructure.security.filter.TenantAwareBasicAuthenticationFilter
>
> org.apache.fineract.infrastructure.core.boot.WebXmlConfiguration.basicAuthenticationProcessingFilter;
> nested exception is
> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
> creating bean with name 'basicAuthenticationProcessingFilter' defined in URL
> [jar:file:/C:/Users/odavies/Documents/projects/external/fineract/fineract-develop/build/libs/fineract-provider.war!/WEB-INF/classes!/org/apache/fineract/infrastructure/security/filter/TenantAwareBasicAuthenticationFilter.class]:
> Unsatisfied dependency expressed through constructor argument with index 0
> of type [org.springframework.security.authentication.AuthenticationManager]:
> : Error creating bean with name
> 'org.springframework.security.config.authentication.AuthenticationManagerFactoryBean#0':
> FactoryBean threw exception on object creation; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'org.springframework.security.authenticationManager': Cannot
> resolve reference to bean 'customAuthenticationProvider' while setting
> constructor argument with key [0]; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'customAuthenticationProvider' defined in URL
> [jar:file:/C:/Users/odavies/Documents/projects/external/fineract/fineract-develop/build/libs/fineract-provider.war!/WEB-INF/classes!/META-INF/spring/securityContext.xml]:
> Cannot resolve reference to bean 'userDetailsService' while setting bean
> property 'userDetailsService'; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'userDetailsService': Injection of autowired dependencies failed;
> nested exception is org.springframework.beans.factory.BeanCreationException:
> Could not autowire field: private
> org.apache.fineract.infrastructure.security.domain.PlatformUserRepository
> org.apache.fineract.infrastructure.security.service.TenantAwareJpaPlatformUserDetailsService.platformUserRepository;
> nested exception is org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'appUserRepository': Invocation of init method
> failed; nested exception is java.lang.IllegalArgumentException: localized
> message key: type-not-managed; substitutions: [class
> org.apache.fineract.useradministration.domain.AppUser]; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name
> 'org.springframework.security.config.authentication.AuthenticationManagerFactoryBean#0':
> FactoryBean threw exception on object creation; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'org.springframework.security.authenticationManager': Cannot
> resolve reference to bean 'customAuthenticationProvider' while setting
> constructor argument with key [0]; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'customAuthenticationProvider' defined in URL
> [jar:file:/C:/Users/odavies/Documents/projects/external/fineract/fineract-develop/build/libs/fineract-provider.war!/WEB-INF/classes!/META-INF/spring/securityContext.xml]:
> Cannot resolve reference to bean 'userDetailsService' while setting bean
> property 'userDetailsService'; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'userDetailsService': Injection of autowired dependencies failed;
> nested exception is org.springframework.beans.factory.BeanCreationException:
> Could not autowire field: private
> org.apache.fineract.infrastructure.security.domain.PlatformUserRepository
> org.apache.fineract.infrastructure.security.service.TenantAwareJpaPlatformUserDetailsService.platformUserRepository;
> nested exception is org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'appUserRepository': Invocation of init method
> failed; nested exception is java.lang.IllegalArgumentException: localized
> message key: type-not-managed; substitutions: [class
> org.apache.fineract.useradministration.domain.AppUser]
> at
> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1208)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
> at
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
> at
> org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:368)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1117)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1012)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
> at
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
> at
> org.springframework.boot.context.embedded.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:212)
> at
> org.springframework.boot.context.embedded.ServletContextInitializerBeans.addServletContextInitializerBeans(ServletContextInitializerBeans.java:86)
> at
> org.springframework.boot.context.embedded.ServletContextInitializerBeans.<init>(ServletContextInitializerBeans.java:74)
> at
> org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.getServletContextInitializerBeans(EmbeddedWebApplicationContext.java:236)
> at
> org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.selfInitialize(EmbeddedWebApplicationContext.java:223)
> at
> org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.access$000(EmbeddedWebApplicationContext.java:85)
> at
> org.springframework.boot.context.embedded.EmbeddedWebApplicationContext$1.onStartup(EmbeddedWebApplicationContext.java:208)
> at
> org.springframework.boot.context.embedded.tomcat.TomcatStarter.onStartup(TomcatStarter.java:55)
> at
> org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5244)
> at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
> at
> org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)
> at
> org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)
> at java.util.concurrent.FutureTask.run(Unknown Source)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
> at java.lang.Thread.run(Unknown Source)
> Caused by: org.springframework.beans.factory.BeanCreationException: Could not
> autowire field: private
> org.apache.fineract.infrastructure.security.filter.TenantAwareBasicAuthenticationFilter
>
> org.apache.fineract.infrastructure.core.boot.WebXmlConfiguration.basicAuthenticationProcessingFilter;
> nested exception is
> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
> creating bean with name 'basicAuthenticationProcessingFilter' defined in URL
> [jar:file:/C:/Users/odavies/Documents/projects/external/fineract/fineract-develop/build/libs/fineract-provider.war!/WEB-INF/classes!/org/apache/fineract/infrastructure/security/filter/TenantAwareBasicAuthenticationFilter.class]:
> Unsatisfied dependency expressed through constructor argument with index 0
> of type [org.springframework.security.authentication.AuthenticationManager]:
> : Error creating bean with name
> 'org.springframework.security.config.authentication.AuthenticationManagerFactoryBean#0':
> FactoryBean threw exception on object creation; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'org.springframework.security.authenticationManager': Cannot
> resolve reference to bean 'customAuthenticationProvider' while setting
> constructor argument with key [0]; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'customAuthenticationProvider' defined in URL
> [jar:file:/C:/Users/odavies/Documents/projects/external/fineract/fineract-develop/build/libs/fineract-provider.war!/WEB-INF/classes!/META-INF/spring/securityContext.xml]:
> Cannot resolve reference to bean 'userDetailsService' while setting bean
> property 'userDetailsService'; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'userDetailsService': Injection of autowired dependencies failed;
> nested exception is org.springframework.beans.factory.BeanCreationException:
> Could not autowire field: private
> org.apache.fineract.infrastructure.security.domain.PlatformUserRepository
> org.apache.fineract.infrastructure.security.service.TenantAwareJpaPlatformUserDetailsService.platformUserRepository;
> nested exception is org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'appUserRepository': Invocation of init method
> failed; nested exception is java.lang.IllegalArgumentException: localized
> message key: type-not-managed; substitutions: [class
> org.apache.fineract.useradministration.domain.AppUser]; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name
> 'org.springframework.security.config.authentication.AuthenticationManagerFactoryBean#0':
> FactoryBean threw exception on object creation; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'org.springframework.security.authenticationManager': Cannot
> resolve reference to bean 'customAuthenticationProvider' while setting
> constructor argument with key [0]; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'customAuthenticationProvider' defined in URL
> [jar:file:/C:/Users/odavies/Documents/projects/external/fineract/fineract-develop/build/libs/fineract-provider.war!/WEB-INF/classes!/META-INF/spring/securityContext.xml]:
> Cannot resolve reference to bean 'userDetailsService' while setting bean
> property 'userDetailsService'; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'userDetailsService': Injection of autowired dependencies failed;
> nested exception is org.springframework.beans.factory.BeanCreationException:
> Could not autowire field: private
> org.apache.fineract.infrastructure.security.domain.PlatformUserRepository
> org.apache.fineract.infrastructure.security.service.TenantAwareJpaPlatformUserDetailsService.platformUserRepository;
> nested exception is org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'appUserRepository': Invocation of init method
> failed; nested exception is java.lang.IllegalArgumentException: localized
> message key: type-not-managed; substitutions: [class
> org.apache.fineract.useradministration.domain.AppUser]
> at
> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:561)
> at
> org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
> at
> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
> ... 32 more
> Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException:
> Error creating bean with name 'basicAuthenticationProcessingFilter' defined
> in URL
> [jar:file:/C:/Users/odavies/Documents/projects/external/fineract/fineract-develop/build/libs/fineract-provider.war!/WEB-INF/classes!/org/apache/fineract/infrastructure/security/filter/TenantAwareBasicAuthenticationFilter.class]:
> Unsatisfied dependency expressed through constructor argument with index 0
> of type [org.springframework.security.authentication.AuthenticationManager]:
> : Error creating bean with name
> 'org.springframework.security.config.authentication.AuthenticationManagerFactoryBean#0':
> FactoryBean threw exception on object creation; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'org.springframework.security.authenticationManager': Cannot
> resolve reference to bean 'customAuthenticationProvider' while setting
> constructor argument with key [0]; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'customAuthenticationProvider' defined in URL
> [jar:file:/C:/Users/odavies/Documents/projects/external/fineract/fineract-develop/build/libs/fineract-provider.war!/WEB-INF/classes!/META-INF/spring/securityContext.xml]:
> Cannot resolve reference to bean 'userDetailsService' while setting bean
> property 'userDetailsService'; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'userDetailsService': Injection of autowired dependencies failed;
> nested exception is org.springframework.beans.factory.BeanCreationException:
> Could not autowire field: private
> org.apache.fineract.infrastructure.security.domain.PlatformUserRepository
> org.apache.fineract.infrastructure.security.service.TenantAwareJpaPlatformUserDetailsService.platformUserRepository;
> nested exception is org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'appUserRepository': Invocation of init method
> failed; nested exception is java.lang.IllegalArgumentException: localized
> message key: type-not-managed; substitutions: [class
> org.apache.fineract.useradministration.domain.AppUser]; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name
> 'org.springframework.security.config.authentication.AuthenticationManagerFactoryBean#0':
> FactoryBean threw exception on object creation; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'org.springframework.security.authenticationManager': Cannot
> resolve reference to bean 'customAuthenticationProvider' while setting
> constructor argument with key [0]; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'customAuthenticationProvider' defined in URL
> [jar:file:/C:/Users/odavies/Documents/projects/external/fineract/fineract-develop/build/libs/fineract-provider.war!/WEB-INF/classes!/META-INF/spring/securityContext.xml]:
> Cannot resolve reference to bean 'userDetailsService' while setting bean
> property 'userDetailsService'; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'userDetailsService': Injection of autowired dependencies failed;
> nested exception is org.springframework.beans.factory.BeanCreationException:
> Could not autowire field: private
> org.apache.fineract.infrastructure.security.domain.PlatformUserRepository
> org.apache.fineract.infrastructure.security.service.TenantAwareJpaPlatformUserDetailsService.platformUserRepository;
> nested exception is org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'appUserRepository': Invocation of init method
> failed; nested exception is java.lang.IllegalArgumentException: localized
> message key: type-not-managed; substitutions: [class
> org.apache.fineract.useradministration.domain.AppUser]
> at
> org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:749)
> at
> org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:185)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1137)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1040)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
> at
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
> at
> org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1120)
> at
> org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1044)
> at
> org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:942)
> at
> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:533)
> ... 34 more
> Caused by: org.springframework.beans.factory.BeanCreationException: Error
> creating bean with name
> 'org.springframework.security.config.authentication.AuthenticationManagerFactoryBean#0':
> FactoryBean threw exception on object creation; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'org.springframework.security.authenticationManager': Cannot
> resolve reference to bean 'customAuthenticationProvider' while setting
> constructor argument with key [0]; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'customAuthenticationProvider' defined in URL
> [jar:file:/C:/Users/odavies/Documents/projects/external/fineract/fineract-develop/build/libs/fineract-provider.war!/WEB-INF/classes!/META-INF/spring/securityContext.xml]:
> Cannot resolve reference to bean 'userDetailsService' while setting bean
> property 'userDetailsService'; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'userDetailsService': Injection of autowired dependencies failed;
> nested exception is org.springframework.beans.factory.BeanCreationException:
> Could not autowire field: private
> org.apache.fineract.infrastructure.security.domain.PlatformUserRepository
> org.apache.fineract.infrastructure.security.service.TenantAwareJpaPlatformUserDetailsService.platformUserRepository;
> nested exception is org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'appUserRepository': Invocation of init method
> failed; nested exception is java.lang.IllegalArgumentException: localized
> message key: type-not-managed; substitutions: [class
> org.apache.fineract.useradministration.domain.AppUser]
> at
> org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:175)
> at
> org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:103)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.getObjectForBeanInstance(AbstractBeanFactory.java:1525)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:314)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
> at
> org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1120)
> at
> org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1044)
> at
> org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:942)
> at
> org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:813)
> at
> org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:741)
> ... 47 more
> Caused by: org.springframework.beans.factory.BeanCreationException: Error
> creating bean with name 'org.springframework.security.authenticationManager':
> Cannot resolve reference to bean 'customAuthenticationProvider' while setting
> constructor argument with key [0]; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'customAuthenticationProvider' defined in URL
> [jar:file:/C:/Users/odavies/Documents/projects/external/fineract/fineract-develop/build/libs/fineract-provider.war!/WEB-INF/classes!/META-INF/spring/securityContext.xml]:
> Cannot resolve reference to bean 'userDetailsService' while setting bean
> property 'userDetailsService'; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'userDetailsService': Injection of autowired dependencies failed;
> nested exception is org.springframework.beans.factory.BeanCreationException:
> Could not autowire field: private
> org.apache.fineract.infrastructure.security.domain.PlatformUserRepository
> org.apache.fineract.infrastructure.security.service.TenantAwareJpaPlatformUserDetailsService.platformUserRepository;
> nested exception is org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'appUserRepository': Invocation of init method
> failed; nested exception is java.lang.IllegalArgumentException: localized
> message key: type-not-managed; substitutions: [class
> org.apache.fineract.useradministration.domain.AppUser]
> at
> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359)
> at
> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
> at
> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolver.java:382)
> at
> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:157)
> at
> org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:634)
> at
> org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:140)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1137)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1040)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
> at
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
> at
> org.springframework.security.config.authentication.AuthenticationManagerFactoryBean.getObject(AuthenticationManagerFactoryBean.java:28)
> at
> org.springframework.security.config.authentication.AuthenticationManagerFactoryBean.getObject(AuthenticationManagerFactoryBean.java:20)
> at
> org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:168)
> ... 56 more
> Caused by: org.springframework.beans.factory.BeanCreationException: Error
> creating bean with name 'customAuthenticationProvider' defined in URL
> [jar:file:/C:/Users/odavies/Documents/projects/external/fineract/fineract-develop/build/libs/fineract-provider.war!/WEB-INF/classes!/META-INF/spring/securityContext.xml]:
> Cannot resolve reference to bean 'userDetailsService' while setting bean
> property 'userDetailsService'; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'userDetailsService': Injection of autowired dependencies failed;
> nested exception is org.springframework.beans.factory.BeanCreationException:
> Could not autowire field: private
> org.apache.fineract.infrastructure.security.domain.PlatformUserRepository
> org.apache.fineract.infrastructure.security.service.TenantAwareJpaPlatformUserDetailsService.platformUserRepository;
> nested exception is org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'appUserRepository': Invocation of init method
> failed; nested exception is java.lang.IllegalArgumentException: localized
> message key: type-not-managed; substitutions: [class
> org.apache.fineract.useradministration.domain.AppUser]
> at
> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359)
> at
> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1475)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1220)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
> at
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
> at
> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
> ... 72 more
> Caused by: org.springframework.beans.factory.BeanCreationException: Error
> creating bean with name 'userDetailsService': Injection of autowired
> dependencies failed; nested exception is
> org.springframework.beans.factory.BeanCreationException: Could not autowire
> field: private
> org.apache.fineract.infrastructure.security.domain.PlatformUserRepository
> org.apache.fineract.infrastructure.security.service.TenantAwareJpaPlatformUserDetailsService.platformUserRepository;
> nested exception is org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'appUserRepository': Invocation of init method
> failed; nested exception is java.lang.IllegalArgumentException: localized
> message key: type-not-managed; substitutions: [class
> org.apache.fineract.useradministration.domain.AppUser]
> at
> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1208)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
> at
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
> at
> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
> ... 82 more
> Caused by: org.springframework.beans.factory.BeanCreationException: Could not
> autowire field: private
> org.apache.fineract.infrastructure.security.domain.PlatformUserRepository
> org.apache.fineract.infrastructure.security.service.TenantAwareJpaPlatformUserDetailsService.platformUserRepository;
> nested exception is org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'appUserRepository': Invocation of init method
> failed; nested exception is java.lang.IllegalArgumentException: localized
> message key: type-not-managed; substitutions: [class
> org.apache.fineract.useradministration.domain.AppUser]
> at
> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:561)
> at
> org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
> at
> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
> ... 90 more
> Caused by: org.springframework.beans.factory.BeanCreationException: Error
> creating bean with name 'appUserRepository': Invocation of init method
> failed; nested exception is java.lang.IllegalArgumentException: localized
> message key: type-not-managed; substitutions: [class
> org.apache.fineract.useradministration.domain.AppUser]
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1572)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
> at
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
> at
> org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1120)
> at
> org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1044)
> at
> org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:942)
> at
> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:533)
> ... 92 more
> Caused by: java.lang.IllegalArgumentException: localized message key:
> type-not-managed; substitutions: [class
> org.apache.fineract.useradministration.domain.AppUser]
> at
> org.apache.openjpa.persistence.meta.MetamodelImpl.managedType(MetamodelImpl.java:192)
> at
> org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformation.<init>(JpaMetamodelEntityInformation.java:68)
> at
> org.springframework.data.jpa.repository.support.JpaPersistableEntityInformation.<init>(JpaPersistableEntityInformation.java:39)
> at
> org.springframework.data.jpa.repository.support.JpaEntityInformationSupport.getMetadata(JpaEntityInformationSupport.java:65)
> at
> org.springframework.data.jpa.repository.support.JpaRepositoryFactory.getEntityInformation(JpaRepositoryFactory.java:145)
> at
> org.springframework.data.jpa.repository.support.JpaRepositoryFactory.getTargetRepository(JpaRepositoryFactory.java:89)
> at
> org.springframework.data.jpa.repository.support.JpaRepositoryFactory.getTargetRepository(JpaRepositoryFactory.java:69)
> at
> org.springframework.data.repository.core.support.RepositoryFactorySupport.getRepository(RepositoryFactorySupport.java:173)
> at
> org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.initAndReturn(RepositoryFactoryBeanSupport.java:239)
> at
> org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.afterPropertiesSet(RepositoryFactoryBeanSupport.java:225)
> at
> org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean.afterPropertiesSet(JpaRepositoryFactoryBean.java:92)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1631)
> at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1568)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)