adamsaghy commented on PR #6276:
URL: https://github.com/apache/fineract/pull/6276#issuecomment-5315789704

   ```
   fineract-1  | 2026-08-17T11:46:36.643878644Z 2026-08-17 11:46:36.643 - INFO 
1  [        default] --- [           main] com.zaxxer.hikari.HikariDataSource   
    : HikariPool-1 - Shutdown initiated...
   fineract-1  | 2026-08-17T11:46:36.650023356Z 2026-08-17 11:46:36.649 - INFO 
1  [        default] --- [           main] com.zaxxer.hikari.HikariDataSource   
    : HikariPool-1 - Shutdown completed.
   fineract-1  | 2026-08-17T11:46:36.667912130Z 2026-08-17 11:46:36.667 - INFO 
1  [        default] --- [           main] 
o.apache.catalina.core.StandardService   : Stopping service [Tomcat]
   fineract-1  | 2026-08-17T11:46:36.689575892Z 2026-08-17 11:46:36.689 - INFO 
1  [        default] --- [           main] 
.s.b.a.l.ConditionEvaluationReportLogger : 
   fineract-1  | 2026-08-17T11:46:36.689598384Z 
   fineract-1  | 2026-08-17T11:46:36.689602381Z Error starting 
ApplicationContext. To display the condition evaluation report re-run your 
application with 'debug' enabled.
   fineract-1  | 2026-08-17T11:46:36.710056259Z 2026-08-17 11:46:36.709 -ERROR 
1  [        default] --- [           main] o.s.boot.SpringApplication           
    : Application run failed
   fineract-1  | 2026-08-17T11:46:36.710076417Z 
   fineract-1  | 2026-08-17T11:46:36.710116452Z 
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'externalEventConfigurationValidationService' defined in URL 
[jar:file:/app/libs/fineract-core-1.16.0-SNAPSHOT.jar!/org/apache/fineract/infrastructure/event/external/service/ExternalEventConfigurationValidationService.class]:
 Configuration not found for external event 
WorkingCapitalLoanChargeAdjustmentBusinessEvent
   fineract-1  | 2026-08-17T11:46:36.710121752Z         at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1824)
   fineract-1  | 2026-08-17T11:46:36.710125539Z         at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:607)
   fineract-1  | 2026-08-17T11:46:36.710128986Z         at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:529)
   fineract-1  | 2026-08-17T11:46:36.710132362Z         at 
org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:339)
   fineract-1  | 2026-08-17T11:46:36.710135668Z         at 
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:373)
   fineract-1  | 2026-08-17T11:46:36.710138874Z         at 
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:337)
   fineract-1  | 2026-08-17T11:46:36.710142050Z         at 
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
   fineract-1  | 2026-08-17T11:46:36.710145216Z         at 
org.springframework.beans.factory.support.DefaultListableBeanFactory.instantiateSingleton(DefaultListableBeanFactory.java:1235)
   fineract-1  | 2026-08-17T11:46:36.710148552Z         at 
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingleton(DefaultListableBeanFactory.java:1201)
   fineract-1  | 2026-08-17T11:46:36.710151889Z         at 
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:1130)
   fineract-1  | 2026-08-17T11:46:36.710155275Z         at 
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:991)
   fineract-1  | 2026-08-17T11:46:36.710165594Z         at 
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:628)
   fineract-1  | 2026-08-17T11:46:36.710169151Z         at 
org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146)
   fineract-1  | 2026-08-17T11:46:36.710172457Z         at 
org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752)
   fineract-1  | 2026-08-17T11:46:36.710187515Z         at 
org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:439)
   fineract-1  | 2026-08-17T11:46:36.710190881Z         at 
org.springframework.boot.SpringApplication.run(SpringApplication.java:318)
   fineract-1  | 2026-08-17T11:46:36.710194067Z         at 
org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:149)
   fineract-1  | 2026-08-17T11:46:36.710197314Z         at 
org.apache.fineract.ServerApplication.main(ServerApplication.java:57)
   fineract-1  | 2026-08-17T11:46:36.710200589Z Caused by: 
org.apache.fineract.infrastructure.event.external.exception.ExternalEventConfigurationNotFoundException:
 Configuration not found for external event 
WorkingCapitalLoanChargeAdjustmentBusinessEvent
   fineract-1  | 2026-08-17T11:46:36.710204166Z         at 
org.apache.fineract.infrastructure.event.external.service.ExternalEventConfigurationValidationService.validateEventConfigurationForIndividualTenant(ExternalEventConfigurationValidationService.java:83)
   fineract-1  | 2026-08-17T11:46:36.710207763Z         at 
org.apache.fineract.infrastructure.event.external.service.ExternalEventConfigurationValidationService.validateEventConfigurationForAllTenants(ExternalEventConfigurationValidationService.java:67)
   fineract-1  | 2026-08-17T11:46:36.710211340Z         at 
org.apache.fineract.infrastructure.event.external.service.ExternalEventConfigurationValidationService.afterPropertiesSet(ExternalEventConfigurationValidationService.java:57)
   fineract-1  | 2026-08-17T11:46:36.710214947Z         at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1871)
   fineract-1  | 2026-08-17T11:46:36.710218393Z         at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1820)
   fineract-1  | 2026-08-17T11:46:36.710221659Z         ... 17 common frames 
omitted
   fineract-1  | 2026-08-17T11:46:36.710224665Z 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to