2025-08-09 02:24:53.590 INFO --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [org.onap.dcae.analytics.tca.web.validation.TcaAppPropertiesValidatorTest], using SpringBootContextLoader 2025-08-09 02:24:53.615 INFO --- [ main] o.s.t.c.support.AbstractContextLoader : Could not detect default resource locations for test class [org.onap.dcae.analytics.tca.web.validation.TcaAppPropertiesValidatorTest]: no resource found for suffixes {-context.xml, Context.groovy}. 2025-08-09 02:24:53.617 INFO --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.onap.dcae.analytics.tca.web.validation.TcaAppPropertiesValidatorTest]: TcaAppPropertiesValidatorTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2025-08-09 02:24:54.016 INFO --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.onap.dcae.analytics.tca.web.TcaAppMain for test class org.onap.dcae.analytics.tca.web.validation.TcaAppPropertiesValidatorTest 2025-08-09 02:24:54.621 INFO --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener] 2025-08-09 02:24:54.679 INFO --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@40fd1a78, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@53b7f08, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@24536f07, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@32430075, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@1a45e29f, org.springframework.test.context.support.DirtiesContextTestExecutionListener@44580de0, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7b4c793b, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@51a69e8f, org.springframework.test.context.event.EventPublishingTestExecutionListener@6442cf3e, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@60f1f95b, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@786cc1df, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@1ddb6abb, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@6f926d01, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@c67a89, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@1e3a2177] 2025-08-09 02:24:55.654  WARN 5270 --- [ main] o.s.b.l.logback.LogbackLoggingSystem  : Ignoring 'logback.configurationFile' system property. Please use 'logging.config' instead. 2025-08-09 02:24:56.088  INFO 5270 --- [ main] .d.a.t.w.v.TcaAppPropertiesValidatorTest : Starting TcaAppPropertiesValidatorTest using Java 11.0.16 on prd-ubuntu1804-docker-8c-8g-33907 with PID 5270 (started by jenkins in /w/workspace/dcaegen2-analytics-tca-gen2-maven-clm-master/dcae-analytics/dcae-analytics-tca-web) 2025-08-09 02:24:56.089 DEBUG 5270 --- [ main] .d.a.t.w.v.TcaAppPropertiesValidatorTest : Running with Spring Boot v2.4.4, Spring v5.3.5 2025-08-09 02:24:56.089  INFO 5270 --- [ main] .d.a.t.w.v.TcaAppPropertiesValidatorTest : The following profiles are active: dev 2025-08-09 02:24:59.887  INFO 5270 --- [ main] faultConfiguringBeanFactoryPostProcessor : No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created. 2025-08-09 02:24:59.899  INFO 5270 --- [ main] faultConfiguringBeanFactoryPostProcessor : No bean named 'taskScheduler' has been explicitly defined. Therefore, a default ThreadPoolTaskScheduler will be created. 2025-08-09 02:24:59.906  INFO 5270 --- [ main] faultConfiguringBeanFactoryPostProcessor : No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created. 2025-08-09 02:25:00.009  INFO 5270 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'configurationPropertiesValidator' of type [org.onap.dcae.analytics.tca.web.validation.TcaAppPropertiesValidator] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2025-08-09 02:25:00.479  INFO 5270 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'integrationChannelResolver' of type [org.springframework.integration.support.channel.BeanFactoryChannelResolver] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2025-08-09 02:25:00.519  INFO 5270 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'integrationDisposableAutoCreatedBeans' of type [org.springframework.integration.config.annotation.Disposables] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2025-08-09 02:25:00.573  INFO 5270 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.integration.config.IntegrationManagementConfiguration' of type [org.springframework.integration.config.IntegrationManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2025-08-09 02:25:03.536  INFO 5270 --- [ main] o.s.b.a.e.web.EndpointLinksResolver  : Exposing 15 endpoint(s) beneath base path '/actuator' 2025-08-09 02:25:05.188  INFO 5270 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'applicationTaskExecutor' 2025-08-09 02:25:06.338  INFO 5270 --- [ main] o.s.s.c.ThreadPoolTaskScheduler  : Initializing ExecutorService 'taskScheduler' 2025-08-09 02:25:06.549  INFO 5270 --- [ main] o.s.i.endpoint.EventDrivenConsumer  : Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel 2025-08-09 02:25:06.551  INFO 5270 --- [ main] o.s.i.channel.PublishSubscribeChannel  : Channel 'dcae-analytics-tca.errorChannel' has 1 subscriber(s). 2025-08-09 02:25:06.551  INFO 5270 --- [ main] o.s.i.endpoint.EventDrivenConsumer  : started bean '_org.springframework.integration.errorLogger' 2025-08-09 02:25:07.787  INFO 5270 --- [ main] .d.a.t.w.v.TcaAppPropertiesValidatorTest : Started TcaAppPropertiesValidatorTest in 12.993 seconds (JVM running for 17.516) 2025-08-09 02:25:08.832  INFO 5270 --- [ main] o.o.d.a.t.w.v.TcaAppPropertiesValidator  : Validating TCA App Properties: BaseConfigBindingServiceProperties(servicesCalls={}, streamsPublishes={tca_handle_out=BaseConfigBindingServiceProperties.PublisherDetails(super=BaseConfigBindingServiceProperties.PubSubCommonDetails(type=message_router, aafUsername=null, dmaapInfo=BaseConfigBindingServiceProperties.DmaapInfo(clientRole=null, clientId=null, location=null, topicUrl=http://localhost:8080/events/PubTopic), proxyUrl=null, ignoreSSLValidation=null))}, streamsSubscribes={tca_handle_in=BaseConfigBindingServiceProperties.SubscriberDetails(super=BaseConfigBindingServiceProperties.PubSubCommonDetails(type=message_router, aafUsername=null, dmaapInfo=BaseConfigBindingServiceProperties.DmaapInfo(clientRole=null, clientId=null, location=null, topicUrl=http://localhost:8080/events/SubTopic), proxyUrl=null, ignoreSSLValidation=null), consumerGroup=cg1, consumerIds=[c0, c1], messageLimit=50000, timeout=-1, polling=BaseConfigBindingServiceProperties.Polling(fixedRate=0, autoAdjusting=BaseConfigBindingServiceProperties.AutoAdjusting(min=30000, stepUp=10000, max=60000, stepDown=30000)))}) 2025-08-09 02:25:08.918  INFO 5270 --- [ main] o.o.d.a.t.w.v.TcaAppPropertiesValidator  : Validation of TCA App Properties completed successfully 2025-08-09 02:25:09.135  INFO 5270 --- [extShutdownHook] o.s.i.endpoint.EventDrivenConsumer  : Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel 2025-08-09 02:25:09.135  INFO 5270 --- [extShutdownHook] o.s.i.channel.PublishSubscribeChannel  : Channel 'dcae-analytics-tca.errorChannel' has 0 subscriber(s). 2025-08-09 02:25:09.136  INFO 5270 --- [extShutdownHook] o.s.i.endpoint.EventDrivenConsumer  : stopped bean '_org.springframework.integration.errorLogger' 2025-08-09 02:25:09.136  INFO 5270 --- [extShutdownHook] o.s.s.c.ThreadPoolTaskScheduler  : Shutting down ExecutorService 'taskScheduler' 2025-08-09 02:25:09.178  INFO 5270 --- [extShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor  : Shutting down ExecutorService 'applicationTaskExecutor'