2022-04-18 05:00:18.916  INFO 1 --- [ main] o.o.dcae.analytics.tca.web.TcaAppMain  : Starting TcaAppMain v1.3.2 using Java 11.0.9.1 on dcae-tcagen2 with PID 1 (/opt/dcae-analytics-tca-web-1.3.2.jar started by tca-gen2 in /opt) 2022-04-18 05:00:18.926 DEBUG 1 --- [ main] o.o.dcae.analytics.tca.web.TcaAppMain  : Running with Spring Boot v2.4.4, Spring v5.3.5 2022-04-18 05:00:18.927  INFO 1 --- [ main] o.o.dcae.analytics.tca.web.TcaAppMain  : The following profiles are active: configBindingService,dmaap,mongo 2022-04-18 05:00:23.293  INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode. 2022-04-18 05:00:23.579  INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 273 ms. Found 1 MongoDB repository interfaces. 2022-04-18 05:00:26.209  INFO 1 --- [ main] faultConfiguringBeanFactoryPostProcessor : No bean named 'taskScheduler' has been explicitly defined. Therefore, a default ThreadPoolTaskScheduler will be created. 2022-04-18 05:00:26.232  INFO 1 --- [ main] faultConfiguringBeanFactoryPostProcessor : No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created. 2022-04-18 05:00:26.352  INFO 1 --- [ 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) 2022-04-18 05:00:26.961  INFO 1 --- [ 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) 2022-04-18 05:00:26.965  INFO 1 --- [ 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) 2022-04-18 05:00:27.039  INFO 1 --- [ 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) 2022-04-18 05:00:27.861 DEBUG 1 --- [ main] org.jboss.logging  : Logging Provider: org.jboss.logging.Log4j2LoggerProvider 2022-04-18 05:00:28.012  INFO 1 --- [ main] io.undertow.servlet  : Initializing Spring embedded WebApplicationContext 2022-04-18 05:00:28.013  INFO 1 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 8903 ms 2022-04-18 05:00:28.263 DEBUG 1 --- [ main] i.m.c.u.i.logging.InternalLoggerFactory  : Using SLF4J as the default logging framework 2022-04-18 05:00:30.363 DEBUG 1 --- [ main] _.s.web.servlet.HandlerMapping.Mappings  : s.d.s.w.Swagger2ControllerWebMvc: {GET [/v2/api-docs], produces [application/json || application/hal+json]}: getDocumentation(String,HttpServletRequest) 2022-04-18 05:00:30.374 DEBUG 1 --- [ main] _.s.web.servlet.HandlerMapping.Mappings  : s.d.s.w.ApiResourceController: {GET [/swagger-resources/configuration/ui], produces [application/json]}: uiConfiguration() {GET [/swagger-resources/configuration/security], produces [application/json]}: securityConfiguration() {GET [/swagger-resources], produces [application/json]}: swaggerResources() 2022-04-18 05:00:30.401 DEBUG 1 --- [ main] _.s.web.servlet.HandlerMapping.Mappings  : o.o.d.a.t.w.c.TcaRestController: {GET [/api/v1/tca/policy], produces [application/json]}: getTcaPolicy() {POST [/api/v1/tca/policy], consumes [application/json], produces [application/json]}: setTcaPolicy(TcaPolicy) {POST [/api/v1/tca/execute], consumes [application/json], produces [application/json]}: execute(TcaExecutionRequest) 2022-04-18 05:00:30.423 DEBUG 1 --- [ main] _.s.web.servlet.HandlerMapping.Mappings  : o.s.b.a.w.s.e.BasicErrorController: { [/error], produces [text/html]}: errorHtml(HttpServletRequest,HttpServletResponse) { [/error]}: error(HttpServletRequest) 2022-04-18 05:00:31.069  INFO 1 --- [ main] o.s.b.a.e.web.EndpointLinksResolver  : Exposing 16 endpoint(s) beneath base path '/actuator' 2022-04-18 05:00:31.205  INFO 1 --- [ main] f.TcaAppPropsToMrSubscriberPrefsFunction : Creating DMaaP MR Subscriber from config properties key: tca_handle_in, props: BaseConfigBindingServiceProperties.SubscriberDetails(super=BaseConfigBindingServiceProperties.PubSubCommonDetails(type=message_router, aafUsername=null, dmaapInfo=BaseConfigBindingServiceProperties.DmaapInfo(clientRole=null, clientId=null, location=null, topicUrl=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT), 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))) 2022-04-18 05:00:31.311  INFO 1 --- [ main] f.TcaAppPropsToMrSubscriberPrefsFunction : Selecting Auto Adjusting polling rate for DMaaP MR Subscriber: tca_handle_in 2022-04-18 05:00:31.978  INFO 1 --- [ main] org.mongodb.driver.cluster  : Cluster created with settings {hosts=[dcae-mongohost:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms'} 2022-04-18 05:00:32.383  INFO 1 --- [mongohost:27017] org.mongodb.driver.connection  : Opened connection [connectionId{localValue:1, serverValue:165}] to dcae-mongohost:27017 2022-04-18 05:00:32.397  INFO 1 --- [mongohost:27017] org.mongodb.driver.connection  : Opened connection [connectionId{localValue:2, serverValue:166}] to dcae-mongohost:27017 2022-04-18 05:00:32.401  INFO 1 --- [mongohost:27017] org.mongodb.driver.cluster  : Monitor thread successfully connected to server with description ServerDescription{address=dcae-mongohost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=9, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=158097752} 2022-04-18 05:00:33.027  WARN 1 --- [ main] o.s.data.convert.CustomConversions  : Registering converter from class java.time.LocalDateTime to class org.joda.time.LocalDateTime as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation. 2022-04-18 05:00:33.144  WARN 1 --- [ main] o.s.data.convert.CustomConversions  : Registering converter from class java.time.LocalDateTime to class org.joda.time.LocalDateTime as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation. 2022-04-18 05:00:33.368  INFO 1 --- [ main] org.mongodb.driver.connection  : Opened connection [connectionId{localValue:3, serverValue:167}] to dcae-mongohost:27017 2022-04-18 05:00:34.723 DEBUG 1 --- [ main] .d.a.w.h.HttpClientPreferencesCustomizer : Customizing Rest Template for Http Client Id: tca_handle_in 2022-04-18 05:00:34.744  WARN 1 --- [ main] .d.a.w.h.HttpClientPreferencesCustomizer : No credentials set for Http Client Id: tca_handle_in. No username present 2022-04-18 05:00:34.745 DEBUG 1 --- [ main] .d.a.w.h.HttpClientPreferencesCustomizer : Proxy not Enabled - bypassing setting Proxy settings for Http Client Id: tca_handle_in 2022-04-18 05:00:34.746  INFO 1 --- [ main] .d.a.w.h.HttpClientPreferencesCustomizer : Ignore SSL Certificate Errors attributed is set to: false for Http Client Id: tca_handle_in 2022-04-18 05:00:34.746  INFO 1 --- [ main] .d.a.w.h.HttpClientPreferencesCustomizer : SSL Validation will be enforced for Http Client Id: tca_handle_in 2022-04-18 05:00:34.804  INFO 1 --- [ main] .f.TcaAppPropsToMrPublisherPrefsFunction : Creating DMaaP MR Publisher from config properties key: tca_handle_out, props: BaseConfigBindingServiceProperties.PublisherDetails(super=BaseConfigBindingServiceProperties.PubSubCommonDetails(type=message_router, aafUsername=null, dmaapInfo=BaseConfigBindingServiceProperties.DmaapInfo(clientRole=null, clientId=null, location=null, topicUrl=http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT), proxyUrl=null, ignoreSSLValidation=null)) 2022-04-18 05:00:34.849 DEBUG 1 --- [ main] .d.a.w.h.HttpClientPreferencesCustomizer : Customizing Rest Template for Http Client Id: tca_handle_out 2022-04-18 05:00:34.850  WARN 1 --- [ main] .d.a.w.h.HttpClientPreferencesCustomizer : No credentials set for Http Client Id: tca_handle_out. No username present 2022-04-18 05:00:34.851 DEBUG 1 --- [ main] .d.a.w.h.HttpClientPreferencesCustomizer : Proxy not Enabled - bypassing setting Proxy settings for Http Client Id: tca_handle_out 2022-04-18 05:00:34.851  INFO 1 --- [ main] .d.a.w.h.HttpClientPreferencesCustomizer : Ignore SSL Certificate Errors attributed is set to: false for Http Client Id: tca_handle_out 2022-04-18 05:00:34.851  INFO 1 --- [ main] .d.a.w.h.HttpClientPreferencesCustomizer : SSL Validation will be enforced for Http Client Id: tca_handle_out 2022-04-18 05:00:34.949  INFO 1 --- [ main] o.o.d.a.w.u.f.MrSubscriberURLFunction  : Created DMaaP MR Subscriber URL: http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000 2022-04-18 05:00:34.957  INFO 1 --- [ main] o.o.d.a.w.u.f.MrSubscriberURLFunction  : Created DMaaP MR Subscriber URL: http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000 2022-04-18 05:00:35.448  WARN 1 --- [ main] o.s.data.convert.CustomConversions  : Registering converter from class java.time.LocalDateTime to class org.joda.time.LocalDateTime as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation. 2022-04-18 05:00:35.712  WARN 1 --- [ main] o.s.data.convert.CustomConversions  : Registering converter from class java.time.LocalDateTime to class org.joda.time.LocalDateTime as reading converter although it doesn't convert from a store-supported type! You might want to check your annotation setup at the converter implementation. 2022-04-18 05:00:36.813  INFO 1 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'applicationTaskExecutor' 2022-04-18 05:00:37.105 DEBUG 1 --- [ main] _.s.web.servlet.HandlerMapping.Mappings  : 'beanNameHandlerMapping' {} 2022-04-18 05:00:37.161 DEBUG 1 --- [ main] _.s.web.servlet.HandlerMapping.Mappings  : 'resourceHandlerMapping' {/webjars/**=ResourceHttpRequestHandler [Classpath [META-INF/resources/webjars/]], /**=ResourceHttpRequestHandler [Classpath [META-INF/resources/], Classpath [resources/], Classpath [static/], Classpath [public/], ServletContext [/]]} 2022-04-18 05:00:37.672  INFO 1 --- [ main] o.s.s.c.ThreadPoolTaskScheduler  : Initializing ExecutorService 'taskScheduler' 2022-04-18 05:00:38.012  INFO 1 --- [ main] o.s.i.endpoint.EventDrivenConsumer  : Adding {http:outbound-gateway} as a subscriber to the 'mrSubscriberFlow.channel#0' channel 2022-04-18 05:00:38.014  INFO 1 --- [ main] o.s.integration.channel.DirectChannel  : Channel 'dcae-analytics-tca.mrSubscriberFlow.channel#0' has 1 subscriber(s). 2022-04-18 05:00:38.014  INFO 1 --- [ main] o.s.i.endpoint.EventDrivenConsumer  : started bean 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow' 2022-04-18 05:00:38.015  INFO 1 --- [ main] o.s.i.endpoint.EventDrivenConsumer  : Adding {splitter} as a subscriber to the 'mrSubscriberFlow.channel#1' channel 2022-04-18 05:00:38.015  INFO 1 --- [ main] o.s.integration.channel.DirectChannel  : Channel 'dcae-analytics-tca.mrSubscriberFlow.channel#1' has 1 subscriber(s). 2022-04-18 05:00:38.015  INFO 1 --- [ main] o.s.i.endpoint.EventDrivenConsumer  : started bean 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#1'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow' 2022-04-18 05:00:38.016  INFO 1 --- [ main] o.s.i.endpoint.EventDrivenConsumer  : Adding {http:outbound-gateway} as a subscriber to the 'mrPublisherInputChannel' channel 2022-04-18 05:00:38.016  INFO 1 --- [ main] o.s.integration.channel.DirectChannel  : Channel 'dcae-analytics-tca.mrPublisherInputChannel' has 1 subscriber(s). 2022-04-18 05:00:38.016  INFO 1 --- [ main] o.s.i.endpoint.EventDrivenConsumer  : started bean 'mrPublisherFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrPublisherFlow' 2022-04-18 05:00:38.016  INFO 1 --- [ main] o.s.i.endpoint.EventDrivenConsumer  : Adding {service-activator} as a subscriber to the 'mrPublisherFlow.channel#0' channel 2022-04-18 05:00:38.017  INFO 1 --- [ main] o.s.integration.channel.DirectChannel  : Channel 'dcae-analytics-tca.mrPublisherFlow.channel#0' has 1 subscriber(s). 2022-04-18 05:00:38.017  INFO 1 --- [ main] o.s.i.endpoint.EventDrivenConsumer  : started bean 'mrPublisherFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#1'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrPublisherFlow' 2022-04-18 05:00:38.018  INFO 1 --- [ main] o.s.i.endpoint.EventDrivenConsumer  : Adding {} as a subscriber to the 'tcaMrFlow.channel#0' channel 2022-04-18 05:00:38.018  INFO 1 --- [ main] o.s.integration.channel.DirectChannel  : Channel 'dcae-analytics-tca.tcaMrFlow.channel#0' has 1 subscriber(s). 2022-04-18 05:00:38.018  INFO 1 --- [ main] o.s.i.endpoint.EventDrivenConsumer  : started bean 'tcaMrFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#1'; defined in: 'org.onap.dcae.analytics.tca.web.config.TcaMrConfig'; from source: 'bean method tcaMrFlow' 2022-04-18 05:00:38.018  INFO 1 --- [ main] o.s.i.endpoint.EventDrivenConsumer  : Adding {service-activator} as a subscriber to the 'mrPublisherOutputChannel' channel 2022-04-18 05:00:38.019  INFO 1 --- [ main] o.s.integration.channel.DirectChannel  : Channel 'dcae-analytics-tca.mrPublisherOutputChannel' has 1 subscriber(s). 2022-04-18 05:00:38.019  INFO 1 --- [ main] o.s.i.endpoint.EventDrivenConsumer  : started bean 'tcaPublisherResponseFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.tca.web.config.TcaMrConfig'; from source: 'bean method tcaPublisherResponseFlow' 2022-04-18 05:00:38.027  INFO 1 --- [ main] o.s.i.e.SourcePollingChannelAdapter  : started bean 'mrSubscriberFlow.org.springframework.integration.config.SourcePollingChannelAdapterFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow' 2022-04-18 05:00:38.029  INFO 1 --- [ main] o.s.i.endpoint.PollingConsumer  : started bean 'tcaMrFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.tca.web.config.TcaMrConfig'; from source: 'bean method tcaMrFlow' 2022-04-18T05:00:38.097+0000|b1eb4612-94d9-469e-961a-985c67973056|Request Id: b1eb4612-94d9-469e-961a-985c67973056. Transaction Id: ZNVT6. Begin TS: 2022-04-18T05:00:38.029+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:00:38.065 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: b1eb4612-94d9-469e-961a-985c67973056. Transaction Id: ZNVT6. Begin TS: 2022-04-18T05:00:38.029+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:00:38.207  INFO 1 --- [ main] io.undertow  : starting server: Undertow - 2.2.14.Final 2022-04-18 05:00:38.325  INFO 1 --- [ main] org.xnio  : XNIO version 3.8.4.Final 2022-04-18 05:00:38.410  INFO 1 --- [ main] org.xnio.nio  : XNIO NIO Implementation Version 3.8.4.Final 2022-04-18 05:00:38.756  INFO 1 --- [ main] org.jboss.threads  : JBoss Threads version 3.1.0.Final 2022-04-18 05:00:38.968  INFO 1 --- [ main] o.s.b.w.e.undertow.UndertowWebServer  : Undertow started on port(s) 9091 (http) 2022-04-18T05:00:38.345+0000|2022-04-18T05:00:39.694+0000|b1eb4612-94d9-469e-961a-985c67973056|UNKNOWN_INSTANCE_ID|task-scheduler-1||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|200|Timeout Error||ERROR|2|10.233.69.131|1349|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: b1eb4612-94d9-469e-961a-985c67973056, Transaction Id: ZNVT6, Elapsed Time: 1349 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.233.7.131] failed: Connection refused (Connection refused) 2022-04-18 05:00:39.700 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: b1eb4612-94d9-469e-961a-985c67973056, Transaction Id: ZNVT6, Elapsed Time: 1349 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.233.7.131] failed: Connection refused (Connection refused) 2022-04-18 05:00:39.740 ERROR 1 --- [ask-scheduler-1] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpServerErrorException$ServiceUnavailable: 503 Service Unavailable: [no body], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=b1eb4612-94d9-469e-961a-985c67973056, X-Begin-Timestamp=2022-04-18T05:00:38.029+0000, X-TransactionID=ZNVT6, id=4a6791ae-1ab8-d790-8753-058d84191fdc, timestamp=1650258038132}], headers={id=2b365881-ebe8-808d-cfeb-be7ab0900a06, timestamp=1650258039737}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=b1eb4612-94d9-469e-961a-985c67973056, X-Begin-Timestamp=2022-04-18T05:00:38.029+0000, X-TransactionID=ZNVT6, id=4a6791ae-1ab8-d790-8753-058d84191fdc, timestamp=1650258038132}] 2022-04-18 05:00:40.128 DEBUG 1 --- [ main] Validator  : ERROR [ModelSpecification.spec] At least one type of specification is required 2022-04-18 05:00:40.318 DEBUG 1 --- [ main] Validator  : ERROR [ModelSpecification.spec] At least one type of specification is required 2022-04-18 05:00:40.633  INFO 1 --- [ main] o.o.dcae.analytics.tca.web.TcaAppMain  : Started TcaAppMain in 26.168 seconds (JVM running for 30.62) 2022-04-18 05:00:48.387  INFO 1 --- [ XNIO-1 task-1] io.undertow.servlet  : Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-04-18 05:00:48.388  INFO 1 --- [ XNIO-1 task-1] o.s.web.servlet.DispatcherServlet  : Initializing Servlet 'dispatcherServlet' 2022-04-18 05:00:48.403  INFO 1 --- [ XNIO-1 task-1] o.s.web.servlet.DispatcherServlet  : Completed initialization in 14 ms 2022-04-18T05:01:08.029+0000|013dc20c-c1cb-4f44-8b98-033989496159|Request Id: 013dc20c-c1cb-4f44-8b98-033989496159. Transaction Id: NWDES. Begin TS: 2022-04-18T05:01:08.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:01:08.027 DEBUG 1 --- [sk-scheduler-10] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 013dc20c-c1cb-4f44-8b98-033989496159. Transaction Id: NWDES. Begin TS: 2022-04-18T05:01:08.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:01:08.034+0000|2022-04-18T05:01:09.080+0000|013dc20c-c1cb-4f44-8b98-033989496159|UNKNOWN_INSTANCE_ID|task-scheduler-10||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|200|Timeout Error||ERROR|2|10.233.69.131|1046|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 013dc20c-c1cb-4f44-8b98-033989496159, Transaction Id: NWDES, Elapsed Time: 1046 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.233.7.131] failed: Connection refused (Connection refused) 2022-04-18 05:01:09.080 ERROR 1 --- [sk-scheduler-10] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 013dc20c-c1cb-4f44-8b98-033989496159, Transaction Id: NWDES, Elapsed Time: 1046 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.233.7.131] failed: Connection refused (Connection refused) 2022-04-18 05:01:09.088 ERROR 1 --- [sk-scheduler-10] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpServerErrorException$ServiceUnavailable: 503 Service Unavailable: [no body], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=013dc20c-c1cb-4f44-8b98-033989496159, X-Begin-Timestamp=2022-04-18T05:01:08.027+0000, X-TransactionID=NWDES, id=a5153f46-c5fe-5d3d-5776-48f26926e0ae, timestamp=1650258068031}], headers={id=ccc0685c-6ebe-998b-db0f-2bc660daef73, timestamp=1650258069088}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=013dc20c-c1cb-4f44-8b98-033989496159, X-Begin-Timestamp=2022-04-18T05:01:08.027+0000, X-TransactionID=NWDES, id=a5153f46-c5fe-5d3d-5776-48f26926e0ae, timestamp=1650258068031}] 2022-04-18 05:01:17.441  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:01:17.442  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:01:17.442 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:01:38.027+0000|b8b413d6-5de4-4a71-8d40-379ef78dc92b|Request Id: b8b413d6-5de4-4a71-8d40-379ef78dc92b. Transaction Id: UZ3MA. Begin TS: 2022-04-18T05:01:38.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:01:38.027 DEBUG 1 --- [ask-scheduler-9] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: b8b413d6-5de4-4a71-8d40-379ef78dc92b. Transaction Id: UZ3MA. Begin TS: 2022-04-18T05:01:38.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:01:38.031+0000|2022-04-18T05:01:39.089+0000|b8b413d6-5de4-4a71-8d40-379ef78dc92b|UNKNOWN_INSTANCE_ID|task-scheduler-9||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|200|Timeout Error||ERROR|2|10.233.69.131|1058|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: b8b413d6-5de4-4a71-8d40-379ef78dc92b, Transaction Id: UZ3MA, Elapsed Time: 1058 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.233.7.131] failed: Connection refused (Connection refused) 2022-04-18 05:01:39.089 ERROR 1 --- [ask-scheduler-9] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: b8b413d6-5de4-4a71-8d40-379ef78dc92b, Transaction Id: UZ3MA, Elapsed Time: 1058 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.233.7.131] failed: Connection refused (Connection refused) 2022-04-18 05:01:39.092 ERROR 1 --- [ask-scheduler-9] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpServerErrorException$ServiceUnavailable: 503 Service Unavailable: [no body], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=b8b413d6-5de4-4a71-8d40-379ef78dc92b, X-Begin-Timestamp=2022-04-18T05:01:38.026+0000, X-TransactionID=UZ3MA, id=2ce9580c-4267-d242-df6a-8dbfc1a888e7, timestamp=1650258098028}], headers={id=b36207c8-0fa2-b0ab-be5e-48b1b96db567, timestamp=1650258099092}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=b8b413d6-5de4-4a71-8d40-379ef78dc92b, X-Begin-Timestamp=2022-04-18T05:01:38.026+0000, X-TransactionID=UZ3MA, id=2ce9580c-4267-d242-df6a-8dbfc1a888e7, timestamp=1650258098028}] 2022-04-18T05:02:08.027+0000|1920f37c-b123-48b0-9664-f946c93d2600|Request Id: 1920f37c-b123-48b0-9664-f946c93d2600. Transaction Id: BJD1K. Begin TS: 2022-04-18T05:02:08.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:02:08.027 DEBUG 1 --- [ask-scheduler-6] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 1920f37c-b123-48b0-9664-f946c93d2600. Transaction Id: BJD1K. Begin TS: 2022-04-18T05:02:08.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:02:08.031+0000|2022-04-18T05:02:09.074+0000|1920f37c-b123-48b0-9664-f946c93d2600|UNKNOWN_INSTANCE_ID|task-scheduler-6||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|200|Timeout Error||ERROR|2|10.233.69.131|1043|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 1920f37c-b123-48b0-9664-f946c93d2600, Transaction Id: BJD1K, Elapsed Time: 1043 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.233.7.131] failed: Connection refused (Connection refused) 2022-04-18 05:02:09.074 ERROR 1 --- [ask-scheduler-6] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 1920f37c-b123-48b0-9664-f946c93d2600, Transaction Id: BJD1K, Elapsed Time: 1043 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.233.7.131] failed: Connection refused (Connection refused) 2022-04-18 05:02:09.082 ERROR 1 --- [ask-scheduler-6] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpServerErrorException$ServiceUnavailable: 503 Service Unavailable: [no body], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=1920f37c-b123-48b0-9664-f946c93d2600, X-Begin-Timestamp=2022-04-18T05:02:08.026+0000, X-TransactionID=BJD1K, id=f09a6583-3ffa-c322-02d4-cc4038fde5ef, timestamp=1650258128028}], headers={id=7ecf67c5-3c45-4b6b-f6a1-8b3af872abf6, timestamp=1650258129082}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=1920f37c-b123-48b0-9664-f946c93d2600, X-Begin-Timestamp=2022-04-18T05:02:08.026+0000, X-TransactionID=BJD1K, id=f09a6583-3ffa-c322-02d4-cc4038fde5ef, timestamp=1650258128028}] 2022-04-18 05:02:17.423  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:02:17.423  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:02:17.424 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:02:38.027+0000|569050c0-2211-48f2-a2c7-d2170049a4d5|Request Id: 569050c0-2211-48f2-a2c7-d2170049a4d5. Transaction Id: ODPNF. Begin TS: 2022-04-18T05:02:38.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:02:38.027 DEBUG 1 --- [ask-scheduler-4] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 569050c0-2211-48f2-a2c7-d2170049a4d5. Transaction Id: ODPNF. Begin TS: 2022-04-18T05:02:38.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:02:38.031+0000|2022-04-18T05:02:39.058+0000|569050c0-2211-48f2-a2c7-d2170049a4d5|UNKNOWN_INSTANCE_ID|task-scheduler-4||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|200|Timeout Error||ERROR|2|10.233.69.131|1027|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 569050c0-2211-48f2-a2c7-d2170049a4d5, Transaction Id: ODPNF, Elapsed Time: 1027 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.233.7.131] failed: Connection refused (Connection refused) 2022-04-18 05:02:39.059 ERROR 1 --- [ask-scheduler-4] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 569050c0-2211-48f2-a2c7-d2170049a4d5, Transaction Id: ODPNF, Elapsed Time: 1027 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.233.7.131] failed: Connection refused (Connection refused) 2022-04-18 05:02:39.063 ERROR 1 --- [ask-scheduler-4] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpServerErrorException$ServiceUnavailable: 503 Service Unavailable: [no body], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=569050c0-2211-48f2-a2c7-d2170049a4d5, X-Begin-Timestamp=2022-04-18T05:02:38.026+0000, X-TransactionID=ODPNF, id=bab7c67c-0f9c-11ce-7a31-8599bdfe9aa5, timestamp=1650258158029}], headers={id=bb95c5d5-4acb-ee4a-16f9-afddddb0da70, timestamp=1650258159062}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=569050c0-2211-48f2-a2c7-d2170049a4d5, X-Begin-Timestamp=2022-04-18T05:02:38.026+0000, X-TransactionID=ODPNF, id=bab7c67c-0f9c-11ce-7a31-8599bdfe9aa5, timestamp=1650258158029}] 2022-04-18T05:03:08.028+0000|95f8d20a-e30a-4b11-a7d8-bf46fc1ecddf|Request Id: 95f8d20a-e30a-4b11-a7d8-bf46fc1ecddf. Transaction Id: YLZRP. Begin TS: 2022-04-18T05:03:08.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:03:08.027 DEBUG 1 --- [ask-scheduler-9] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 95f8d20a-e30a-4b11-a7d8-bf46fc1ecddf. Transaction Id: YLZRP. Begin TS: 2022-04-18T05:03:08.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:03:08.030+0000|2022-04-18T05:03:09.073+0000|95f8d20a-e30a-4b11-a7d8-bf46fc1ecddf|UNKNOWN_INSTANCE_ID|task-scheduler-9||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|200|Timeout Error||ERROR|2|10.233.69.131|1043|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 95f8d20a-e30a-4b11-a7d8-bf46fc1ecddf, Transaction Id: YLZRP, Elapsed Time: 1043 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.233.7.131] failed: Connection refused (Connection refused) 2022-04-18 05:03:09.073 ERROR 1 --- [ask-scheduler-9] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 95f8d20a-e30a-4b11-a7d8-bf46fc1ecddf, Transaction Id: YLZRP, Elapsed Time: 1043 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.233.7.131] failed: Connection refused (Connection refused) 2022-04-18 05:03:09.083 ERROR 1 --- [ask-scheduler-9] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpServerErrorException$ServiceUnavailable: 503 Service Unavailable: [no body], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=95f8d20a-e30a-4b11-a7d8-bf46fc1ecddf, X-Begin-Timestamp=2022-04-18T05:03:08.027+0000, X-TransactionID=YLZRP, id=83e29342-285d-04c3-5026-4270020b10ea, timestamp=1650258188029}], headers={id=7109a10d-f2a1-bee7-4108-dcc82e59a047, timestamp=1650258189082}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=95f8d20a-e30a-4b11-a7d8-bf46fc1ecddf, X-Begin-Timestamp=2022-04-18T05:03:08.027+0000, X-TransactionID=YLZRP, id=83e29342-285d-04c3-5026-4270020b10ea, timestamp=1650258188029}] 2022-04-18 05:03:17.435  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:03:17.436  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:03:17.437 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:03:38.032+0000|cda308a7-df4e-4d55-a65c-d15d7e4bd9c8|Request Id: cda308a7-df4e-4d55-a65c-d15d7e4bd9c8. Transaction Id: 8MJ3X. Begin TS: 2022-04-18T05:03:38.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:03:38.029 DEBUG 1 --- [ask-scheduler-2] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: cda308a7-df4e-4d55-a65c-d15d7e4bd9c8. Transaction Id: 8MJ3X. Begin TS: 2022-04-18T05:03:38.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:03:38.050+0000|2022-04-18T05:03:39.123+0000|cda308a7-df4e-4d55-a65c-d15d7e4bd9c8|UNKNOWN_INSTANCE_ID|task-scheduler-2||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|200|Timeout Error||ERROR|2|10.233.69.131|1073|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: cda308a7-df4e-4d55-a65c-d15d7e4bd9c8, Transaction Id: 8MJ3X, Elapsed Time: 1073 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.233.7.131] failed: Connection refused (Connection refused) 2022-04-18 05:03:39.128 ERROR 1 --- [ask-scheduler-2] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: cda308a7-df4e-4d55-a65c-d15d7e4bd9c8, Transaction Id: 8MJ3X, Elapsed Time: 1073 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.233.7.131] failed: Connection refused (Connection refused) 2022-04-18 05:03:39.136 ERROR 1 --- [ask-scheduler-2] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpServerErrorException$ServiceUnavailable: 503 Service Unavailable: [no body], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=cda308a7-df4e-4d55-a65c-d15d7e4bd9c8, X-Begin-Timestamp=2022-04-18T05:03:38.027+0000, X-TransactionID=8MJ3X, id=fae6ab47-a35a-3369-650f-56c0ff16af69, timestamp=1650258218034}], headers={id=98febec9-cfe9-edbb-b376-ce0633e5469a, timestamp=1650258219135}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=cda308a7-df4e-4d55-a65c-d15d7e4bd9c8, X-Begin-Timestamp=2022-04-18T05:03:38.027+0000, X-TransactionID=8MJ3X, id=fae6ab47-a35a-3369-650f-56c0ff16af69, timestamp=1650258218034}] 2022-04-18T05:04:08.028+0000|3341b4a4-0f99-4cf6-83ab-10bdfdf524ca|Request Id: 3341b4a4-0f99-4cf6-83ab-10bdfdf524ca. Transaction Id: MSERY. Begin TS: 2022-04-18T05:04:08.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:04:08.028 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 3341b4a4-0f99-4cf6-83ab-10bdfdf524ca. Transaction Id: MSERY. Begin TS: 2022-04-18T05:04:08.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:04:08.033+0000|2022-04-18T05:04:09.080+0000|3341b4a4-0f99-4cf6-83ab-10bdfdf524ca|UNKNOWN_INSTANCE_ID|task-scheduler-1||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|200|Timeout Error||ERROR|2|10.233.69.131|1047|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 3341b4a4-0f99-4cf6-83ab-10bdfdf524ca, Transaction Id: MSERY, Elapsed Time: 1047 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.233.7.131] failed: Connection refused (Connection refused) 2022-04-18 05:04:09.080 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 3341b4a4-0f99-4cf6-83ab-10bdfdf524ca, Transaction Id: MSERY, Elapsed Time: 1047 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.233.7.131] failed: Connection refused (Connection refused) 2022-04-18 05:04:09.084 ERROR 1 --- [ask-scheduler-1] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpServerErrorException$ServiceUnavailable: 503 Service Unavailable: [no body], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=3341b4a4-0f99-4cf6-83ab-10bdfdf524ca, X-Begin-Timestamp=2022-04-18T05:04:08.027+0000, X-TransactionID=MSERY, id=019ce5a0-c02e-d364-ede9-bf676fd3dd11, timestamp=1650258248029}], headers={id=9c53754d-e16e-c5f7-38bd-ab593b022ea5, timestamp=1650258249084}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=3341b4a4-0f99-4cf6-83ab-10bdfdf524ca, X-Begin-Timestamp=2022-04-18T05:04:08.027+0000, X-TransactionID=MSERY, id=019ce5a0-c02e-d364-ede9-bf676fd3dd11, timestamp=1650258248029}] 2022-04-18 05:04:17.428  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:04:17.430  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:04:17.431 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:04:38.028+0000|734d998a-95d0-44d7-8c76-f29ea387d1da|Request Id: 734d998a-95d0-44d7-8c76-f29ea387d1da. Transaction Id: EPTAS. Begin TS: 2022-04-18T05:04:38.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:04:38.027 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 734d998a-95d0-44d7-8c76-f29ea387d1da. Transaction Id: EPTAS. Begin TS: 2022-04-18T05:04:38.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:04:38.030+0000|2022-04-18T05:04:38.118+0000|734d998a-95d0-44d7-8c76-f29ea387d1da|UNKNOWN_INSTANCE_ID|task-scheduler-1||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.69.131|88|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 734d998a-95d0-44d7-8c76-f29ea387d1da, Transaction Id: EPTAS, Elapsed Time: 88 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:04:38.119 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 734d998a-95d0-44d7-8c76-f29ea387d1da, Transaction Id: EPTAS, Elapsed Time: 88 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:04:38.139 ERROR 1 --- [ask-scheduler-1] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=734d998a-95d0-44d7-8c76-f29ea387d1da, X-Begin-Timestamp=2022-04-18T05:04:38.027+0000, X-TransactionID=EPTAS, id=30968a3d-5ff1-526d-ef89-770c51e16769, timestamp=1650258278028}], headers={id=de4b0e39-0c31-409b-b344-479b178e5390, timestamp=1650258278139}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=734d998a-95d0-44d7-8c76-f29ea387d1da, X-Begin-Timestamp=2022-04-18T05:04:38.027+0000, X-TransactionID=EPTAS, id=30968a3d-5ff1-526d-ef89-770c51e16769, timestamp=1650258278028}] 2022-04-18T05:05:08.029+0000|b8bac6b7-676d-4250-8803-f2745b15234c|Request Id: b8bac6b7-676d-4250-8803-f2745b15234c. Transaction Id: VVQNL. Begin TS: 2022-04-18T05:05:08.028+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:05:08.029 DEBUG 1 --- [ask-scheduler-2] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: b8bac6b7-676d-4250-8803-f2745b15234c. Transaction Id: VVQNL. Begin TS: 2022-04-18T05:05:08.028+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:05:08.033+0000|2022-04-18T05:05:08.054+0000|b8bac6b7-676d-4250-8803-f2745b15234c|UNKNOWN_INSTANCE_ID|task-scheduler-2||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.69.131|21|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: b8bac6b7-676d-4250-8803-f2745b15234c, Transaction Id: VVQNL, Elapsed Time: 21 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:05:08.054 ERROR 1 --- [ask-scheduler-2] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: b8bac6b7-676d-4250-8803-f2745b15234c, Transaction Id: VVQNL, Elapsed Time: 21 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:05:08.057 ERROR 1 --- [ask-scheduler-2] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=b8bac6b7-676d-4250-8803-f2745b15234c, X-Begin-Timestamp=2022-04-18T05:05:08.028+0000, X-TransactionID=VVQNL, id=51aa85b0-87c8-680d-c620-9a6168164b03, timestamp=1650258308030}], headers={id=33ba4c16-9a7c-8036-99d4-01799aa34f22, timestamp=1650258308057}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=b8bac6b7-676d-4250-8803-f2745b15234c, X-Begin-Timestamp=2022-04-18T05:05:08.028+0000, X-TransactionID=VVQNL, id=51aa85b0-87c8-680d-c620-9a6168164b03, timestamp=1650258308030}] 2022-04-18 05:05:17.434  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:05:17.435  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:05:17.435 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:05:38.035+0000|d1a709e3-c069-4227-8107-b6be3bc54c26|Request Id: d1a709e3-c069-4227-8107-b6be3bc54c26. Transaction Id: LQGHH. Begin TS: 2022-04-18T05:05:38.030+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:05:38.035 DEBUG 1 --- [ask-scheduler-9] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: d1a709e3-c069-4227-8107-b6be3bc54c26. Transaction Id: LQGHH. Begin TS: 2022-04-18T05:05:38.030+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:05:38.038+0000|2022-04-18T05:05:38.058+0000|d1a709e3-c069-4227-8107-b6be3bc54c26|UNKNOWN_INSTANCE_ID|task-scheduler-9||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.69.131|20|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: d1a709e3-c069-4227-8107-b6be3bc54c26, Transaction Id: LQGHH, Elapsed Time: 20 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:05:38.058 ERROR 1 --- [ask-scheduler-9] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: d1a709e3-c069-4227-8107-b6be3bc54c26, Transaction Id: LQGHH, Elapsed Time: 20 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:05:38.062 ERROR 1 --- [ask-scheduler-9] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=d1a709e3-c069-4227-8107-b6be3bc54c26, X-Begin-Timestamp=2022-04-18T05:05:38.030+0000, X-TransactionID=LQGHH, id=e23fef5e-e208-f094-a313-31aabcd11790, timestamp=1650258338036}], headers={id=63fb5a30-b592-9f7d-7351-974a1fb715ad, timestamp=1650258338061}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=d1a709e3-c069-4227-8107-b6be3bc54c26, X-Begin-Timestamp=2022-04-18T05:05:38.030+0000, X-TransactionID=LQGHH, id=e23fef5e-e208-f094-a313-31aabcd11790, timestamp=1650258338036}] 2022-04-18T05:06:08.028+0000|ff3c6cb5-387d-4bef-a35c-d1d0f578b459|Request Id: ff3c6cb5-387d-4bef-a35c-d1d0f578b459. Transaction Id: C8Q8Z. Begin TS: 2022-04-18T05:06:08.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:06:08.027 DEBUG 1 --- [ask-scheduler-7] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: ff3c6cb5-387d-4bef-a35c-d1d0f578b459. Transaction Id: C8Q8Z. Begin TS: 2022-04-18T05:06:08.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:06:08.032+0000|2022-04-18T05:06:08.054+0000|ff3c6cb5-387d-4bef-a35c-d1d0f578b459|UNKNOWN_INSTANCE_ID|task-scheduler-7||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.69.131|22|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: ff3c6cb5-387d-4bef-a35c-d1d0f578b459, Transaction Id: C8Q8Z, Elapsed Time: 22 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:06:08.055 ERROR 1 --- [ask-scheduler-7] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: ff3c6cb5-387d-4bef-a35c-d1d0f578b459, Transaction Id: C8Q8Z, Elapsed Time: 22 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:06:08.060 ERROR 1 --- [ask-scheduler-7] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=ff3c6cb5-387d-4bef-a35c-d1d0f578b459, X-Begin-Timestamp=2022-04-18T05:06:08.026+0000, X-TransactionID=C8Q8Z, id=9673e113-3fe6-3a6f-0822-8d94176057a6, timestamp=1650258368029}], headers={id=abc0ae8b-eee1-992a-60cb-759402c30c22, timestamp=1650258368059}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=ff3c6cb5-387d-4bef-a35c-d1d0f578b459, X-Begin-Timestamp=2022-04-18T05:06:08.026+0000, X-TransactionID=C8Q8Z, id=9673e113-3fe6-3a6f-0822-8d94176057a6, timestamp=1650258368029}] 2022-04-18 05:06:17.430  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:06:17.432  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:06:17.432 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:06:38.030+0000|ca0474e5-7a2a-4c01-8fae-0d9fe94d34cd|Request Id: ca0474e5-7a2a-4c01-8fae-0d9fe94d34cd. Transaction Id: 23R5A. Begin TS: 2022-04-18T05:06:38.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:06:38.028 DEBUG 1 --- [ask-scheduler-6] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: ca0474e5-7a2a-4c01-8fae-0d9fe94d34cd. Transaction Id: 23R5A. Begin TS: 2022-04-18T05:06:38.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:06:38.037+0000|2022-04-18T05:06:38.071+0000|ca0474e5-7a2a-4c01-8fae-0d9fe94d34cd|UNKNOWN_INSTANCE_ID|task-scheduler-6||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.69.131|34|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: ca0474e5-7a2a-4c01-8fae-0d9fe94d34cd, Transaction Id: 23R5A, Elapsed Time: 34 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:06:38.071 ERROR 1 --- [ask-scheduler-6] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: ca0474e5-7a2a-4c01-8fae-0d9fe94d34cd, Transaction Id: 23R5A, Elapsed Time: 34 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:06:38.076 ERROR 1 --- [ask-scheduler-6] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=ca0474e5-7a2a-4c01-8fae-0d9fe94d34cd, X-Begin-Timestamp=2022-04-18T05:06:38.027+0000, X-TransactionID=23R5A, id=d409be4c-10b4-b902-4edc-6f2e8970aa36, timestamp=1650258398031}], headers={id=3caaab19-b9ce-597e-90dc-777f2584509b, timestamp=1650258398076}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=ca0474e5-7a2a-4c01-8fae-0d9fe94d34cd, X-Begin-Timestamp=2022-04-18T05:06:38.027+0000, X-TransactionID=23R5A, id=d409be4c-10b4-b902-4edc-6f2e8970aa36, timestamp=1650258398031}] 2022-04-18T05:07:08.030+0000|6c08e6c7-47ec-42a7-a1c2-c43a40a30d35|Request Id: 6c08e6c7-47ec-42a7-a1c2-c43a40a30d35. Transaction Id: D8ZWF. Begin TS: 2022-04-18T05:07:08.028+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:07:08.030 DEBUG 1 --- [ask-scheduler-7] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 6c08e6c7-47ec-42a7-a1c2-c43a40a30d35. Transaction Id: D8ZWF. Begin TS: 2022-04-18T05:07:08.028+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:07:08.032+0000|2022-04-18T05:07:08.049+0000|6c08e6c7-47ec-42a7-a1c2-c43a40a30d35|UNKNOWN_INSTANCE_ID|task-scheduler-7||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.69.131|17|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 6c08e6c7-47ec-42a7-a1c2-c43a40a30d35, Transaction Id: D8ZWF, Elapsed Time: 17 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:07:08.049 ERROR 1 --- [ask-scheduler-7] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 6c08e6c7-47ec-42a7-a1c2-c43a40a30d35, Transaction Id: D8ZWF, Elapsed Time: 17 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:07:08.052 ERROR 1 --- [ask-scheduler-7] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=6c08e6c7-47ec-42a7-a1c2-c43a40a30d35, X-Begin-Timestamp=2022-04-18T05:07:08.028+0000, X-TransactionID=D8ZWF, id=3631500c-e9b5-1939-206a-7dbfe59891c4, timestamp=1650258428031}], headers={id=b9b10e33-ee0b-2310-ca57-1c316dc62dd0, timestamp=1650258428052}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=6c08e6c7-47ec-42a7-a1c2-c43a40a30d35, X-Begin-Timestamp=2022-04-18T05:07:08.028+0000, X-TransactionID=D8ZWF, id=3631500c-e9b5-1939-206a-7dbfe59891c4, timestamp=1650258428031}] 2022-04-18 05:07:17.424  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:07:17.424  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:07:17.425 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:07:38.027+0000|7747f94e-3a01-4c73-b7e6-f1df41cbe9bb|Request Id: 7747f94e-3a01-4c73-b7e6-f1df41cbe9bb. Transaction Id: AZNYH. Begin TS: 2022-04-18T05:07:38.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:07:38.027 DEBUG 1 --- [sk-scheduler-10] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 7747f94e-3a01-4c73-b7e6-f1df41cbe9bb. Transaction Id: AZNYH. Begin TS: 2022-04-18T05:07:38.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:07:38.030+0000|2022-04-18T05:07:38.042+0000|7747f94e-3a01-4c73-b7e6-f1df41cbe9bb|UNKNOWN_INSTANCE_ID|task-scheduler-10||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.69.131|12|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 7747f94e-3a01-4c73-b7e6-f1df41cbe9bb, Transaction Id: AZNYH, Elapsed Time: 12 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:07:38.042 ERROR 1 --- [sk-scheduler-10] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 7747f94e-3a01-4c73-b7e6-f1df41cbe9bb, Transaction Id: AZNYH, Elapsed Time: 12 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:07:38.046 ERROR 1 --- [sk-scheduler-10] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=7747f94e-3a01-4c73-b7e6-f1df41cbe9bb, X-Begin-Timestamp=2022-04-18T05:07:38.026+0000, X-TransactionID=AZNYH, id=0c1574a6-0780-3dd1-fea0-b0cc41ea11e9, timestamp=1650258458028}], headers={id=bd646cfb-4a83-e080-e746-957843c12bdb, timestamp=1650258458046}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=7747f94e-3a01-4c73-b7e6-f1df41cbe9bb, X-Begin-Timestamp=2022-04-18T05:07:38.026+0000, X-TransactionID=AZNYH, id=0c1574a6-0780-3dd1-fea0-b0cc41ea11e9, timestamp=1650258458028}] 2022-04-18T05:08:08.031+0000|56e4c348-e9f3-4e99-854b-cdf10f3f30d1|Request Id: 56e4c348-e9f3-4e99-854b-cdf10f3f30d1. Transaction Id: 0W8ZN. Begin TS: 2022-04-18T05:08:08.029+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:08:08.030 DEBUG 1 --- [ask-scheduler-9] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 56e4c348-e9f3-4e99-854b-cdf10f3f30d1. Transaction Id: 0W8ZN. Begin TS: 2022-04-18T05:08:08.029+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:08:08.035+0000|2022-04-18T05:08:08.056+0000|56e4c348-e9f3-4e99-854b-cdf10f3f30d1|UNKNOWN_INSTANCE_ID|task-scheduler-9||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.69.131|21|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 56e4c348-e9f3-4e99-854b-cdf10f3f30d1, Transaction Id: 0W8ZN, Elapsed Time: 21 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:08:08.056 ERROR 1 --- [ask-scheduler-9] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 56e4c348-e9f3-4e99-854b-cdf10f3f30d1, Transaction Id: 0W8ZN, Elapsed Time: 21 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:08:08.059 ERROR 1 --- [ask-scheduler-9] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=56e4c348-e9f3-4e99-854b-cdf10f3f30d1, X-Begin-Timestamp=2022-04-18T05:08:08.029+0000, X-TransactionID=0W8ZN, id=d73f2ec1-c7e7-b0a6-bb6a-cb647a95a758, timestamp=1650258488032}], headers={id=53ef4b8f-eccd-1616-5439-48b614843470, timestamp=1650258488059}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=56e4c348-e9f3-4e99-854b-cdf10f3f30d1, X-Begin-Timestamp=2022-04-18T05:08:08.029+0000, X-TransactionID=0W8ZN, id=d73f2ec1-c7e7-b0a6-bb6a-cb647a95a758, timestamp=1650258488032}] 2022-04-18 05:08:17.419  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:08:17.422  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:08:17.423 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:08:38.027+0000|6154c202-e5dc-44d1-8ffa-92966a5ff365|Request Id: 6154c202-e5dc-44d1-8ffa-92966a5ff365. Transaction Id: KY0BZ. Begin TS: 2022-04-18T05:08:38.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:08:38.027 DEBUG 1 --- [ask-scheduler-2] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 6154c202-e5dc-44d1-8ffa-92966a5ff365. Transaction Id: KY0BZ. Begin TS: 2022-04-18T05:08:38.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:08:38.033+0000|2022-04-18T05:08:38.088+0000|6154c202-e5dc-44d1-8ffa-92966a5ff365|UNKNOWN_INSTANCE_ID|task-scheduler-2||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.69.131|55|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 6154c202-e5dc-44d1-8ffa-92966a5ff365, Transaction Id: KY0BZ, Elapsed Time: 55 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:08:38.088 ERROR 1 --- [ask-scheduler-2] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 6154c202-e5dc-44d1-8ffa-92966a5ff365, Transaction Id: KY0BZ, Elapsed Time: 55 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:08:38.091 ERROR 1 --- [ask-scheduler-2] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=6154c202-e5dc-44d1-8ffa-92966a5ff365, X-Begin-Timestamp=2022-04-18T05:08:38.026+0000, X-TransactionID=KY0BZ, id=cecd5cbb-2a84-7a2c-007c-fd1aae9f38a2, timestamp=1650258518028}], headers={id=7cf6a8c5-d83c-7d36-94e2-993cd172ae21, timestamp=1650258518091}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=6154c202-e5dc-44d1-8ffa-92966a5ff365, X-Begin-Timestamp=2022-04-18T05:08:38.026+0000, X-TransactionID=KY0BZ, id=cecd5cbb-2a84-7a2c-007c-fd1aae9f38a2, timestamp=1650258518028}] 2022-04-18T05:09:08.030+0000|842ac38f-f635-4f9b-b00e-6842f29fb4ca|Request Id: 842ac38f-f635-4f9b-b00e-6842f29fb4ca. Transaction Id: CAD9D. Begin TS: 2022-04-18T05:09:08.028+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:09:08.029 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 842ac38f-f635-4f9b-b00e-6842f29fb4ca. Transaction Id: CAD9D. Begin TS: 2022-04-18T05:09:08.028+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:09:08.033+0000|2022-04-18T05:09:08.053+0000|842ac38f-f635-4f9b-b00e-6842f29fb4ca|UNKNOWN_INSTANCE_ID|task-scheduler-1||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.69.131|20|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 842ac38f-f635-4f9b-b00e-6842f29fb4ca, Transaction Id: CAD9D, Elapsed Time: 20 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:09:08.053 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 842ac38f-f635-4f9b-b00e-6842f29fb4ca, Transaction Id: CAD9D, Elapsed Time: 20 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:09:08.058 ERROR 1 --- [ask-scheduler-1] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=842ac38f-f635-4f9b-b00e-6842f29fb4ca, X-Begin-Timestamp=2022-04-18T05:09:08.028+0000, X-TransactionID=CAD9D, id=5c6f6cc4-58be-6c73-c75a-3bc2c0a6f920, timestamp=1650258548031}], headers={id=ad42e6dc-7771-7f40-bc08-1faa70d2989b, timestamp=1650258548057}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=842ac38f-f635-4f9b-b00e-6842f29fb4ca, X-Begin-Timestamp=2022-04-18T05:09:08.028+0000, X-TransactionID=CAD9D, id=5c6f6cc4-58be-6c73-c75a-3bc2c0a6f920, timestamp=1650258548031}] 2022-04-18 05:09:17.415  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:09:17.416  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:09:17.416 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:09:38.030+0000|a67b5318-fcd9-44c5-9fef-e29c96df0c6b|Request Id: a67b5318-fcd9-44c5-9fef-e29c96df0c6b. Transaction Id: T9UGA. Begin TS: 2022-04-18T05:09:38.028+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:09:38.029 DEBUG 1 --- [ask-scheduler-4] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: a67b5318-fcd9-44c5-9fef-e29c96df0c6b. Transaction Id: T9UGA. Begin TS: 2022-04-18T05:09:38.028+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:09:38.033+0000|2022-04-18T05:09:38.060+0000|a67b5318-fcd9-44c5-9fef-e29c96df0c6b|UNKNOWN_INSTANCE_ID|task-scheduler-4||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.69.131|27|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: a67b5318-fcd9-44c5-9fef-e29c96df0c6b, Transaction Id: T9UGA, Elapsed Time: 27 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:09:38.060 ERROR 1 --- [ask-scheduler-4] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: a67b5318-fcd9-44c5-9fef-e29c96df0c6b, Transaction Id: T9UGA, Elapsed Time: 27 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:09:38.063 ERROR 1 --- [ask-scheduler-4] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=a67b5318-fcd9-44c5-9fef-e29c96df0c6b, X-Begin-Timestamp=2022-04-18T05:09:38.028+0000, X-TransactionID=T9UGA, id=a03bbb33-1972-5836-e0b4-ff10d7b57627, timestamp=1650258578031}], headers={id=4e3a7ba2-1586-2939-f6c2-8ce66965fdcb, timestamp=1650258578063}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=a67b5318-fcd9-44c5-9fef-e29c96df0c6b, X-Begin-Timestamp=2022-04-18T05:09:38.028+0000, X-TransactionID=T9UGA, id=a03bbb33-1972-5836-e0b4-ff10d7b57627, timestamp=1650258578031}] 2022-04-18T05:10:08.027+0000|3ffe0667-76a5-49a9-98dd-1ac9942f6da2|Request Id: 3ffe0667-76a5-49a9-98dd-1ac9942f6da2. Transaction Id: MVZDM. Begin TS: 2022-04-18T05:10:08.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:10:08.027 DEBUG 1 --- [ask-scheduler-4] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 3ffe0667-76a5-49a9-98dd-1ac9942f6da2. Transaction Id: MVZDM. Begin TS: 2022-04-18T05:10:08.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:10:08.030+0000|2022-04-18T05:10:08.043+0000|3ffe0667-76a5-49a9-98dd-1ac9942f6da2|UNKNOWN_INSTANCE_ID|task-scheduler-4||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.69.131|13|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 3ffe0667-76a5-49a9-98dd-1ac9942f6da2, Transaction Id: MVZDM, Elapsed Time: 13 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:10:08.043 ERROR 1 --- [ask-scheduler-4] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 3ffe0667-76a5-49a9-98dd-1ac9942f6da2, Transaction Id: MVZDM, Elapsed Time: 13 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:10:08.054 ERROR 1 --- [ask-scheduler-4] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=3ffe0667-76a5-49a9-98dd-1ac9942f6da2, X-Begin-Timestamp=2022-04-18T05:10:08.026+0000, X-TransactionID=MVZDM, id=eb529319-5d1e-c390-6f06-71d2df29323e, timestamp=1650258608028}], headers={id=3c2ce683-62c6-4060-fe07-027d391849c8, timestamp=1650258608054}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=3ffe0667-76a5-49a9-98dd-1ac9942f6da2, X-Begin-Timestamp=2022-04-18T05:10:08.026+0000, X-TransactionID=MVZDM, id=eb529319-5d1e-c390-6f06-71d2df29323e, timestamp=1650258608028}] 2022-04-18 05:10:17.419  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:10:17.419  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:10:17.420 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:10:38.027+0000|e58c56d9-48d0-45c1-84bb-5e87cf692253|Request Id: e58c56d9-48d0-45c1-84bb-5e87cf692253. Transaction Id: UHAZA. Begin TS: 2022-04-18T05:10:38.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:10:38.027 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: e58c56d9-48d0-45c1-84bb-5e87cf692253. Transaction Id: UHAZA. Begin TS: 2022-04-18T05:10:38.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:10:38.030+0000|2022-04-18T05:10:38.041+0000|e58c56d9-48d0-45c1-84bb-5e87cf692253|UNKNOWN_INSTANCE_ID|task-scheduler-1||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.69.131|11|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: e58c56d9-48d0-45c1-84bb-5e87cf692253, Transaction Id: UHAZA, Elapsed Time: 11 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:10:38.041 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: e58c56d9-48d0-45c1-84bb-5e87cf692253, Transaction Id: UHAZA, Elapsed Time: 11 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:10:38.045 ERROR 1 --- [ask-scheduler-1] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=e58c56d9-48d0-45c1-84bb-5e87cf692253, X-Begin-Timestamp=2022-04-18T05:10:38.026+0000, X-TransactionID=UHAZA, id=4651e796-b6a5-0237-6c90-252f06a68b6c, timestamp=1650258638028}], headers={id=476aad7e-f2f7-8acc-a88c-8407e3bd5ddf, timestamp=1650258638045}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=e58c56d9-48d0-45c1-84bb-5e87cf692253, X-Begin-Timestamp=2022-04-18T05:10:38.026+0000, X-TransactionID=UHAZA, id=4651e796-b6a5-0237-6c90-252f06a68b6c, timestamp=1650258638028}] 2022-04-18T05:11:08.031+0000|ce1d7346-a3ca-4358-8ee9-993278a0bdb1|Request Id: ce1d7346-a3ca-4358-8ee9-993278a0bdb1. Transaction Id: 0J41Z. Begin TS: 2022-04-18T05:11:08.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:11:08.028 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: ce1d7346-a3ca-4358-8ee9-993278a0bdb1. Transaction Id: 0J41Z. Begin TS: 2022-04-18T05:11:08.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:11:08.039+0000|2022-04-18T05:11:08.063+0000|ce1d7346-a3ca-4358-8ee9-993278a0bdb1|UNKNOWN_INSTANCE_ID|task-scheduler-8||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.69.131|24|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: ce1d7346-a3ca-4358-8ee9-993278a0bdb1, Transaction Id: 0J41Z, Elapsed Time: 24 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:11:08.063 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: ce1d7346-a3ca-4358-8ee9-993278a0bdb1, Transaction Id: 0J41Z, Elapsed Time: 24 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:11:08.071 ERROR 1 --- [ask-scheduler-8] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=ce1d7346-a3ca-4358-8ee9-993278a0bdb1, X-Begin-Timestamp=2022-04-18T05:11:08.027+0000, X-TransactionID=0J41Z, id=e9903a44-d99e-e040-219f-ffe44018e1e6, timestamp=1650258668032}], headers={id=b5337914-bd32-86d1-58f2-ca4069dc6eb0, timestamp=1650258668071}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=ce1d7346-a3ca-4358-8ee9-993278a0bdb1, X-Begin-Timestamp=2022-04-18T05:11:08.027+0000, X-TransactionID=0J41Z, id=e9903a44-d99e-e040-219f-ffe44018e1e6, timestamp=1650258668032}] 2022-04-18 05:11:17.427  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:11:17.429  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:11:17.429 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:11:38.028+0000|dbf9583d-6236-40f7-b21f-63ffceb89241|Request Id: dbf9583d-6236-40f7-b21f-63ffceb89241. Transaction Id: AH6FR. Begin TS: 2022-04-18T05:11:38.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:11:38.027 DEBUG 1 --- [ask-scheduler-4] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: dbf9583d-6236-40f7-b21f-63ffceb89241. Transaction Id: AH6FR. Begin TS: 2022-04-18T05:11:38.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:11:38.032+0000|2022-04-18T05:11:38.053+0000|dbf9583d-6236-40f7-b21f-63ffceb89241|UNKNOWN_INSTANCE_ID|task-scheduler-4||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.69.131|21|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: dbf9583d-6236-40f7-b21f-63ffceb89241, Transaction Id: AH6FR, Elapsed Time: 21 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:11:38.054 ERROR 1 --- [ask-scheduler-4] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: dbf9583d-6236-40f7-b21f-63ffceb89241, Transaction Id: AH6FR, Elapsed Time: 21 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:11:38.057 ERROR 1 --- [ask-scheduler-4] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=dbf9583d-6236-40f7-b21f-63ffceb89241, X-Begin-Timestamp=2022-04-18T05:11:38.027+0000, X-TransactionID=AH6FR, id=c53c5fd3-2135-27da-b020-dcfac4cd1b29, timestamp=1650258698029}], headers={id=bd6f903f-9f49-1316-8845-ae1a5789fb4e, timestamp=1650258698056}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=dbf9583d-6236-40f7-b21f-63ffceb89241, X-Begin-Timestamp=2022-04-18T05:11:38.027+0000, X-TransactionID=AH6FR, id=c53c5fd3-2135-27da-b020-dcfac4cd1b29, timestamp=1650258698029}] 2022-04-18T05:12:08.028+0000|66218d42-80f6-45e0-9a14-26dff1b698ee|Request Id: 66218d42-80f6-45e0-9a14-26dff1b698ee. Transaction Id: EDB3H. Begin TS: 2022-04-18T05:12:08.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:12:08.027 DEBUG 1 --- [ask-scheduler-4] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 66218d42-80f6-45e0-9a14-26dff1b698ee. Transaction Id: EDB3H. Begin TS: 2022-04-18T05:12:08.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:12:08.031+0000|2022-04-18T05:12:08.049+0000|66218d42-80f6-45e0-9a14-26dff1b698ee|UNKNOWN_INSTANCE_ID|task-scheduler-4||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.69.131|18|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 66218d42-80f6-45e0-9a14-26dff1b698ee, Transaction Id: EDB3H, Elapsed Time: 18 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:12:08.049 ERROR 1 --- [ask-scheduler-4] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 66218d42-80f6-45e0-9a14-26dff1b698ee, Transaction Id: EDB3H, Elapsed Time: 18 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:12:08.052 ERROR 1 --- [ask-scheduler-4] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=66218d42-80f6-45e0-9a14-26dff1b698ee, X-Begin-Timestamp=2022-04-18T05:12:08.026+0000, X-TransactionID=EDB3H, id=fb32f422-0c99-b976-8b8b-0d9a8d971b79, timestamp=1650258728029}], headers={id=0d3842e3-d9c2-d4f1-46cc-dce839567774, timestamp=1650258728052}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=66218d42-80f6-45e0-9a14-26dff1b698ee, X-Begin-Timestamp=2022-04-18T05:12:08.026+0000, X-TransactionID=EDB3H, id=fb32f422-0c99-b976-8b8b-0d9a8d971b79, timestamp=1650258728029}] 2022-04-18 05:12:17.433  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:12:17.433  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:12:17.433 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:12:38.028+0000|6ecee330-6194-4a47-8a82-750724a508f1|Request Id: 6ecee330-6194-4a47-8a82-750724a508f1. Transaction Id: EPTJU. Begin TS: 2022-04-18T05:12:38.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:12:38.027 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 6ecee330-6194-4a47-8a82-750724a508f1. Transaction Id: EPTJU. Begin TS: 2022-04-18T05:12:38.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:12:38.030+0000|2022-04-18T05:12:38.040+0000|6ecee330-6194-4a47-8a82-750724a508f1|UNKNOWN_INSTANCE_ID|task-scheduler-8||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.69.131|10|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 6ecee330-6194-4a47-8a82-750724a508f1, Transaction Id: EPTJU, Elapsed Time: 10 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:12:38.040 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 6ecee330-6194-4a47-8a82-750724a508f1, Transaction Id: EPTJU, Elapsed Time: 10 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:12:38.044 ERROR 1 --- [ask-scheduler-8] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=6ecee330-6194-4a47-8a82-750724a508f1, X-Begin-Timestamp=2022-04-18T05:12:38.027+0000, X-TransactionID=EPTJU, id=63b7cc2d-bc00-1a7a-fa14-dd3cdbfeb108, timestamp=1650258758028}], headers={id=4533065b-8e60-44dd-b324-a848214d7480, timestamp=1650258758044}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=6ecee330-6194-4a47-8a82-750724a508f1, X-Begin-Timestamp=2022-04-18T05:12:38.027+0000, X-TransactionID=EPTJU, id=63b7cc2d-bc00-1a7a-fa14-dd3cdbfeb108, timestamp=1650258758028}] 2022-04-18T05:13:08.029+0000|cce8ed36-bcc3-4eea-8a5e-032e80c97a26|Request Id: cce8ed36-bcc3-4eea-8a5e-032e80c97a26. Transaction Id: PZUAJ. Begin TS: 2022-04-18T05:13:08.028+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:13:08.028 DEBUG 1 --- [ask-scheduler-6] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: cce8ed36-bcc3-4eea-8a5e-032e80c97a26. Transaction Id: PZUAJ. Begin TS: 2022-04-18T05:13:08.028+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:13:08.031+0000|2022-04-18T05:13:08.044+0000|cce8ed36-bcc3-4eea-8a5e-032e80c97a26|UNKNOWN_INSTANCE_ID|task-scheduler-6||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.69.131|13|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: cce8ed36-bcc3-4eea-8a5e-032e80c97a26, Transaction Id: PZUAJ, Elapsed Time: 13 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:13:08.044 ERROR 1 --- [ask-scheduler-6] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: cce8ed36-bcc3-4eea-8a5e-032e80c97a26, Transaction Id: PZUAJ, Elapsed Time: 13 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:13:08.048 ERROR 1 --- [ask-scheduler-6] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=cce8ed36-bcc3-4eea-8a5e-032e80c97a26, X-Begin-Timestamp=2022-04-18T05:13:08.028+0000, X-TransactionID=PZUAJ, id=06f6ab9b-7638-7f9c-9937-8c4eaf891f73, timestamp=1650258788029}], headers={id=7abf5d9a-4739-c17e-85b3-08f022fd5f90, timestamp=1650258788047}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=cce8ed36-bcc3-4eea-8a5e-032e80c97a26, X-Begin-Timestamp=2022-04-18T05:13:08.028+0000, X-TransactionID=PZUAJ, id=06f6ab9b-7638-7f9c-9937-8c4eaf891f73, timestamp=1650258788029}] 2022-04-18 05:13:17.421  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:13:17.421  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:13:17.422 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:13:38.027+0000|6c18ee34-3875-4c5b-b139-67b6fa01dd64|Request Id: 6c18ee34-3875-4c5b-b139-67b6fa01dd64. Transaction Id: 1F4BU. Begin TS: 2022-04-18T05:13:38.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:13:38.027 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 6c18ee34-3875-4c5b-b139-67b6fa01dd64. Transaction Id: 1F4BU. Begin TS: 2022-04-18T05:13:38.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:13:38.030+0000|2022-04-18T05:13:38.045+0000|6c18ee34-3875-4c5b-b139-67b6fa01dd64|UNKNOWN_INSTANCE_ID|task-scheduler-1||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.69.131|15|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 6c18ee34-3875-4c5b-b139-67b6fa01dd64, Transaction Id: 1F4BU, Elapsed Time: 15 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:13:38.045 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 6c18ee34-3875-4c5b-b139-67b6fa01dd64, Transaction Id: 1F4BU, Elapsed Time: 15 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:13:38.048 ERROR 1 --- [ask-scheduler-1] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=6c18ee34-3875-4c5b-b139-67b6fa01dd64, X-Begin-Timestamp=2022-04-18T05:13:38.027+0000, X-TransactionID=1F4BU, id=a455fe3b-26c3-dbb9-d689-90ae520f451e, timestamp=1650258818028}], headers={id=b4ecbfc6-7060-1825-8562-30f7d7962548, timestamp=1650258818048}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=6c18ee34-3875-4c5b-b139-67b6fa01dd64, X-Begin-Timestamp=2022-04-18T05:13:38.027+0000, X-TransactionID=1F4BU, id=a455fe3b-26c3-dbb9-d689-90ae520f451e, timestamp=1650258818028}] 2022-04-18T05:14:08.028+0000|73223bf8-d87f-4f42-aaaf-3ca54ca91323|Request Id: 73223bf8-d87f-4f42-aaaf-3ca54ca91323. Transaction Id: XHVVC. Begin TS: 2022-04-18T05:14:08.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:14:08.027 DEBUG 1 --- [ask-scheduler-3] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 73223bf8-d87f-4f42-aaaf-3ca54ca91323. Transaction Id: XHVVC. Begin TS: 2022-04-18T05:14:08.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:14:08.031+0000|2022-04-18T05:14:08.042+0000|73223bf8-d87f-4f42-aaaf-3ca54ca91323|UNKNOWN_INSTANCE_ID|task-scheduler-3||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.69.131|11|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 73223bf8-d87f-4f42-aaaf-3ca54ca91323, Transaction Id: XHVVC, Elapsed Time: 11 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:14:08.043 ERROR 1 --- [ask-scheduler-3] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 73223bf8-d87f-4f42-aaaf-3ca54ca91323, Transaction Id: XHVVC, Elapsed Time: 11 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:14:08.046 ERROR 1 --- [ask-scheduler-3] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=73223bf8-d87f-4f42-aaaf-3ca54ca91323, X-Begin-Timestamp=2022-04-18T05:14:08.026+0000, X-TransactionID=XHVVC, id=2f9a7a5e-da8a-7821-77e4-0346ce1cfb1b, timestamp=1650258848029}], headers={id=6f471a54-d81e-4a4e-12af-4681dd1847fd, timestamp=1650258848046}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=73223bf8-d87f-4f42-aaaf-3ca54ca91323, X-Begin-Timestamp=2022-04-18T05:14:08.026+0000, X-TransactionID=XHVVC, id=2f9a7a5e-da8a-7821-77e4-0346ce1cfb1b, timestamp=1650258848029}] 2022-04-18 05:14:17.417  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:14:17.417  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:14:17.418 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:14:38.028+0000|95d85af1-6b1a-4c3a-8b8f-ad3f2062df96|Request Id: 95d85af1-6b1a-4c3a-8b8f-ad3f2062df96. Transaction Id: QBUUJ. Begin TS: 2022-04-18T05:14:38.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:14:38.027 DEBUG 1 --- [ask-scheduler-7] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 95d85af1-6b1a-4c3a-8b8f-ad3f2062df96. Transaction Id: QBUUJ. Begin TS: 2022-04-18T05:14:38.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:14:38.030+0000|2022-04-18T05:14:38.042+0000|95d85af1-6b1a-4c3a-8b8f-ad3f2062df96|UNKNOWN_INSTANCE_ID|task-scheduler-7||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.69.131|12|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 95d85af1-6b1a-4c3a-8b8f-ad3f2062df96, Transaction Id: QBUUJ, Elapsed Time: 12 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:14:38.042 ERROR 1 --- [ask-scheduler-7] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 95d85af1-6b1a-4c3a-8b8f-ad3f2062df96, Transaction Id: QBUUJ, Elapsed Time: 12 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:14:38.044 ERROR 1 --- [ask-scheduler-7] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=95d85af1-6b1a-4c3a-8b8f-ad3f2062df96, X-Begin-Timestamp=2022-04-18T05:14:38.026+0000, X-TransactionID=QBUUJ, id=4ed7d4d0-4321-05ef-12d9-820373694184, timestamp=1650258878028}], headers={id=1e73b073-35bb-8d2f-9d08-28e2548c3fd6, timestamp=1650258878044}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=95d85af1-6b1a-4c3a-8b8f-ad3f2062df96, X-Begin-Timestamp=2022-04-18T05:14:38.026+0000, X-TransactionID=QBUUJ, id=4ed7d4d0-4321-05ef-12d9-820373694184, timestamp=1650258878028}] 2022-04-18T05:15:08.028+0000|00f2bed2-8c63-4755-8d01-5aecdc0137eb|Request Id: 00f2bed2-8c63-4755-8d01-5aecdc0137eb. Transaction Id: XETB9. Begin TS: 2022-04-18T05:15:08.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:15:08.028 DEBUG 1 --- [ask-scheduler-7] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 00f2bed2-8c63-4755-8d01-5aecdc0137eb. Transaction Id: XETB9. Begin TS: 2022-04-18T05:15:08.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:15:08.032+0000|2022-04-18T05:15:08.049+0000|00f2bed2-8c63-4755-8d01-5aecdc0137eb|UNKNOWN_INSTANCE_ID|task-scheduler-7||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.69.131|17|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 00f2bed2-8c63-4755-8d01-5aecdc0137eb, Transaction Id: XETB9, Elapsed Time: 17 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:15:08.049 ERROR 1 --- [ask-scheduler-7] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 00f2bed2-8c63-4755-8d01-5aecdc0137eb, Transaction Id: XETB9, Elapsed Time: 17 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:15:08.053 ERROR 1 --- [ask-scheduler-7] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=00f2bed2-8c63-4755-8d01-5aecdc0137eb, X-Begin-Timestamp=2022-04-18T05:15:08.027+0000, X-TransactionID=XETB9, id=db32ed43-3790-3f70-9478-f31e545b38e5, timestamp=1650258908029}], headers={id=a3946414-9ed2-d511-2b7f-428062514018, timestamp=1650258908053}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=00f2bed2-8c63-4755-8d01-5aecdc0137eb, X-Begin-Timestamp=2022-04-18T05:15:08.027+0000, X-TransactionID=XETB9, id=db32ed43-3790-3f70-9478-f31e545b38e5, timestamp=1650258908029}] 2022-04-18 05:15:17.415  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:15:17.416  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:15:17.416 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:15:38.027+0000|f6c307bb-48fe-439b-bb72-8aed632adca2|Request Id: f6c307bb-48fe-439b-bb72-8aed632adca2. Transaction Id: Q4WLW. Begin TS: 2022-04-18T05:15:38.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:15:38.026 DEBUG 1 --- [ask-scheduler-7] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: f6c307bb-48fe-439b-bb72-8aed632adca2. Transaction Id: Q4WLW. Begin TS: 2022-04-18T05:15:38.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:15:38.030+0000|2022-04-18T05:15:38.045+0000|f6c307bb-48fe-439b-bb72-8aed632adca2|UNKNOWN_INSTANCE_ID|task-scheduler-7||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.69.131|15|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: f6c307bb-48fe-439b-bb72-8aed632adca2, Transaction Id: Q4WLW, Elapsed Time: 15 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:15:38.045 ERROR 1 --- [ask-scheduler-7] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: f6c307bb-48fe-439b-bb72-8aed632adca2, Transaction Id: Q4WLW, Elapsed Time: 15 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:15:38.050 ERROR 1 --- [ask-scheduler-7] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=f6c307bb-48fe-439b-bb72-8aed632adca2, X-Begin-Timestamp=2022-04-18T05:15:38.026+0000, X-TransactionID=Q4WLW, id=667724fe-31ba-951c-bb69-ee7bc89b1652, timestamp=1650258938027}], headers={id=d98cb2ca-0f41-57bc-d6c1-e9bab07b9b4d, timestamp=1650258938050}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=f6c307bb-48fe-439b-bb72-8aed632adca2, X-Begin-Timestamp=2022-04-18T05:15:38.026+0000, X-TransactionID=Q4WLW, id=667724fe-31ba-951c-bb69-ee7bc89b1652, timestamp=1650258938027}] 2022-04-18T05:16:08.027+0000|5742cc17-65dd-4ed2-8a5e-d14777d6bde9|Request Id: 5742cc17-65dd-4ed2-8a5e-d14777d6bde9. Transaction Id: YSEDT. Begin TS: 2022-04-18T05:16:08.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:16:08.026 DEBUG 1 --- [ask-scheduler-4] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 5742cc17-65dd-4ed2-8a5e-d14777d6bde9. Transaction Id: YSEDT. Begin TS: 2022-04-18T05:16:08.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:16:08.030+0000|2022-04-18T05:16:08.042+0000|5742cc17-65dd-4ed2-8a5e-d14777d6bde9|UNKNOWN_INSTANCE_ID|task-scheduler-4||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.69.131|12|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 5742cc17-65dd-4ed2-8a5e-d14777d6bde9, Transaction Id: YSEDT, Elapsed Time: 12 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:16:08.042 ERROR 1 --- [ask-scheduler-4] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 5742cc17-65dd-4ed2-8a5e-d14777d6bde9, Transaction Id: YSEDT, Elapsed Time: 12 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:16:08.045 ERROR 1 --- [ask-scheduler-4] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=5742cc17-65dd-4ed2-8a5e-d14777d6bde9, X-Begin-Timestamp=2022-04-18T05:16:08.026+0000, X-TransactionID=YSEDT, id=af76c00b-cf4a-622e-9c4f-c45ee9bb8cce, timestamp=1650258968028}], headers={id=0b03e8b5-e999-d414-4c6d-bc0eeb3e6d27, timestamp=1650258968045}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=5742cc17-65dd-4ed2-8a5e-d14777d6bde9, X-Begin-Timestamp=2022-04-18T05:16:08.026+0000, X-TransactionID=YSEDT, id=af76c00b-cf4a-622e-9c4f-c45ee9bb8cce, timestamp=1650258968028}] 2022-04-18 05:16:17.420  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:16:17.421  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:16:17.421 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:16:38.028+0000|4326ac08-4ba4-494b-baeb-8cf0b6b8437e|Request Id: 4326ac08-4ba4-494b-baeb-8cf0b6b8437e. Transaction Id: RYCZ6. Begin TS: 2022-04-18T05:16:38.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:16:38.027 DEBUG 1 --- [ask-scheduler-6] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 4326ac08-4ba4-494b-baeb-8cf0b6b8437e. Transaction Id: RYCZ6. Begin TS: 2022-04-18T05:16:38.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:16:38.032+0000|2022-04-18T05:16:38.047+0000|4326ac08-4ba4-494b-baeb-8cf0b6b8437e|UNKNOWN_INSTANCE_ID|task-scheduler-6||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.69.131|15|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 4326ac08-4ba4-494b-baeb-8cf0b6b8437e, Transaction Id: RYCZ6, Elapsed Time: 15 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:16:38.047 ERROR 1 --- [ask-scheduler-6] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 4326ac08-4ba4-494b-baeb-8cf0b6b8437e, Transaction Id: RYCZ6, Elapsed Time: 15 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:16:38.050 ERROR 1 --- [ask-scheduler-6] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=4326ac08-4ba4-494b-baeb-8cf0b6b8437e, X-Begin-Timestamp=2022-04-18T05:16:38.027+0000, X-TransactionID=RYCZ6, id=2f3c8a91-5337-a77f-1d80-596d18e94850, timestamp=1650258998029}], headers={id=793f63df-6f30-b093-4eaa-f48a446b56fd, timestamp=1650258998049}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=4326ac08-4ba4-494b-baeb-8cf0b6b8437e, X-Begin-Timestamp=2022-04-18T05:16:38.027+0000, X-TransactionID=RYCZ6, id=2f3c8a91-5337-a77f-1d80-596d18e94850, timestamp=1650258998029}] 2022-04-18T05:17:08.029+0000|c0838625-d731-45d5-85b1-9b1a4a6fafe7|Request Id: c0838625-d731-45d5-85b1-9b1a4a6fafe7. Transaction Id: 593YG. Begin TS: 2022-04-18T05:17:08.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:17:08.028 DEBUG 1 --- [ask-scheduler-5] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: c0838625-d731-45d5-85b1-9b1a4a6fafe7. Transaction Id: 593YG. Begin TS: 2022-04-18T05:17:08.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:17:08.038+0000|2022-04-18T05:17:08.051+0000|c0838625-d731-45d5-85b1-9b1a4a6fafe7|UNKNOWN_INSTANCE_ID|task-scheduler-5||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.69.131|13|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: c0838625-d731-45d5-85b1-9b1a4a6fafe7, Transaction Id: 593YG, Elapsed Time: 13 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:17:08.052 ERROR 1 --- [ask-scheduler-5] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: c0838625-d731-45d5-85b1-9b1a4a6fafe7, Transaction Id: 593YG, Elapsed Time: 13 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:17:08.055 ERROR 1 --- [ask-scheduler-5] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=c0838625-d731-45d5-85b1-9b1a4a6fafe7, X-Begin-Timestamp=2022-04-18T05:17:08.027+0000, X-TransactionID=593YG, id=900f1081-23cf-67e6-7c0a-522277b18c54, timestamp=1650259028031}], headers={id=dad5e29f-49b0-0628-331c-be6bf1f95996, timestamp=1650259028055}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=c0838625-d731-45d5-85b1-9b1a4a6fafe7, X-Begin-Timestamp=2022-04-18T05:17:08.027+0000, X-TransactionID=593YG, id=900f1081-23cf-67e6-7c0a-522277b18c54, timestamp=1650259028031}] 2022-04-18 05:17:17.419  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:17:17.420  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:17:17.420 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:17:38.028+0000|2e60f823-b0e4-411c-bfad-f4553e768f7d|Request Id: 2e60f823-b0e4-411c-bfad-f4553e768f7d. Transaction Id: N1YTI. Begin TS: 2022-04-18T05:17:38.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:17:38.028 DEBUG 1 --- [ask-scheduler-3] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 2e60f823-b0e4-411c-bfad-f4553e768f7d. Transaction Id: N1YTI. Begin TS: 2022-04-18T05:17:38.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:17:38.033+0000|2022-04-18T05:17:38.045+0000|2e60f823-b0e4-411c-bfad-f4553e768f7d|UNKNOWN_INSTANCE_ID|task-scheduler-3||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.69.131|12|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 2e60f823-b0e4-411c-bfad-f4553e768f7d, Transaction Id: N1YTI, Elapsed Time: 12 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:17:38.045 ERROR 1 --- [ask-scheduler-3] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 2e60f823-b0e4-411c-bfad-f4553e768f7d, Transaction Id: N1YTI, Elapsed Time: 12 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:17:38.049 ERROR 1 --- [ask-scheduler-3] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=2e60f823-b0e4-411c-bfad-f4553e768f7d, X-Begin-Timestamp=2022-04-18T05:17:38.027+0000, X-TransactionID=N1YTI, id=314735b1-4a5c-04ef-c60d-486e6dd80614, timestamp=1650259058029}], headers={id=d51f304e-0546-54ae-621f-eb56aaa92f76, timestamp=1650259058049}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=2e60f823-b0e4-411c-bfad-f4553e768f7d, X-Begin-Timestamp=2022-04-18T05:17:38.027+0000, X-TransactionID=N1YTI, id=314735b1-4a5c-04ef-c60d-486e6dd80614, timestamp=1650259058029}] 2022-04-18T05:18:08.028+0000|5e12e4ac-b105-4bd3-acba-6fcce9ca4aa3|Request Id: 5e12e4ac-b105-4bd3-acba-6fcce9ca4aa3. Transaction Id: MB1CJ. Begin TS: 2022-04-18T05:18:08.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:18:08.027 DEBUG 1 --- [ask-scheduler-6] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 5e12e4ac-b105-4bd3-acba-6fcce9ca4aa3. Transaction Id: MB1CJ. Begin TS: 2022-04-18T05:18:08.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:18:08.030+0000|2022-04-18T05:18:08.042+0000|5e12e4ac-b105-4bd3-acba-6fcce9ca4aa3|UNKNOWN_INSTANCE_ID|task-scheduler-6||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.69.131|12|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 5e12e4ac-b105-4bd3-acba-6fcce9ca4aa3, Transaction Id: MB1CJ, Elapsed Time: 12 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:18:08.042 ERROR 1 --- [ask-scheduler-6] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 5e12e4ac-b105-4bd3-acba-6fcce9ca4aa3, Transaction Id: MB1CJ, Elapsed Time: 12 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:18:08.045 ERROR 1 --- [ask-scheduler-6] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=5e12e4ac-b105-4bd3-acba-6fcce9ca4aa3, X-Begin-Timestamp=2022-04-18T05:18:08.027+0000, X-TransactionID=MB1CJ, id=a3eaf948-f453-397d-615f-0640263b63b3, timestamp=1650259088028}], headers={id=8787aed9-9157-662a-db57-a3492cab9d42, timestamp=1650259088045}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=5e12e4ac-b105-4bd3-acba-6fcce9ca4aa3, X-Begin-Timestamp=2022-04-18T05:18:08.027+0000, X-TransactionID=MB1CJ, id=a3eaf948-f453-397d-615f-0640263b63b3, timestamp=1650259088028}] 2022-04-18 05:18:17.419  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:18:17.420  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:18:17.420 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:18:38.027+0000|db2bf7d4-2458-4502-a237-2f2d649b7ded|Request Id: db2bf7d4-2458-4502-a237-2f2d649b7ded. Transaction Id: G0ERT. Begin TS: 2022-04-18T05:18:38.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:18:38.026 DEBUG 1 --- [ask-scheduler-2] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: db2bf7d4-2458-4502-a237-2f2d649b7ded. Transaction Id: G0ERT. Begin TS: 2022-04-18T05:18:38.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:18:38.030+0000|2022-04-18T05:18:38.040+0000|db2bf7d4-2458-4502-a237-2f2d649b7ded|UNKNOWN_INSTANCE_ID|task-scheduler-2||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.69.131|10|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: db2bf7d4-2458-4502-a237-2f2d649b7ded, Transaction Id: G0ERT, Elapsed Time: 10 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:18:38.040 ERROR 1 --- [ask-scheduler-2] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: db2bf7d4-2458-4502-a237-2f2d649b7ded, Transaction Id: G0ERT, Elapsed Time: 10 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:18:38.043 ERROR 1 --- [ask-scheduler-2] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=db2bf7d4-2458-4502-a237-2f2d649b7ded, X-Begin-Timestamp=2022-04-18T05:18:38.026+0000, X-TransactionID=G0ERT, id=2e25a47d-f616-a48e-8381-011211c5426b, timestamp=1650259118028}], headers={id=00a299fa-c3cc-9b8b-af8f-e5beb95dabf4, timestamp=1650259118042}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=db2bf7d4-2458-4502-a237-2f2d649b7ded, X-Begin-Timestamp=2022-04-18T05:18:38.026+0000, X-TransactionID=G0ERT, id=2e25a47d-f616-a48e-8381-011211c5426b, timestamp=1650259118028}] 2022-04-18T05:19:08.027+0000|350ba66c-c157-44bd-a442-9ac31a8910a3|Request Id: 350ba66c-c157-44bd-a442-9ac31a8910a3. Transaction Id: 0Z3QP. Begin TS: 2022-04-18T05:19:08.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:19:08.026 DEBUG 1 --- [sk-scheduler-10] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 350ba66c-c157-44bd-a442-9ac31a8910a3. Transaction Id: 0Z3QP. Begin TS: 2022-04-18T05:19:08.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:19:08.030+0000|2022-04-18T05:19:08.039+0000|350ba66c-c157-44bd-a442-9ac31a8910a3|UNKNOWN_INSTANCE_ID|task-scheduler-10||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.69.131|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 350ba66c-c157-44bd-a442-9ac31a8910a3, Transaction Id: 0Z3QP, Elapsed Time: 9 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:19:08.039 ERROR 1 --- [sk-scheduler-10] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 350ba66c-c157-44bd-a442-9ac31a8910a3, Transaction Id: 0Z3QP, Elapsed Time: 9 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:19:08.042 ERROR 1 --- [sk-scheduler-10] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=350ba66c-c157-44bd-a442-9ac31a8910a3, X-Begin-Timestamp=2022-04-18T05:19:08.026+0000, X-TransactionID=0Z3QP, id=4d88b5e0-4342-ef13-b8e9-886860748d86, timestamp=1650259148028}], headers={id=c519fc50-d1e7-b5e0-83e5-f6f7961bbf71, timestamp=1650259148042}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=350ba66c-c157-44bd-a442-9ac31a8910a3, X-Begin-Timestamp=2022-04-18T05:19:08.026+0000, X-TransactionID=0Z3QP, id=4d88b5e0-4342-ef13-b8e9-886860748d86, timestamp=1650259148028}] 2022-04-18 05:19:17.417  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:19:17.418  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:19:17.418 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:19:38.028+0000|ee535586-7472-493e-a212-056f1bf41dd3|Request Id: ee535586-7472-493e-a212-056f1bf41dd3. Transaction Id: SG1ZI. Begin TS: 2022-04-18T05:19:38.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:19:38.027 DEBUG 1 --- [ask-scheduler-7] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: ee535586-7472-493e-a212-056f1bf41dd3. Transaction Id: SG1ZI. Begin TS: 2022-04-18T05:19:38.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:19:38.030+0000|2022-04-18T05:19:38.047+0000|ee535586-7472-493e-a212-056f1bf41dd3|UNKNOWN_INSTANCE_ID|task-scheduler-7||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.69.131|17|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: ee535586-7472-493e-a212-056f1bf41dd3, Transaction Id: SG1ZI, Elapsed Time: 17 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:19:38.047 ERROR 1 --- [ask-scheduler-7] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: ee535586-7472-493e-a212-056f1bf41dd3, Transaction Id: SG1ZI, Elapsed Time: 17 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:19:38.050 ERROR 1 --- [ask-scheduler-7] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=ee535586-7472-493e-a212-056f1bf41dd3, X-Begin-Timestamp=2022-04-18T05:19:38.027+0000, X-TransactionID=SG1ZI, id=2d1e56dd-788f-0898-6097-6a618b6e5042, timestamp=1650259178028}], headers={id=5069a922-d9ad-bb86-124b-19998c16f9d8, timestamp=1650259178049}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=ee535586-7472-493e-a212-056f1bf41dd3, X-Begin-Timestamp=2022-04-18T05:19:38.027+0000, X-TransactionID=SG1ZI, id=2d1e56dd-788f-0898-6097-6a618b6e5042, timestamp=1650259178028}] 2022-04-18T05:20:08.028+0000|7c31a8e8-2128-4d65-b826-4fc75d372899|Request Id: 7c31a8e8-2128-4d65-b826-4fc75d372899. Transaction Id: SO5I4. Begin TS: 2022-04-18T05:20:08.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:20:08.027 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 7c31a8e8-2128-4d65-b826-4fc75d372899. Transaction Id: SO5I4. Begin TS: 2022-04-18T05:20:08.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:20:08.030+0000|2022-04-18T05:20:08.043+0000|7c31a8e8-2128-4d65-b826-4fc75d372899|UNKNOWN_INSTANCE_ID|task-scheduler-1||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.69.131|13|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 7c31a8e8-2128-4d65-b826-4fc75d372899, Transaction Id: SO5I4, Elapsed Time: 13 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:20:08.043 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 7c31a8e8-2128-4d65-b826-4fc75d372899, Transaction Id: SO5I4, Elapsed Time: 13 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:20:08.046 ERROR 1 --- [ask-scheduler-1] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=7c31a8e8-2128-4d65-b826-4fc75d372899, X-Begin-Timestamp=2022-04-18T05:20:08.027+0000, X-TransactionID=SO5I4, id=334c1f90-5145-0237-2efa-0213cd249a0e, timestamp=1650259208028}], headers={id=8b65c467-5adf-b10c-a853-23fe68445d49, timestamp=1650259208046}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=7c31a8e8-2128-4d65-b826-4fc75d372899, X-Begin-Timestamp=2022-04-18T05:20:08.027+0000, X-TransactionID=SO5I4, id=334c1f90-5145-0237-2efa-0213cd249a0e, timestamp=1650259208028}] 2022-04-18 05:20:17.417  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:20:17.421  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:20:17.422 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:20:38.027+0000|a7335f2d-f189-4bc4-8bc2-1420f5ae761a|Request Id: a7335f2d-f189-4bc4-8bc2-1420f5ae761a. Transaction Id: X06GW. Begin TS: 2022-04-18T05:20:38.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:20:38.026 DEBUG 1 --- [ask-scheduler-2] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: a7335f2d-f189-4bc4-8bc2-1420f5ae761a. Transaction Id: X06GW. Begin TS: 2022-04-18T05:20:38.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:20:38.030+0000|2022-04-18T05:20:38.039+0000|a7335f2d-f189-4bc4-8bc2-1420f5ae761a|UNKNOWN_INSTANCE_ID|task-scheduler-2||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.69.131|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: a7335f2d-f189-4bc4-8bc2-1420f5ae761a, Transaction Id: X06GW, Elapsed Time: 9 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:20:38.039 ERROR 1 --- [ask-scheduler-2] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: a7335f2d-f189-4bc4-8bc2-1420f5ae761a, Transaction Id: X06GW, Elapsed Time: 9 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:20:38.043 ERROR 1 --- [ask-scheduler-2] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=a7335f2d-f189-4bc4-8bc2-1420f5ae761a, X-Begin-Timestamp=2022-04-18T05:20:38.026+0000, X-TransactionID=X06GW, id=738570d7-3138-8238-aa28-f37da588066c, timestamp=1650259238028}], headers={id=59989c7c-b980-293c-a752-d3c37c5b9e25, timestamp=1650259238042}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=a7335f2d-f189-4bc4-8bc2-1420f5ae761a, X-Begin-Timestamp=2022-04-18T05:20:38.026+0000, X-TransactionID=X06GW, id=738570d7-3138-8238-aa28-f37da588066c, timestamp=1650259238028}] 2022-04-18T05:21:08.028+0000|075259a6-667c-40a4-8ab5-deddbc29f02d|Request Id: 075259a6-667c-40a4-8ab5-deddbc29f02d. Transaction Id: L3NOK. Begin TS: 2022-04-18T05:21:08.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:21:08.027 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 075259a6-667c-40a4-8ab5-deddbc29f02d. Transaction Id: L3NOK. Begin TS: 2022-04-18T05:21:08.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:21:08.033+0000|2022-04-18T05:21:08.051+0000|075259a6-667c-40a4-8ab5-deddbc29f02d|UNKNOWN_INSTANCE_ID|task-scheduler-8||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.69.131|18|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 075259a6-667c-40a4-8ab5-deddbc29f02d, Transaction Id: L3NOK, Elapsed Time: 18 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:21:08.051 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 075259a6-667c-40a4-8ab5-deddbc29f02d, Transaction Id: L3NOK, Elapsed Time: 18 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:21:08.054 ERROR 1 --- [ask-scheduler-8] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=075259a6-667c-40a4-8ab5-deddbc29f02d, X-Begin-Timestamp=2022-04-18T05:21:08.026+0000, X-TransactionID=L3NOK, id=39cdb755-9f5a-e07b-b066-f7415750eda5, timestamp=1650259268029}], headers={id=0e6bec1e-bef2-e6f4-06ca-f7031bdf9be2, timestamp=1650259268054}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=075259a6-667c-40a4-8ab5-deddbc29f02d, X-Begin-Timestamp=2022-04-18T05:21:08.026+0000, X-TransactionID=L3NOK, id=39cdb755-9f5a-e07b-b066-f7415750eda5, timestamp=1650259268029}] 2022-04-18 05:21:17.422  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:21:17.423  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:21:17.423 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:21:38.029+0000|2e6278d8-9820-4b8b-aa73-dd85d883f2a3|Request Id: 2e6278d8-9820-4b8b-aa73-dd85d883f2a3. Transaction Id: LXGFQ. Begin TS: 2022-04-18T05:21:38.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:21:38.028 DEBUG 1 --- [ask-scheduler-4] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 2e6278d8-9820-4b8b-aa73-dd85d883f2a3. Transaction Id: LXGFQ. Begin TS: 2022-04-18T05:21:38.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:21:38.040+0000|2022-04-18T05:21:38.055+0000|2e6278d8-9820-4b8b-aa73-dd85d883f2a3|UNKNOWN_INSTANCE_ID|task-scheduler-4||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.69.131|15|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 2e6278d8-9820-4b8b-aa73-dd85d883f2a3, Transaction Id: LXGFQ, Elapsed Time: 15 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:21:38.055 ERROR 1 --- [ask-scheduler-4] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 2e6278d8-9820-4b8b-aa73-dd85d883f2a3, Transaction Id: LXGFQ, Elapsed Time: 15 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:21:38.060 ERROR 1 --- [ask-scheduler-4] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=2e6278d8-9820-4b8b-aa73-dd85d883f2a3, X-Begin-Timestamp=2022-04-18T05:21:38.027+0000, X-TransactionID=LXGFQ, id=84095822-c3dd-56c6-effb-971b694b64f5, timestamp=1650259298032}], headers={id=f120c253-149b-2350-cd28-c7ab203ce53d, timestamp=1650259298060}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=2e6278d8-9820-4b8b-aa73-dd85d883f2a3, X-Begin-Timestamp=2022-04-18T05:21:38.027+0000, X-TransactionID=LXGFQ, id=84095822-c3dd-56c6-effb-971b694b64f5, timestamp=1650259298032}] 2022-04-18T05:22:08.032+0000|174930b1-367a-45da-8287-cf409eabe3de|Request Id: 174930b1-367a-45da-8287-cf409eabe3de. Transaction Id: BWYJ9. Begin TS: 2022-04-18T05:22:08.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:22:08.031 DEBUG 1 --- [ask-scheduler-9] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 174930b1-367a-45da-8287-cf409eabe3de. Transaction Id: BWYJ9. Begin TS: 2022-04-18T05:22:08.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:22:08.036+0000|2022-04-18T05:22:08.054+0000|174930b1-367a-45da-8287-cf409eabe3de|UNKNOWN_INSTANCE_ID|task-scheduler-9||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.69.131|18|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 174930b1-367a-45da-8287-cf409eabe3de, Transaction Id: BWYJ9, Elapsed Time: 18 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:22:08.055 ERROR 1 --- [ask-scheduler-9] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 174930b1-367a-45da-8287-cf409eabe3de, Transaction Id: BWYJ9, Elapsed Time: 18 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:22:08.058 ERROR 1 --- [ask-scheduler-9] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=174930b1-367a-45da-8287-cf409eabe3de, X-Begin-Timestamp=2022-04-18T05:22:08.027+0000, X-TransactionID=BWYJ9, id=86251711-ede1-e5ed-6b5a-ae6d26c7872d, timestamp=1650259328033}], headers={id=c1a19d72-cc1c-2cce-9ad9-002568f5d351, timestamp=1650259328058}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=174930b1-367a-45da-8287-cf409eabe3de, X-Begin-Timestamp=2022-04-18T05:22:08.027+0000, X-TransactionID=BWYJ9, id=86251711-ede1-e5ed-6b5a-ae6d26c7872d, timestamp=1650259328033}] 2022-04-18 05:22:17.421  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:22:17.422  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:22:17.422 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:22:38.027+0000|4ef4918a-8609-494a-ada0-48f7af88001a|Request Id: 4ef4918a-8609-494a-ada0-48f7af88001a. Transaction Id: 3FK2M. Begin TS: 2022-04-18T05:22:38.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:22:38.026 DEBUG 1 --- [ask-scheduler-9] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 4ef4918a-8609-494a-ada0-48f7af88001a. Transaction Id: 3FK2M. Begin TS: 2022-04-18T05:22:38.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:22:38.029+0000|2022-04-18T05:22:38.046+0000|4ef4918a-8609-494a-ada0-48f7af88001a|UNKNOWN_INSTANCE_ID|task-scheduler-9||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.69.131|17|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 4ef4918a-8609-494a-ada0-48f7af88001a, Transaction Id: 3FK2M, Elapsed Time: 17 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:22:38.046 ERROR 1 --- [ask-scheduler-9] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 4ef4918a-8609-494a-ada0-48f7af88001a, Transaction Id: 3FK2M, Elapsed Time: 17 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:22:38.049 ERROR 1 --- [ask-scheduler-9] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=4ef4918a-8609-494a-ada0-48f7af88001a, X-Begin-Timestamp=2022-04-18T05:22:38.026+0000, X-TransactionID=3FK2M, id=25043ecb-0fb7-cccd-fc94-f8be1e03bbed, timestamp=1650259358027}], headers={id=2d148dd9-da20-5d27-1fa1-b14353e00e5d, timestamp=1650259358049}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=4ef4918a-8609-494a-ada0-48f7af88001a, X-Begin-Timestamp=2022-04-18T05:22:38.026+0000, X-TransactionID=3FK2M, id=25043ecb-0fb7-cccd-fc94-f8be1e03bbed, timestamp=1650259358027}] 2022-04-18T05:23:08.027+0000|62844316-8523-4648-9759-e49f83b03690|Request Id: 62844316-8523-4648-9759-e49f83b03690. Transaction Id: YWECG. Begin TS: 2022-04-18T05:23:08.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:23:08.027 DEBUG 1 --- [ask-scheduler-3] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 62844316-8523-4648-9759-e49f83b03690. Transaction Id: YWECG. Begin TS: 2022-04-18T05:23:08.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:23:08.031+0000|2022-04-18T05:23:08.046+0000|62844316-8523-4648-9759-e49f83b03690|UNKNOWN_INSTANCE_ID|task-scheduler-3||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.69.131|15|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 62844316-8523-4648-9759-e49f83b03690, Transaction Id: YWECG, Elapsed Time: 15 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:23:08.046 ERROR 1 --- [ask-scheduler-3] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 62844316-8523-4648-9759-e49f83b03690, Transaction Id: YWECG, Elapsed Time: 15 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:23:08.050 ERROR 1 --- [ask-scheduler-3] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=62844316-8523-4648-9759-e49f83b03690, X-Begin-Timestamp=2022-04-18T05:23:08.026+0000, X-TransactionID=YWECG, id=7d42d470-3ead-baeb-cd25-3521a4b5d27a, timestamp=1650259388029}], headers={id=5b4852bd-97ae-c0b7-a14c-b50b4771883b, timestamp=1650259388050}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=62844316-8523-4648-9759-e49f83b03690, X-Begin-Timestamp=2022-04-18T05:23:08.026+0000, X-TransactionID=YWECG, id=7d42d470-3ead-baeb-cd25-3521a4b5d27a, timestamp=1650259388029}] 2022-04-18 05:23:17.455  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:23:17.456  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:23:17.456 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:23:38.027+0000|6c3deec4-2d3e-41eb-953c-7eea2eacca2d|Request Id: 6c3deec4-2d3e-41eb-953c-7eea2eacca2d. Transaction Id: 4L7BJ. Begin TS: 2022-04-18T05:23:38.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:23:38.027 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 6c3deec4-2d3e-41eb-953c-7eea2eacca2d. Transaction Id: 4L7BJ. Begin TS: 2022-04-18T05:23:38.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:23:38.030+0000|2022-04-18T05:23:38.039+0000|6c3deec4-2d3e-41eb-953c-7eea2eacca2d|UNKNOWN_INSTANCE_ID|task-scheduler-1||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.69.131|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 6c3deec4-2d3e-41eb-953c-7eea2eacca2d, Transaction Id: 4L7BJ, Elapsed Time: 9 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:23:38.039 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 6c3deec4-2d3e-41eb-953c-7eea2eacca2d, Transaction Id: 4L7BJ, Elapsed Time: 9 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:23:38.042 ERROR 1 --- [ask-scheduler-1] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=6c3deec4-2d3e-41eb-953c-7eea2eacca2d, X-Begin-Timestamp=2022-04-18T05:23:38.027+0000, X-TransactionID=4L7BJ, id=5ccaa11b-3575-19b7-dd04-81ec4fa05bcc, timestamp=1650259418028}], headers={id=62f2da1f-3d14-ce62-7bb0-4f6a2d184a7f, timestamp=1650259418041}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=6c3deec4-2d3e-41eb-953c-7eea2eacca2d, X-Begin-Timestamp=2022-04-18T05:23:38.027+0000, X-TransactionID=4L7BJ, id=5ccaa11b-3575-19b7-dd04-81ec4fa05bcc, timestamp=1650259418028}] 2022-04-18T05:24:08.027+0000|af1a9217-0b95-4eb6-bd25-3086c3810822|Request Id: af1a9217-0b95-4eb6-bd25-3086c3810822. Transaction Id: HTVHT. Begin TS: 2022-04-18T05:24:08.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:24:08.027 DEBUG 1 --- [ask-scheduler-7] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: af1a9217-0b95-4eb6-bd25-3086c3810822. Transaction Id: HTVHT. Begin TS: 2022-04-18T05:24:08.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:24:08.030+0000|2022-04-18T05:24:08.043+0000|af1a9217-0b95-4eb6-bd25-3086c3810822|UNKNOWN_INSTANCE_ID|task-scheduler-7||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.69.131|13|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: af1a9217-0b95-4eb6-bd25-3086c3810822, Transaction Id: HTVHT, Elapsed Time: 13 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:24:08.043 ERROR 1 --- [ask-scheduler-7] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: af1a9217-0b95-4eb6-bd25-3086c3810822, Transaction Id: HTVHT, Elapsed Time: 13 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:24:08.048 ERROR 1 --- [ask-scheduler-7] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=af1a9217-0b95-4eb6-bd25-3086c3810822, X-Begin-Timestamp=2022-04-18T05:24:08.027+0000, X-TransactionID=HTVHT, id=c534e068-d110-1356-810e-f21679346f0f, timestamp=1650259448028}], headers={id=cfb49536-6e5f-0e3b-99f6-7671f2ac9ecf, timestamp=1650259448048}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=af1a9217-0b95-4eb6-bd25-3086c3810822, X-Begin-Timestamp=2022-04-18T05:24:08.027+0000, X-TransactionID=HTVHT, id=c534e068-d110-1356-810e-f21679346f0f, timestamp=1650259448028}] 2022-04-18 05:24:17.417  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:24:17.419  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:24:17.420 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:24:38.028+0000|697ec860-e792-40ff-a6be-9cba0e4684c7|Request Id: 697ec860-e792-40ff-a6be-9cba0e4684c7. Transaction Id: ZXVPW. Begin TS: 2022-04-18T05:24:38.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:24:38.027 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 697ec860-e792-40ff-a6be-9cba0e4684c7. Transaction Id: ZXVPW. Begin TS: 2022-04-18T05:24:38.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:24:38.030+0000|2022-04-18T05:24:38.039+0000|697ec860-e792-40ff-a6be-9cba0e4684c7|UNKNOWN_INSTANCE_ID|task-scheduler-1||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.69.131|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 697ec860-e792-40ff-a6be-9cba0e4684c7, Transaction Id: ZXVPW, Elapsed Time: 9 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:24:38.039 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 697ec860-e792-40ff-a6be-9cba0e4684c7, Transaction Id: ZXVPW, Elapsed Time: 9 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:24:38.041 ERROR 1 --- [ask-scheduler-1] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=697ec860-e792-40ff-a6be-9cba0e4684c7, X-Begin-Timestamp=2022-04-18T05:24:38.027+0000, X-TransactionID=ZXVPW, id=6efcc521-9653-3506-e0b9-a7b5c347c8dc, timestamp=1650259478029}], headers={id=24fb6d71-ae65-a72f-fe3c-a9fb08ec6db5, timestamp=1650259478041}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=697ec860-e792-40ff-a6be-9cba0e4684c7, X-Begin-Timestamp=2022-04-18T05:24:38.027+0000, X-TransactionID=ZXVPW, id=6efcc521-9653-3506-e0b9-a7b5c347c8dc, timestamp=1650259478029}] 2022-04-18T05:25:08.027+0000|fdeee297-118f-4de1-8211-53f03529d964|Request Id: fdeee297-118f-4de1-8211-53f03529d964. Transaction Id: PG3D1. Begin TS: 2022-04-18T05:25:08.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:25:08.026 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: fdeee297-118f-4de1-8211-53f03529d964. Transaction Id: PG3D1. Begin TS: 2022-04-18T05:25:08.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:25:08.030+0000|2022-04-18T05:25:08.042+0000|fdeee297-118f-4de1-8211-53f03529d964|UNKNOWN_INSTANCE_ID|task-scheduler-1||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.69.131|12|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: fdeee297-118f-4de1-8211-53f03529d964, Transaction Id: PG3D1, Elapsed Time: 12 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:25:08.042 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: fdeee297-118f-4de1-8211-53f03529d964, Transaction Id: PG3D1, Elapsed Time: 12 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:25:08.045 ERROR 1 --- [ask-scheduler-1] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=fdeee297-118f-4de1-8211-53f03529d964, X-Begin-Timestamp=2022-04-18T05:25:08.026+0000, X-TransactionID=PG3D1, id=41805536-28f3-d430-761f-cce18fd809a4, timestamp=1650259508028}], headers={id=54a478e2-e45c-0f80-3e84-67e0e202db43, timestamp=1650259508045}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=fdeee297-118f-4de1-8211-53f03529d964, X-Begin-Timestamp=2022-04-18T05:25:08.026+0000, X-TransactionID=PG3D1, id=41805536-28f3-d430-761f-cce18fd809a4, timestamp=1650259508028}] 2022-04-18 05:25:17.417  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:25:17.417  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:25:17.418 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:25:38.027+0000|3d5cfc91-08c4-443b-ace6-4fc38086dbbe|Request Id: 3d5cfc91-08c4-443b-ace6-4fc38086dbbe. Transaction Id: RV6FO. Begin TS: 2022-04-18T05:25:38.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:25:38.027 DEBUG 1 --- [ask-scheduler-3] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 3d5cfc91-08c4-443b-ace6-4fc38086dbbe. Transaction Id: RV6FO. Begin TS: 2022-04-18T05:25:38.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:25:38.030+0000|2022-04-18T05:25:38.041+0000|3d5cfc91-08c4-443b-ace6-4fc38086dbbe|UNKNOWN_INSTANCE_ID|task-scheduler-3||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.69.131|11|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 3d5cfc91-08c4-443b-ace6-4fc38086dbbe, Transaction Id: RV6FO, Elapsed Time: 11 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:25:38.042 ERROR 1 --- [ask-scheduler-3] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 3d5cfc91-08c4-443b-ace6-4fc38086dbbe, Transaction Id: RV6FO, Elapsed Time: 11 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:25:38.044 ERROR 1 --- [ask-scheduler-3] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=3d5cfc91-08c4-443b-ace6-4fc38086dbbe, X-Begin-Timestamp=2022-04-18T05:25:38.027+0000, X-TransactionID=RV6FO, id=dfd51981-d327-9275-914f-3f5185e2695a, timestamp=1650259538028}], headers={id=497d9bfd-dd03-6bbc-04ee-af0a7b2c781c, timestamp=1650259538044}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=3d5cfc91-08c4-443b-ace6-4fc38086dbbe, X-Begin-Timestamp=2022-04-18T05:25:38.027+0000, X-TransactionID=RV6FO, id=dfd51981-d327-9275-914f-3f5185e2695a, timestamp=1650259538028}] 2022-04-18T05:26:08.028+0000|6c8bc2bf-f0f2-4c96-812c-5c2da75d32b5|Request Id: 6c8bc2bf-f0f2-4c96-812c-5c2da75d32b5. Transaction Id: NEQ0K. Begin TS: 2022-04-18T05:26:08.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:26:08.027 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 6c8bc2bf-f0f2-4c96-812c-5c2da75d32b5. Transaction Id: NEQ0K. Begin TS: 2022-04-18T05:26:08.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:26:08.034+0000|2022-04-18T05:26:08.046+0000|6c8bc2bf-f0f2-4c96-812c-5c2da75d32b5|UNKNOWN_INSTANCE_ID|task-scheduler-8||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.69.131|12|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 6c8bc2bf-f0f2-4c96-812c-5c2da75d32b5, Transaction Id: NEQ0K, Elapsed Time: 12 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:26:08.046 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 6c8bc2bf-f0f2-4c96-812c-5c2da75d32b5, Transaction Id: NEQ0K, Elapsed Time: 12 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:26:08.050 ERROR 1 --- [ask-scheduler-8] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=6c8bc2bf-f0f2-4c96-812c-5c2da75d32b5, X-Begin-Timestamp=2022-04-18T05:26:08.027+0000, X-TransactionID=NEQ0K, id=186cbb35-04dd-a017-d7f8-e66f0f43324f, timestamp=1650259568030}], headers={id=5f8bb986-c95a-58a7-8d4b-11d4d05da126, timestamp=1650259568050}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=6c8bc2bf-f0f2-4c96-812c-5c2da75d32b5, X-Begin-Timestamp=2022-04-18T05:26:08.027+0000, X-TransactionID=NEQ0K, id=186cbb35-04dd-a017-d7f8-e66f0f43324f, timestamp=1650259568030}] 2022-04-18 05:26:17.424  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:26:17.426  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:26:17.426 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:26:38.028+0000|960d703a-9f56-4098-90c8-f0f52871f047|Request Id: 960d703a-9f56-4098-90c8-f0f52871f047. Transaction Id: IUBPX. Begin TS: 2022-04-18T05:26:38.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:26:38.028 DEBUG 1 --- [ask-scheduler-6] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 960d703a-9f56-4098-90c8-f0f52871f047. Transaction Id: IUBPX. Begin TS: 2022-04-18T05:26:38.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:26:38.035+0000|2022-04-18T05:26:38.048+0000|960d703a-9f56-4098-90c8-f0f52871f047|UNKNOWN_INSTANCE_ID|task-scheduler-6||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.69.131|13|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 960d703a-9f56-4098-90c8-f0f52871f047, Transaction Id: IUBPX, Elapsed Time: 13 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:26:38.048 ERROR 1 --- [ask-scheduler-6] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 960d703a-9f56-4098-90c8-f0f52871f047, Transaction Id: IUBPX, Elapsed Time: 13 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:26:38.052 ERROR 1 --- [ask-scheduler-6] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=960d703a-9f56-4098-90c8-f0f52871f047, X-Begin-Timestamp=2022-04-18T05:26:38.027+0000, X-TransactionID=IUBPX, id=747d966f-ce71-b66c-bf5e-dcabdcadc924, timestamp=1650259598030}], headers={id=e6262e0c-bceb-2764-2cfc-31006102d0f1, timestamp=1650259598052}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=960d703a-9f56-4098-90c8-f0f52871f047, X-Begin-Timestamp=2022-04-18T05:26:38.027+0000, X-TransactionID=IUBPX, id=747d966f-ce71-b66c-bf5e-dcabdcadc924, timestamp=1650259598030}] 2022-04-18T05:27:08.028+0000|7cb7c309-3a62-4490-b8fc-e76709b22cb4|Request Id: 7cb7c309-3a62-4490-b8fc-e76709b22cb4. Transaction Id: OMAZ2. Begin TS: 2022-04-18T05:27:08.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:27:08.027 DEBUG 1 --- [ask-scheduler-2] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 7cb7c309-3a62-4490-b8fc-e76709b22cb4. Transaction Id: OMAZ2. Begin TS: 2022-04-18T05:27:08.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:27:08.030+0000|2022-04-18T05:27:08.039+0000|7cb7c309-3a62-4490-b8fc-e76709b22cb4|UNKNOWN_INSTANCE_ID|task-scheduler-2||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.69.131|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 7cb7c309-3a62-4490-b8fc-e76709b22cb4, Transaction Id: OMAZ2, Elapsed Time: 9 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:27:08.039 ERROR 1 --- [ask-scheduler-2] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 7cb7c309-3a62-4490-b8fc-e76709b22cb4, Transaction Id: OMAZ2, Elapsed Time: 9 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:27:08.042 ERROR 1 --- [ask-scheduler-2] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=7cb7c309-3a62-4490-b8fc-e76709b22cb4, X-Begin-Timestamp=2022-04-18T05:27:08.027+0000, X-TransactionID=OMAZ2, id=ad52bd10-6609-bf26-13a0-f2f361b13651, timestamp=1650259628028}], headers={id=a3e5a07a-2ea3-c6fa-c41b-e495b4c8f922, timestamp=1650259628041}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=7cb7c309-3a62-4490-b8fc-e76709b22cb4, X-Begin-Timestamp=2022-04-18T05:27:08.027+0000, X-TransactionID=OMAZ2, id=ad52bd10-6609-bf26-13a0-f2f361b13651, timestamp=1650259628028}] 2022-04-18 05:27:17.417  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:27:17.419  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:27:17.419 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:27:38.028+0000|7d27e359-c337-4e07-b7ed-ed1a972e1b47|Request Id: 7d27e359-c337-4e07-b7ed-ed1a972e1b47. Transaction Id: MOWOR. Begin TS: 2022-04-18T05:27:38.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:27:38.027 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 7d27e359-c337-4e07-b7ed-ed1a972e1b47. Transaction Id: MOWOR. Begin TS: 2022-04-18T05:27:38.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:27:38.031+0000|2022-04-18T05:27:38.041+0000|7d27e359-c337-4e07-b7ed-ed1a972e1b47|UNKNOWN_INSTANCE_ID|task-scheduler-1||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.69.131|10|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 7d27e359-c337-4e07-b7ed-ed1a972e1b47, Transaction Id: MOWOR, Elapsed Time: 10 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:27:38.042 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 7d27e359-c337-4e07-b7ed-ed1a972e1b47, Transaction Id: MOWOR, Elapsed Time: 10 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:27:38.046 ERROR 1 --- [ask-scheduler-1] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=7d27e359-c337-4e07-b7ed-ed1a972e1b47, X-Begin-Timestamp=2022-04-18T05:27:38.027+0000, X-TransactionID=MOWOR, id=33551005-a76b-bc93-744d-4f1d53cb4e35, timestamp=1650259658029}], headers={id=4f557c2e-7c38-da60-5101-219cd27e4c7d, timestamp=1650259658046}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=7d27e359-c337-4e07-b7ed-ed1a972e1b47, X-Begin-Timestamp=2022-04-18T05:27:38.027+0000, X-TransactionID=MOWOR, id=33551005-a76b-bc93-744d-4f1d53cb4e35, timestamp=1650259658029}] 2022-04-18T05:28:08.027+0000|93163268-4e41-4251-90ec-8e0d88816567|Request Id: 93163268-4e41-4251-90ec-8e0d88816567. Transaction Id: EVXV2. Begin TS: 2022-04-18T05:28:08.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:28:08.027 DEBUG 1 --- [ask-scheduler-2] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 93163268-4e41-4251-90ec-8e0d88816567. Transaction Id: EVXV2. Begin TS: 2022-04-18T05:28:08.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:28:08.030+0000|2022-04-18T05:28:08.046+0000|93163268-4e41-4251-90ec-8e0d88816567|UNKNOWN_INSTANCE_ID|task-scheduler-2||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.69.131|16|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 93163268-4e41-4251-90ec-8e0d88816567, Transaction Id: EVXV2, Elapsed Time: 16 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:28:08.046 ERROR 1 --- [ask-scheduler-2] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 93163268-4e41-4251-90ec-8e0d88816567, Transaction Id: EVXV2, Elapsed Time: 16 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:28:08.048 ERROR 1 --- [ask-scheduler-2] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=93163268-4e41-4251-90ec-8e0d88816567, X-Begin-Timestamp=2022-04-18T05:28:08.027+0000, X-TransactionID=EVXV2, id=a7f15508-8f75-7039-d64f-0f022e8d03ce, timestamp=1650259688028}], headers={id=17869166-6526-d2e5-5f0d-8672c8fed80e, timestamp=1650259688048}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=93163268-4e41-4251-90ec-8e0d88816567, X-Begin-Timestamp=2022-04-18T05:28:08.027+0000, X-TransactionID=EVXV2, id=a7f15508-8f75-7039-d64f-0f022e8d03ce, timestamp=1650259688028}] 2022-04-18 05:28:17.416  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:28:17.417  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:28:17.417 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:28:38.028+0000|61a75f3d-d70c-47bf-8436-442627fb268d|Request Id: 61a75f3d-d70c-47bf-8436-442627fb268d. Transaction Id: JIASN. Begin TS: 2022-04-18T05:28:38.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:28:38.027 DEBUG 1 --- [ask-scheduler-9] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 61a75f3d-d70c-47bf-8436-442627fb268d. Transaction Id: JIASN. Begin TS: 2022-04-18T05:28:38.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:28:38.034+0000|2022-04-18T05:28:38.043+0000|61a75f3d-d70c-47bf-8436-442627fb268d|UNKNOWN_INSTANCE_ID|task-scheduler-9||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.69.131|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 61a75f3d-d70c-47bf-8436-442627fb268d, Transaction Id: JIASN, Elapsed Time: 9 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:28:38.043 ERROR 1 --- [ask-scheduler-9] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 61a75f3d-d70c-47bf-8436-442627fb268d, Transaction Id: JIASN, Elapsed Time: 9 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:28:38.046 ERROR 1 --- [ask-scheduler-9] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=61a75f3d-d70c-47bf-8436-442627fb268d, X-Begin-Timestamp=2022-04-18T05:28:38.027+0000, X-TransactionID=JIASN, id=604a7c41-c019-b584-ff1e-32b0b1d07f3f, timestamp=1650259718032}], headers={id=1a65b222-8d33-ef15-91c8-2c16282bffc9, timestamp=1650259718046}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=61a75f3d-d70c-47bf-8436-442627fb268d, X-Begin-Timestamp=2022-04-18T05:28:38.027+0000, X-TransactionID=JIASN, id=604a7c41-c019-b584-ff1e-32b0b1d07f3f, timestamp=1650259718032}] 2022-04-18T05:29:08.027+0000|a07f8fa7-16f3-4fbd-ac39-c8f2c4a4f7da|Request Id: a07f8fa7-16f3-4fbd-ac39-c8f2c4a4f7da. Transaction Id: 5C1QF. Begin TS: 2022-04-18T05:29:08.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:29:08.027 DEBUG 1 --- [ask-scheduler-4] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: a07f8fa7-16f3-4fbd-ac39-c8f2c4a4f7da. Transaction Id: 5C1QF. Begin TS: 2022-04-18T05:29:08.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:29:08.029+0000|2022-04-18T05:29:08.038+0000|a07f8fa7-16f3-4fbd-ac39-c8f2c4a4f7da|UNKNOWN_INSTANCE_ID|task-scheduler-4||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.69.131|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: a07f8fa7-16f3-4fbd-ac39-c8f2c4a4f7da, Transaction Id: 5C1QF, Elapsed Time: 9 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:29:08.038 ERROR 1 --- [ask-scheduler-4] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: a07f8fa7-16f3-4fbd-ac39-c8f2c4a4f7da, Transaction Id: 5C1QF, Elapsed Time: 9 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:29:08.041 ERROR 1 --- [ask-scheduler-4] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=a07f8fa7-16f3-4fbd-ac39-c8f2c4a4f7da, X-Begin-Timestamp=2022-04-18T05:29:08.026+0000, X-TransactionID=5C1QF, id=e9b96e60-00f1-a39e-0d48-45ed60fc06fe, timestamp=1650259748027}], headers={id=eee64c48-fd8a-83e6-1c52-f82485fbac5c, timestamp=1650259748040}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=a07f8fa7-16f3-4fbd-ac39-c8f2c4a4f7da, X-Begin-Timestamp=2022-04-18T05:29:08.026+0000, X-TransactionID=5C1QF, id=e9b96e60-00f1-a39e-0d48-45ed60fc06fe, timestamp=1650259748027}] 2022-04-18 05:29:17.417  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:29:17.418  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:29:17.418 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:29:38.027+0000|3d9039cb-f4fa-41c5-8e06-9d2d31a34e70|Request Id: 3d9039cb-f4fa-41c5-8e06-9d2d31a34e70. Transaction Id: TDZ5C. Begin TS: 2022-04-18T05:29:38.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:29:38.027 DEBUG 1 --- [ask-scheduler-5] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 3d9039cb-f4fa-41c5-8e06-9d2d31a34e70. Transaction Id: TDZ5C. Begin TS: 2022-04-18T05:29:38.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:29:38.030+0000|2022-04-18T05:29:38.041+0000|3d9039cb-f4fa-41c5-8e06-9d2d31a34e70|UNKNOWN_INSTANCE_ID|task-scheduler-5||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.69.131|11|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 3d9039cb-f4fa-41c5-8e06-9d2d31a34e70, Transaction Id: TDZ5C, Elapsed Time: 11 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:29:38.041 ERROR 1 --- [ask-scheduler-5] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 3d9039cb-f4fa-41c5-8e06-9d2d31a34e70, Transaction Id: TDZ5C, Elapsed Time: 11 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:29:38.044 ERROR 1 --- [ask-scheduler-5] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=3d9039cb-f4fa-41c5-8e06-9d2d31a34e70, X-Begin-Timestamp=2022-04-18T05:29:38.026+0000, X-TransactionID=TDZ5C, id=8125296f-b95a-efdb-ed43-8aa80158c824, timestamp=1650259778028}], headers={id=1c02515e-a164-ed43-491e-b2dafa98c266, timestamp=1650259778044}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=3d9039cb-f4fa-41c5-8e06-9d2d31a34e70, X-Begin-Timestamp=2022-04-18T05:29:38.026+0000, X-TransactionID=TDZ5C, id=8125296f-b95a-efdb-ed43-8aa80158c824, timestamp=1650259778028}] 2022-04-18T05:30:08.028+0000|ea31f11c-de6d-4836-b0eb-795bae032af4|Request Id: ea31f11c-de6d-4836-b0eb-795bae032af4. Transaction Id: WZUO9. Begin TS: 2022-04-18T05:30:08.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:30:08.027 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: ea31f11c-de6d-4836-b0eb-795bae032af4. Transaction Id: WZUO9. Begin TS: 2022-04-18T05:30:08.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:30:08.037+0000|2022-04-18T05:30:08.047+0000|ea31f11c-de6d-4836-b0eb-795bae032af4|UNKNOWN_INSTANCE_ID|task-scheduler-8||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.69.131|10|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: ea31f11c-de6d-4836-b0eb-795bae032af4, Transaction Id: WZUO9, Elapsed Time: 10 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:30:08.048 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: ea31f11c-de6d-4836-b0eb-795bae032af4, Transaction Id: WZUO9, Elapsed Time: 10 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:30:08.052 ERROR 1 --- [ask-scheduler-8] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=ea31f11c-de6d-4836-b0eb-795bae032af4, X-Begin-Timestamp=2022-04-18T05:30:08.027+0000, X-TransactionID=WZUO9, id=991ff331-7a2d-0fa5-e49d-90b21f71189f, timestamp=1650259808029}], headers={id=a079eb50-c93d-0ee8-f604-9094a48a2d49, timestamp=1650259808052}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=ea31f11c-de6d-4836-b0eb-795bae032af4, X-Begin-Timestamp=2022-04-18T05:30:08.027+0000, X-TransactionID=WZUO9, id=991ff331-7a2d-0fa5-e49d-90b21f71189f, timestamp=1650259808029}] 2022-04-18 05:30:17.418  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:30:17.418  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:30:17.418 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:30:38.028+0000|7aa2d648-3306-4f16-a48f-ed8ade121dc2|Request Id: 7aa2d648-3306-4f16-a48f-ed8ade121dc2. Transaction Id: OYP8D. Begin TS: 2022-04-18T05:30:38.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:30:38.027 DEBUG 1 --- [ask-scheduler-3] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 7aa2d648-3306-4f16-a48f-ed8ade121dc2. Transaction Id: OYP8D. Begin TS: 2022-04-18T05:30:38.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:30:38.030+0000|2022-04-18T05:30:38.040+0000|7aa2d648-3306-4f16-a48f-ed8ade121dc2|UNKNOWN_INSTANCE_ID|task-scheduler-3||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.69.131|10|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 7aa2d648-3306-4f16-a48f-ed8ade121dc2, Transaction Id: OYP8D, Elapsed Time: 10 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:30:38.040 ERROR 1 --- [ask-scheduler-3] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 7aa2d648-3306-4f16-a48f-ed8ade121dc2, Transaction Id: OYP8D, Elapsed Time: 10 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:30:38.042 ERROR 1 --- [ask-scheduler-3] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=7aa2d648-3306-4f16-a48f-ed8ade121dc2, X-Begin-Timestamp=2022-04-18T05:30:38.027+0000, X-TransactionID=OYP8D, id=5adaecc5-74f7-2228-0a6a-7e368a8fc224, timestamp=1650259838028}], headers={id=6a77df74-a8a1-40b6-16a0-fda023f28ca7, timestamp=1650259838042}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=7aa2d648-3306-4f16-a48f-ed8ade121dc2, X-Begin-Timestamp=2022-04-18T05:30:38.027+0000, X-TransactionID=OYP8D, id=5adaecc5-74f7-2228-0a6a-7e368a8fc224, timestamp=1650259838028}] 2022-04-18T05:31:08.033+0000|ad7e10f2-81d7-403c-a8fc-ab20b93a6abc|Request Id: ad7e10f2-81d7-403c-a8fc-ab20b93a6abc. Transaction Id: U9VYW. Begin TS: 2022-04-18T05:31:08.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:31:08.027 DEBUG 1 --- [ask-scheduler-3] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: ad7e10f2-81d7-403c-a8fc-ab20b93a6abc. Transaction Id: U9VYW. Begin TS: 2022-04-18T05:31:08.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:31:08.048  INFO 1 --- [ask-scheduler-3] o.apache.http.impl.execchain.RetryExec  : I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://message-router:3904: The target server failed to respond 2022-04-18 05:31:08.050  INFO 1 --- [ask-scheduler-3] o.apache.http.impl.execchain.RetryExec  : Retrying request to {}->http://message-router:3904 2022-04-18T05:31:08.036+0000|2022-04-18T05:31:08.070+0000|ad7e10f2-81d7-403c-a8fc-ab20b93a6abc|UNKNOWN_INSTANCE_ID|task-scheduler-3||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.69.131|34|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: ad7e10f2-81d7-403c-a8fc-ab20b93a6abc, Transaction Id: U9VYW, Elapsed Time: 34 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:31:08.070 ERROR 1 --- [ask-scheduler-3] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: ad7e10f2-81d7-403c-a8fc-ab20b93a6abc, Transaction Id: U9VYW, Elapsed Time: 34 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:31:08.072 ERROR 1 --- [ask-scheduler-3] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=ad7e10f2-81d7-403c-a8fc-ab20b93a6abc, X-Begin-Timestamp=2022-04-18T05:31:08.026+0000, X-TransactionID=U9VYW, id=1cea5728-fdce-ab9f-ca0b-81fed53964ae, timestamp=1650259868034}], headers={id=dff68871-d881-0eb8-2cfa-c2421ed8705e, timestamp=1650259868072}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=ad7e10f2-81d7-403c-a8fc-ab20b93a6abc, X-Begin-Timestamp=2022-04-18T05:31:08.026+0000, X-TransactionID=U9VYW, id=1cea5728-fdce-ab9f-ca0b-81fed53964ae, timestamp=1650259868034}] 2022-04-18 05:31:17.414  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:31:17.415  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:31:17.415 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:31:38.027+0000|4f1da4da-42cc-41aa-945a-21207323e0b1|Request Id: 4f1da4da-42cc-41aa-945a-21207323e0b1. Transaction Id: 5BLOF. Begin TS: 2022-04-18T05:31:38.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:31:38.027 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 4f1da4da-42cc-41aa-945a-21207323e0b1. Transaction Id: 5BLOF. Begin TS: 2022-04-18T05:31:38.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:31:38.031+0000|2022-04-18T05:31:38.040+0000|4f1da4da-42cc-41aa-945a-21207323e0b1|UNKNOWN_INSTANCE_ID|task-scheduler-8||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.69.131|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 4f1da4da-42cc-41aa-945a-21207323e0b1, Transaction Id: 5BLOF, Elapsed Time: 9 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:31:38.041 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 4f1da4da-42cc-41aa-945a-21207323e0b1, Transaction Id: 5BLOF, Elapsed Time: 9 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:31:38.043 ERROR 1 --- [ask-scheduler-8] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=4f1da4da-42cc-41aa-945a-21207323e0b1, X-Begin-Timestamp=2022-04-18T05:31:38.026+0000, X-TransactionID=5BLOF, id=f0d74574-11b3-7f7b-644c-2082d7c904f3, timestamp=1650259898028}], headers={id=58ffd1cf-d51e-2a3c-d48c-e2d7bc888620, timestamp=1650259898042}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=4f1da4da-42cc-41aa-945a-21207323e0b1, X-Begin-Timestamp=2022-04-18T05:31:38.026+0000, X-TransactionID=5BLOF, id=f0d74574-11b3-7f7b-644c-2082d7c904f3, timestamp=1650259898028}] 2022-04-18T05:32:08.028+0000|13676611-5e09-494e-920d-5946ee5317e4|Request Id: 13676611-5e09-494e-920d-5946ee5317e4. Transaction Id: BLB3J. Begin TS: 2022-04-18T05:32:08.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:32:08.027 DEBUG 1 --- [ask-scheduler-6] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 13676611-5e09-494e-920d-5946ee5317e4. Transaction Id: BLB3J. Begin TS: 2022-04-18T05:32:08.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:32:08.033+0000|2022-04-18T05:32:08.051+0000|13676611-5e09-494e-920d-5946ee5317e4|UNKNOWN_INSTANCE_ID|task-scheduler-6||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.69.131|18|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 13676611-5e09-494e-920d-5946ee5317e4, Transaction Id: BLB3J, Elapsed Time: 18 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:32:08.051 ERROR 1 --- [ask-scheduler-6] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 13676611-5e09-494e-920d-5946ee5317e4, Transaction Id: BLB3J, Elapsed Time: 18 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:32:08.055 ERROR 1 --- [ask-scheduler-6] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=13676611-5e09-494e-920d-5946ee5317e4, X-Begin-Timestamp=2022-04-18T05:32:08.027+0000, X-TransactionID=BLB3J, id=188496ef-cc7b-9843-6bc1-6d1a2b115bb4, timestamp=1650259928029}], headers={id=a1aea4ab-7d80-6b87-3b8f-c8052b004425, timestamp=1650259928054}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=13676611-5e09-494e-920d-5946ee5317e4, X-Begin-Timestamp=2022-04-18T05:32:08.027+0000, X-TransactionID=BLB3J, id=188496ef-cc7b-9843-6bc1-6d1a2b115bb4, timestamp=1650259928029}] 2022-04-18 05:32:17.416  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:32:17.417  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:32:17.417 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:32:38.027+0000|f8e2eb75-2a7a-4329-931f-82b9fea76c03|Request Id: f8e2eb75-2a7a-4329-931f-82b9fea76c03. Transaction Id: NUI4F. Begin TS: 2022-04-18T05:32:38.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:32:38.027 DEBUG 1 --- [ask-scheduler-2] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: f8e2eb75-2a7a-4329-931f-82b9fea76c03. Transaction Id: NUI4F. Begin TS: 2022-04-18T05:32:38.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:32:38.030+0000|2022-04-18T05:32:38.044+0000|f8e2eb75-2a7a-4329-931f-82b9fea76c03|UNKNOWN_INSTANCE_ID|task-scheduler-2||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.69.131|14|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: f8e2eb75-2a7a-4329-931f-82b9fea76c03, Transaction Id: NUI4F, Elapsed Time: 14 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:32:38.044 ERROR 1 --- [ask-scheduler-2] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: f8e2eb75-2a7a-4329-931f-82b9fea76c03, Transaction Id: NUI4F, Elapsed Time: 14 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:32:38.046 ERROR 1 --- [ask-scheduler-2] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=f8e2eb75-2a7a-4329-931f-82b9fea76c03, X-Begin-Timestamp=2022-04-18T05:32:38.026+0000, X-TransactionID=NUI4F, id=89587073-f15a-a09e-4883-4a7db00d731b, timestamp=1650259958028}], headers={id=7c13a46c-967e-d4fd-a294-a5a51c67e453, timestamp=1650259958046}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=f8e2eb75-2a7a-4329-931f-82b9fea76c03, X-Begin-Timestamp=2022-04-18T05:32:38.026+0000, X-TransactionID=NUI4F, id=89587073-f15a-a09e-4883-4a7db00d731b, timestamp=1650259958028}] 2022-04-18T05:33:08.028+0000|72ba046f-61d1-4300-bb5a-5077eb193c97|Request Id: 72ba046f-61d1-4300-bb5a-5077eb193c97. Transaction Id: RSZG9. Begin TS: 2022-04-18T05:33:08.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:33:08.027 DEBUG 1 --- [ask-scheduler-7] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 72ba046f-61d1-4300-bb5a-5077eb193c97. Transaction Id: RSZG9. Begin TS: 2022-04-18T05:33:08.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:33:08.038+0000|2022-04-18T05:33:08.051+0000|72ba046f-61d1-4300-bb5a-5077eb193c97|UNKNOWN_INSTANCE_ID|task-scheduler-7||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.69.131|13|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 72ba046f-61d1-4300-bb5a-5077eb193c97, Transaction Id: RSZG9, Elapsed Time: 13 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:33:08.051 ERROR 1 --- [ask-scheduler-7] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 72ba046f-61d1-4300-bb5a-5077eb193c97, Transaction Id: RSZG9, Elapsed Time: 13 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:33:08.055 ERROR 1 --- [ask-scheduler-7] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=72ba046f-61d1-4300-bb5a-5077eb193c97, X-Begin-Timestamp=2022-04-18T05:33:08.026+0000, X-TransactionID=RSZG9, id=704b9c57-66ec-5d80-b533-3dce09aea52b, timestamp=1650259988032}], headers={id=1cd8357a-4859-dda7-de7a-0eed459fc71d, timestamp=1650259988054}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=72ba046f-61d1-4300-bb5a-5077eb193c97, X-Begin-Timestamp=2022-04-18T05:33:08.026+0000, X-TransactionID=RSZG9, id=704b9c57-66ec-5d80-b533-3dce09aea52b, timestamp=1650259988032}] 2022-04-18 05:33:17.420  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:33:17.421  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:33:17.421 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:33:38.028+0000|7ed05a46-b45d-406e-bcfa-034efdcc2acd|Request Id: 7ed05a46-b45d-406e-bcfa-034efdcc2acd. Transaction Id: AM8Y5. Begin TS: 2022-04-18T05:33:38.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:33:38.028 DEBUG 1 --- [ask-scheduler-9] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 7ed05a46-b45d-406e-bcfa-034efdcc2acd. Transaction Id: AM8Y5. Begin TS: 2022-04-18T05:33:38.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:33:38.033+0000|2022-04-18T05:33:38.045+0000|7ed05a46-b45d-406e-bcfa-034efdcc2acd|UNKNOWN_INSTANCE_ID|task-scheduler-9||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.69.131|12|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 7ed05a46-b45d-406e-bcfa-034efdcc2acd, Transaction Id: AM8Y5, Elapsed Time: 12 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:33:38.046 ERROR 1 --- [ask-scheduler-9] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 7ed05a46-b45d-406e-bcfa-034efdcc2acd, Transaction Id: AM8Y5, Elapsed Time: 12 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:33:38.049 ERROR 1 --- [ask-scheduler-9] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=7ed05a46-b45d-406e-bcfa-034efdcc2acd, X-Begin-Timestamp=2022-04-18T05:33:38.027+0000, X-TransactionID=AM8Y5, id=aab16fcb-b6d6-6126-4254-92281da6145e, timestamp=1650260018029}], headers={id=aabc2696-9fe1-8b7e-dba8-3bf8dedf86cb, timestamp=1650260018048}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=7ed05a46-b45d-406e-bcfa-034efdcc2acd, X-Begin-Timestamp=2022-04-18T05:33:38.027+0000, X-TransactionID=AM8Y5, id=aab16fcb-b6d6-6126-4254-92281da6145e, timestamp=1650260018029}] 2022-04-18T05:34:08.027+0000|da68a3b0-bd3d-4bab-938b-669ff8e70729|Request Id: da68a3b0-bd3d-4bab-938b-669ff8e70729. Transaction Id: BLMSX. Begin TS: 2022-04-18T05:34:08.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:34:08.027 DEBUG 1 --- [sk-scheduler-10] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: da68a3b0-bd3d-4bab-938b-669ff8e70729. Transaction Id: BLMSX. Begin TS: 2022-04-18T05:34:08.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:34:08.030+0000|2022-04-18T05:34:08.039+0000|da68a3b0-bd3d-4bab-938b-669ff8e70729|UNKNOWN_INSTANCE_ID|task-scheduler-10||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.69.131|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: da68a3b0-bd3d-4bab-938b-669ff8e70729, Transaction Id: BLMSX, Elapsed Time: 9 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:34:08.040 ERROR 1 --- [sk-scheduler-10] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: da68a3b0-bd3d-4bab-938b-669ff8e70729, Transaction Id: BLMSX, Elapsed Time: 9 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:34:08.042 ERROR 1 --- [sk-scheduler-10] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=da68a3b0-bd3d-4bab-938b-669ff8e70729, X-Begin-Timestamp=2022-04-18T05:34:08.027+0000, X-TransactionID=BLMSX, id=4ae12d72-8dfb-9733-d3ec-c08398531ccc, timestamp=1650260048028}], headers={id=c4e173e8-0a32-17f7-149d-816c25625058, timestamp=1650260048042}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=da68a3b0-bd3d-4bab-938b-669ff8e70729, X-Begin-Timestamp=2022-04-18T05:34:08.027+0000, X-TransactionID=BLMSX, id=4ae12d72-8dfb-9733-d3ec-c08398531ccc, timestamp=1650260048028}] 2022-04-18 05:34:17.417  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:34:17.417  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:34:17.418 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:34:38.027+0000|778838b0-982f-4be4-9766-ccb5d1fb4adb|Request Id: 778838b0-982f-4be4-9766-ccb5d1fb4adb. Transaction Id: 5XHSD. Begin TS: 2022-04-18T05:34:38.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:34:38.027 DEBUG 1 --- [ask-scheduler-6] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 778838b0-982f-4be4-9766-ccb5d1fb4adb. Transaction Id: 5XHSD. Begin TS: 2022-04-18T05:34:38.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:34:38.030+0000|2022-04-18T05:34:38.037+0000|778838b0-982f-4be4-9766-ccb5d1fb4adb|UNKNOWN_INSTANCE_ID|task-scheduler-6||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.69.131|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 778838b0-982f-4be4-9766-ccb5d1fb4adb, Transaction Id: 5XHSD, Elapsed Time: 7 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:34:38.037 ERROR 1 --- [ask-scheduler-6] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 778838b0-982f-4be4-9766-ccb5d1fb4adb, Transaction Id: 5XHSD, Elapsed Time: 7 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:34:38.042 ERROR 1 --- [ask-scheduler-6] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=778838b0-982f-4be4-9766-ccb5d1fb4adb, X-Begin-Timestamp=2022-04-18T05:34:38.026+0000, X-TransactionID=5XHSD, id=17a40b2c-4038-9eed-1f82-4d3869b26deb, timestamp=1650260078028}], headers={id=f9e202ce-dff6-19dd-1dcc-dc62da1d5c17, timestamp=1650260078041}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=778838b0-982f-4be4-9766-ccb5d1fb4adb, X-Begin-Timestamp=2022-04-18T05:34:38.026+0000, X-TransactionID=5XHSD, id=17a40b2c-4038-9eed-1f82-4d3869b26deb, timestamp=1650260078028}] 2022-04-18T05:35:08.028+0000|db4104cf-c08b-4bd3-972f-b0c83a5ee25a|Request Id: db4104cf-c08b-4bd3-972f-b0c83a5ee25a. Transaction Id: UYFIX. Begin TS: 2022-04-18T05:35:08.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:35:08.027 DEBUG 1 --- [ask-scheduler-7] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: db4104cf-c08b-4bd3-972f-b0c83a5ee25a. Transaction Id: UYFIX. Begin TS: 2022-04-18T05:35:08.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:35:08.032+0000|2022-04-18T05:35:08.044+0000|db4104cf-c08b-4bd3-972f-b0c83a5ee25a|UNKNOWN_INSTANCE_ID|task-scheduler-7||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.69.131|12|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: db4104cf-c08b-4bd3-972f-b0c83a5ee25a, Transaction Id: UYFIX, Elapsed Time: 12 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:35:08.045 ERROR 1 --- [ask-scheduler-7] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: db4104cf-c08b-4bd3-972f-b0c83a5ee25a, Transaction Id: UYFIX, Elapsed Time: 12 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:35:08.047 ERROR 1 --- [ask-scheduler-7] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=db4104cf-c08b-4bd3-972f-b0c83a5ee25a, X-Begin-Timestamp=2022-04-18T05:35:08.027+0000, X-TransactionID=UYFIX, id=0b7a3e30-43b6-0259-335c-a5384261c2c2, timestamp=1650260108029}], headers={id=4ec1522b-d546-95a8-1acf-aa2bc3958b47, timestamp=1650260108047}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=db4104cf-c08b-4bd3-972f-b0c83a5ee25a, X-Begin-Timestamp=2022-04-18T05:35:08.027+0000, X-TransactionID=UYFIX, id=0b7a3e30-43b6-0259-335c-a5384261c2c2, timestamp=1650260108029}] 2022-04-18 05:35:17.417  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:35:17.418  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:35:17.418 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:35:38.027+0000|4d361e5d-688e-4ace-9f2d-8b486f26409d|Request Id: 4d361e5d-688e-4ace-9f2d-8b486f26409d. Transaction Id: AZRML. Begin TS: 2022-04-18T05:35:38.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:35:38.027 DEBUG 1 --- [ask-scheduler-4] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 4d361e5d-688e-4ace-9f2d-8b486f26409d. Transaction Id: AZRML. Begin TS: 2022-04-18T05:35:38.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:35:38.030+0000|2022-04-18T05:35:38.040+0000|4d361e5d-688e-4ace-9f2d-8b486f26409d|UNKNOWN_INSTANCE_ID|task-scheduler-4||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.69.131|10|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 4d361e5d-688e-4ace-9f2d-8b486f26409d, Transaction Id: AZRML, Elapsed Time: 10 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:35:38.040 ERROR 1 --- [ask-scheduler-4] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 4d361e5d-688e-4ace-9f2d-8b486f26409d, Transaction Id: AZRML, Elapsed Time: 10 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:35:38.043 ERROR 1 --- [ask-scheduler-4] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=4d361e5d-688e-4ace-9f2d-8b486f26409d, X-Begin-Timestamp=2022-04-18T05:35:38.026+0000, X-TransactionID=AZRML, id=d5abc1ff-b0cb-cbb3-ee1c-ac461bb65caa, timestamp=1650260138028}], headers={id=bc9d6f5b-880b-4623-45e2-eac529b48669, timestamp=1650260138043}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=4d361e5d-688e-4ace-9f2d-8b486f26409d, X-Begin-Timestamp=2022-04-18T05:35:38.026+0000, X-TransactionID=AZRML, id=d5abc1ff-b0cb-cbb3-ee1c-ac461bb65caa, timestamp=1650260138028}] 2022-04-18T05:36:08.027+0000|612bcac6-2bef-4ff8-a231-b7b6d87d6860|Request Id: 612bcac6-2bef-4ff8-a231-b7b6d87d6860. Transaction Id: OAUPM. Begin TS: 2022-04-18T05:36:08.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:36:08.027 DEBUG 1 --- [ask-scheduler-9] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 612bcac6-2bef-4ff8-a231-b7b6d87d6860. Transaction Id: OAUPM. Begin TS: 2022-04-18T05:36:08.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:36:08.030+0000|2022-04-18T05:36:08.044+0000|612bcac6-2bef-4ff8-a231-b7b6d87d6860|UNKNOWN_INSTANCE_ID|task-scheduler-9||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.69.131|14|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 612bcac6-2bef-4ff8-a231-b7b6d87d6860, Transaction Id: OAUPM, Elapsed Time: 14 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:36:08.044 ERROR 1 --- [ask-scheduler-9] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 612bcac6-2bef-4ff8-a231-b7b6d87d6860, Transaction Id: OAUPM, Elapsed Time: 14 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:36:08.046 ERROR 1 --- [ask-scheduler-9] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=612bcac6-2bef-4ff8-a231-b7b6d87d6860, X-Begin-Timestamp=2022-04-18T05:36:08.027+0000, X-TransactionID=OAUPM, id=582dbb43-c76b-eb97-83a6-f50bb0e2c51f, timestamp=1650260168028}], headers={id=af43b3d2-f8f9-0e5f-6bb3-9f1559b7e7a4, timestamp=1650260168046}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=612bcac6-2bef-4ff8-a231-b7b6d87d6860, X-Begin-Timestamp=2022-04-18T05:36:08.027+0000, X-TransactionID=OAUPM, id=582dbb43-c76b-eb97-83a6-f50bb0e2c51f, timestamp=1650260168028}] 2022-04-18 05:36:17.415  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:36:17.416  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:36:17.416 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:36:38.029+0000|24963eba-7787-4305-8ae9-c71f10136a44|Request Id: 24963eba-7787-4305-8ae9-c71f10136a44. Transaction Id: ZKM87. Begin TS: 2022-04-18T05:36:38.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:36:38.029 DEBUG 1 --- [ask-scheduler-3] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 24963eba-7787-4305-8ae9-c71f10136a44. Transaction Id: ZKM87. Begin TS: 2022-04-18T05:36:38.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:36:38.031+0000|2022-04-18T05:36:38.043+0000|24963eba-7787-4305-8ae9-c71f10136a44|UNKNOWN_INSTANCE_ID|task-scheduler-3||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.69.131|12|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 24963eba-7787-4305-8ae9-c71f10136a44, Transaction Id: ZKM87, Elapsed Time: 12 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:36:38.043 ERROR 1 --- [ask-scheduler-3] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 24963eba-7787-4305-8ae9-c71f10136a44, Transaction Id: ZKM87, Elapsed Time: 12 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:36:38.045 ERROR 1 --- [ask-scheduler-3] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=24963eba-7787-4305-8ae9-c71f10136a44, X-Begin-Timestamp=2022-04-18T05:36:38.026+0000, X-TransactionID=ZKM87, id=2a50aa5d-6827-80e1-f951-e6fffe287cf0, timestamp=1650260198030}], headers={id=88831c34-0a1b-79b5-7080-2cfe252e48c9, timestamp=1650260198045}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=24963eba-7787-4305-8ae9-c71f10136a44, X-Begin-Timestamp=2022-04-18T05:36:38.026+0000, X-TransactionID=ZKM87, id=2a50aa5d-6827-80e1-f951-e6fffe287cf0, timestamp=1650260198030}] 2022-04-18T05:37:08.028+0000|9a8273b5-5ad0-4e72-9a60-801b12b29c15|Request Id: 9a8273b5-5ad0-4e72-9a60-801b12b29c15. Transaction Id: WRN2X. Begin TS: 2022-04-18T05:37:08.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:37:08.027 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 9a8273b5-5ad0-4e72-9a60-801b12b29c15. Transaction Id: WRN2X. Begin TS: 2022-04-18T05:37:08.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:37:08.030+0000|2022-04-18T05:37:08.042+0000|9a8273b5-5ad0-4e72-9a60-801b12b29c15|UNKNOWN_INSTANCE_ID|task-scheduler-8||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.69.131|12|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 9a8273b5-5ad0-4e72-9a60-801b12b29c15, Transaction Id: WRN2X, Elapsed Time: 12 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:37:08.043 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 9a8273b5-5ad0-4e72-9a60-801b12b29c15, Transaction Id: WRN2X, Elapsed Time: 12 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:37:08.045 ERROR 1 --- [ask-scheduler-8] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=9a8273b5-5ad0-4e72-9a60-801b12b29c15, X-Begin-Timestamp=2022-04-18T05:37:08.027+0000, X-TransactionID=WRN2X, id=1646ca4a-9bbd-054f-ae75-3374ca1f8303, timestamp=1650260228028}], headers={id=1c5d47e7-05e4-8cc6-c685-c78661044180, timestamp=1650260228045}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=9a8273b5-5ad0-4e72-9a60-801b12b29c15, X-Begin-Timestamp=2022-04-18T05:37:08.027+0000, X-TransactionID=WRN2X, id=1646ca4a-9bbd-054f-ae75-3374ca1f8303, timestamp=1650260228028}] 2022-04-18 05:37:17.415  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:37:17.416  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:37:17.416 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:37:38.027+0000|b61fed70-91ca-47df-9916-b388634634cd|Request Id: b61fed70-91ca-47df-9916-b388634634cd. Transaction Id: ESWPG. Begin TS: 2022-04-18T05:37:38.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:37:38.027 DEBUG 1 --- [ask-scheduler-3] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: b61fed70-91ca-47df-9916-b388634634cd. Transaction Id: ESWPG. Begin TS: 2022-04-18T05:37:38.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:37:38.030+0000|2022-04-18T05:37:38.038+0000|b61fed70-91ca-47df-9916-b388634634cd|UNKNOWN_INSTANCE_ID|task-scheduler-3||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.69.131|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: b61fed70-91ca-47df-9916-b388634634cd, Transaction Id: ESWPG, Elapsed Time: 8 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:37:38.039 ERROR 1 --- [ask-scheduler-3] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: b61fed70-91ca-47df-9916-b388634634cd, Transaction Id: ESWPG, Elapsed Time: 8 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:37:38.041 ERROR 1 --- [ask-scheduler-3] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=b61fed70-91ca-47df-9916-b388634634cd, X-Begin-Timestamp=2022-04-18T05:37:38.027+0000, X-TransactionID=ESWPG, id=9a73527f-083c-d7b3-d03b-7ef51a070856, timestamp=1650260258028}], headers={id=34fa4f34-17df-8533-fabc-5b18669faf15, timestamp=1650260258041}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=b61fed70-91ca-47df-9916-b388634634cd, X-Begin-Timestamp=2022-04-18T05:37:38.027+0000, X-TransactionID=ESWPG, id=9a73527f-083c-d7b3-d03b-7ef51a070856, timestamp=1650260258028}] 2022-04-18T05:38:08.028+0000|44150120-5a71-48b8-9645-5423f4e1be8a|Request Id: 44150120-5a71-48b8-9645-5423f4e1be8a. Transaction Id: 1BPJE. Begin TS: 2022-04-18T05:38:08.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:38:08.027 DEBUG 1 --- [ask-scheduler-3] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 44150120-5a71-48b8-9645-5423f4e1be8a. Transaction Id: 1BPJE. Begin TS: 2022-04-18T05:38:08.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:38:08.031+0000|2022-04-18T05:38:08.040+0000|44150120-5a71-48b8-9645-5423f4e1be8a|UNKNOWN_INSTANCE_ID|task-scheduler-3||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.69.131|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 44150120-5a71-48b8-9645-5423f4e1be8a, Transaction Id: 1BPJE, Elapsed Time: 9 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:38:08.040 ERROR 1 --- [ask-scheduler-3] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 44150120-5a71-48b8-9645-5423f4e1be8a, Transaction Id: 1BPJE, Elapsed Time: 9 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:38:08.042 ERROR 1 --- [ask-scheduler-3] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=44150120-5a71-48b8-9645-5423f4e1be8a, X-Begin-Timestamp=2022-04-18T05:38:08.027+0000, X-TransactionID=1BPJE, id=6a927e89-7faf-a47f-e3c8-026bb92c8c53, timestamp=1650260288029}], headers={id=0b792a8a-cee3-2220-28eb-73b5910ad2d3, timestamp=1650260288042}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=44150120-5a71-48b8-9645-5423f4e1be8a, X-Begin-Timestamp=2022-04-18T05:38:08.027+0000, X-TransactionID=1BPJE, id=6a927e89-7faf-a47f-e3c8-026bb92c8c53, timestamp=1650260288029}] 2022-04-18 05:38:17.415  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:38:17.416  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:38:17.416 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:38:38.027+0000|816d5685-a117-429c-8abe-d41de0f0e4f1|Request Id: 816d5685-a117-429c-8abe-d41de0f0e4f1. Transaction Id: BYJR7. Begin TS: 2022-04-18T05:38:38.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:38:38.026 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 816d5685-a117-429c-8abe-d41de0f0e4f1. Transaction Id: BYJR7. Begin TS: 2022-04-18T05:38:38.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:38:38.029+0000|2022-04-18T05:38:38.037+0000|816d5685-a117-429c-8abe-d41de0f0e4f1|UNKNOWN_INSTANCE_ID|task-scheduler-8||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.69.131|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 816d5685-a117-429c-8abe-d41de0f0e4f1, Transaction Id: BYJR7, Elapsed Time: 8 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:38:38.037 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 816d5685-a117-429c-8abe-d41de0f0e4f1, Transaction Id: BYJR7, Elapsed Time: 8 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:38:38.039 ERROR 1 --- [ask-scheduler-8] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=816d5685-a117-429c-8abe-d41de0f0e4f1, X-Begin-Timestamp=2022-04-18T05:38:38.026+0000, X-TransactionID=BYJR7, id=eba3889f-7264-be4f-3eb2-9505b760478e, timestamp=1650260318027}], headers={id=d38639db-a0df-945b-81ff-08c6c5330c51, timestamp=1650260318039}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=816d5685-a117-429c-8abe-d41de0f0e4f1, X-Begin-Timestamp=2022-04-18T05:38:38.026+0000, X-TransactionID=BYJR7, id=eba3889f-7264-be4f-3eb2-9505b760478e, timestamp=1650260318027}] 2022-04-18T05:39:08.028+0000|2f5ca095-f394-4419-bfb7-7205d7676761|Request Id: 2f5ca095-f394-4419-bfb7-7205d7676761. Transaction Id: TVA66. Begin TS: 2022-04-18T05:39:08.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:39:08.027 DEBUG 1 --- [ask-scheduler-7] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 2f5ca095-f394-4419-bfb7-7205d7676761. Transaction Id: TVA66. Begin TS: 2022-04-18T05:39:08.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:39:08.040  INFO 1 --- [ask-scheduler-7] o.apache.http.impl.execchain.RetryExec  : I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://message-router:3904: The target server failed to respond 2022-04-18 05:39:08.040  INFO 1 --- [ask-scheduler-7] o.apache.http.impl.execchain.RetryExec  : Retrying request to {}->http://message-router:3904 2022-04-18T05:39:08.033+0000|2022-04-18T05:39:08.058+0000|2f5ca095-f394-4419-bfb7-7205d7676761|UNKNOWN_INSTANCE_ID|task-scheduler-7||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.69.131|25|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 2f5ca095-f394-4419-bfb7-7205d7676761, Transaction Id: TVA66, Elapsed Time: 25 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:39:08.058 ERROR 1 --- [ask-scheduler-7] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 2f5ca095-f394-4419-bfb7-7205d7676761, Transaction Id: TVA66, Elapsed Time: 25 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:39:08.060 ERROR 1 --- [ask-scheduler-7] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=2f5ca095-f394-4419-bfb7-7205d7676761, X-Begin-Timestamp=2022-04-18T05:39:08.026+0000, X-TransactionID=TVA66, id=b8b3feb6-76b7-5739-8dc4-691be779b400, timestamp=1650260348028}], headers={id=30ca2deb-632e-4e70-ccc1-4db2e5376835, timestamp=1650260348060}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=2f5ca095-f394-4419-bfb7-7205d7676761, X-Begin-Timestamp=2022-04-18T05:39:08.026+0000, X-TransactionID=TVA66, id=b8b3feb6-76b7-5739-8dc4-691be779b400, timestamp=1650260348028}] 2022-04-18 05:39:17.415  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:39:17.415  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:39:17.416 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:39:38.027+0000|9b283d3e-7ae4-4c0d-9d72-a5601d50b342|Request Id: 9b283d3e-7ae4-4c0d-9d72-a5601d50b342. Transaction Id: ATQY8. Begin TS: 2022-04-18T05:39:38.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:39:38.026 DEBUG 1 --- [ask-scheduler-6] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 9b283d3e-7ae4-4c0d-9d72-a5601d50b342. Transaction Id: ATQY8. Begin TS: 2022-04-18T05:39:38.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:39:38.029+0000|2022-04-18T05:39:38.044+0000|9b283d3e-7ae4-4c0d-9d72-a5601d50b342|UNKNOWN_INSTANCE_ID|task-scheduler-6||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.69.131|15|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 9b283d3e-7ae4-4c0d-9d72-a5601d50b342, Transaction Id: ATQY8, Elapsed Time: 15 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:39:38.044 ERROR 1 --- [ask-scheduler-6] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 9b283d3e-7ae4-4c0d-9d72-a5601d50b342, Transaction Id: ATQY8, Elapsed Time: 15 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:39:38.047 ERROR 1 --- [ask-scheduler-6] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=9b283d3e-7ae4-4c0d-9d72-a5601d50b342, X-Begin-Timestamp=2022-04-18T05:39:38.026+0000, X-TransactionID=ATQY8, id=216a1e67-c675-237e-501a-588360ea796d, timestamp=1650260378027}], headers={id=bb1d7800-d582-34c0-e3d0-d1105bbf23ee, timestamp=1650260378046}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=9b283d3e-7ae4-4c0d-9d72-a5601d50b342, X-Begin-Timestamp=2022-04-18T05:39:38.026+0000, X-TransactionID=ATQY8, id=216a1e67-c675-237e-501a-588360ea796d, timestamp=1650260378027}] 2022-04-18T05:40:08.027+0000|1a30d4f9-9871-453d-afc3-c61e9014b7df|Request Id: 1a30d4f9-9871-453d-afc3-c61e9014b7df. Transaction Id: VK14R. Begin TS: 2022-04-18T05:40:08.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:40:08.027 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 1a30d4f9-9871-453d-afc3-c61e9014b7df. Transaction Id: VK14R. Begin TS: 2022-04-18T05:40:08.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:40:08.032+0000|2022-04-18T05:40:08.043+0000|1a30d4f9-9871-453d-afc3-c61e9014b7df|UNKNOWN_INSTANCE_ID|task-scheduler-8||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.69.131|11|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 1a30d4f9-9871-453d-afc3-c61e9014b7df, Transaction Id: VK14R, Elapsed Time: 11 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:40:08.043 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 1a30d4f9-9871-453d-afc3-c61e9014b7df, Transaction Id: VK14R, Elapsed Time: 11 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:40:08.048 ERROR 1 --- [ask-scheduler-8] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=1a30d4f9-9871-453d-afc3-c61e9014b7df, X-Begin-Timestamp=2022-04-18T05:40:08.026+0000, X-TransactionID=VK14R, id=a76e20a3-c0cd-eb66-5b82-a4dffd632027, timestamp=1650260408028}], headers={id=809ad8aa-155f-f740-31f1-959d946adc7d, timestamp=1650260408046}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=1a30d4f9-9871-453d-afc3-c61e9014b7df, X-Begin-Timestamp=2022-04-18T05:40:08.026+0000, X-TransactionID=VK14R, id=a76e20a3-c0cd-eb66-5b82-a4dffd632027, timestamp=1650260408028}] 2022-04-18 05:40:17.416  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:40:17.417  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:40:17.417 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:40:38.029+0000|37bf2f11-f20f-4115-8459-8eba355cd59d|Request Id: 37bf2f11-f20f-4115-8459-8eba355cd59d. Transaction Id: UTXNV. Begin TS: 2022-04-18T05:40:38.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:40:38.028 DEBUG 1 --- [sk-scheduler-10] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 37bf2f11-f20f-4115-8459-8eba355cd59d. Transaction Id: UTXNV. Begin TS: 2022-04-18T05:40:38.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:40:38.033+0000|2022-04-18T05:40:38.044+0000|37bf2f11-f20f-4115-8459-8eba355cd59d|UNKNOWN_INSTANCE_ID|task-scheduler-10||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.69.131|11|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 37bf2f11-f20f-4115-8459-8eba355cd59d, Transaction Id: UTXNV, Elapsed Time: 11 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:40:38.045 ERROR 1 --- [sk-scheduler-10] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 37bf2f11-f20f-4115-8459-8eba355cd59d, Transaction Id: UTXNV, Elapsed Time: 11 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:40:38.050 ERROR 1 --- [sk-scheduler-10] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=37bf2f11-f20f-4115-8459-8eba355cd59d, X-Begin-Timestamp=2022-04-18T05:40:38.027+0000, X-TransactionID=UTXNV, id=829a9d4c-65cf-0712-5436-788ddd8c4985, timestamp=1650260438030}], headers={id=8072d437-281d-8d62-3bab-eb88824e2d18, timestamp=1650260438049}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=37bf2f11-f20f-4115-8459-8eba355cd59d, X-Begin-Timestamp=2022-04-18T05:40:38.027+0000, X-TransactionID=UTXNV, id=829a9d4c-65cf-0712-5436-788ddd8c4985, timestamp=1650260438030}] 2022-04-18T05:41:08.027+0000|70b3abe5-ba69-49dc-9123-7370494b92eb|Request Id: 70b3abe5-ba69-49dc-9123-7370494b92eb. Transaction Id: P8CFY. Begin TS: 2022-04-18T05:41:08.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:41:08.027 DEBUG 1 --- [ask-scheduler-4] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 70b3abe5-ba69-49dc-9123-7370494b92eb. Transaction Id: P8CFY. Begin TS: 2022-04-18T05:41:08.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:41:08.030+0000|2022-04-18T05:41:08.040+0000|70b3abe5-ba69-49dc-9123-7370494b92eb|UNKNOWN_INSTANCE_ID|task-scheduler-4||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.69.131|10|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 70b3abe5-ba69-49dc-9123-7370494b92eb, Transaction Id: P8CFY, Elapsed Time: 10 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:41:08.040 ERROR 1 --- [ask-scheduler-4] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 70b3abe5-ba69-49dc-9123-7370494b92eb, Transaction Id: P8CFY, Elapsed Time: 10 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:41:08.044 ERROR 1 --- [ask-scheduler-4] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=70b3abe5-ba69-49dc-9123-7370494b92eb, X-Begin-Timestamp=2022-04-18T05:41:08.026+0000, X-TransactionID=P8CFY, id=1bfb77b9-dd7c-d01d-39e1-8c9be3c35891, timestamp=1650260468028}], headers={id=309b1cfd-7587-1828-143a-3aee1981cf7f, timestamp=1650260468044}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=70b3abe5-ba69-49dc-9123-7370494b92eb, X-Begin-Timestamp=2022-04-18T05:41:08.026+0000, X-TransactionID=P8CFY, id=1bfb77b9-dd7c-d01d-39e1-8c9be3c35891, timestamp=1650260468028}] 2022-04-18 05:41:17.421  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:41:17.422  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:41:17.422 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:41:38.027+0000|c2dc1fcf-164d-4591-97cb-9659429934a5|Request Id: c2dc1fcf-164d-4591-97cb-9659429934a5. Transaction Id: ICZWO. Begin TS: 2022-04-18T05:41:38.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:41:38.027 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: c2dc1fcf-164d-4591-97cb-9659429934a5. Transaction Id: ICZWO. Begin TS: 2022-04-18T05:41:38.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:41:38.031+0000|2022-04-18T05:41:38.040+0000|c2dc1fcf-164d-4591-97cb-9659429934a5|UNKNOWN_INSTANCE_ID|task-scheduler-8||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.69.131|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: c2dc1fcf-164d-4591-97cb-9659429934a5, Transaction Id: ICZWO, Elapsed Time: 9 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:41:38.040 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: c2dc1fcf-164d-4591-97cb-9659429934a5, Transaction Id: ICZWO, Elapsed Time: 9 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:41:38.043 ERROR 1 --- [ask-scheduler-8] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=c2dc1fcf-164d-4591-97cb-9659429934a5, X-Begin-Timestamp=2022-04-18T05:41:38.026+0000, X-TransactionID=ICZWO, id=92a4f18b-f16a-7739-d7f5-c13f37f5bf00, timestamp=1650260498028}], headers={id=f8472fd8-4901-b981-e7c9-026cd2b58f2e, timestamp=1650260498043}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=c2dc1fcf-164d-4591-97cb-9659429934a5, X-Begin-Timestamp=2022-04-18T05:41:38.026+0000, X-TransactionID=ICZWO, id=92a4f18b-f16a-7739-d7f5-c13f37f5bf00, timestamp=1650260498028}] 2022-04-18T05:42:08.028+0000|2876c67a-e03e-45cd-8311-16fd61dd1d7c|Request Id: 2876c67a-e03e-45cd-8311-16fd61dd1d7c. Transaction Id: XENBP. Begin TS: 2022-04-18T05:42:08.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:42:08.027 DEBUG 1 --- [ask-scheduler-3] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 2876c67a-e03e-45cd-8311-16fd61dd1d7c. Transaction Id: XENBP. Begin TS: 2022-04-18T05:42:08.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:42:08.030+0000|2022-04-18T05:42:08.040+0000|2876c67a-e03e-45cd-8311-16fd61dd1d7c|UNKNOWN_INSTANCE_ID|task-scheduler-3||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.69.131|10|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 2876c67a-e03e-45cd-8311-16fd61dd1d7c, Transaction Id: XENBP, Elapsed Time: 10 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:42:08.041 ERROR 1 --- [ask-scheduler-3] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 2876c67a-e03e-45cd-8311-16fd61dd1d7c, Transaction Id: XENBP, Elapsed Time: 10 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:42:08.043 ERROR 1 --- [ask-scheduler-3] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=2876c67a-e03e-45cd-8311-16fd61dd1d7c, X-Begin-Timestamp=2022-04-18T05:42:08.027+0000, X-TransactionID=XENBP, id=3954dba6-90f1-e0d0-5355-96c0c37e6267, timestamp=1650260528028}], headers={id=b634be21-543f-0784-7006-bee72aeaaa26, timestamp=1650260528043}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=2876c67a-e03e-45cd-8311-16fd61dd1d7c, X-Begin-Timestamp=2022-04-18T05:42:08.027+0000, X-TransactionID=XENBP, id=3954dba6-90f1-e0d0-5355-96c0c37e6267, timestamp=1650260528028}] 2022-04-18 05:42:17.415  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:42:17.415  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:42:17.415 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:42:38.027+0000|0fcda9bf-62b5-4195-95d4-671096b1a171|Request Id: 0fcda9bf-62b5-4195-95d4-671096b1a171. Transaction Id: MAQZY. Begin TS: 2022-04-18T05:42:38.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:42:38.026 DEBUG 1 --- [ask-scheduler-4] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 0fcda9bf-62b5-4195-95d4-671096b1a171. Transaction Id: MAQZY. Begin TS: 2022-04-18T05:42:38.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:42:38.030+0000|2022-04-18T05:42:38.039+0000|0fcda9bf-62b5-4195-95d4-671096b1a171|UNKNOWN_INSTANCE_ID|task-scheduler-4||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.69.131|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 0fcda9bf-62b5-4195-95d4-671096b1a171, Transaction Id: MAQZY, Elapsed Time: 9 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:42:38.039 ERROR 1 --- [ask-scheduler-4] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 0fcda9bf-62b5-4195-95d4-671096b1a171, Transaction Id: MAQZY, Elapsed Time: 9 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:42:38.042 ERROR 1 --- [ask-scheduler-4] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=0fcda9bf-62b5-4195-95d4-671096b1a171, X-Begin-Timestamp=2022-04-18T05:42:38.026+0000, X-TransactionID=MAQZY, id=16e3049b-4aec-633a-a545-c0acb624c0a8, timestamp=1650260558027}], headers={id=38c0a3da-2a90-4030-83f9-6c81242264ed, timestamp=1650260558042}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=0fcda9bf-62b5-4195-95d4-671096b1a171, X-Begin-Timestamp=2022-04-18T05:42:38.026+0000, X-TransactionID=MAQZY, id=16e3049b-4aec-633a-a545-c0acb624c0a8, timestamp=1650260558027}] 2022-04-18T05:43:08.027+0000|2c17ed13-45fc-4a85-8971-6f5ba47fe9a2|Request Id: 2c17ed13-45fc-4a85-8971-6f5ba47fe9a2. Transaction Id: I6GOZ. Begin TS: 2022-04-18T05:43:08.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:43:08.026 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 2c17ed13-45fc-4a85-8971-6f5ba47fe9a2. Transaction Id: I6GOZ. Begin TS: 2022-04-18T05:43:08.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:43:08.029+0000|2022-04-18T05:43:08.038+0000|2c17ed13-45fc-4a85-8971-6f5ba47fe9a2|UNKNOWN_INSTANCE_ID|task-scheduler-1||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.69.131|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 2c17ed13-45fc-4a85-8971-6f5ba47fe9a2, Transaction Id: I6GOZ, Elapsed Time: 9 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:43:08.038 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 2c17ed13-45fc-4a85-8971-6f5ba47fe9a2, Transaction Id: I6GOZ, Elapsed Time: 9 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:43:08.041 ERROR 1 --- [ask-scheduler-1] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=2c17ed13-45fc-4a85-8971-6f5ba47fe9a2, X-Begin-Timestamp=2022-04-18T05:43:08.026+0000, X-TransactionID=I6GOZ, id=658859a6-d80a-9107-18b8-5d880516da12, timestamp=1650260588027}], headers={id=c5d67007-c4b4-621e-8439-f79bc334e596, timestamp=1650260588041}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=2c17ed13-45fc-4a85-8971-6f5ba47fe9a2, X-Begin-Timestamp=2022-04-18T05:43:08.026+0000, X-TransactionID=I6GOZ, id=658859a6-d80a-9107-18b8-5d880516da12, timestamp=1650260588027}] 2022-04-18 05:43:17.415  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:43:17.415  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:43:17.416 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:43:38.028+0000|373e61fa-c27e-4feb-8f10-a9d86ec1013c|Request Id: 373e61fa-c27e-4feb-8f10-a9d86ec1013c. Transaction Id: PWKB4. Begin TS: 2022-04-18T05:43:38.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:43:38.027 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 373e61fa-c27e-4feb-8f10-a9d86ec1013c. Transaction Id: PWKB4. Begin TS: 2022-04-18T05:43:38.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:43:38.031+0000|2022-04-18T05:43:38.042+0000|373e61fa-c27e-4feb-8f10-a9d86ec1013c|UNKNOWN_INSTANCE_ID|task-scheduler-8||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.69.131|11|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 373e61fa-c27e-4feb-8f10-a9d86ec1013c, Transaction Id: PWKB4, Elapsed Time: 11 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:43:38.042 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 373e61fa-c27e-4feb-8f10-a9d86ec1013c, Transaction Id: PWKB4, Elapsed Time: 11 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:43:38.045 ERROR 1 --- [ask-scheduler-8] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=373e61fa-c27e-4feb-8f10-a9d86ec1013c, X-Begin-Timestamp=2022-04-18T05:43:38.027+0000, X-TransactionID=PWKB4, id=14ec5140-92b1-635c-ccdf-76cce500043a, timestamp=1650260618029}], headers={id=95acdd06-fc48-ba80-ee67-b0a891a8bcfb, timestamp=1650260618045}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=373e61fa-c27e-4feb-8f10-a9d86ec1013c, X-Begin-Timestamp=2022-04-18T05:43:38.027+0000, X-TransactionID=PWKB4, id=14ec5140-92b1-635c-ccdf-76cce500043a, timestamp=1650260618029}] 2022-04-18T05:44:08.027+0000|15339a9d-d8c2-43ac-abf8-40b294439446|Request Id: 15339a9d-d8c2-43ac-abf8-40b294439446. Transaction Id: FTXKI. Begin TS: 2022-04-18T05:44:08.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:44:08.027 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 15339a9d-d8c2-43ac-abf8-40b294439446. Transaction Id: FTXKI. Begin TS: 2022-04-18T05:44:08.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:44:08.029+0000|2022-04-18T05:44:08.038+0000|15339a9d-d8c2-43ac-abf8-40b294439446|UNKNOWN_INSTANCE_ID|task-scheduler-8||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.69.131|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 15339a9d-d8c2-43ac-abf8-40b294439446, Transaction Id: FTXKI, Elapsed Time: 9 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:44:08.038 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 15339a9d-d8c2-43ac-abf8-40b294439446, Transaction Id: FTXKI, Elapsed Time: 9 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:44:08.041 ERROR 1 --- [ask-scheduler-8] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=15339a9d-d8c2-43ac-abf8-40b294439446, X-Begin-Timestamp=2022-04-18T05:44:08.026+0000, X-TransactionID=FTXKI, id=4609a63a-f769-7e7a-3418-cd32523713a1, timestamp=1650260648028}], headers={id=5448a72e-14bc-a5a6-cdff-9e151ba08a28, timestamp=1650260648040}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=15339a9d-d8c2-43ac-abf8-40b294439446, X-Begin-Timestamp=2022-04-18T05:44:08.026+0000, X-TransactionID=FTXKI, id=4609a63a-f769-7e7a-3418-cd32523713a1, timestamp=1650260648028}] 2022-04-18 05:44:17.422  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:44:17.422  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:44:17.422 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:44:38.027+0000|033df7e8-a0b0-481b-a4b9-f0bf3ef38b41|Request Id: 033df7e8-a0b0-481b-a4b9-f0bf3ef38b41. Transaction Id: FG3OJ. Begin TS: 2022-04-18T05:44:38.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:44:38.027 DEBUG 1 --- [ask-scheduler-5] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 033df7e8-a0b0-481b-a4b9-f0bf3ef38b41. Transaction Id: FG3OJ. Begin TS: 2022-04-18T05:44:38.026+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:44:38.029+0000|2022-04-18T05:44:38.038+0000|033df7e8-a0b0-481b-a4b9-f0bf3ef38b41|UNKNOWN_INSTANCE_ID|task-scheduler-5||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.69.131|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 033df7e8-a0b0-481b-a4b9-f0bf3ef38b41, Transaction Id: FG3OJ, Elapsed Time: 9 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:44:38.038 ERROR 1 --- [ask-scheduler-5] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 033df7e8-a0b0-481b-a4b9-f0bf3ef38b41, Transaction Id: FG3OJ, Elapsed Time: 9 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:44:38.041 ERROR 1 --- [ask-scheduler-5] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=033df7e8-a0b0-481b-a4b9-f0bf3ef38b41, X-Begin-Timestamp=2022-04-18T05:44:38.026+0000, X-TransactionID=FG3OJ, id=d1e068b0-29e3-5400-991b-30cd8ce39d75, timestamp=1650260678028}], headers={id=a3dda321-30d9-8e5a-4374-5e5773d6aed8, timestamp=1650260678041}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=033df7e8-a0b0-481b-a4b9-f0bf3ef38b41, X-Begin-Timestamp=2022-04-18T05:44:38.026+0000, X-TransactionID=FG3OJ, id=d1e068b0-29e3-5400-991b-30cd8ce39d75, timestamp=1650260678028}] 2022-04-18T05:45:08.028+0000|a627cef0-69d2-45b0-b2c6-a260eae0715f|Request Id: a627cef0-69d2-45b0-b2c6-a260eae0715f. Transaction Id: BBZNB. Begin TS: 2022-04-18T05:45:08.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:45:08.027 DEBUG 1 --- [ask-scheduler-4] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: a627cef0-69d2-45b0-b2c6-a260eae0715f. Transaction Id: BBZNB. Begin TS: 2022-04-18T05:45:08.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:45:08.031+0000|2022-04-18T05:45:08.043+0000|a627cef0-69d2-45b0-b2c6-a260eae0715f|UNKNOWN_INSTANCE_ID|task-scheduler-4||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.69.131|12|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: a627cef0-69d2-45b0-b2c6-a260eae0715f, Transaction Id: BBZNB, Elapsed Time: 12 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:45:08.043 ERROR 1 --- [ask-scheduler-4] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: a627cef0-69d2-45b0-b2c6-a260eae0715f, Transaction Id: BBZNB, Elapsed Time: 12 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:45:08.046 ERROR 1 --- [ask-scheduler-4] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=a627cef0-69d2-45b0-b2c6-a260eae0715f, X-Begin-Timestamp=2022-04-18T05:45:08.027+0000, X-TransactionID=BBZNB, id=bffbf758-6e82-65b6-9489-d354954c3c2c, timestamp=1650260708028}], headers={id=97f71721-d7df-5c35-069f-b688adab0955, timestamp=1650260708046}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=a627cef0-69d2-45b0-b2c6-a260eae0715f, X-Begin-Timestamp=2022-04-18T05:45:08.027+0000, X-TransactionID=BBZNB, id=bffbf758-6e82-65b6-9489-d354954c3c2c, timestamp=1650260708028}] 2022-04-18 05:45:17.417  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-04-18 05:45:17.417  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-04-18 05:45:17.417 DEBUG 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : ConfigMap output: {"config":{"service_calls":[],"spring.data.mongodb.uri":"mongodb://dcae-mongohost/dcae-tcagen2","streams_publishes":{"tca_handle_out":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT"},"type":"message_router"}},"streams_subscribes":{"tca_handle_in":{"dmaap_info":{"topic_url":"http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT"},"type":"message_router"}},"streams_subscribes.tca_handle_in.consumer_group":"cg1","streams_subscribes.tca_handle_in.consumer_ids[0]":"c0","streams_subscribes.tca_handle_in.consumer_ids[1]":"c1","streams_subscribes.tca_handle_in.message_limit":50000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.max":60000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.min":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down":30000,"streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up":10000,"streams_subscribes.tca_handle_in.polling.fixed_rate":0,"streams_subscribes.tca_handle_in.timeout":-1,"tca.aai.enable_enrichment":true,"tca.aai.generic_vnf_path":"aai/v11/network/generic-vnfs/generic-vnf","tca.aai.node_query_path":"aai/v11/search/nodes-query","tca.aai.password":"DCAE","tca.aai.url":"https://aai:8443","tca.aai.username":"DCAE","tca.enable_abatement":true,"tca.enable_ecomp_logging":true,"tca.policy":"{\"domain\":\"measurementsForVfScaling\",\"metricsPerEventName\":[{\"eventName\":\"vFirewallBroadcastPackets\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"LESS_OR_EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ONSET\"},{\"closedLoopControlName\":\"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":700,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"vLoadBalancer\",\"controlLoopSchemaType\":\"VM\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta\",\"thresholdValue\":300,\"direction\":\"GREATER_OR_EQUAL\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]},{\"eventName\":\"Measurement_vGMUX\",\"controlLoopSchemaType\":\"VNF\",\"policyScope\":\"DCAE\",\"policyName\":\"DCAE.Config_tca-hi-lo\",\"policyVersion\":\"v0.0.1\",\"thresholds\":[{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"EQUAL\",\"severity\":\"MAJOR\",\"closedLoopEventStatus\":\"ABATED\"},{\"closedLoopControlName\":\"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e\",\"version\":\"1.0.2\",\"fieldPath\":\"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value\",\"thresholdValue\":0,\"direction\":\"GREATER\",\"severity\":\"CRITICAL\",\"closedLoopEventStatus\":\"ONSET\"}]}]}","tca.processing_batch_size":10000}} 2022-04-18T05:45:38.028+0000|7661dd49-9924-4856-b2a8-1cf651ed298d|Request Id: 7661dd49-9924-4856-b2a8-1cf651ed298d. Transaction Id: NCUVS. Begin TS: 2022-04-18T05:45:38.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18 05:45:38.027 DEBUG 1 --- [sk-scheduler-10] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 7661dd49-9924-4856-b2a8-1cf651ed298d. Transaction Id: NCUVS. Begin TS: 2022-04-18T05:45:38.027+0000. Starting new DMaaP MR Subscriber poll. 2022-04-18T05:45:38.030+0000|2022-04-18T05:45:38.037+0000|7661dd49-9924-4856-b2a8-1cf651ed298d|UNKNOWN_INSTANCE_ID|task-scheduler-10||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.69.131|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 7661dd49-9924-4856-b2a8-1cf651ed298d, Transaction Id: NCUVS, Elapsed Time: 7 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:45:38.037 ERROR 1 --- [sk-scheduler-10] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 7661dd49-9924-4856-b2a8-1cf651ed298d, Transaction Id: NCUVS, Elapsed Time: 7 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-04-18 05:45:38.040 ERROR 1 --- [sk-scheduler-10] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=7661dd49-9924-4856-b2a8-1cf651ed298d, X-Begin-Timestamp=2022-04-18T05:45:38.027+0000, X-TransactionID=NCUVS, id=d1bd6857-b083-e426-98bd-5e73b42afe94, timestamp=1650260738028}], headers={id=38739612-762c-e147-e07e-428362412260, timestamp=1650260738040}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=7661dd49-9924-4856-b2a8-1cf651ed298d, X-Begin-Timestamp=2022-04-18T05:45:38.027+0000, X-TransactionID=NCUVS, id=d1bd6857-b083-e426-98bd-5e73b42afe94, timestamp=1650260738028}] 2