2022-03-22 23:05:27.521  INFO 1 --- [ main] o.o.dcae.analytics.tca.web.TcaAppMain  : Starting TcaAppMain v1.3.1 using Java 11.0.9.1 on dcae-tcagen2 with PID 1 (/opt/dcae-analytics-tca-web-1.3.1.jar started by tca-gen2 in /opt) 2022-03-22 23:05:27.525 DEBUG 1 --- [ main] o.o.dcae.analytics.tca.web.TcaAppMain  : Running with Spring Boot v2.4.4, Spring v5.3.5 2022-03-22 23:05:27.526  INFO 1 --- [ main] o.o.dcae.analytics.tca.web.TcaAppMain  : The following profiles are active: configBindingService,dmaap,mongo 2022-03-22 23:05:29.856  INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode. 2022-03-22 23:05:30.008  INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 136 ms. Found 1 MongoDB repository interfaces. 2022-03-22 23:05:31.188  INFO 1 --- [ main] faultConfiguringBeanFactoryPostProcessor : No bean named 'taskScheduler' has been explicitly defined. Therefore, a default ThreadPoolTaskScheduler will be created. 2022-03-22 23:05:31.203  INFO 1 --- [ main] faultConfiguringBeanFactoryPostProcessor : No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created. 2022-03-22 23:05:31.239  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-03-22 23:05:31.529  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-03-22 23:05:31.531  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-03-22 23:05:31.566  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-03-22 23:05:32.072 DEBUG 1 --- [ main] org.jboss.logging  : Logging Provider: org.jboss.logging.Log4j2LoggerProvider 2022-03-22 23:05:32.156  INFO 1 --- [ main] io.undertow.servlet  : Initializing Spring embedded WebApplicationContext 2022-03-22 23:05:32.157  INFO 1 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4549 ms 2022-03-22 23:05:32.266 DEBUG 1 --- [ main] i.m.c.u.i.logging.InternalLoggerFactory  : Using SLF4J as the default logging framework 2022-03-22 23:05:33.419 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-03-22 23:05:33.424 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], produces [application/json]}: swaggerResources() {GET [/swagger-resources/configuration/security], produces [application/json]}: securityConfiguration() 2022-03-22 23:05:33.437 DEBUG 1 --- [ main] _.s.web.servlet.HandlerMapping.Mappings  : o.o.d.a.t.w.c.TcaRestController: {POST [/api/v1/tca/policy], consumes [application/json], produces [application/json]}: setTcaPolicy(TcaPolicy) {GET [/api/v1/tca/policy], produces [application/json]}: getTcaPolicy() {POST [/api/v1/tca/execute], consumes [application/json], produces [application/json]}: execute(TcaExecutionRequest) 2022-03-22 23:05:33.447 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-03-22 23:05:33.931  INFO 1 --- [ main] o.s.b.a.e.web.EndpointLinksResolver  : Exposing 16 endpoint(s) beneath base path '/actuator' 2022-03-22 23:05:34.010  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-03-22 23:05:34.121  INFO 1 --- [ main] f.TcaAppPropsToMrSubscriberPrefsFunction : Selecting Auto Adjusting polling rate for DMaaP MR Subscriber: tca_handle_in 2022-03-22 23:05:34.438  INFO 1 --- [ main] org.mongodb.driver.cluster  : Cluster created with settings {hosts=[dcae-mongohost:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms'} 2022-03-22 23:05:34.679  INFO 1 --- [mongohost:27017] org.mongodb.driver.connection  : Opened connection [connectionId{localValue:1, serverValue:143}] to dcae-mongohost:27017 2022-03-22 23:05:34.690  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=103560822} 2022-03-22 23:05:34.680  INFO 1 --- [mongohost:27017] org.mongodb.driver.connection  : Opened connection [connectionId{localValue:2, serverValue:144}] to dcae-mongohost:27017 2022-03-22 23:05:35.021  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-03-22 23:05:35.088  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-03-22 23:05:35.195  INFO 1 --- [ main] org.mongodb.driver.connection  : Opened connection [connectionId{localValue:3, serverValue:145}] to dcae-mongohost:27017 2022-03-22 23:05:35.919 DEBUG 1 --- [ main] .d.a.w.h.HttpClientPreferencesCustomizer : Customizing Rest Template for Http Client Id: tca_handle_in 2022-03-22 23:05:35.927  WARN 1 --- [ main] .d.a.w.h.HttpClientPreferencesCustomizer : No credentials set for Http Client Id: tca_handle_in. No username present 2022-03-22 23:05:35.927 DEBUG 1 --- [ main] .d.a.w.h.HttpClientPreferencesCustomizer : Proxy not Enabled - bypassing setting Proxy settings for Http Client Id: tca_handle_in 2022-03-22 23:05:35.928  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-03-22 23:05:35.928  INFO 1 --- [ main] .d.a.w.h.HttpClientPreferencesCustomizer : SSL Validation will be enforced for Http Client Id: tca_handle_in 2022-03-22 23:05:35.940  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-03-22 23:05:35.964 DEBUG 1 --- [ main] .d.a.w.h.HttpClientPreferencesCustomizer : Customizing Rest Template for Http Client Id: tca_handle_out 2022-03-22 23:05:35.964  WARN 1 --- [ main] .d.a.w.h.HttpClientPreferencesCustomizer : No credentials set for Http Client Id: tca_handle_out. No username present 2022-03-22 23:05:35.964 DEBUG 1 --- [ main] .d.a.w.h.HttpClientPreferencesCustomizer : Proxy not Enabled - bypassing setting Proxy settings for Http Client Id: tca_handle_out 2022-03-22 23:05:35.964  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-03-22 23:05:35.964  INFO 1 --- [ main] .d.a.w.h.HttpClientPreferencesCustomizer : SSL Validation will be enforced for Http Client Id: tca_handle_out 2022-03-22 23:05:36.004  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-03-22 23:05:36.005  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-03-22 23:05:36.244  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-03-22 23:05:36.427  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-03-22 23:05:36.876  INFO 1 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'applicationTaskExecutor' 2022-03-22 23:05:36.981 DEBUG 1 --- [ main] _.s.web.servlet.HandlerMapping.Mappings  : 'beanNameHandlerMapping' {} 2022-03-22 23:05:37.010 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-03-22 23:05:37.233  INFO 1 --- [ main] o.s.s.c.ThreadPoolTaskScheduler  : Initializing ExecutorService 'taskScheduler' 2022-03-22 23:05:37.366  INFO 1 --- [ main] o.s.i.endpoint.EventDrivenConsumer  : Adding {http:outbound-gateway} as a subscriber to the 'mrSubscriberFlow.channel#0' channel 2022-03-22 23:05:37.367  INFO 1 --- [ main] o.s.integration.channel.DirectChannel  : Channel 'dcae-analytics-tca.mrSubscriberFlow.channel#0' has 1 subscriber(s). 2022-03-22 23:05:37.367  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-03-22 23:05:37.367  INFO 1 --- [ main] o.s.i.endpoint.EventDrivenConsumer  : Adding {splitter} as a subscriber to the 'mrSubscriberFlow.channel#1' channel 2022-03-22 23:05:37.367  INFO 1 --- [ main] o.s.integration.channel.DirectChannel  : Channel 'dcae-analytics-tca.mrSubscriberFlow.channel#1' has 1 subscriber(s). 2022-03-22 23:05:37.367  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-03-22 23:05:37.367  INFO 1 --- [ main] o.s.i.endpoint.EventDrivenConsumer  : Adding {http:outbound-gateway} as a subscriber to the 'mrPublisherInputChannel' channel 2022-03-22 23:05:37.367  INFO 1 --- [ main] o.s.integration.channel.DirectChannel  : Channel 'dcae-analytics-tca.mrPublisherInputChannel' has 1 subscriber(s). 2022-03-22 23:05:37.368  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-03-22 23:05:37.368  INFO 1 --- [ main] o.s.i.endpoint.EventDrivenConsumer  : Adding {service-activator} as a subscriber to the 'mrPublisherFlow.channel#0' channel 2022-03-22 23:05:37.368  INFO 1 --- [ main] o.s.integration.channel.DirectChannel  : Channel 'dcae-analytics-tca.mrPublisherFlow.channel#0' has 1 subscriber(s). 2022-03-22 23:05:37.368  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-03-22 23:05:37.368  INFO 1 --- [ main] o.s.i.endpoint.EventDrivenConsumer  : Adding {} as a subscriber to the 'tcaMrFlow.channel#0' channel 2022-03-22 23:05:37.368  INFO 1 --- [ main] o.s.integration.channel.DirectChannel  : Channel 'dcae-analytics-tca.tcaMrFlow.channel#0' has 1 subscriber(s). 2022-03-22 23:05:37.368  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-03-22 23:05:37.368  INFO 1 --- [ main] o.s.i.endpoint.EventDrivenConsumer  : Adding {service-activator} as a subscriber to the 'mrPublisherOutputChannel' channel 2022-03-22 23:05:37.369  INFO 1 --- [ main] o.s.integration.channel.DirectChannel  : Channel 'dcae-analytics-tca.mrPublisherOutputChannel' has 1 subscriber(s). 2022-03-22 23:05:37.369  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-03-22 23:05:37.372  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-03-22 23:05:37.378  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-03-22T23:05:37.406+0000|61c3ec64-d6cd-44a5-9fdc-3ccfa52658f7|Request Id: 61c3ec64-d6cd-44a5-9fdc-3ccfa52658f7. Transaction Id: KCYST. Begin TS: 2022-03-22T23:05:37.376+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:05:37.402 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 61c3ec64-d6cd-44a5-9fdc-3ccfa52658f7. Transaction Id: KCYST. Begin TS: 2022-03-22T23:05:37.376+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:05:37.457  INFO 1 --- [ main] io.undertow  : starting server: Undertow - 2.2.7.Final 2022-03-22 23:05:37.503  INFO 1 --- [ main] org.xnio  : XNIO version 3.8.0.Final 2022-03-22 23:05:37.572  INFO 1 --- [ main] org.xnio.nio  : XNIO NIO Implementation Version 3.8.0.Final 2022-03-22 23:05:37.829  INFO 1 --- [ main] org.jboss.threads  : JBoss Threads version 3.1.0.Final 2022-03-22 23:05:37.927  INFO 1 --- [ main] o.s.b.w.e.undertow.UndertowWebServer  : Undertow started on port(s) 9091 (http) 2022-03-22 23:05:38.631 DEBUG 1 --- [ main] Validator  : ERROR [ModelSpecification.spec] At least one type of specification is required 2022-03-22 23:05:38.703  INFO 1 --- [ XNIO-1 task-1] io.undertow.servlet  : Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-03-22 23:05:38.704  INFO 1 --- [ XNIO-1 task-1] o.s.web.servlet.DispatcherServlet  : Initializing Servlet 'dispatcherServlet' 2022-03-22 23:05:38.707  INFO 1 --- [ XNIO-1 task-1] o.s.web.servlet.DispatcherServlet  : Completed initialization in 3 ms 2022-03-22T23:05:37.629+0000|2022-03-22T23:05:38.743+0000|61c3ec64-d6cd-44a5-9fdc-3ccfa52658f7|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.242.92.77|1114|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 61c3ec64-d6cd-44a5-9fdc-3ccfa52658f7, Transaction Id: KCYST, Elapsed Time: 1114 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.96.156.49] failed: Connection refused (Connection refused) 2022-03-22 23:05:38.745 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 61c3ec64-d6cd-44a5-9fdc-3ccfa52658f7, Transaction Id: KCYST, Elapsed Time: 1114 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.96.156.49] failed: Connection refused (Connection refused) 2022-03-22 23:05:38.770 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=61c3ec64-d6cd-44a5-9fdc-3ccfa52658f7, X-Begin-Timestamp=2022-03-22T23:05:37.376+0000, X-TransactionID=KCYST, id=26bd93a8-a9bc-e7a1-5912-4c9289a4221a, timestamp=1647990337451}], headers={id=091245cb-9045-e352-d35d-16a50c00172b, timestamp=1647990338769}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=61c3ec64-d6cd-44a5-9fdc-3ccfa52658f7, X-Begin-Timestamp=2022-03-22T23:05:37.376+0000, X-TransactionID=KCYST, id=26bd93a8-a9bc-e7a1-5912-4c9289a4221a, timestamp=1647990337451}] 2022-03-22 23:05:38.788 DEBUG 1 --- [ main] Validator  : ERROR [ModelSpecification.spec] At least one type of specification is required 2022-03-22 23:05:38.999  INFO 1 --- [ main] o.o.dcae.analytics.tca.web.TcaAppMain  : Started TcaAppMain in 14.033 seconds (JVM running for 16.322) 2022-03-22T23:06:07.376+0000|c2c42df9-656c-4349-a898-9795b38d0708|Request Id: c2c42df9-656c-4349-a898-9795b38d0708. Transaction Id: GTB86. Begin TS: 2022-03-22T23:06:07.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:06:07.373 DEBUG 1 --- [ask-scheduler-5] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: c2c42df9-656c-4349-a898-9795b38d0708. Transaction Id: GTB86. Begin TS: 2022-03-22T23:06:07.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:06:07.382+0000|2022-03-22T23:06:08.392+0000|c2c42df9-656c-4349-a898-9795b38d0708|UNKNOWN_INSTANCE_ID|task-scheduler-5||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|200|Timeout Error||ERROR|2|10.242.92.77|1010|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: c2c42df9-656c-4349-a898-9795b38d0708, Transaction Id: GTB86, Elapsed Time: 1010 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.96.156.49] failed: Connection refused (Connection refused) 2022-03-22 23:06:08.393 ERROR 1 --- [ask-scheduler-5] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: c2c42df9-656c-4349-a898-9795b38d0708, Transaction Id: GTB86, Elapsed Time: 1010 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.96.156.49] failed: Connection refused (Connection refused) 2022-03-22 23:06:08.397 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.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=c2c42df9-656c-4349-a898-9795b38d0708, X-Begin-Timestamp=2022-03-22T23:06:07.373+0000, X-TransactionID=GTB86, id=04960867-97dd-cc88-c61b-bb5895af24cb, timestamp=1647990367377}], headers={id=60b7625f-e1c1-cf8e-77f6-85baf39870c0, timestamp=1647990368396}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=c2c42df9-656c-4349-a898-9795b38d0708, X-Begin-Timestamp=2022-03-22T23:06:07.373+0000, X-TransactionID=GTB86, id=04960867-97dd-cc88-c61b-bb5895af24cb, timestamp=1647990367377}] 2022-03-22 23:06:26.495  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:06:26.497  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:06:26.498 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-03-22T23:06:37.374+0000|e5d1165b-aa54-4f5e-9fc4-32b270871bc8|Request Id: e5d1165b-aa54-4f5e-9fc4-32b270871bc8. Transaction Id: EE9EM. Begin TS: 2022-03-22T23:06:37.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:06:37.373 DEBUG 1 --- [ask-scheduler-9] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: e5d1165b-aa54-4f5e-9fc4-32b270871bc8. Transaction Id: EE9EM. Begin TS: 2022-03-22T23:06:37.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:06:37.379+0000|2022-03-22T23:06:38.412+0000|e5d1165b-aa54-4f5e-9fc4-32b270871bc8|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.242.92.77|1033|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: e5d1165b-aa54-4f5e-9fc4-32b270871bc8, Transaction Id: EE9EM, Elapsed Time: 1033 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.96.156.49] failed: Connection refused (Connection refused) 2022-03-22 23:06:38.412 ERROR 1 --- [ask-scheduler-9] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: e5d1165b-aa54-4f5e-9fc4-32b270871bc8, Transaction Id: EE9EM, Elapsed Time: 1033 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.96.156.49] failed: Connection refused (Connection refused) 2022-03-22 23:06:38.415 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=e5d1165b-aa54-4f5e-9fc4-32b270871bc8, X-Begin-Timestamp=2022-03-22T23:06:37.373+0000, X-TransactionID=EE9EM, id=a6895abd-49c5-49fd-f9ad-04f4d851908f, timestamp=1647990397375}], headers={id=0916e433-cbc9-4762-c29f-467de0d1d548, timestamp=1647990398415}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=e5d1165b-aa54-4f5e-9fc4-32b270871bc8, X-Begin-Timestamp=2022-03-22T23:06:37.373+0000, X-TransactionID=EE9EM, id=a6895abd-49c5-49fd-f9ad-04f4d851908f, timestamp=1647990397375}] 2022-03-22T23:07:07.377+0000|26e1917b-b5cf-42ec-b50c-5bea839b729b|Request Id: 26e1917b-b5cf-42ec-b50c-5bea839b729b. Transaction Id: Z5H8F. Begin TS: 2022-03-22T23:07:07.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:07:07.374 DEBUG 1 --- [ask-scheduler-6] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 26e1917b-b5cf-42ec-b50c-5bea839b729b. Transaction Id: Z5H8F. Begin TS: 2022-03-22T23:07:07.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:07:07.385+0000|2022-03-22T23:07:08.424+0000|26e1917b-b5cf-42ec-b50c-5bea839b729b|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.242.92.77|1039|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 26e1917b-b5cf-42ec-b50c-5bea839b729b, Transaction Id: Z5H8F, Elapsed Time: 1039 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.96.156.49] failed: Connection refused (Connection refused) 2022-03-22 23:07:08.425 ERROR 1 --- [ask-scheduler-6] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 26e1917b-b5cf-42ec-b50c-5bea839b729b, Transaction Id: Z5H8F, Elapsed Time: 1039 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.96.156.49] failed: Connection refused (Connection refused) 2022-03-22 23:07:08.428 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=26e1917b-b5cf-42ec-b50c-5bea839b729b, X-Begin-Timestamp=2022-03-22T23:07:07.373+0000, X-TransactionID=Z5H8F, id=23bfba1e-22ec-05fc-7ab3-d41fd2c015b6, timestamp=1647990427379}], headers={id=e4abd148-b345-d467-16c1-7a6a24e58d0b, timestamp=1647990428427}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=26e1917b-b5cf-42ec-b50c-5bea839b729b, X-Begin-Timestamp=2022-03-22T23:07:07.373+0000, X-TransactionID=Z5H8F, id=23bfba1e-22ec-05fc-7ab3-d41fd2c015b6, timestamp=1647990427379}] 2022-03-22 23:07:26.489  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:07:26.490  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:07:26.491 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-03-22T23:07:37.375+0000|85847313-271e-4561-93ef-be6fd13d24a5|Request Id: 85847313-271e-4561-93ef-be6fd13d24a5. Transaction Id: OSWCD. Begin TS: 2022-03-22T23:07:37.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:07:37.374 DEBUG 1 --- [ask-scheduler-5] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 85847313-271e-4561-93ef-be6fd13d24a5. Transaction Id: OSWCD. Begin TS: 2022-03-22T23:07:37.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:07:37.382+0000|2022-03-22T23:07:38.413+0000|85847313-271e-4561-93ef-be6fd13d24a5|UNKNOWN_INSTANCE_ID|task-scheduler-5||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|200|Timeout Error||ERROR|2|10.242.92.77|1031|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 85847313-271e-4561-93ef-be6fd13d24a5, Transaction Id: OSWCD, Elapsed Time: 1031 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.96.156.49] failed: Connection refused (Connection refused) 2022-03-22 23:07:38.413 ERROR 1 --- [ask-scheduler-5] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 85847313-271e-4561-93ef-be6fd13d24a5, Transaction Id: OSWCD, Elapsed Time: 1031 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.96.156.49] failed: Connection refused (Connection refused) 2022-03-22 23:07:38.417 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.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=85847313-271e-4561-93ef-be6fd13d24a5, X-Begin-Timestamp=2022-03-22T23:07:37.373+0000, X-TransactionID=OSWCD, id=c66d6b9f-a968-6b72-25c4-f8f5c476e584, timestamp=1647990457375}], headers={id=4556499a-60fa-c959-6a70-4395155a9946, timestamp=1647990458417}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=85847313-271e-4561-93ef-be6fd13d24a5, X-Begin-Timestamp=2022-03-22T23:07:37.373+0000, X-TransactionID=OSWCD, id=c66d6b9f-a968-6b72-25c4-f8f5c476e584, timestamp=1647990457375}] 2022-03-22T23:08:07.377+0000|5738b3e8-ce86-441a-8904-864752608fa9|Request Id: 5738b3e8-ce86-441a-8904-864752608fa9. Transaction Id: 1CUKS. Begin TS: 2022-03-22T23:08:07.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:08:07.374 DEBUG 1 --- [sk-scheduler-10] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 5738b3e8-ce86-441a-8904-864752608fa9. Transaction Id: 1CUKS. Begin TS: 2022-03-22T23:08:07.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:08:07.384+0000|2022-03-22T23:08:08.393+0000|5738b3e8-ce86-441a-8904-864752608fa9|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.242.92.77|1009|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 5738b3e8-ce86-441a-8904-864752608fa9, Transaction Id: 1CUKS, Elapsed Time: 1009 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.96.156.49] failed: Connection refused (Connection refused) 2022-03-22 23:08:08.393 ERROR 1 --- [sk-scheduler-10] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 5738b3e8-ce86-441a-8904-864752608fa9, Transaction Id: 1CUKS, Elapsed Time: 1009 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.96.156.49] failed: Connection refused (Connection refused) 2022-03-22 23:08:08.397 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=5738b3e8-ce86-441a-8904-864752608fa9, X-Begin-Timestamp=2022-03-22T23:08:07.373+0000, X-TransactionID=1CUKS, id=8e2f7653-0610-676e-aafb-60d63787c280, timestamp=1647990487379}], headers={id=764c37c1-7f31-1ba0-c630-68bc8b2145ba, timestamp=1647990488396}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=5738b3e8-ce86-441a-8904-864752608fa9, X-Begin-Timestamp=2022-03-22T23:08:07.373+0000, X-TransactionID=1CUKS, id=8e2f7653-0610-676e-aafb-60d63787c280, timestamp=1647990487379}] 2022-03-22 23:08:26.486  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:08:26.486  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:08:26.486 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-03-22T23:08:37.374+0000|3a46d0d0-97bb-4d0a-9b24-35c97a5453b2|Request Id: 3a46d0d0-97bb-4d0a-9b24-35c97a5453b2. Transaction Id: BMBLB. Begin TS: 2022-03-22T23:08:37.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:08:37.373 DEBUG 1 --- [ask-scheduler-3] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 3a46d0d0-97bb-4d0a-9b24-35c97a5453b2. Transaction Id: BMBLB. Begin TS: 2022-03-22T23:08:37.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:08:37.376+0000|2022-03-22T23:08:38.408+0000|3a46d0d0-97bb-4d0a-9b24-35c97a5453b2|UNKNOWN_INSTANCE_ID|task-scheduler-3||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|200|Timeout Error||ERROR|2|10.242.92.77|1032|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 3a46d0d0-97bb-4d0a-9b24-35c97a5453b2, Transaction Id: BMBLB, Elapsed Time: 1032 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.96.156.49] failed: Connection refused (Connection refused) 2022-03-22 23:08:38.408 ERROR 1 --- [ask-scheduler-3] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 3a46d0d0-97bb-4d0a-9b24-35c97a5453b2, Transaction Id: BMBLB, Elapsed Time: 1032 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.96.156.49] failed: Connection refused (Connection refused) 2022-03-22 23:08:38.413 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.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=3a46d0d0-97bb-4d0a-9b24-35c97a5453b2, X-Begin-Timestamp=2022-03-22T23:08:37.373+0000, X-TransactionID=BMBLB, id=ad23ea2d-8926-dccc-0b20-f55476035baf, timestamp=1647990517374}], headers={id=33ea4343-21f2-85aa-c800-c84c64c254a4, timestamp=1647990518412}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=3a46d0d0-97bb-4d0a-9b24-35c97a5453b2, X-Begin-Timestamp=2022-03-22T23:08:37.373+0000, X-TransactionID=BMBLB, id=ad23ea2d-8926-dccc-0b20-f55476035baf, timestamp=1647990517374}] 2022-03-22T23:09:07.376+0000|303bc123-87e0-43b4-b4e7-a05ce7b73a0e|Request Id: 303bc123-87e0-43b4-b4e7-a05ce7b73a0e. Transaction Id: FRDYQ. Begin TS: 2022-03-22T23:09:07.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:09:07.374 DEBUG 1 --- [ask-scheduler-4] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 303bc123-87e0-43b4-b4e7-a05ce7b73a0e. Transaction Id: FRDYQ. Begin TS: 2022-03-22T23:09:07.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:09:07.382+0000|2022-03-22T23:09:08.395+0000|303bc123-87e0-43b4-b4e7-a05ce7b73a0e|UNKNOWN_INSTANCE_ID|task-scheduler-4||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|200|Timeout Error||ERROR|2|10.242.92.77|1013|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 303bc123-87e0-43b4-b4e7-a05ce7b73a0e, Transaction Id: FRDYQ, Elapsed Time: 1013 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.96.156.49] failed: Connection refused (Connection refused) 2022-03-22 23:09:08.395 ERROR 1 --- [ask-scheduler-4] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 303bc123-87e0-43b4-b4e7-a05ce7b73a0e, Transaction Id: FRDYQ, Elapsed Time: 1013 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.96.156.49] failed: Connection refused (Connection refused) 2022-03-22 23:09:08.399 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.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=303bc123-87e0-43b4-b4e7-a05ce7b73a0e, X-Begin-Timestamp=2022-03-22T23:09:07.373+0000, X-TransactionID=FRDYQ, id=0ae1cbdb-24a0-ad93-2018-78550f6f9811, timestamp=1647990547377}], headers={id=2c4ac055-38c9-20f0-22b9-6d8200969540, timestamp=1647990548398}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=303bc123-87e0-43b4-b4e7-a05ce7b73a0e, X-Begin-Timestamp=2022-03-22T23:09:07.373+0000, X-TransactionID=FRDYQ, id=0ae1cbdb-24a0-ad93-2018-78550f6f9811, timestamp=1647990547377}] 2022-03-22 23:09:26.487  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:09:26.487  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:09:26.487 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-03-22T23:09:37.377+0000|844db2e4-3d3a-4347-a00c-a0596bb1f063|Request Id: 844db2e4-3d3a-4347-a00c-a0596bb1f063. Transaction Id: LTJQT. Begin TS: 2022-03-22T23:09:37.374+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:09:37.375 DEBUG 1 --- [ask-scheduler-9] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 844db2e4-3d3a-4347-a00c-a0596bb1f063. Transaction Id: LTJQT. Begin TS: 2022-03-22T23:09:37.374+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:09:37.385+0000|2022-03-22T23:09:38.409+0000|844db2e4-3d3a-4347-a00c-a0596bb1f063|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.242.92.77|1024|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 844db2e4-3d3a-4347-a00c-a0596bb1f063, Transaction Id: LTJQT, Elapsed Time: 1024 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.96.156.49] failed: Connection refused (Connection refused) 2022-03-22 23:09:38.409 ERROR 1 --- [ask-scheduler-9] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 844db2e4-3d3a-4347-a00c-a0596bb1f063, Transaction Id: LTJQT, Elapsed Time: 1024 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.96.156.49] failed: Connection refused (Connection refused) 2022-03-22 23:09:38.413 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=844db2e4-3d3a-4347-a00c-a0596bb1f063, X-Begin-Timestamp=2022-03-22T23:09:37.374+0000, X-TransactionID=LTJQT, id=bf382191-ecf0-7e1e-16b2-f38a5544dab6, timestamp=1647990577379}], headers={id=86b09bc6-1d22-88cb-19bb-617bc514ed0c, timestamp=1647990578413}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=844db2e4-3d3a-4347-a00c-a0596bb1f063, X-Begin-Timestamp=2022-03-22T23:09:37.374+0000, X-TransactionID=LTJQT, id=bf382191-ecf0-7e1e-16b2-f38a5544dab6, timestamp=1647990577379}] 2022-03-22T23:10:07.374+0000|d930db46-a734-4560-ae10-d3f690caaa93|Request Id: d930db46-a734-4560-ae10-d3f690caaa93. Transaction Id: AM4FN. Begin TS: 2022-03-22T23:10:07.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:10:07.373 DEBUG 1 --- [ask-scheduler-6] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: d930db46-a734-4560-ae10-d3f690caaa93. Transaction Id: AM4FN. Begin TS: 2022-03-22T23:10:07.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:10:07.377+0000|2022-03-22T23:10:08.396+0000|d930db46-a734-4560-ae10-d3f690caaa93|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.242.92.77|1019|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: d930db46-a734-4560-ae10-d3f690caaa93, Transaction Id: AM4FN, Elapsed Time: 1019 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.96.156.49] failed: Connection refused (Connection refused) 2022-03-22 23:10:08.396 ERROR 1 --- [ask-scheduler-6] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: d930db46-a734-4560-ae10-d3f690caaa93, Transaction Id: AM4FN, Elapsed Time: 1019 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.96.156.49] failed: Connection refused (Connection refused) 2022-03-22 23:10:08.397 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=d930db46-a734-4560-ae10-d3f690caaa93, X-Begin-Timestamp=2022-03-22T23:10:07.373+0000, X-TransactionID=AM4FN, id=9bc8c261-9c6d-8e47-ecb9-6605e1884c36, timestamp=1647990607375}], headers={id=5ac5ab55-0d2f-2e51-08ef-92989c3234ff, timestamp=1647990608397}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=d930db46-a734-4560-ae10-d3f690caaa93, X-Begin-Timestamp=2022-03-22T23:10:07.373+0000, X-TransactionID=AM4FN, id=9bc8c261-9c6d-8e47-ecb9-6605e1884c36, timestamp=1647990607375}] 2022-03-22 23:10:26.494  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:10:26.496  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:10:26.497 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-03-22T23:10:37.375+0000|3ae9affe-b442-4bb0-b5ce-2f3a600692a1|Request Id: 3ae9affe-b442-4bb0-b5ce-2f3a600692a1. Transaction Id: 8AHZW. Begin TS: 2022-03-22T23:10:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:10:37.373 DEBUG 1 --- [ask-scheduler-7] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 3ae9affe-b442-4bb0-b5ce-2f3a600692a1. Transaction Id: 8AHZW. Begin TS: 2022-03-22T23:10:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:10:37.380+0000|2022-03-22T23:10:38.409+0000|3ae9affe-b442-4bb0-b5ce-2f3a600692a1|UNKNOWN_INSTANCE_ID|task-scheduler-7||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|200|Timeout Error||ERROR|2|10.242.92.77|1029|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 3ae9affe-b442-4bb0-b5ce-2f3a600692a1, Transaction Id: 8AHZW, Elapsed Time: 1029 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.96.156.49] failed: Connection refused (Connection refused) 2022-03-22 23:10:38.409 ERROR 1 --- [ask-scheduler-7] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 3ae9affe-b442-4bb0-b5ce-2f3a600692a1, Transaction Id: 8AHZW, Elapsed Time: 1029 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.96.156.49] failed: Connection refused (Connection refused) 2022-03-22 23:10:38.413 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.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=3ae9affe-b442-4bb0-b5ce-2f3a600692a1, X-Begin-Timestamp=2022-03-22T23:10:37.372+0000, X-TransactionID=8AHZW, id=a05ddd8a-113c-4bc0-f55f-af550d72cc0f, timestamp=1647990637376}], headers={id=359fd107-a761-8fab-db12-71fa72cb7193, timestamp=1647990638413}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=3ae9affe-b442-4bb0-b5ce-2f3a600692a1, X-Begin-Timestamp=2022-03-22T23:10:37.372+0000, X-TransactionID=8AHZW, id=a05ddd8a-113c-4bc0-f55f-af550d72cc0f, timestamp=1647990637376}] 2022-03-22T23:11:07.373+0000|12bdaf53-6239-4473-b6db-f54deca8646d|Request Id: 12bdaf53-6239-4473-b6db-f54deca8646d. Transaction Id: E0D3B. Begin TS: 2022-03-22T23:11:07.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:11:07.372 DEBUG 1 --- [ask-scheduler-2] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 12bdaf53-6239-4473-b6db-f54deca8646d. Transaction Id: E0D3B. Begin TS: 2022-03-22T23:11:07.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:11:07.375+0000|2022-03-22T23:11:08.392+0000|12bdaf53-6239-4473-b6db-f54deca8646d|UNKNOWN_INSTANCE_ID|task-scheduler-2||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|200|Timeout Error||ERROR|2|10.242.92.77|1017|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 12bdaf53-6239-4473-b6db-f54deca8646d, Transaction Id: E0D3B, Elapsed Time: 1017 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.96.156.49] failed: Connection refused (Connection refused) 2022-03-22 23:11:08.392 ERROR 1 --- [ask-scheduler-2] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 12bdaf53-6239-4473-b6db-f54deca8646d, Transaction Id: E0D3B, Elapsed Time: 1017 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.96.156.49] failed: Connection refused (Connection refused) 2022-03-22 23:11:08.393 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.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=12bdaf53-6239-4473-b6db-f54deca8646d, X-Begin-Timestamp=2022-03-22T23:11:07.372+0000, X-TransactionID=E0D3B, id=86264d05-cfd3-88df-58ef-eb1478190d72, timestamp=1647990667373}], headers={id=979dc5e4-6f73-4d7f-9458-1240b81f4619, timestamp=1647990668393}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=12bdaf53-6239-4473-b6db-f54deca8646d, X-Begin-Timestamp=2022-03-22T23:11:07.372+0000, X-TransactionID=E0D3B, id=86264d05-cfd3-88df-58ef-eb1478190d72, timestamp=1647990667373}] 2022-03-22 23:11:26.489  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:11:26.489  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:11:26.489 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-03-22T23:11:37.374+0000|5d4cb927-3d3f-4b1c-99b6-47a42b9e38e6|Request Id: 5d4cb927-3d3f-4b1c-99b6-47a42b9e38e6. Transaction Id: IEVDV. Begin TS: 2022-03-22T23:11:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:11:37.373 DEBUG 1 --- [ask-scheduler-6] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 5d4cb927-3d3f-4b1c-99b6-47a42b9e38e6. Transaction Id: IEVDV. Begin TS: 2022-03-22T23:11:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:11:37.378+0000|2022-03-22T23:11:38.408+0000|5d4cb927-3d3f-4b1c-99b6-47a42b9e38e6|UNKNOWN_INSTANCE_ID|task-scheduler-6||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|200|Timeout Error||ERROR|2|10.242.92.77|1030|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 5d4cb927-3d3f-4b1c-99b6-47a42b9e38e6, Transaction Id: IEVDV, Elapsed Time: 1030 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.96.156.49] failed: Connection refused (Connection refused) 2022-03-22 23:11:38.409 ERROR 1 --- [ask-scheduler-6] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 5d4cb927-3d3f-4b1c-99b6-47a42b9e38e6, Transaction Id: IEVDV, Elapsed Time: 1030 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.96.156.49] failed: Connection refused (Connection refused) 2022-03-22 23:11:38.412 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.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=5d4cb927-3d3f-4b1c-99b6-47a42b9e38e6, X-Begin-Timestamp=2022-03-22T23:11:37.372+0000, X-TransactionID=IEVDV, id=37b63cd4-7a0e-7245-93d4-cb498541ee27, timestamp=1647990697374}], headers={id=7413941f-4ffe-7257-ca54-fef0e46099ef, timestamp=1647990698411}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=5d4cb927-3d3f-4b1c-99b6-47a42b9e38e6, X-Begin-Timestamp=2022-03-22T23:11:37.372+0000, X-TransactionID=IEVDV, id=37b63cd4-7a0e-7245-93d4-cb498541ee27, timestamp=1647990697374}] 2022-03-22T23:12:07.375+0000|b39fc68b-0a06-430e-89e1-45165a1b9651|Request Id: b39fc68b-0a06-430e-89e1-45165a1b9651. Transaction Id: DK3BN. Begin TS: 2022-03-22T23:12:07.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:12:07.373 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: b39fc68b-0a06-430e-89e1-45165a1b9651. Transaction Id: DK3BN. Begin TS: 2022-03-22T23:12:07.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:12:07.378+0000|2022-03-22T23:12:08.392+0000|b39fc68b-0a06-430e-89e1-45165a1b9651|UNKNOWN_INSTANCE_ID|task-scheduler-8||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|200|Timeout Error||ERROR|2|10.242.92.77|1014|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: b39fc68b-0a06-430e-89e1-45165a1b9651, Transaction Id: DK3BN, Elapsed Time: 1014 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.96.156.49] failed: Connection refused (Connection refused) 2022-03-22 23:12:08.392 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: b39fc68b-0a06-430e-89e1-45165a1b9651, Transaction Id: DK3BN, Elapsed Time: 1014 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.96.156.49] failed: Connection refused (Connection refused) 2022-03-22 23:12:08.394 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.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=b39fc68b-0a06-430e-89e1-45165a1b9651, X-Begin-Timestamp=2022-03-22T23:12:07.373+0000, X-TransactionID=DK3BN, id=51d6b1c6-5ec8-9dd7-f4f3-8a3bdb2937fb, timestamp=1647990727376}], headers={id=b6c114e1-11a5-6120-253d-f822ee4ddf6d, timestamp=1647990728394}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=b39fc68b-0a06-430e-89e1-45165a1b9651, X-Begin-Timestamp=2022-03-22T23:12:07.373+0000, X-TransactionID=DK3BN, id=51d6b1c6-5ec8-9dd7-f4f3-8a3bdb2937fb, timestamp=1647990727376}] 2022-03-22 23:12:26.488  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:12:26.489  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:12:26.489 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-03-22T23:12:37.373+0000|88813f6a-2547-4382-b1d3-4a760bb07f33|Request Id: 88813f6a-2547-4382-b1d3-4a760bb07f33. Transaction Id: MUUXR. Begin TS: 2022-03-22T23:12:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:12:37.372 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 88813f6a-2547-4382-b1d3-4a760bb07f33. Transaction Id: MUUXR. Begin TS: 2022-03-22T23:12:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:12:37.374+0000|2022-03-22T23:12:38.408+0000|88813f6a-2547-4382-b1d3-4a760bb07f33|UNKNOWN_INSTANCE_ID|task-scheduler-8||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|200|Timeout Error||ERROR|2|10.242.92.77|1034|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 88813f6a-2547-4382-b1d3-4a760bb07f33, Transaction Id: MUUXR, Elapsed Time: 1034 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.96.156.49] failed: Connection refused (Connection refused) 2022-03-22 23:12:38.408 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 88813f6a-2547-4382-b1d3-4a760bb07f33, Transaction Id: MUUXR, Elapsed Time: 1034 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.96.156.49] failed: Connection refused (Connection refused) 2022-03-22 23:12:38.409 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.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=88813f6a-2547-4382-b1d3-4a760bb07f33, X-Begin-Timestamp=2022-03-22T23:12:37.372+0000, X-TransactionID=MUUXR, id=a729f2cd-e810-e7c1-1f50-91bfe67327af, timestamp=1647990757373}], headers={id=b821e7ca-e6cb-2c46-e376-62fed4df8112, timestamp=1647990758409}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=88813f6a-2547-4382-b1d3-4a760bb07f33, X-Begin-Timestamp=2022-03-22T23:12:37.372+0000, X-TransactionID=MUUXR, id=a729f2cd-e810-e7c1-1f50-91bfe67327af, timestamp=1647990757373}] 2022-03-22T23:13:07.378+0000|bce881d3-4909-4122-9cd9-f64f2ebbd205|Request Id: bce881d3-4909-4122-9cd9-f64f2ebbd205. Transaction Id: OCREY. Begin TS: 2022-03-22T23:13:07.375+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:13:07.377 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: bce881d3-4909-4122-9cd9-f64f2ebbd205. Transaction Id: OCREY. Begin TS: 2022-03-22T23:13:07.375+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:13:07.385+0000|2022-03-22T23:13:08.392+0000|bce881d3-4909-4122-9cd9-f64f2ebbd205|UNKNOWN_INSTANCE_ID|task-scheduler-8||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|200|Timeout Error||ERROR|2|10.242.92.77|1007|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: bce881d3-4909-4122-9cd9-f64f2ebbd205, Transaction Id: OCREY, Elapsed Time: 1007 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.96.156.49] failed: Connection refused (Connection refused) 2022-03-22 23:13:08.393 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: bce881d3-4909-4122-9cd9-f64f2ebbd205, Transaction Id: OCREY, Elapsed Time: 1007 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.96.156.49] failed: Connection refused (Connection refused) 2022-03-22 23:13:08.398 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.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=bce881d3-4909-4122-9cd9-f64f2ebbd205, X-Begin-Timestamp=2022-03-22T23:13:07.375+0000, X-TransactionID=OCREY, id=c09ee99d-2beb-ea5a-8b00-f1f3541790d1, timestamp=1647990787379}], headers={id=cc7fbdd0-e2e0-6221-5675-15bd1606452e, timestamp=1647990788398}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=bce881d3-4909-4122-9cd9-f64f2ebbd205, X-Begin-Timestamp=2022-03-22T23:13:07.375+0000, X-TransactionID=OCREY, id=c09ee99d-2beb-ea5a-8b00-f1f3541790d1, timestamp=1647990787379}] 2022-03-22 23:13:26.485  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:13:26.485  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:13:26.486 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-03-22T23:13:37.374+0000|11b10331-dfc2-48ff-9ee5-12ccea95235d|Request Id: 11b10331-dfc2-48ff-9ee5-12ccea95235d. Transaction Id: EOLHW. Begin TS: 2022-03-22T23:13:37.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:13:37.373 DEBUG 1 --- [ask-scheduler-3] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 11b10331-dfc2-48ff-9ee5-12ccea95235d. Transaction Id: EOLHW. Begin TS: 2022-03-22T23:13:37.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:13:37.375+0000|2022-03-22T23:13:38.409+0000|11b10331-dfc2-48ff-9ee5-12ccea95235d|UNKNOWN_INSTANCE_ID|task-scheduler-3||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|200|Timeout Error||ERROR|2|10.242.92.77|1034|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 11b10331-dfc2-48ff-9ee5-12ccea95235d, Transaction Id: EOLHW, Elapsed Time: 1034 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.96.156.49] failed: Connection refused (Connection refused) 2022-03-22 23:13:38.409 ERROR 1 --- [ask-scheduler-3] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 11b10331-dfc2-48ff-9ee5-12ccea95235d, Transaction Id: EOLHW, Elapsed Time: 1034 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.96.156.49] failed: Connection refused (Connection refused) 2022-03-22 23:13:38.410 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.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=11b10331-dfc2-48ff-9ee5-12ccea95235d, X-Begin-Timestamp=2022-03-22T23:13:37.373+0000, X-TransactionID=EOLHW, id=56b2fc07-5d9e-4d05-0478-3ca69a666605, timestamp=1647990817374}], headers={id=b7e50035-7d34-87fb-64e8-c3a03a73b5ac, timestamp=1647990818410}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=11b10331-dfc2-48ff-9ee5-12ccea95235d, X-Begin-Timestamp=2022-03-22T23:13:37.373+0000, X-TransactionID=EOLHW, id=56b2fc07-5d9e-4d05-0478-3ca69a666605, timestamp=1647990817374}] 2022-03-22T23:14:07.375+0000|556ef115-1df2-4b63-a06f-3037f97bd8e3|Request Id: 556ef115-1df2-4b63-a06f-3037f97bd8e3. Transaction Id: OE3MM. Begin TS: 2022-03-22T23:14:07.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:14:07.374 DEBUG 1 --- [ask-scheduler-6] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 556ef115-1df2-4b63-a06f-3037f97bd8e3. Transaction Id: OE3MM. Begin TS: 2022-03-22T23:14:07.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:14:07.381+0000|2022-03-22T23:14:08.392+0000|556ef115-1df2-4b63-a06f-3037f97bd8e3|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.242.92.77|1011|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 556ef115-1df2-4b63-a06f-3037f97bd8e3, Transaction Id: OE3MM, Elapsed Time: 1011 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.96.156.49] failed: Connection refused (Connection refused) 2022-03-22 23:14:08.393 ERROR 1 --- [ask-scheduler-6] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 556ef115-1df2-4b63-a06f-3037f97bd8e3, Transaction Id: OE3MM, Elapsed Time: 1011 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.96.156.49] failed: Connection refused (Connection refused) 2022-03-22 23:14:08.396 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=556ef115-1df2-4b63-a06f-3037f97bd8e3, X-Begin-Timestamp=2022-03-22T23:14:07.373+0000, X-TransactionID=OE3MM, id=d981f063-5796-2969-2a1b-6f5b6d230316, timestamp=1647990847376}], headers={id=30d5174d-1362-be1a-063b-46274979f4c9, timestamp=1647990848395}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=556ef115-1df2-4b63-a06f-3037f97bd8e3, X-Begin-Timestamp=2022-03-22T23:14:07.373+0000, X-TransactionID=OE3MM, id=d981f063-5796-2969-2a1b-6f5b6d230316, timestamp=1647990847376}] 2022-03-22 23:14:26.488  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:14:26.489  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:14:26.490 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-03-22T23:14:37.373+0000|065b95cf-1b6c-45ab-a4c9-351dd3ecd702|Request Id: 065b95cf-1b6c-45ab-a4c9-351dd3ecd702. Transaction Id: XLGIB. Begin TS: 2022-03-22T23:14:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:14:37.372 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 065b95cf-1b6c-45ab-a4c9-351dd3ecd702. Transaction Id: XLGIB. Begin TS: 2022-03-22T23:14:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:14:37.374+0000|2022-03-22T23:14:38.376+0000|065b95cf-1b6c-45ab-a4c9-351dd3ecd702|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.242.92.77|1002|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 065b95cf-1b6c-45ab-a4c9-351dd3ecd702, Transaction Id: XLGIB, Elapsed Time: 1002 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.96.156.49] failed: Connection refused (Connection refused) 2022-03-22 23:14:38.376 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 065b95cf-1b6c-45ab-a4c9-351dd3ecd702, Transaction Id: XLGIB, Elapsed Time: 1002 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.96.156.49] failed: Connection refused (Connection refused) 2022-03-22 23:14:38.377 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=065b95cf-1b6c-45ab-a4c9-351dd3ecd702, X-Begin-Timestamp=2022-03-22T23:14:37.372+0000, X-TransactionID=XLGIB, id=eaadd265-17d4-49ab-f126-e20a49a37f16, timestamp=1647990877373}], headers={id=64d2d930-6548-6ff2-c961-677450f6727e, timestamp=1647990878377}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=065b95cf-1b6c-45ab-a4c9-351dd3ecd702, X-Begin-Timestamp=2022-03-22T23:14:37.372+0000, X-TransactionID=XLGIB, id=eaadd265-17d4-49ab-f126-e20a49a37f16, timestamp=1647990877373}] 2022-03-22T23:15:07.373+0000|77cf09c6-478c-458f-ad1b-18407c7a3fe2|Request Id: 77cf09c6-478c-458f-ad1b-18407c7a3fe2. Transaction Id: PQZG0. Begin TS: 2022-03-22T23:15:07.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:15:07.373 DEBUG 1 --- [ask-scheduler-7] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 77cf09c6-478c-458f-ad1b-18407c7a3fe2. Transaction Id: PQZG0. Begin TS: 2022-03-22T23:15:07.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:15:07.375+0000|2022-03-22T23:15:08.392+0000|77cf09c6-478c-458f-ad1b-18407c7a3fe2|UNKNOWN_INSTANCE_ID|task-scheduler-7||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|200|Timeout Error||ERROR|2|10.242.92.77|1017|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 77cf09c6-478c-458f-ad1b-18407c7a3fe2, Transaction Id: PQZG0, Elapsed Time: 1017 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.96.156.49] failed: Connection refused (Connection refused) 2022-03-22 23:15:08.392 ERROR 1 --- [ask-scheduler-7] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 77cf09c6-478c-458f-ad1b-18407c7a3fe2, Transaction Id: PQZG0, Elapsed Time: 1017 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.96.156.49] failed: Connection refused (Connection refused) 2022-03-22 23:15:08.393 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.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=77cf09c6-478c-458f-ad1b-18407c7a3fe2, X-Begin-Timestamp=2022-03-22T23:15:07.373+0000, X-TransactionID=PQZG0, id=e00c0bf3-41ee-119a-20e7-8723ee03e30c, timestamp=1647990907374}], headers={id=75bef99f-1792-dacc-50f9-0c82e1506d29, timestamp=1647990908393}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=77cf09c6-478c-458f-ad1b-18407c7a3fe2, X-Begin-Timestamp=2022-03-22T23:15:07.373+0000, X-TransactionID=PQZG0, id=e00c0bf3-41ee-119a-20e7-8723ee03e30c, timestamp=1647990907374}] 2022-03-22 23:15:26.481  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:15:26.481  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:15:26.481 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-03-22T23:15:37.374+0000|724d7ec1-fd02-43de-a91f-4dfd2bf5e89a|Request Id: 724d7ec1-fd02-43de-a91f-4dfd2bf5e89a. Transaction Id: ADRDX. Begin TS: 2022-03-22T23:15:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:15:37.373 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 724d7ec1-fd02-43de-a91f-4dfd2bf5e89a. Transaction Id: ADRDX. Begin TS: 2022-03-22T23:15:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:15:37.378+0000|2022-03-22T23:15:38.409+0000|724d7ec1-fd02-43de-a91f-4dfd2bf5e89a|UNKNOWN_INSTANCE_ID|task-scheduler-8||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|200|Timeout Error||ERROR|2|10.242.92.77|1031|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 724d7ec1-fd02-43de-a91f-4dfd2bf5e89a, Transaction Id: ADRDX, Elapsed Time: 1031 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.96.156.49] failed: Connection refused (Connection refused) 2022-03-22 23:15:38.409 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 724d7ec1-fd02-43de-a91f-4dfd2bf5e89a, Transaction Id: ADRDX, Elapsed Time: 1031 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.96.156.49] failed: Connection refused (Connection refused) 2022-03-22 23:15:38.412 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.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=724d7ec1-fd02-43de-a91f-4dfd2bf5e89a, X-Begin-Timestamp=2022-03-22T23:15:37.372+0000, X-TransactionID=ADRDX, id=462d01e4-9aa1-3522-d23c-e75fdd6f112d, timestamp=1647990937375}], headers={id=f6017137-30ce-eaff-cfb4-d4288f843a8b, timestamp=1647990938411}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=724d7ec1-fd02-43de-a91f-4dfd2bf5e89a, X-Begin-Timestamp=2022-03-22T23:15:37.372+0000, X-TransactionID=ADRDX, id=462d01e4-9aa1-3522-d23c-e75fdd6f112d, timestamp=1647990937375}] 2022-03-22T23:16:07.373+0000|aa2b68d1-88ac-4b62-ba04-a956a5f297ac|Request Id: aa2b68d1-88ac-4b62-ba04-a956a5f297ac. Transaction Id: F8I5Y. Begin TS: 2022-03-22T23:16:07.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:16:07.373 DEBUG 1 --- [ask-scheduler-6] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: aa2b68d1-88ac-4b62-ba04-a956a5f297ac. Transaction Id: F8I5Y. Begin TS: 2022-03-22T23:16:07.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:16:07.377+0000|2022-03-22T23:16:08.392+0000|aa2b68d1-88ac-4b62-ba04-a956a5f297ac|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.242.92.77|1015|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: aa2b68d1-88ac-4b62-ba04-a956a5f297ac, Transaction Id: F8I5Y, Elapsed Time: 1015 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.96.156.49] failed: Connection refused (Connection refused) 2022-03-22 23:16:08.392 ERROR 1 --- [ask-scheduler-6] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: aa2b68d1-88ac-4b62-ba04-a956a5f297ac, Transaction Id: F8I5Y, Elapsed Time: 1015 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.96.156.49] failed: Connection refused (Connection refused) 2022-03-22 23:16:08.394 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=aa2b68d1-88ac-4b62-ba04-a956a5f297ac, X-Begin-Timestamp=2022-03-22T23:16:07.372+0000, X-TransactionID=F8I5Y, id=5ba8ff22-8cf1-a1bf-f774-9142df72af73, timestamp=1647990967374}], headers={id=71873588-9c18-bf05-921c-817c753ec070, timestamp=1647990968394}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=aa2b68d1-88ac-4b62-ba04-a956a5f297ac, X-Begin-Timestamp=2022-03-22T23:16:07.372+0000, X-TransactionID=F8I5Y, id=5ba8ff22-8cf1-a1bf-f774-9142df72af73, timestamp=1647990967374}] 2022-03-22 23:16:26.484  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:16:26.484  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:16:26.485 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-03-22T23:16:37.373+0000|d0d8bf79-6059-49c8-ac34-9a80cb503b63|Request Id: d0d8bf79-6059-49c8-ac34-9a80cb503b63. Transaction Id: CZBQR. Begin TS: 2022-03-22T23:16:37.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:16:37.373 DEBUG 1 --- [ask-scheduler-4] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: d0d8bf79-6059-49c8-ac34-9a80cb503b63. Transaction Id: CZBQR. Begin TS: 2022-03-22T23:16:37.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:16:37.374+0000|2022-03-22T23:16:37.754+0000|d0d8bf79-6059-49c8-ac34-9a80cb503b63|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.242.92.77|380|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: d0d8bf79-6059-49c8-ac34-9a80cb503b63, Transaction Id: CZBQR, Elapsed Time: 380 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-03-22 23:16:37.754 ERROR 1 --- [ask-scheduler-4] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: d0d8bf79-6059-49c8-ac34-9a80cb503b63, Transaction Id: CZBQR, Elapsed Time: 380 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-03-22 23:16:37.764 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=d0d8bf79-6059-49c8-ac34-9a80cb503b63, X-Begin-Timestamp=2022-03-22T23:16:37.373+0000, X-TransactionID=CZBQR, id=90443f44-a6d8-3909-d46e-0cd27f5e6b85, timestamp=1647990997373}], headers={id=e185c4bf-ad52-b29f-749c-cf48b0099e89, timestamp=1647990997764}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=d0d8bf79-6059-49c8-ac34-9a80cb503b63, X-Begin-Timestamp=2022-03-22T23:16:37.373+0000, X-TransactionID=CZBQR, id=90443f44-a6d8-3909-d46e-0cd27f5e6b85, timestamp=1647990997373}] 2022-03-22T23:17:07.375+0000|74cedddc-4036-4476-b0c4-a77ab45dff23|Request Id: 74cedddc-4036-4476-b0c4-a77ab45dff23. Transaction Id: KRH2L. Begin TS: 2022-03-22T23:17:07.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:17:07.374 DEBUG 1 --- [ask-scheduler-7] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 74cedddc-4036-4476-b0c4-a77ab45dff23. Transaction Id: KRH2L. Begin TS: 2022-03-22T23:17:07.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:17:07.388+0000|2022-03-22T23:17:07.406+0000|74cedddc-4036-4476-b0c4-a77ab45dff23|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.242.92.77|18|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 74cedddc-4036-4476-b0c4-a77ab45dff23, Transaction Id: KRH2L, 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-03-22 23:17:07.407 ERROR 1 --- [ask-scheduler-7] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 74cedddc-4036-4476-b0c4-a77ab45dff23, Transaction Id: KRH2L, 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-03-22 23:17:07.412 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=74cedddc-4036-4476-b0c4-a77ab45dff23, X-Begin-Timestamp=2022-03-22T23:17:07.373+0000, X-TransactionID=KRH2L, id=0ee84386-1989-48e8-7f12-6b508bbe5e13, timestamp=1647991027376}], headers={id=381b4c5a-96eb-e080-69e2-91b4e08be1c2, timestamp=1647991027411}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=74cedddc-4036-4476-b0c4-a77ab45dff23, X-Begin-Timestamp=2022-03-22T23:17:07.373+0000, X-TransactionID=KRH2L, id=0ee84386-1989-48e8-7f12-6b508bbe5e13, timestamp=1647991027376}] 2022-03-22 23:17:26.485  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:17:26.486  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:17:26.486 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-03-22T23:17:37.373+0000|58725c66-f916-493e-81e7-2174cfcaa09b|Request Id: 58725c66-f916-493e-81e7-2174cfcaa09b. Transaction Id: FXY9H. Begin TS: 2022-03-22T23:17:37.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:17:37.373 DEBUG 1 --- [ask-scheduler-9] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 58725c66-f916-493e-81e7-2174cfcaa09b. Transaction Id: FXY9H. Begin TS: 2022-03-22T23:17:37.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:17:37.375+0000|2022-03-22T23:17:37.384+0000|58725c66-f916-493e-81e7-2174cfcaa09b|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.242.92.77|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 58725c66-f916-493e-81e7-2174cfcaa09b, Transaction Id: FXY9H, 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-03-22 23:17:37.384 ERROR 1 --- [ask-scheduler-9] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 58725c66-f916-493e-81e7-2174cfcaa09b, Transaction Id: FXY9H, 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-03-22 23:17:37.386 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=58725c66-f916-493e-81e7-2174cfcaa09b, X-Begin-Timestamp=2022-03-22T23:17:37.373+0000, X-TransactionID=FXY9H, id=2e5bf524-3b3d-cb86-6417-0e3896dd79a9, timestamp=1647991057374}], headers={id=dab67dc5-ef38-6fdb-f48c-2432abd15528, timestamp=1647991057386}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=58725c66-f916-493e-81e7-2174cfcaa09b, X-Begin-Timestamp=2022-03-22T23:17:37.373+0000, X-TransactionID=FXY9H, id=2e5bf524-3b3d-cb86-6417-0e3896dd79a9, timestamp=1647991057374}] 2022-03-22T23:18:07.373+0000|5f96c794-1bc0-4d21-9089-808b76a3c5f7|Request Id: 5f96c794-1bc0-4d21-9089-808b76a3c5f7. Transaction Id: AP5ZH. Begin TS: 2022-03-22T23:18:07.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:18:07.372 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 5f96c794-1bc0-4d21-9089-808b76a3c5f7. Transaction Id: AP5ZH. Begin TS: 2022-03-22T23:18:07.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:18:07.374+0000|2022-03-22T23:18:07.383+0000|5f96c794-1bc0-4d21-9089-808b76a3c5f7|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.242.92.77|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 5f96c794-1bc0-4d21-9089-808b76a3c5f7, Transaction Id: AP5ZH, 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-03-22 23:18:07.383 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 5f96c794-1bc0-4d21-9089-808b76a3c5f7, Transaction Id: AP5ZH, 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-03-22 23:18:07.384 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=5f96c794-1bc0-4d21-9089-808b76a3c5f7, X-Begin-Timestamp=2022-03-22T23:18:07.372+0000, X-TransactionID=AP5ZH, id=feda1d0d-0898-f481-c31a-47bc79592bb8, timestamp=1647991087373}], headers={id=205453f2-345f-1292-b129-9ded3aabbfbe, timestamp=1647991087384}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=5f96c794-1bc0-4d21-9089-808b76a3c5f7, X-Begin-Timestamp=2022-03-22T23:18:07.372+0000, X-TransactionID=AP5ZH, id=feda1d0d-0898-f481-c31a-47bc79592bb8, timestamp=1647991087373}] 2022-03-22 23:18:26.480  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:18:26.480  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:18:26.481 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-03-22T23:18:37.372+0000|8baab370-edf7-4c09-8e6f-4182673e2410|Request Id: 8baab370-edf7-4c09-8e6f-4182673e2410. Transaction Id: 1VTEL. Begin TS: 2022-03-22T23:18:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:18:37.372 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 8baab370-edf7-4c09-8e6f-4182673e2410. Transaction Id: 1VTEL. Begin TS: 2022-03-22T23:18:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:18:37.374+0000|2022-03-22T23:18:37.381+0000|8baab370-edf7-4c09-8e6f-4182673e2410|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.242.92.77|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 8baab370-edf7-4c09-8e6f-4182673e2410, Transaction Id: 1VTEL, 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-03-22 23:18:37.381 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 8baab370-edf7-4c09-8e6f-4182673e2410, Transaction Id: 1VTEL, 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-03-22 23:18:37.420 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=8baab370-edf7-4c09-8e6f-4182673e2410, X-Begin-Timestamp=2022-03-22T23:18:37.372+0000, X-TransactionID=1VTEL, id=c37b3849-9c95-8b78-2f06-d869cec7b5de, timestamp=1647991117373}], headers={id=d7845193-46ca-9dbd-cd83-49dabb189901, timestamp=1647991117420}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=8baab370-edf7-4c09-8e6f-4182673e2410, X-Begin-Timestamp=2022-03-22T23:18:37.372+0000, X-TransactionID=1VTEL, id=c37b3849-9c95-8b78-2f06-d869cec7b5de, timestamp=1647991117373}] 2022-03-22T23:19:07.374+0000|7af38161-d685-4f9d-9c30-718266fe8328|Request Id: 7af38161-d685-4f9d-9c30-718266fe8328. Transaction Id: XJDPU. Begin TS: 2022-03-22T23:19:07.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:19:07.373 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 7af38161-d685-4f9d-9c30-718266fe8328. Transaction Id: XJDPU. Begin TS: 2022-03-22T23:19:07.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:19:07.388  INFO 1 --- [ask-scheduler-8] 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-03-22 23:19:07.390  INFO 1 --- [ask-scheduler-8] o.apache.http.impl.execchain.RetryExec  : Retrying request to {}->http://message-router:3904 2022-03-22T23:19:07.378+0000|2022-03-22T23:19:07.400+0000|7af38161-d685-4f9d-9c30-718266fe8328|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.242.92.77|22|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 7af38161-d685-4f9d-9c30-718266fe8328, Transaction Id: XJDPU, 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-03-22 23:19:07.400 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 7af38161-d685-4f9d-9c30-718266fe8328, Transaction Id: XJDPU, 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-03-22 23:19:07.404 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=7af38161-d685-4f9d-9c30-718266fe8328, X-Begin-Timestamp=2022-03-22T23:19:07.372+0000, X-TransactionID=XJDPU, id=715bb9f3-ba0b-089f-10c6-8848746ae5f7, timestamp=1647991147374}], headers={id=be4b102c-e835-97ac-8842-5a5addc61daf, timestamp=1647991147403}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=7af38161-d685-4f9d-9c30-718266fe8328, X-Begin-Timestamp=2022-03-22T23:19:07.372+0000, X-TransactionID=XJDPU, id=715bb9f3-ba0b-089f-10c6-8848746ae5f7, timestamp=1647991147374}] 2022-03-22 23:19:26.486  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:19:26.487  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:19:26.488 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-03-22T23:19:37.374+0000|ed683914-2d01-4781-99cb-8b48c59f80be|Request Id: ed683914-2d01-4781-99cb-8b48c59f80be. Transaction Id: A7CBS. Begin TS: 2022-03-22T23:19:37.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:19:37.373 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: ed683914-2d01-4781-99cb-8b48c59f80be. Transaction Id: A7CBS. Begin TS: 2022-03-22T23:19:37.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:19:37.376+0000|2022-03-22T23:19:37.388+0000|ed683914-2d01-4781-99cb-8b48c59f80be|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.242.92.77|12|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: ed683914-2d01-4781-99cb-8b48c59f80be, Transaction Id: A7CBS, 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-03-22 23:19:37.388 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: ed683914-2d01-4781-99cb-8b48c59f80be, Transaction Id: A7CBS, 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-03-22 23:19:37.391 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=ed683914-2d01-4781-99cb-8b48c59f80be, X-Begin-Timestamp=2022-03-22T23:19:37.373+0000, X-TransactionID=A7CBS, id=35a43916-48ba-8e9d-2250-4d0c0ef4172f, timestamp=1647991177374}], headers={id=0bc71426-4346-1381-bad7-d23c579bba55, timestamp=1647991177391}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=ed683914-2d01-4781-99cb-8b48c59f80be, X-Begin-Timestamp=2022-03-22T23:19:37.373+0000, X-TransactionID=A7CBS, id=35a43916-48ba-8e9d-2250-4d0c0ef4172f, timestamp=1647991177374}] 2022-03-22T23:20:07.373+0000|beef8ede-9c4f-4526-bc76-1772978534a1|Request Id: beef8ede-9c4f-4526-bc76-1772978534a1. Transaction Id: CZNXT. Begin TS: 2022-03-22T23:20:07.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:20:07.373 DEBUG 1 --- [ask-scheduler-3] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: beef8ede-9c4f-4526-bc76-1772978534a1. Transaction Id: CZNXT. Begin TS: 2022-03-22T23:20:07.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:20:07.374+0000|2022-03-22T23:20:07.386+0000|beef8ede-9c4f-4526-bc76-1772978534a1|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.242.92.77|12|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: beef8ede-9c4f-4526-bc76-1772978534a1, Transaction Id: CZNXT, 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-03-22 23:20:07.386 ERROR 1 --- [ask-scheduler-3] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: beef8ede-9c4f-4526-bc76-1772978534a1, Transaction Id: CZNXT, 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-03-22 23:20:07.388 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=beef8ede-9c4f-4526-bc76-1772978534a1, X-Begin-Timestamp=2022-03-22T23:20:07.372+0000, X-TransactionID=CZNXT, id=ec5e31a0-d1eb-2e9e-f4f9-b579835cc86f, timestamp=1647991207373}], headers={id=e7aa45d6-62b0-5c17-4cbe-1877615132a6, timestamp=1647991207387}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=beef8ede-9c4f-4526-bc76-1772978534a1, X-Begin-Timestamp=2022-03-22T23:20:07.372+0000, X-TransactionID=CZNXT, id=ec5e31a0-d1eb-2e9e-f4f9-b579835cc86f, timestamp=1647991207373}] 2022-03-22 23:20:26.480  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:20:26.481  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:20:26.481 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-03-22T23:20:37.374+0000|da68d72a-84a9-4379-98cf-306906cf3976|Request Id: da68d72a-84a9-4379-98cf-306906cf3976. Transaction Id: BK2JI. Begin TS: 2022-03-22T23:20:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:20:37.373 DEBUG 1 --- [ask-scheduler-2] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: da68d72a-84a9-4379-98cf-306906cf3976. Transaction Id: BK2JI. Begin TS: 2022-03-22T23:20:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:20:37.380+0000|2022-03-22T23:20:37.390+0000|da68d72a-84a9-4379-98cf-306906cf3976|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.242.92.77|10|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: da68d72a-84a9-4379-98cf-306906cf3976, Transaction Id: BK2JI, 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-03-22 23:20:37.391 ERROR 1 --- [ask-scheduler-2] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: da68d72a-84a9-4379-98cf-306906cf3976, Transaction Id: BK2JI, 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-03-22 23:20:37.394 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=da68d72a-84a9-4379-98cf-306906cf3976, X-Begin-Timestamp=2022-03-22T23:20:37.372+0000, X-TransactionID=BK2JI, id=a915298b-02a6-031c-6a1f-a41e7fc510d6, timestamp=1647991237375}], headers={id=ed8b84bd-b7f2-27ee-ba08-bc90382609e6, timestamp=1647991237393}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=da68d72a-84a9-4379-98cf-306906cf3976, X-Begin-Timestamp=2022-03-22T23:20:37.372+0000, X-TransactionID=BK2JI, id=a915298b-02a6-031c-6a1f-a41e7fc510d6, timestamp=1647991237375}] 2022-03-22T23:21:07.374+0000|2f732f4d-2cfa-40d4-8fa2-7a37de3f8654|Request Id: 2f732f4d-2cfa-40d4-8fa2-7a37de3f8654. Transaction Id: TVG5B. Begin TS: 2022-03-22T23:21:07.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:21:07.373 DEBUG 1 --- [ask-scheduler-9] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 2f732f4d-2cfa-40d4-8fa2-7a37de3f8654. Transaction Id: TVG5B. Begin TS: 2022-03-22T23:21:07.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:21:07.377+0000|2022-03-22T23:21:07.385+0000|2f732f4d-2cfa-40d4-8fa2-7a37de3f8654|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.242.92.77|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 2f732f4d-2cfa-40d4-8fa2-7a37de3f8654, Transaction Id: TVG5B, 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-03-22 23:21:07.385 ERROR 1 --- [ask-scheduler-9] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 2f732f4d-2cfa-40d4-8fa2-7a37de3f8654, Transaction Id: TVG5B, 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-03-22 23:21:07.386 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=2f732f4d-2cfa-40d4-8fa2-7a37de3f8654, X-Begin-Timestamp=2022-03-22T23:21:07.372+0000, X-TransactionID=TVG5B, id=33468d55-2d6a-1ab6-3c19-7de5f16ed462, timestamp=1647991267374}], headers={id=aff93556-949d-555f-983f-53319f9509fe, timestamp=1647991267386}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=2f732f4d-2cfa-40d4-8fa2-7a37de3f8654, X-Begin-Timestamp=2022-03-22T23:21:07.372+0000, X-TransactionID=TVG5B, id=33468d55-2d6a-1ab6-3c19-7de5f16ed462, timestamp=1647991267374}] 2022-03-22 23:21:26.489  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:21:26.489  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:21:26.489 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-03-22T23:21:37.373+0000|76f86fb8-a259-482c-afe4-b9d486eaf58e|Request Id: 76f86fb8-a259-482c-afe4-b9d486eaf58e. Transaction Id: IPOIP. Begin TS: 2022-03-22T23:21:37.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:21:37.373 DEBUG 1 --- [ask-scheduler-3] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 76f86fb8-a259-482c-afe4-b9d486eaf58e. Transaction Id: IPOIP. Begin TS: 2022-03-22T23:21:37.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:21:37.375+0000|2022-03-22T23:21:37.382+0000|76f86fb8-a259-482c-afe4-b9d486eaf58e|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.242.92.77|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 76f86fb8-a259-482c-afe4-b9d486eaf58e, Transaction Id: IPOIP, 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-03-22 23:21:37.382 ERROR 1 --- [ask-scheduler-3] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 76f86fb8-a259-482c-afe4-b9d486eaf58e, Transaction Id: IPOIP, 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-03-22 23:21:37.383 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=76f86fb8-a259-482c-afe4-b9d486eaf58e, X-Begin-Timestamp=2022-03-22T23:21:37.373+0000, X-TransactionID=IPOIP, id=84a48d38-c985-4103-7583-55d68bbb831a, timestamp=1647991297374}], headers={id=3169c26f-b32b-8596-0a90-84a15926f488, timestamp=1647991297383}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=76f86fb8-a259-482c-afe4-b9d486eaf58e, X-Begin-Timestamp=2022-03-22T23:21:37.373+0000, X-TransactionID=IPOIP, id=84a48d38-c985-4103-7583-55d68bbb831a, timestamp=1647991297374}] 2022-03-22T23:22:07.373+0000|c727ca3a-a61f-4acb-81af-4df6fc7790aa|Request Id: c727ca3a-a61f-4acb-81af-4df6fc7790aa. Transaction Id: LW54F. Begin TS: 2022-03-22T23:22:07.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:22:07.373 DEBUG 1 --- [ask-scheduler-3] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: c727ca3a-a61f-4acb-81af-4df6fc7790aa. Transaction Id: LW54F. Begin TS: 2022-03-22T23:22:07.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:22:07.374+0000|2022-03-22T23:22:07.383+0000|c727ca3a-a61f-4acb-81af-4df6fc7790aa|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.242.92.77|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: c727ca3a-a61f-4acb-81af-4df6fc7790aa, Transaction Id: LW54F, 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-03-22 23:22:07.383 ERROR 1 --- [ask-scheduler-3] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: c727ca3a-a61f-4acb-81af-4df6fc7790aa, Transaction Id: LW54F, 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-03-22 23:22:07.386 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=c727ca3a-a61f-4acb-81af-4df6fc7790aa, X-Begin-Timestamp=2022-03-22T23:22:07.373+0000, X-TransactionID=LW54F, id=4b2db2e0-eff2-1f26-f4d3-ce8e4645ace1, timestamp=1647991327373}], headers={id=6cef5970-af6a-fa58-4a4a-9659b046acf6, timestamp=1647991327385}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=c727ca3a-a61f-4acb-81af-4df6fc7790aa, X-Begin-Timestamp=2022-03-22T23:22:07.373+0000, X-TransactionID=LW54F, id=4b2db2e0-eff2-1f26-f4d3-ce8e4645ace1, timestamp=1647991327373}] 2022-03-22 23:22:26.481  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:22:26.482  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:22:26.482 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-03-22T23:22:37.374+0000|38afe32e-eaaf-468f-ba63-d04ae8e4880f|Request Id: 38afe32e-eaaf-468f-ba63-d04ae8e4880f. Transaction Id: EGEEZ. Begin TS: 2022-03-22T23:22:37.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:22:37.373 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 38afe32e-eaaf-468f-ba63-d04ae8e4880f. Transaction Id: EGEEZ. Begin TS: 2022-03-22T23:22:37.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:22:37.380+0000|2022-03-22T23:22:37.391+0000|38afe32e-eaaf-468f-ba63-d04ae8e4880f|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.242.92.77|11|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 38afe32e-eaaf-468f-ba63-d04ae8e4880f, Transaction Id: EGEEZ, 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-03-22 23:22:37.391 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 38afe32e-eaaf-468f-ba63-d04ae8e4880f, Transaction Id: EGEEZ, 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-03-22 23:22:37.393 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=38afe32e-eaaf-468f-ba63-d04ae8e4880f, X-Begin-Timestamp=2022-03-22T23:22:37.373+0000, X-TransactionID=EGEEZ, id=6b0810fc-dfc8-38ab-ee40-a196db01c7de, timestamp=1647991357375}], headers={id=cdcb84d4-8873-97e0-25b0-20e9f1387450, timestamp=1647991357393}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=38afe32e-eaaf-468f-ba63-d04ae8e4880f, X-Begin-Timestamp=2022-03-22T23:22:37.373+0000, X-TransactionID=EGEEZ, id=6b0810fc-dfc8-38ab-ee40-a196db01c7de, timestamp=1647991357375}] 2022-03-22T23:23:07.374+0000|11e29685-04fc-4c1d-a4b7-c1eee78ec2f5|Request Id: 11e29685-04fc-4c1d-a4b7-c1eee78ec2f5. Transaction Id: 5FKAA. Begin TS: 2022-03-22T23:23:07.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:23:07.373 DEBUG 1 --- [ask-scheduler-4] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 11e29685-04fc-4c1d-a4b7-c1eee78ec2f5. Transaction Id: 5FKAA. Begin TS: 2022-03-22T23:23:07.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:23:07.378+0000|2022-03-22T23:23:07.388+0000|11e29685-04fc-4c1d-a4b7-c1eee78ec2f5|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.242.92.77|10|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 11e29685-04fc-4c1d-a4b7-c1eee78ec2f5, Transaction Id: 5FKAA, 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-03-22 23:23:07.388 ERROR 1 --- [ask-scheduler-4] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 11e29685-04fc-4c1d-a4b7-c1eee78ec2f5, Transaction Id: 5FKAA, 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-03-22 23:23:07.390 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=11e29685-04fc-4c1d-a4b7-c1eee78ec2f5, X-Begin-Timestamp=2022-03-22T23:23:07.372+0000, X-TransactionID=5FKAA, id=7a3b48a4-793c-bc0c-6af7-0bbc4a77f6e4, timestamp=1647991387375}], headers={id=b3c24aeb-2333-edc1-7e13-bb9cee0f0a6b, timestamp=1647991387390}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=11e29685-04fc-4c1d-a4b7-c1eee78ec2f5, X-Begin-Timestamp=2022-03-22T23:23:07.372+0000, X-TransactionID=5FKAA, id=7a3b48a4-793c-bc0c-6af7-0bbc4a77f6e4, timestamp=1647991387375}] 2022-03-22 23:23:26.482  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:23:26.482  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:23:26.483 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-03-22T23:23:37.372+0000|bd7a8462-1510-428f-8f88-96a3f439fefb|Request Id: bd7a8462-1510-428f-8f88-96a3f439fefb. Transaction Id: G31EF. Begin TS: 2022-03-22T23:23:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:23:37.372 DEBUG 1 --- [ask-scheduler-3] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: bd7a8462-1510-428f-8f88-96a3f439fefb. Transaction Id: G31EF. Begin TS: 2022-03-22T23:23:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:23:37.374+0000|2022-03-22T23:23:37.382+0000|bd7a8462-1510-428f-8f88-96a3f439fefb|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.242.92.77|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: bd7a8462-1510-428f-8f88-96a3f439fefb, Transaction Id: G31EF, 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-03-22 23:23:37.382 ERROR 1 --- [ask-scheduler-3] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: bd7a8462-1510-428f-8f88-96a3f439fefb, Transaction Id: G31EF, 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-03-22 23:23:37.384 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=bd7a8462-1510-428f-8f88-96a3f439fefb, X-Begin-Timestamp=2022-03-22T23:23:37.372+0000, X-TransactionID=G31EF, id=432cba85-c530-4812-c3a1-a5105700a76f, timestamp=1647991417373}], headers={id=f447fb1c-c882-a413-ca44-be477abbb75b, timestamp=1647991417384}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=bd7a8462-1510-428f-8f88-96a3f439fefb, X-Begin-Timestamp=2022-03-22T23:23:37.372+0000, X-TransactionID=G31EF, id=432cba85-c530-4812-c3a1-a5105700a76f, timestamp=1647991417373}] 2022-03-22T23:24:07.372+0000|57768f86-d0df-4f7f-bf3c-28f4210e247b|Request Id: 57768f86-d0df-4f7f-bf3c-28f4210e247b. Transaction Id: LUJYK. Begin TS: 2022-03-22T23:24:07.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:24:07.372 DEBUG 1 --- [ask-scheduler-5] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 57768f86-d0df-4f7f-bf3c-28f4210e247b. Transaction Id: LUJYK. Begin TS: 2022-03-22T23:24:07.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:24:07.374+0000|2022-03-22T23:24:07.380+0000|57768f86-d0df-4f7f-bf3c-28f4210e247b|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.242.92.77|6|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 57768f86-d0df-4f7f-bf3c-28f4210e247b, Transaction Id: LUJYK, Elapsed Time: 6 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-03-22 23:24:07.380 ERROR 1 --- [ask-scheduler-5] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 57768f86-d0df-4f7f-bf3c-28f4210e247b, Transaction Id: LUJYK, Elapsed Time: 6 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-03-22 23:24:07.382 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=57768f86-d0df-4f7f-bf3c-28f4210e247b, X-Begin-Timestamp=2022-03-22T23:24:07.372+0000, X-TransactionID=LUJYK, id=44f393a8-6b57-fa24-2a3e-47f408214303, timestamp=1647991447373}], headers={id=5879e001-a2d0-c1d3-9351-7681f024a8d5, timestamp=1647991447382}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=57768f86-d0df-4f7f-bf3c-28f4210e247b, X-Begin-Timestamp=2022-03-22T23:24:07.372+0000, X-TransactionID=LUJYK, id=44f393a8-6b57-fa24-2a3e-47f408214303, timestamp=1647991447373}] 2022-03-22 23:24:26.480  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:24:26.481  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:24:26.481 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-03-22T23:24:37.374+0000|30c1d9b7-aead-4cae-b1d0-ef0527a40726|Request Id: 30c1d9b7-aead-4cae-b1d0-ef0527a40726. Transaction Id: T6AXU. Begin TS: 2022-03-22T23:24:37.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:24:37.373 DEBUG 1 --- [ask-scheduler-9] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 30c1d9b7-aead-4cae-b1d0-ef0527a40726. Transaction Id: T6AXU. Begin TS: 2022-03-22T23:24:37.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:24:37.378+0000|2022-03-22T23:24:37.391+0000|30c1d9b7-aead-4cae-b1d0-ef0527a40726|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.242.92.77|13|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 30c1d9b7-aead-4cae-b1d0-ef0527a40726, Transaction Id: T6AXU, 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-03-22 23:24:37.391 ERROR 1 --- [ask-scheduler-9] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 30c1d9b7-aead-4cae-b1d0-ef0527a40726, Transaction Id: T6AXU, 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-03-22 23:24:37.393 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=30c1d9b7-aead-4cae-b1d0-ef0527a40726, X-Begin-Timestamp=2022-03-22T23:24:37.373+0000, X-TransactionID=T6AXU, id=317eaaeb-3be1-759a-2245-0bd929eb6d5b, timestamp=1647991477375}], headers={id=1de9662d-4358-85d5-f692-5d76ad5b13ad, timestamp=1647991477393}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=30c1d9b7-aead-4cae-b1d0-ef0527a40726, X-Begin-Timestamp=2022-03-22T23:24:37.373+0000, X-TransactionID=T6AXU, id=317eaaeb-3be1-759a-2245-0bd929eb6d5b, timestamp=1647991477375}] 2022-03-22T23:25:07.373+0000|69797c96-e8c9-4fd0-bf80-678093b182e3|Request Id: 69797c96-e8c9-4fd0-bf80-678093b182e3. Transaction Id: Y2GFY. Begin TS: 2022-03-22T23:25:07.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:25:07.373 DEBUG 1 --- [ask-scheduler-7] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 69797c96-e8c9-4fd0-bf80-678093b182e3. Transaction Id: Y2GFY. Begin TS: 2022-03-22T23:25:07.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:25:07.376+0000|2022-03-22T23:25:07.385+0000|69797c96-e8c9-4fd0-bf80-678093b182e3|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.242.92.77|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 69797c96-e8c9-4fd0-bf80-678093b182e3, Transaction Id: Y2GFY, 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-03-22 23:25:07.385 ERROR 1 --- [ask-scheduler-7] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 69797c96-e8c9-4fd0-bf80-678093b182e3, Transaction Id: Y2GFY, 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-03-22 23:25:07.387 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=69797c96-e8c9-4fd0-bf80-678093b182e3, X-Begin-Timestamp=2022-03-22T23:25:07.372+0000, X-TransactionID=Y2GFY, id=6f824394-a7be-beeb-0220-9b10c87275ab, timestamp=1647991507374}], headers={id=723884d9-1deb-e958-240c-3b2792d1131e, timestamp=1647991507387}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=69797c96-e8c9-4fd0-bf80-678093b182e3, X-Begin-Timestamp=2022-03-22T23:25:07.372+0000, X-TransactionID=Y2GFY, id=6f824394-a7be-beeb-0220-9b10c87275ab, timestamp=1647991507374}] 2022-03-22 23:25:26.483  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:25:26.483  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:25:26.485 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-03-22T23:25:37.372+0000|ae07383d-2118-4dd2-9840-4b4f7056df5c|Request Id: ae07383d-2118-4dd2-9840-4b4f7056df5c. Transaction Id: XXA25. Begin TS: 2022-03-22T23:25:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:25:37.372 DEBUG 1 --- [ask-scheduler-6] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: ae07383d-2118-4dd2-9840-4b4f7056df5c. Transaction Id: XXA25. Begin TS: 2022-03-22T23:25:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:25:37.374+0000|2022-03-22T23:25:37.381+0000|ae07383d-2118-4dd2-9840-4b4f7056df5c|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.242.92.77|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: ae07383d-2118-4dd2-9840-4b4f7056df5c, Transaction Id: XXA25, 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-03-22 23:25:37.381 ERROR 1 --- [ask-scheduler-6] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: ae07383d-2118-4dd2-9840-4b4f7056df5c, Transaction Id: XXA25, 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-03-22 23:25:37.382 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=ae07383d-2118-4dd2-9840-4b4f7056df5c, X-Begin-Timestamp=2022-03-22T23:25:37.372+0000, X-TransactionID=XXA25, id=9a3f3bd1-4470-0cc7-77ef-4400b952ef59, timestamp=1647991537373}], headers={id=fc81668d-0a49-04cb-e418-3e9183a7369d, timestamp=1647991537382}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=ae07383d-2118-4dd2-9840-4b4f7056df5c, X-Begin-Timestamp=2022-03-22T23:25:37.372+0000, X-TransactionID=XXA25, id=9a3f3bd1-4470-0cc7-77ef-4400b952ef59, timestamp=1647991537373}] 2022-03-22T23:26:07.372+0000|5332e2ac-28e4-412d-90bf-ca0aa6783eb7|Request Id: 5332e2ac-28e4-412d-90bf-ca0aa6783eb7. Transaction Id: 85RMU. Begin TS: 2022-03-22T23:26:07.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:26:07.372 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 5332e2ac-28e4-412d-90bf-ca0aa6783eb7. Transaction Id: 85RMU. Begin TS: 2022-03-22T23:26:07.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:26:07.374+0000|2022-03-22T23:26:07.383+0000|5332e2ac-28e4-412d-90bf-ca0aa6783eb7|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.242.92.77|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 5332e2ac-28e4-412d-90bf-ca0aa6783eb7, Transaction Id: 85RMU, 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-03-22 23:26:07.383 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 5332e2ac-28e4-412d-90bf-ca0aa6783eb7, Transaction Id: 85RMU, 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-03-22 23:26:07.384 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=5332e2ac-28e4-412d-90bf-ca0aa6783eb7, X-Begin-Timestamp=2022-03-22T23:26:07.372+0000, X-TransactionID=85RMU, id=ff1130b3-4d67-f6ed-ffa1-938e1241b10c, timestamp=1647991567373}], headers={id=5394b671-c408-c514-106c-71c3ea0919e8, timestamp=1647991567384}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=5332e2ac-28e4-412d-90bf-ca0aa6783eb7, X-Begin-Timestamp=2022-03-22T23:26:07.372+0000, X-TransactionID=85RMU, id=ff1130b3-4d67-f6ed-ffa1-938e1241b10c, timestamp=1647991567373}] 2022-03-22 23:26:26.480  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:26:26.480  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:26:26.480 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-03-22T23:26:37.374+0000|7fdc3c5a-cc11-46e2-ab8b-c3f5863e9647|Request Id: 7fdc3c5a-cc11-46e2-ab8b-c3f5863e9647. Transaction Id: EVDZP. Begin TS: 2022-03-22T23:26:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:26:37.373 DEBUG 1 --- [ask-scheduler-7] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 7fdc3c5a-cc11-46e2-ab8b-c3f5863e9647. Transaction Id: EVDZP. Begin TS: 2022-03-22T23:26:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:26:37.379+0000|2022-03-22T23:26:37.391+0000|7fdc3c5a-cc11-46e2-ab8b-c3f5863e9647|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.242.92.77|12|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 7fdc3c5a-cc11-46e2-ab8b-c3f5863e9647, Transaction Id: EVDZP, 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-03-22 23:26:37.392 ERROR 1 --- [ask-scheduler-7] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 7fdc3c5a-cc11-46e2-ab8b-c3f5863e9647, Transaction Id: EVDZP, 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-03-22 23:26:37.395 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=7fdc3c5a-cc11-46e2-ab8b-c3f5863e9647, X-Begin-Timestamp=2022-03-22T23:26:37.372+0000, X-TransactionID=EVDZP, id=22d59de6-20f6-9bdb-6e5a-637ab0b3978e, timestamp=1647991597375}], headers={id=86fcf643-6e10-df4b-135e-1f57349da4c4, timestamp=1647991597394}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=7fdc3c5a-cc11-46e2-ab8b-c3f5863e9647, X-Begin-Timestamp=2022-03-22T23:26:37.372+0000, X-TransactionID=EVDZP, id=22d59de6-20f6-9bdb-6e5a-637ab0b3978e, timestamp=1647991597375}] 2022-03-22T23:27:07.374+0000|8b9e9689-80b4-4f04-92aa-668e388b89e5|Request Id: 8b9e9689-80b4-4f04-92aa-668e388b89e5. Transaction Id: SMRFN. Begin TS: 2022-03-22T23:27:07.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:27:07.373 DEBUG 1 --- [ask-scheduler-7] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 8b9e9689-80b4-4f04-92aa-668e388b89e5. Transaction Id: SMRFN. Begin TS: 2022-03-22T23:27:07.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:27:07.378+0000|2022-03-22T23:27:07.386+0000|8b9e9689-80b4-4f04-92aa-668e388b89e5|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.242.92.77|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 8b9e9689-80b4-4f04-92aa-668e388b89e5, Transaction Id: SMRFN, 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-03-22 23:27:07.386 ERROR 1 --- [ask-scheduler-7] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 8b9e9689-80b4-4f04-92aa-668e388b89e5, Transaction Id: SMRFN, 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-03-22 23:27:07.388 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=8b9e9689-80b4-4f04-92aa-668e388b89e5, X-Begin-Timestamp=2022-03-22T23:27:07.373+0000, X-TransactionID=SMRFN, id=3a161370-bed0-a940-6d26-ac90b194cc14, timestamp=1647991627375}], headers={id=93e0c9c1-099e-d48f-728b-011a53fabc5d, timestamp=1647991627388}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=8b9e9689-80b4-4f04-92aa-668e388b89e5, X-Begin-Timestamp=2022-03-22T23:27:07.373+0000, X-TransactionID=SMRFN, id=3a161370-bed0-a940-6d26-ac90b194cc14, timestamp=1647991627375}] 2022-03-22 23:27:26.482  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:27:26.483  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:27:26.483 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-03-22T23:27:37.373+0000|c7a7ddb1-de1f-4b1b-9fad-887661e4ff3b|Request Id: c7a7ddb1-de1f-4b1b-9fad-887661e4ff3b. Transaction Id: ACKWX. Begin TS: 2022-03-22T23:27:37.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:27:37.373 DEBUG 1 --- [ask-scheduler-2] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: c7a7ddb1-de1f-4b1b-9fad-887661e4ff3b. Transaction Id: ACKWX. Begin TS: 2022-03-22T23:27:37.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:27:37.375+0000|2022-03-22T23:27:37.381+0000|c7a7ddb1-de1f-4b1b-9fad-887661e4ff3b|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.242.92.77|6|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: c7a7ddb1-de1f-4b1b-9fad-887661e4ff3b, Transaction Id: ACKWX, Elapsed Time: 6 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-03-22 23:27:37.381 ERROR 1 --- [ask-scheduler-2] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: c7a7ddb1-de1f-4b1b-9fad-887661e4ff3b, Transaction Id: ACKWX, Elapsed Time: 6 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-03-22 23:27:37.382 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=c7a7ddb1-de1f-4b1b-9fad-887661e4ff3b, X-Begin-Timestamp=2022-03-22T23:27:37.373+0000, X-TransactionID=ACKWX, id=b016eac5-4f1d-5f7d-f604-7d63f80680ad, timestamp=1647991657374}], headers={id=f0a927f4-00e0-6c5b-40c3-55fa3a3b7074, timestamp=1647991657382}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=c7a7ddb1-de1f-4b1b-9fad-887661e4ff3b, X-Begin-Timestamp=2022-03-22T23:27:37.373+0000, X-TransactionID=ACKWX, id=b016eac5-4f1d-5f7d-f604-7d63f80680ad, timestamp=1647991657374}] 2022-03-22T23:28:07.372+0000|3272dbe5-b88e-4450-bccd-676550ff5f56|Request Id: 3272dbe5-b88e-4450-bccd-676550ff5f56. Transaction Id: MOYF7. Begin TS: 2022-03-22T23:28:07.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:28:07.372 DEBUG 1 --- [ask-scheduler-2] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 3272dbe5-b88e-4450-bccd-676550ff5f56. Transaction Id: MOYF7. Begin TS: 2022-03-22T23:28:07.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:28:07.373+0000|2022-03-22T23:28:07.381+0000|3272dbe5-b88e-4450-bccd-676550ff5f56|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.242.92.77|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 3272dbe5-b88e-4450-bccd-676550ff5f56, Transaction Id: MOYF7, 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-03-22 23:28:07.381 ERROR 1 --- [ask-scheduler-2] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 3272dbe5-b88e-4450-bccd-676550ff5f56, Transaction Id: MOYF7, 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-03-22 23:28:07.382 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=3272dbe5-b88e-4450-bccd-676550ff5f56, X-Begin-Timestamp=2022-03-22T23:28:07.372+0000, X-TransactionID=MOYF7, id=a49e2fe6-9c14-f463-da3c-e139ad3a452e, timestamp=1647991687372}], headers={id=0580d0f9-9d1d-1499-a745-326e6497fcac, timestamp=1647991687382}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=3272dbe5-b88e-4450-bccd-676550ff5f56, X-Begin-Timestamp=2022-03-22T23:28:07.372+0000, X-TransactionID=MOYF7, id=a49e2fe6-9c14-f463-da3c-e139ad3a452e, timestamp=1647991687372}] 2022-03-22 23:28:26.480  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:28:26.481  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:28:26.481 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-03-22T23:28:37.374+0000|8a5d2588-fe2f-41d3-ae1a-c191fcfef4cc|Request Id: 8a5d2588-fe2f-41d3-ae1a-c191fcfef4cc. Transaction Id: FIGRX. Begin TS: 2022-03-22T23:28:37.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:28:37.374 DEBUG 1 --- [sk-scheduler-10] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 8a5d2588-fe2f-41d3-ae1a-c191fcfef4cc. Transaction Id: FIGRX. Begin TS: 2022-03-22T23:28:37.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:28:37.380+0000|2022-03-22T23:28:37.389+0000|8a5d2588-fe2f-41d3-ae1a-c191fcfef4cc|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.242.92.77|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 8a5d2588-fe2f-41d3-ae1a-c191fcfef4cc, Transaction Id: FIGRX, 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-03-22 23:28:37.390 ERROR 1 --- [sk-scheduler-10] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 8a5d2588-fe2f-41d3-ae1a-c191fcfef4cc, Transaction Id: FIGRX, 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-03-22 23:28:37.393 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=8a5d2588-fe2f-41d3-ae1a-c191fcfef4cc, X-Begin-Timestamp=2022-03-22T23:28:37.373+0000, X-TransactionID=FIGRX, id=689fa172-9432-04b8-3b03-aa6dba5185cc, timestamp=1647991717376}], headers={id=af9282cf-916f-e856-6652-b3a04e103d17, timestamp=1647991717392}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=8a5d2588-fe2f-41d3-ae1a-c191fcfef4cc, X-Begin-Timestamp=2022-03-22T23:28:37.373+0000, X-TransactionID=FIGRX, id=689fa172-9432-04b8-3b03-aa6dba5185cc, timestamp=1647991717376}] 2022-03-22T23:29:07.374+0000|573684f3-7046-4531-86ba-2383240b5d41|Request Id: 573684f3-7046-4531-86ba-2383240b5d41. Transaction Id: SKHEA. Begin TS: 2022-03-22T23:29:07.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:29:07.373 DEBUG 1 --- [ask-scheduler-2] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 573684f3-7046-4531-86ba-2383240b5d41. Transaction Id: SKHEA. Begin TS: 2022-03-22T23:29:07.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:29:07.378+0000|2022-03-22T23:29:07.388+0000|573684f3-7046-4531-86ba-2383240b5d41|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.242.92.77|10|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 573684f3-7046-4531-86ba-2383240b5d41, Transaction Id: SKHEA, 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-03-22 23:29:07.388 ERROR 1 --- [ask-scheduler-2] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 573684f3-7046-4531-86ba-2383240b5d41, Transaction Id: SKHEA, 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-03-22 23:29:07.390 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=573684f3-7046-4531-86ba-2383240b5d41, X-Begin-Timestamp=2022-03-22T23:29:07.373+0000, X-TransactionID=SKHEA, id=02a6ef6f-c7f6-dd11-1272-56514f54baa6, timestamp=1647991747375}], headers={id=bf34bf1b-7008-750d-4e07-dca8f92d4fb2, timestamp=1647991747390}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=573684f3-7046-4531-86ba-2383240b5d41, X-Begin-Timestamp=2022-03-22T23:29:07.373+0000, X-TransactionID=SKHEA, id=02a6ef6f-c7f6-dd11-1272-56514f54baa6, timestamp=1647991747375}] 2022-03-22 23:29:26.485  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:29:26.485  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:29:26.485 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-03-22T23:29:37.373+0000|1b9b7517-2672-4b32-b368-2dbbd8da06b2|Request Id: 1b9b7517-2672-4b32-b368-2dbbd8da06b2. Transaction Id: H0LS5. Begin TS: 2022-03-22T23:29:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:29:37.372 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 1b9b7517-2672-4b32-b368-2dbbd8da06b2. Transaction Id: H0LS5. Begin TS: 2022-03-22T23:29:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:29:37.374+0000|2022-03-22T23:29:37.380+0000|1b9b7517-2672-4b32-b368-2dbbd8da06b2|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.242.92.77|6|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 1b9b7517-2672-4b32-b368-2dbbd8da06b2, Transaction Id: H0LS5, Elapsed Time: 6 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-03-22 23:29:37.380 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 1b9b7517-2672-4b32-b368-2dbbd8da06b2, Transaction Id: H0LS5, Elapsed Time: 6 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-03-22 23:29:37.381 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=1b9b7517-2672-4b32-b368-2dbbd8da06b2, X-Begin-Timestamp=2022-03-22T23:29:37.372+0000, X-TransactionID=H0LS5, id=ae1da700-ee34-da06-aace-93055e3564e9, timestamp=1647991777373}], headers={id=79c62833-320d-5e0a-c48e-44ef69cb8313, timestamp=1647991777381}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=1b9b7517-2672-4b32-b368-2dbbd8da06b2, X-Begin-Timestamp=2022-03-22T23:29:37.372+0000, X-TransactionID=H0LS5, id=ae1da700-ee34-da06-aace-93055e3564e9, timestamp=1647991777373}] 2022-03-22T23:30:07.373+0000|93783c34-7add-4068-a0bb-e55c13ce68d3|Request Id: 93783c34-7add-4068-a0bb-e55c13ce68d3. Transaction Id: ZRHPM. Begin TS: 2022-03-22T23:30:07.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:30:07.373 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 93783c34-7add-4068-a0bb-e55c13ce68d3. Transaction Id: ZRHPM. Begin TS: 2022-03-22T23:30:07.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:30:07.375+0000|2022-03-22T23:30:07.381+0000|93783c34-7add-4068-a0bb-e55c13ce68d3|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.242.92.77|6|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 93783c34-7add-4068-a0bb-e55c13ce68d3, Transaction Id: ZRHPM, Elapsed Time: 6 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-03-22 23:30:07.381 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 93783c34-7add-4068-a0bb-e55c13ce68d3, Transaction Id: ZRHPM, Elapsed Time: 6 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-03-22 23:30:07.382 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=93783c34-7add-4068-a0bb-e55c13ce68d3, X-Begin-Timestamp=2022-03-22T23:30:07.373+0000, X-TransactionID=ZRHPM, id=5a627557-61f5-1cba-2320-105b1fe7e9e6, timestamp=1647991807374}], headers={id=1670c361-b4fd-7eb6-439e-efb028f3ec88, timestamp=1647991807382}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=93783c34-7add-4068-a0bb-e55c13ce68d3, X-Begin-Timestamp=2022-03-22T23:30:07.373+0000, X-TransactionID=ZRHPM, id=5a627557-61f5-1cba-2320-105b1fe7e9e6, timestamp=1647991807374}] 2022-03-22 23:30:26.480  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:30:26.480  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:30:26.480 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-03-22T23:30:37.373+0000|5f3428e3-791e-4ea0-a687-878a9c7c2885|Request Id: 5f3428e3-791e-4ea0-a687-878a9c7c2885. Transaction Id: W9A4F. Begin TS: 2022-03-22T23:30:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:30:37.373 DEBUG 1 --- [ask-scheduler-9] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 5f3428e3-791e-4ea0-a687-878a9c7c2885. Transaction Id: W9A4F. Begin TS: 2022-03-22T23:30:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:30:37.382  INFO 1 --- [ask-scheduler-9] 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-03-22 23:30:37.382  INFO 1 --- [ask-scheduler-9] o.apache.http.impl.execchain.RetryExec  : Retrying request to {}->http://message-router:3904 2022-03-22T23:30:37.378+0000|2022-03-22T23:30:37.393+0000|5f3428e3-791e-4ea0-a687-878a9c7c2885|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.242.92.77|15|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 5f3428e3-791e-4ea0-a687-878a9c7c2885, Transaction Id: W9A4F, 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-03-22 23:30:37.393 ERROR 1 --- [ask-scheduler-9] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 5f3428e3-791e-4ea0-a687-878a9c7c2885, Transaction Id: W9A4F, 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-03-22 23:30:37.396 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=5f3428e3-791e-4ea0-a687-878a9c7c2885, X-Begin-Timestamp=2022-03-22T23:30:37.372+0000, X-TransactionID=W9A4F, id=29a3a927-9fe5-6143-f015-99fa8e7fd86d, timestamp=1647991837374}], headers={id=42aca204-35ad-3d1d-d744-e13ec3cb1a08, timestamp=1647991837396}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=5f3428e3-791e-4ea0-a687-878a9c7c2885, X-Begin-Timestamp=2022-03-22T23:30:37.372+0000, X-TransactionID=W9A4F, id=29a3a927-9fe5-6143-f015-99fa8e7fd86d, timestamp=1647991837374}] 2022-03-22T23:31:07.374+0000|7af78e65-aff3-48fb-badb-b6adb1af8a9c|Request Id: 7af78e65-aff3-48fb-badb-b6adb1af8a9c. Transaction Id: EMDDZ. Begin TS: 2022-03-22T23:31:07.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:31:07.373 DEBUG 1 --- [ask-scheduler-6] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 7af78e65-aff3-48fb-badb-b6adb1af8a9c. Transaction Id: EMDDZ. Begin TS: 2022-03-22T23:31:07.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:31:07.377+0000|2022-03-22T23:31:07.387+0000|7af78e65-aff3-48fb-badb-b6adb1af8a9c|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.242.92.77|10|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 7af78e65-aff3-48fb-badb-b6adb1af8a9c, Transaction Id: EMDDZ, 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-03-22 23:31:07.387 ERROR 1 --- [ask-scheduler-6] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 7af78e65-aff3-48fb-badb-b6adb1af8a9c, Transaction Id: EMDDZ, 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-03-22 23:31:07.389 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=7af78e65-aff3-48fb-badb-b6adb1af8a9c, X-Begin-Timestamp=2022-03-22T23:31:07.372+0000, X-TransactionID=EMDDZ, id=f194200e-ca58-b6ab-593e-c192e86c32e5, timestamp=1647991867374}], headers={id=9ea2cd26-d9ca-1351-a209-51334c94d9f9, timestamp=1647991867389}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=7af78e65-aff3-48fb-badb-b6adb1af8a9c, X-Begin-Timestamp=2022-03-22T23:31:07.372+0000, X-TransactionID=EMDDZ, id=f194200e-ca58-b6ab-593e-c192e86c32e5, timestamp=1647991867374}] 2022-03-22 23:31:26.484  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:31:26.484  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:31:26.484 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-03-22T23:31:37.372+0000|52dc7c45-5350-427b-8a36-78626c4424a3|Request Id: 52dc7c45-5350-427b-8a36-78626c4424a3. Transaction Id: C51SD. Begin TS: 2022-03-22T23:31:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:31:37.372 DEBUG 1 --- [ask-scheduler-6] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 52dc7c45-5350-427b-8a36-78626c4424a3. Transaction Id: C51SD. Begin TS: 2022-03-22T23:31:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:31:37.374+0000|2022-03-22T23:31:37.381+0000|52dc7c45-5350-427b-8a36-78626c4424a3|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.242.92.77|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 52dc7c45-5350-427b-8a36-78626c4424a3, Transaction Id: C51SD, 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-03-22 23:31:37.381 ERROR 1 --- [ask-scheduler-6] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 52dc7c45-5350-427b-8a36-78626c4424a3, Transaction Id: C51SD, 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-03-22 23:31:37.383 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=52dc7c45-5350-427b-8a36-78626c4424a3, X-Begin-Timestamp=2022-03-22T23:31:37.372+0000, X-TransactionID=C51SD, id=bdf403c8-28d8-429a-fa8c-85b732bac03a, timestamp=1647991897373}], headers={id=3f526423-29fa-9007-5a5a-9156d6b0027c, timestamp=1647991897382}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=52dc7c45-5350-427b-8a36-78626c4424a3, X-Begin-Timestamp=2022-03-22T23:31:37.372+0000, X-TransactionID=C51SD, id=bdf403c8-28d8-429a-fa8c-85b732bac03a, timestamp=1647991897373}] 2022-03-22T23:32:07.372+0000|0d419e3a-11c5-4a5a-95c5-f07bde3dcfbd|Request Id: 0d419e3a-11c5-4a5a-95c5-f07bde3dcfbd. Transaction Id: PTCSX. Begin TS: 2022-03-22T23:32:07.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:32:07.372 DEBUG 1 --- [ask-scheduler-6] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 0d419e3a-11c5-4a5a-95c5-f07bde3dcfbd. Transaction Id: PTCSX. Begin TS: 2022-03-22T23:32:07.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:32:07.374+0000|2022-03-22T23:32:07.380+0000|0d419e3a-11c5-4a5a-95c5-f07bde3dcfbd|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.242.92.77|6|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 0d419e3a-11c5-4a5a-95c5-f07bde3dcfbd, Transaction Id: PTCSX, Elapsed Time: 6 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-03-22 23:32:07.380 ERROR 1 --- [ask-scheduler-6] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 0d419e3a-11c5-4a5a-95c5-f07bde3dcfbd, Transaction Id: PTCSX, Elapsed Time: 6 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-03-22 23:32:07.381 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=0d419e3a-11c5-4a5a-95c5-f07bde3dcfbd, X-Begin-Timestamp=2022-03-22T23:32:07.372+0000, X-TransactionID=PTCSX, id=4bda0790-a343-862d-4231-ad75b263987b, timestamp=1647991927373}], headers={id=2d8c4f46-917b-570d-c949-0657fdc6b202, timestamp=1647991927381}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=0d419e3a-11c5-4a5a-95c5-f07bde3dcfbd, X-Begin-Timestamp=2022-03-22T23:32:07.372+0000, X-TransactionID=PTCSX, id=4bda0790-a343-862d-4231-ad75b263987b, timestamp=1647991927373}] 2022-03-22 23:32:26.480  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:32:26.480  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:32:26.480 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-03-22T23:32:37.373+0000|4fe93a42-7984-4a1d-bb4c-4a37f2430ace|Request Id: 4fe93a42-7984-4a1d-bb4c-4a37f2430ace. Transaction Id: RPHIJ. Begin TS: 2022-03-22T23:32:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:32:37.372 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 4fe93a42-7984-4a1d-bb4c-4a37f2430ace. Transaction Id: RPHIJ. Begin TS: 2022-03-22T23:32:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:32:37.375+0000|2022-03-22T23:32:37.382+0000|4fe93a42-7984-4a1d-bb4c-4a37f2430ace|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.242.92.77|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 4fe93a42-7984-4a1d-bb4c-4a37f2430ace, Transaction Id: RPHIJ, 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-03-22 23:32:37.382 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 4fe93a42-7984-4a1d-bb4c-4a37f2430ace, Transaction Id: RPHIJ, 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-03-22 23:32:37.385 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=4fe93a42-7984-4a1d-bb4c-4a37f2430ace, X-Begin-Timestamp=2022-03-22T23:32:37.372+0000, X-TransactionID=RPHIJ, id=8eda0fa6-4a82-a4e7-f5bc-dd5874bb4503, timestamp=1647991957373}], headers={id=e5bd0584-e164-d500-4c9e-c5c85bea765a, timestamp=1647991957384}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=4fe93a42-7984-4a1d-bb4c-4a37f2430ace, X-Begin-Timestamp=2022-03-22T23:32:37.372+0000, X-TransactionID=RPHIJ, id=8eda0fa6-4a82-a4e7-f5bc-dd5874bb4503, timestamp=1647991957373}] 2022-03-22T23:33:07.374+0000|fa21ac5f-8176-46c9-bce8-73d250b18a07|Request Id: fa21ac5f-8176-46c9-bce8-73d250b18a07. Transaction Id: Y8XLB. Begin TS: 2022-03-22T23:33:07.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:33:07.373 DEBUG 1 --- [ask-scheduler-5] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: fa21ac5f-8176-46c9-bce8-73d250b18a07. Transaction Id: Y8XLB. Begin TS: 2022-03-22T23:33:07.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:33:07.383  INFO 1 --- [ask-scheduler-5] 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-03-22 23:33:07.384  INFO 1 --- [ask-scheduler-5] o.apache.http.impl.execchain.RetryExec  : Retrying request to {}->http://message-router:3904 2022-03-22T23:33:07.379+0000|2022-03-22T23:33:07.390+0000|fa21ac5f-8176-46c9-bce8-73d250b18a07|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.242.92.77|11|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: fa21ac5f-8176-46c9-bce8-73d250b18a07, Transaction Id: Y8XLB, 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-03-22 23:33:07.391 ERROR 1 --- [ask-scheduler-5] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: fa21ac5f-8176-46c9-bce8-73d250b18a07, Transaction Id: Y8XLB, 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-03-22 23:33:07.393 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=fa21ac5f-8176-46c9-bce8-73d250b18a07, X-Begin-Timestamp=2022-03-22T23:33:07.373+0000, X-TransactionID=Y8XLB, id=2dfa65d8-cec2-aa06-ab9a-9dc8c6dd4f8a, timestamp=1647991987375}], headers={id=d88b2e28-cd69-bc18-5530-ba1a14d942ed, timestamp=1647991987393}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=fa21ac5f-8176-46c9-bce8-73d250b18a07, X-Begin-Timestamp=2022-03-22T23:33:07.373+0000, X-TransactionID=Y8XLB, id=2dfa65d8-cec2-aa06-ab9a-9dc8c6dd4f8a, timestamp=1647991987375}] 2022-03-22 23:33:26.482  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:33:26.483  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:33:26.483 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-03-22T23:33:37.373+0000|10d6c8fd-8d19-47b6-96b6-0c4363f77caf|Request Id: 10d6c8fd-8d19-47b6-96b6-0c4363f77caf. Transaction Id: JJDHP. Begin TS: 2022-03-22T23:33:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:33:37.372 DEBUG 1 --- [sk-scheduler-10] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 10d6c8fd-8d19-47b6-96b6-0c4363f77caf. Transaction Id: JJDHP. Begin TS: 2022-03-22T23:33:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:33:37.374+0000|2022-03-22T23:33:37.381+0000|10d6c8fd-8d19-47b6-96b6-0c4363f77caf|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.242.92.77|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 10d6c8fd-8d19-47b6-96b6-0c4363f77caf, Transaction Id: JJDHP, 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-03-22 23:33:37.381 ERROR 1 --- [sk-scheduler-10] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 10d6c8fd-8d19-47b6-96b6-0c4363f77caf, Transaction Id: JJDHP, 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-03-22 23:33:37.382 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=10d6c8fd-8d19-47b6-96b6-0c4363f77caf, X-Begin-Timestamp=2022-03-22T23:33:37.372+0000, X-TransactionID=JJDHP, id=0370ede0-064c-eb1b-4ed4-be2dbc350601, timestamp=1647992017373}], headers={id=ea3b2fca-6d34-7a99-ea98-64504b4842d4, timestamp=1647992017382}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=10d6c8fd-8d19-47b6-96b6-0c4363f77caf, X-Begin-Timestamp=2022-03-22T23:33:37.372+0000, X-TransactionID=JJDHP, id=0370ede0-064c-eb1b-4ed4-be2dbc350601, timestamp=1647992017373}] 2022-03-22T23:34:07.373+0000|59bf21ad-fa8e-4903-aeb1-f867c9298002|Request Id: 59bf21ad-fa8e-4903-aeb1-f867c9298002. Transaction Id: ONVI9. Begin TS: 2022-03-22T23:34:07.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:34:07.373 DEBUG 1 --- [ask-scheduler-3] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 59bf21ad-fa8e-4903-aeb1-f867c9298002. Transaction Id: ONVI9. Begin TS: 2022-03-22T23:34:07.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:34:07.374+0000|2022-03-22T23:34:07.385+0000|59bf21ad-fa8e-4903-aeb1-f867c9298002|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.242.92.77|11|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 59bf21ad-fa8e-4903-aeb1-f867c9298002, Transaction Id: ONVI9, 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-03-22 23:34:07.386 ERROR 1 --- [ask-scheduler-3] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 59bf21ad-fa8e-4903-aeb1-f867c9298002, Transaction Id: ONVI9, 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-03-22 23:34:07.387 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=59bf21ad-fa8e-4903-aeb1-f867c9298002, X-Begin-Timestamp=2022-03-22T23:34:07.372+0000, X-TransactionID=ONVI9, id=9d37fb8b-6bdd-d237-a029-ec46ad11ca0f, timestamp=1647992047373}], headers={id=f3efe9ed-be4d-3303-2330-9358aa40d7b0, timestamp=1647992047387}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=59bf21ad-fa8e-4903-aeb1-f867c9298002, X-Begin-Timestamp=2022-03-22T23:34:07.372+0000, X-TransactionID=ONVI9, id=9d37fb8b-6bdd-d237-a029-ec46ad11ca0f, timestamp=1647992047373}] 2022-03-22 23:34:26.480  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:34:26.480  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:34:26.480 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-03-22T23:34:37.372+0000|d6863b83-f19c-412e-88ea-36af2c884161|Request Id: d6863b83-f19c-412e-88ea-36af2c884161. Transaction Id: UH4WW. Begin TS: 2022-03-22T23:34:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:34:37.372 DEBUG 1 --- [ask-scheduler-3] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: d6863b83-f19c-412e-88ea-36af2c884161. Transaction Id: UH4WW. Begin TS: 2022-03-22T23:34:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:34:37.373+0000|2022-03-22T23:34:37.379+0000|d6863b83-f19c-412e-88ea-36af2c884161|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.242.92.77|6|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: d6863b83-f19c-412e-88ea-36af2c884161, Transaction Id: UH4WW, Elapsed Time: 6 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-03-22 23:34:37.379 ERROR 1 --- [ask-scheduler-3] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: d6863b83-f19c-412e-88ea-36af2c884161, Transaction Id: UH4WW, Elapsed Time: 6 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-03-22 23:34:37.381 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=d6863b83-f19c-412e-88ea-36af2c884161, X-Begin-Timestamp=2022-03-22T23:34:37.372+0000, X-TransactionID=UH4WW, id=bf73bee9-9c9f-d989-b376-5270b347464a, timestamp=1647992077372}], headers={id=41b03976-1e96-02f0-af5b-abcadf8a577f, timestamp=1647992077380}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=d6863b83-f19c-412e-88ea-36af2c884161, X-Begin-Timestamp=2022-03-22T23:34:37.372+0000, X-TransactionID=UH4WW, id=bf73bee9-9c9f-d989-b376-5270b347464a, timestamp=1647992077372}] 2022-03-22T23:35:07.374+0000|2884a87a-da7f-4edc-aede-bb4ca44b44cd|Request Id: 2884a87a-da7f-4edc-aede-bb4ca44b44cd. Transaction Id: KBRXU. Begin TS: 2022-03-22T23:35:07.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:35:07.373 DEBUG 1 --- [ask-scheduler-9] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 2884a87a-da7f-4edc-aede-bb4ca44b44cd. Transaction Id: KBRXU. Begin TS: 2022-03-22T23:35:07.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:35:07.379+0000|2022-03-22T23:35:07.388+0000|2884a87a-da7f-4edc-aede-bb4ca44b44cd|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.242.92.77|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 2884a87a-da7f-4edc-aede-bb4ca44b44cd, Transaction Id: KBRXU, 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-03-22 23:35:07.388 ERROR 1 --- [ask-scheduler-9] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 2884a87a-da7f-4edc-aede-bb4ca44b44cd, Transaction Id: KBRXU, 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-03-22 23:35:07.391 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=2884a87a-da7f-4edc-aede-bb4ca44b44cd, X-Begin-Timestamp=2022-03-22T23:35:07.373+0000, X-TransactionID=KBRXU, id=dfa0623e-dca4-71e6-6f6a-a0672fea469f, timestamp=1647992107375}], headers={id=1446f575-d44d-7f10-502d-5ead192c5b96, timestamp=1647992107390}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=2884a87a-da7f-4edc-aede-bb4ca44b44cd, X-Begin-Timestamp=2022-03-22T23:35:07.373+0000, X-TransactionID=KBRXU, id=dfa0623e-dca4-71e6-6f6a-a0672fea469f, timestamp=1647992107375}] 2022-03-22 23:35:26.482  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:35:26.483  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:35:26.483 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-03-22T23:35:37.373+0000|a07e5d24-440c-439e-953c-94e1b9e272f4|Request Id: a07e5d24-440c-439e-953c-94e1b9e272f4. Transaction Id: F4TIR. Begin TS: 2022-03-22T23:35:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:35:37.372 DEBUG 1 --- [ask-scheduler-9] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: a07e5d24-440c-439e-953c-94e1b9e272f4. Transaction Id: F4TIR. Begin TS: 2022-03-22T23:35:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:35:37.376+0000|2022-03-22T23:35:37.387+0000|a07e5d24-440c-439e-953c-94e1b9e272f4|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.242.92.77|11|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: a07e5d24-440c-439e-953c-94e1b9e272f4, Transaction Id: F4TIR, 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-03-22 23:35:37.387 ERROR 1 --- [ask-scheduler-9] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: a07e5d24-440c-439e-953c-94e1b9e272f4, Transaction Id: F4TIR, 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-03-22 23:35:37.391 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=a07e5d24-440c-439e-953c-94e1b9e272f4, X-Begin-Timestamp=2022-03-22T23:35:37.372+0000, X-TransactionID=F4TIR, id=a8975500-8ff9-143f-0f8d-d642440c2353, timestamp=1647992137373}], headers={id=21e682fb-86ad-cbb2-5a51-e2aa8ff2adcd, timestamp=1647992137391}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=a07e5d24-440c-439e-953c-94e1b9e272f4, X-Begin-Timestamp=2022-03-22T23:35:37.372+0000, X-TransactionID=F4TIR, id=a8975500-8ff9-143f-0f8d-d642440c2353, timestamp=1647992137373}] 2022-03-22T23:36:07.373+0000|09201020-2ec3-42fe-99fc-f361a8f5c2a3|Request Id: 09201020-2ec3-42fe-99fc-f361a8f5c2a3. Transaction Id: B6PRN. Begin TS: 2022-03-22T23:36:07.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:36:07.372 DEBUG 1 --- [ask-scheduler-9] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 09201020-2ec3-42fe-99fc-f361a8f5c2a3. Transaction Id: B6PRN. Begin TS: 2022-03-22T23:36:07.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:36:07.374+0000|2022-03-22T23:36:07.382+0000|09201020-2ec3-42fe-99fc-f361a8f5c2a3|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.242.92.77|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 09201020-2ec3-42fe-99fc-f361a8f5c2a3, Transaction Id: B6PRN, 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-03-22 23:36:07.382 ERROR 1 --- [ask-scheduler-9] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 09201020-2ec3-42fe-99fc-f361a8f5c2a3, Transaction Id: B6PRN, 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-03-22 23:36:07.384 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=09201020-2ec3-42fe-99fc-f361a8f5c2a3, X-Begin-Timestamp=2022-03-22T23:36:07.372+0000, X-TransactionID=B6PRN, id=795f5bf7-c144-d5ba-a496-a1e55796eade, timestamp=1647992167373}], headers={id=10ab462a-c00e-aec6-384d-0dc0f9113658, timestamp=1647992167384}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=09201020-2ec3-42fe-99fc-f361a8f5c2a3, X-Begin-Timestamp=2022-03-22T23:36:07.372+0000, X-TransactionID=B6PRN, id=795f5bf7-c144-d5ba-a496-a1e55796eade, timestamp=1647992167373}] 2022-03-22 23:36:26.481  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:36:26.481  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:36:26.481 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-03-22T23:36:37.373+0000|f77f8dcb-aed1-4147-a8e7-dae6c7685e28|Request Id: f77f8dcb-aed1-4147-a8e7-dae6c7685e28. Transaction Id: SL93O. Begin TS: 2022-03-22T23:36:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:36:37.373 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: f77f8dcb-aed1-4147-a8e7-dae6c7685e28. Transaction Id: SL93O. Begin TS: 2022-03-22T23:36:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:36:37.374+0000|2022-03-22T23:36:37.380+0000|f77f8dcb-aed1-4147-a8e7-dae6c7685e28|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.242.92.77|6|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: f77f8dcb-aed1-4147-a8e7-dae6c7685e28, Transaction Id: SL93O, Elapsed Time: 6 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-03-22 23:36:37.381 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: f77f8dcb-aed1-4147-a8e7-dae6c7685e28, Transaction Id: SL93O, Elapsed Time: 6 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-03-22 23:36:37.383 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=f77f8dcb-aed1-4147-a8e7-dae6c7685e28, X-Begin-Timestamp=2022-03-22T23:36:37.372+0000, X-TransactionID=SL93O, id=e4d0597a-9ff8-0ec8-9015-393e952aca62, timestamp=1647992197373}], headers={id=fedf7554-74a4-765f-e70d-e60415d06134, timestamp=1647992197383}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=f77f8dcb-aed1-4147-a8e7-dae6c7685e28, X-Begin-Timestamp=2022-03-22T23:36:37.372+0000, X-TransactionID=SL93O, id=e4d0597a-9ff8-0ec8-9015-393e952aca62, timestamp=1647992197373}] 2022-03-22T23:37:07.376+0000|17d848a8-1bf3-4a31-a178-4169c6e5bcc9|Request Id: 17d848a8-1bf3-4a31-a178-4169c6e5bcc9. Transaction Id: K6XWN. Begin TS: 2022-03-22T23:37:07.374+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:37:07.374 DEBUG 1 --- [ask-scheduler-5] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 17d848a8-1bf3-4a31-a178-4169c6e5bcc9. Transaction Id: K6XWN. Begin TS: 2022-03-22T23:37:07.374+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:37:07.382+0000|2022-03-22T23:37:07.400+0000|17d848a8-1bf3-4a31-a178-4169c6e5bcc9|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.242.92.77|18|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 17d848a8-1bf3-4a31-a178-4169c6e5bcc9, Transaction Id: K6XWN, 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-03-22 23:37:07.400 ERROR 1 --- [ask-scheduler-5] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 17d848a8-1bf3-4a31-a178-4169c6e5bcc9, Transaction Id: K6XWN, 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-03-22 23:37:07.402 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=17d848a8-1bf3-4a31-a178-4169c6e5bcc9, X-Begin-Timestamp=2022-03-22T23:37:07.374+0000, X-TransactionID=K6XWN, id=2f0806dd-fb12-2232-0d65-fcf76d1957f6, timestamp=1647992227377}], headers={id=fc1a19cf-75c3-b34a-79c6-8aa62341ee36, timestamp=1647992227402}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=17d848a8-1bf3-4a31-a178-4169c6e5bcc9, X-Begin-Timestamp=2022-03-22T23:37:07.374+0000, X-TransactionID=K6XWN, id=2f0806dd-fb12-2232-0d65-fcf76d1957f6, timestamp=1647992227377}] 2022-03-22 23:37:26.482  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:37:26.483  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:37:26.483 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-03-22T23:37:37.373+0000|79bf62b7-b8a6-4d1d-8d3c-0e350c9332b8|Request Id: 79bf62b7-b8a6-4d1d-8d3c-0e350c9332b8. Transaction Id: PM2W8. Begin TS: 2022-03-22T23:37:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:37:37.373 DEBUG 1 --- [sk-scheduler-10] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 79bf62b7-b8a6-4d1d-8d3c-0e350c9332b8. Transaction Id: PM2W8. Begin TS: 2022-03-22T23:37:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:37:37.375+0000|2022-03-22T23:37:37.383+0000|79bf62b7-b8a6-4d1d-8d3c-0e350c9332b8|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.242.92.77|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 79bf62b7-b8a6-4d1d-8d3c-0e350c9332b8, Transaction Id: PM2W8, 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-03-22 23:37:37.383 ERROR 1 --- [sk-scheduler-10] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 79bf62b7-b8a6-4d1d-8d3c-0e350c9332b8, Transaction Id: PM2W8, 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-03-22 23:37:37.385 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=79bf62b7-b8a6-4d1d-8d3c-0e350c9332b8, X-Begin-Timestamp=2022-03-22T23:37:37.372+0000, X-TransactionID=PM2W8, id=d6a7dd59-cc6d-5200-a4f3-471f1266b505, timestamp=1647992257373}], headers={id=8e2747e9-faba-f670-941e-848b6a14199c, timestamp=1647992257385}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=79bf62b7-b8a6-4d1d-8d3c-0e350c9332b8, X-Begin-Timestamp=2022-03-22T23:37:37.372+0000, X-TransactionID=PM2W8, id=d6a7dd59-cc6d-5200-a4f3-471f1266b505, timestamp=1647992257373}] 2022-03-22T23:38:07.373+0000|7f76aeeb-a3f0-4f9a-9b0f-f7cca7643b15|Request Id: 7f76aeeb-a3f0-4f9a-9b0f-f7cca7643b15. Transaction Id: 582JY. Begin TS: 2022-03-22T23:38:07.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:38:07.372 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 7f76aeeb-a3f0-4f9a-9b0f-f7cca7643b15. Transaction Id: 582JY. Begin TS: 2022-03-22T23:38:07.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:38:07.374+0000|2022-03-22T23:38:07.380+0000|7f76aeeb-a3f0-4f9a-9b0f-f7cca7643b15|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.242.92.77|6|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 7f76aeeb-a3f0-4f9a-9b0f-f7cca7643b15, Transaction Id: 582JY, Elapsed Time: 6 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-03-22 23:38:07.380 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 7f76aeeb-a3f0-4f9a-9b0f-f7cca7643b15, Transaction Id: 582JY, Elapsed Time: 6 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-03-22 23:38:07.382 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=7f76aeeb-a3f0-4f9a-9b0f-f7cca7643b15, X-Begin-Timestamp=2022-03-22T23:38:07.372+0000, X-TransactionID=582JY, id=07eb1528-ac9f-31a5-b6d9-3c67fadac916, timestamp=1647992287373}], headers={id=2cc1e2c6-223d-2b5c-f1b0-df64b1708fbb, timestamp=1647992287382}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=7f76aeeb-a3f0-4f9a-9b0f-f7cca7643b15, X-Begin-Timestamp=2022-03-22T23:38:07.372+0000, X-TransactionID=582JY, id=07eb1528-ac9f-31a5-b6d9-3c67fadac916, timestamp=1647992287373}] 2022-03-22 23:38:26.480  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:38:26.480  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:38:26.480 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-03-22T23:38:37.372+0000|be08bc02-5a8b-4455-afad-d5e980df5f4b|Request Id: be08bc02-5a8b-4455-afad-d5e980df5f4b. Transaction Id: LLRPC. Begin TS: 2022-03-22T23:38:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:38:37.372 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: be08bc02-5a8b-4455-afad-d5e980df5f4b. Transaction Id: LLRPC. Begin TS: 2022-03-22T23:38:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:38:37.373+0000|2022-03-22T23:38:37.380+0000|be08bc02-5a8b-4455-afad-d5e980df5f4b|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.242.92.77|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: be08bc02-5a8b-4455-afad-d5e980df5f4b, Transaction Id: LLRPC, 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-03-22 23:38:37.380 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: be08bc02-5a8b-4455-afad-d5e980df5f4b, Transaction Id: LLRPC, 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-03-22 23:38:37.381 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=be08bc02-5a8b-4455-afad-d5e980df5f4b, X-Begin-Timestamp=2022-03-22T23:38:37.372+0000, X-TransactionID=LLRPC, id=24886af8-586c-34d0-f7bf-745f612eeac5, timestamp=1647992317373}], headers={id=c41d65de-6a57-436d-ddd9-ab1fc6e0abf3, timestamp=1647992317381}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=be08bc02-5a8b-4455-afad-d5e980df5f4b, X-Begin-Timestamp=2022-03-22T23:38:37.372+0000, X-TransactionID=LLRPC, id=24886af8-586c-34d0-f7bf-745f612eeac5, timestamp=1647992317373}] 2022-03-22T23:39:07.376+0000|0c5138c1-8163-4801-ba76-3faaefc0b9b9|Request Id: 0c5138c1-8163-4801-ba76-3faaefc0b9b9. Transaction Id: HDP0X. Begin TS: 2022-03-22T23:39:07.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:39:07.374 DEBUG 1 --- [ask-scheduler-6] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 0c5138c1-8163-4801-ba76-3faaefc0b9b9. Transaction Id: HDP0X. Begin TS: 2022-03-22T23:39:07.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:39:07.382+0000|2022-03-22T23:39:07.394+0000|0c5138c1-8163-4801-ba76-3faaefc0b9b9|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.242.92.77|12|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 0c5138c1-8163-4801-ba76-3faaefc0b9b9, Transaction Id: HDP0X, 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-03-22 23:39:07.394 ERROR 1 --- [ask-scheduler-6] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 0c5138c1-8163-4801-ba76-3faaefc0b9b9, Transaction Id: HDP0X, 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-03-22 23:39:07.398 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=0c5138c1-8163-4801-ba76-3faaefc0b9b9, X-Begin-Timestamp=2022-03-22T23:39:07.373+0000, X-TransactionID=HDP0X, id=4563f6c6-34c5-5505-ed15-dcecc736bd85, timestamp=1647992347377}], headers={id=36487f80-38fb-3901-bbd5-aec3fb4fd520, timestamp=1647992347397}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=0c5138c1-8163-4801-ba76-3faaefc0b9b9, X-Begin-Timestamp=2022-03-22T23:39:07.373+0000, X-TransactionID=HDP0X, id=4563f6c6-34c5-5505-ed15-dcecc736bd85, timestamp=1647992347377}] 2022-03-22 23:39:26.483  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:39:26.483  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:39:26.484 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-03-22T23:39:37.373+0000|24ef5aac-32ea-4e1b-a85f-f803eb158de4|Request Id: 24ef5aac-32ea-4e1b-a85f-f803eb158de4. Transaction Id: SFPCR. Begin TS: 2022-03-22T23:39:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:39:37.372 DEBUG 1 --- [ask-scheduler-3] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 24ef5aac-32ea-4e1b-a85f-f803eb158de4. Transaction Id: SFPCR. Begin TS: 2022-03-22T23:39:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:39:37.374+0000|2022-03-22T23:39:37.381+0000|24ef5aac-32ea-4e1b-a85f-f803eb158de4|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.242.92.77|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 24ef5aac-32ea-4e1b-a85f-f803eb158de4, Transaction Id: SFPCR, 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-03-22 23:39:37.381 ERROR 1 --- [ask-scheduler-3] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 24ef5aac-32ea-4e1b-a85f-f803eb158de4, Transaction Id: SFPCR, 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-03-22 23:39:37.383 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=24ef5aac-32ea-4e1b-a85f-f803eb158de4, X-Begin-Timestamp=2022-03-22T23:39:37.372+0000, X-TransactionID=SFPCR, id=b31080cb-c459-e9f8-7598-2cc66e2f3db2, timestamp=1647992377373}], headers={id=d74a9c1f-5416-ae03-7f2f-73cda41611fe, timestamp=1647992377382}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=24ef5aac-32ea-4e1b-a85f-f803eb158de4, X-Begin-Timestamp=2022-03-22T23:39:37.372+0000, X-TransactionID=SFPCR, id=b31080cb-c459-e9f8-7598-2cc66e2f3db2, timestamp=1647992377373}] 2022-03-22T23:40:07.372+0000|2c8bb0b4-b7d9-474b-b931-623290731434|Request Id: 2c8bb0b4-b7d9-474b-b931-623290731434. Transaction Id: WE0AV. Begin TS: 2022-03-22T23:40:07.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:40:07.372 DEBUG 1 --- [ask-scheduler-7] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 2c8bb0b4-b7d9-474b-b931-623290731434. Transaction Id: WE0AV. Begin TS: 2022-03-22T23:40:07.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:40:07.374+0000|2022-03-22T23:40:07.381+0000|2c8bb0b4-b7d9-474b-b931-623290731434|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.242.92.77|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 2c8bb0b4-b7d9-474b-b931-623290731434, Transaction Id: WE0AV, 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-03-22 23:40:07.381 ERROR 1 --- [ask-scheduler-7] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 2c8bb0b4-b7d9-474b-b931-623290731434, Transaction Id: WE0AV, 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-03-22 23:40:07.382 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=2c8bb0b4-b7d9-474b-b931-623290731434, X-Begin-Timestamp=2022-03-22T23:40:07.372+0000, X-TransactionID=WE0AV, id=6e27e454-34b8-ff8f-3f28-c289dd0c0ed3, timestamp=1647992407373}], headers={id=ef298e04-693b-9833-347f-03fb9a161a9c, timestamp=1647992407382}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=2c8bb0b4-b7d9-474b-b931-623290731434, X-Begin-Timestamp=2022-03-22T23:40:07.372+0000, X-TransactionID=WE0AV, id=6e27e454-34b8-ff8f-3f28-c289dd0c0ed3, timestamp=1647992407373}] 2022-03-22 23:40:26.479  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:40:26.480  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:40:26.480 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-03-22T23:40:37.373+0000|92e95d6c-5bd4-4d91-8fa0-e0fcbfecc8a9|Request Id: 92e95d6c-5bd4-4d91-8fa0-e0fcbfecc8a9. Transaction Id: GZYVH. Begin TS: 2022-03-22T23:40:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:40:37.372 DEBUG 1 --- [ask-scheduler-2] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 92e95d6c-5bd4-4d91-8fa0-e0fcbfecc8a9. Transaction Id: GZYVH. Begin TS: 2022-03-22T23:40:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:40:37.374+0000|2022-03-22T23:40:37.380+0000|92e95d6c-5bd4-4d91-8fa0-e0fcbfecc8a9|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.242.92.77|6|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 92e95d6c-5bd4-4d91-8fa0-e0fcbfecc8a9, Transaction Id: GZYVH, Elapsed Time: 6 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-03-22 23:40:37.381 ERROR 1 --- [ask-scheduler-2] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 92e95d6c-5bd4-4d91-8fa0-e0fcbfecc8a9, Transaction Id: GZYVH, Elapsed Time: 6 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-03-22 23:40:37.382 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=92e95d6c-5bd4-4d91-8fa0-e0fcbfecc8a9, X-Begin-Timestamp=2022-03-22T23:40:37.372+0000, X-TransactionID=GZYVH, id=a8638787-d1fd-fd4f-4df0-c33f5fe1997d, timestamp=1647992437373}], headers={id=3baeefbc-89da-dcac-7878-ef53bbe78eb4, timestamp=1647992437381}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=92e95d6c-5bd4-4d91-8fa0-e0fcbfecc8a9, X-Begin-Timestamp=2022-03-22T23:40:37.372+0000, X-TransactionID=GZYVH, id=a8638787-d1fd-fd4f-4df0-c33f5fe1997d, timestamp=1647992437373}] 2022-03-22T23:41:07.374+0000|4b25e6a0-fb96-46fe-afdf-fd5b0a253824|Request Id: 4b25e6a0-fb96-46fe-afdf-fd5b0a253824. Transaction Id: 8OOGN. Begin TS: 2022-03-22T23:41:07.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:41:07.373 DEBUG 1 --- [ask-scheduler-3] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 4b25e6a0-fb96-46fe-afdf-fd5b0a253824. Transaction Id: 8OOGN. Begin TS: 2022-03-22T23:41:07.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:41:07.378+0000|2022-03-22T23:41:07.388+0000|4b25e6a0-fb96-46fe-afdf-fd5b0a253824|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.242.92.77|10|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 4b25e6a0-fb96-46fe-afdf-fd5b0a253824, Transaction Id: 8OOGN, 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-03-22 23:41:07.388 ERROR 1 --- [ask-scheduler-3] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 4b25e6a0-fb96-46fe-afdf-fd5b0a253824, Transaction Id: 8OOGN, 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-03-22 23:41:07.391 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=4b25e6a0-fb96-46fe-afdf-fd5b0a253824, X-Begin-Timestamp=2022-03-22T23:41:07.373+0000, X-TransactionID=8OOGN, id=4899fa49-8e17-4bfa-78dc-dbc08551a523, timestamp=1647992467375}], headers={id=6bff04d7-a609-bd1f-fb48-74ee671409ff, timestamp=1647992467391}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=4b25e6a0-fb96-46fe-afdf-fd5b0a253824, X-Begin-Timestamp=2022-03-22T23:41:07.373+0000, X-TransactionID=8OOGN, id=4899fa49-8e17-4bfa-78dc-dbc08551a523, timestamp=1647992467375}] 2022-03-22 23:41:26.483  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:41:26.484  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:41:26.484 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-03-22T23:41:37.373+0000|7ee64621-fabf-4f42-aa99-822a2261d164|Request Id: 7ee64621-fabf-4f42-aa99-822a2261d164. Transaction Id: DXJZL. Begin TS: 2022-03-22T23:41:37.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:41:37.373 DEBUG 1 --- [ask-scheduler-3] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 7ee64621-fabf-4f42-aa99-822a2261d164. Transaction Id: DXJZL. Begin TS: 2022-03-22T23:41:37.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:41:37.374+0000|2022-03-22T23:41:37.382+0000|7ee64621-fabf-4f42-aa99-822a2261d164|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.242.92.77|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 7ee64621-fabf-4f42-aa99-822a2261d164, Transaction Id: DXJZL, 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-03-22 23:41:37.382 ERROR 1 --- [ask-scheduler-3] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 7ee64621-fabf-4f42-aa99-822a2261d164, Transaction Id: DXJZL, 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-03-22 23:41:37.384 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=7ee64621-fabf-4f42-aa99-822a2261d164, X-Begin-Timestamp=2022-03-22T23:41:37.373+0000, X-TransactionID=DXJZL, id=69763a26-8092-340b-eb5f-f686a0184e3f, timestamp=1647992497373}], headers={id=a50e256e-1add-677d-0447-e29405662fd6, timestamp=1647992497383}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=7ee64621-fabf-4f42-aa99-822a2261d164, X-Begin-Timestamp=2022-03-22T23:41:37.373+0000, X-TransactionID=DXJZL, id=69763a26-8092-340b-eb5f-f686a0184e3f, timestamp=1647992497373}] 2022-03-22T23:42:07.373+0000|59101400-ecc6-477e-843d-9669f378fe89|Request Id: 59101400-ecc6-477e-843d-9669f378fe89. Transaction Id: FGOEZ. Begin TS: 2022-03-22T23:42:07.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:42:07.372 DEBUG 1 --- [ask-scheduler-2] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 59101400-ecc6-477e-843d-9669f378fe89. Transaction Id: FGOEZ. Begin TS: 2022-03-22T23:42:07.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:42:07.374+0000|2022-03-22T23:42:07.379+0000|59101400-ecc6-477e-843d-9669f378fe89|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.242.92.77|5|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 59101400-ecc6-477e-843d-9669f378fe89, Transaction Id: FGOEZ, Elapsed Time: 5 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-03-22 23:42:07.379 ERROR 1 --- [ask-scheduler-2] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 59101400-ecc6-477e-843d-9669f378fe89, Transaction Id: FGOEZ, Elapsed Time: 5 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-03-22 23:42:07.380 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=59101400-ecc6-477e-843d-9669f378fe89, X-Begin-Timestamp=2022-03-22T23:42:07.372+0000, X-TransactionID=FGOEZ, id=d8153589-62fc-6cd5-a68b-c4e2489da5b9, timestamp=1647992527373}], headers={id=00d1f5a1-2050-2ec7-ebef-99f77c41156b, timestamp=1647992527380}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=59101400-ecc6-477e-843d-9669f378fe89, X-Begin-Timestamp=2022-03-22T23:42:07.372+0000, X-TransactionID=FGOEZ, id=d8153589-62fc-6cd5-a68b-c4e2489da5b9, timestamp=1647992527373}] 2022-03-22 23:42:26.480  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:42:26.480  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:42:26.480 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-03-22T23:42:37.373+0000|a642b22d-06a3-4e1b-84f4-04fbb1f7fa2a|Request Id: a642b22d-06a3-4e1b-84f4-04fbb1f7fa2a. Transaction Id: WRI96. Begin TS: 2022-03-22T23:42:37.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:42:37.373 DEBUG 1 --- [ask-scheduler-7] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: a642b22d-06a3-4e1b-84f4-04fbb1f7fa2a. Transaction Id: WRI96. Begin TS: 2022-03-22T23:42:37.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:42:37.376+0000|2022-03-22T23:42:37.383+0000|a642b22d-06a3-4e1b-84f4-04fbb1f7fa2a|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.242.92.77|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: a642b22d-06a3-4e1b-84f4-04fbb1f7fa2a, Transaction Id: WRI96, 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-03-22 23:42:37.383 ERROR 1 --- [ask-scheduler-7] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: a642b22d-06a3-4e1b-84f4-04fbb1f7fa2a, Transaction Id: WRI96, 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-03-22 23:42:37.385 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=a642b22d-06a3-4e1b-84f4-04fbb1f7fa2a, X-Begin-Timestamp=2022-03-22T23:42:37.373+0000, X-TransactionID=WRI96, id=99617f95-12d4-c5fd-fc74-fa6dd895591d, timestamp=1647992557374}], headers={id=0a4a0552-58bd-1b1c-a036-3a89ba13797d, timestamp=1647992557385}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=a642b22d-06a3-4e1b-84f4-04fbb1f7fa2a, X-Begin-Timestamp=2022-03-22T23:42:37.373+0000, X-TransactionID=WRI96, id=99617f95-12d4-c5fd-fc74-fa6dd895591d, timestamp=1647992557374}] 2022-03-22T23:43:07.375+0000|4a5d2712-1a0d-4edf-813c-0228d4948a9c|Request Id: 4a5d2712-1a0d-4edf-813c-0228d4948a9c. Transaction Id: YQG3T. Begin TS: 2022-03-22T23:43:07.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:43:07.374 DEBUG 1 --- [ask-scheduler-5] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 4a5d2712-1a0d-4edf-813c-0228d4948a9c. Transaction Id: YQG3T. Begin TS: 2022-03-22T23:43:07.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:43:07.385  INFO 1 --- [ask-scheduler-5] 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-03-22 23:43:07.385  INFO 1 --- [ask-scheduler-5] o.apache.http.impl.execchain.RetryExec  : Retrying request to {}->http://message-router:3904 2022-03-22T23:43:07.380+0000|2022-03-22T23:43:07.392+0000|4a5d2712-1a0d-4edf-813c-0228d4948a9c|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.242.92.77|12|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 4a5d2712-1a0d-4edf-813c-0228d4948a9c, Transaction Id: YQG3T, 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-03-22 23:43:07.392 ERROR 1 --- [ask-scheduler-5] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 4a5d2712-1a0d-4edf-813c-0228d4948a9c, Transaction Id: YQG3T, 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-03-22 23:43:07.395 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=4a5d2712-1a0d-4edf-813c-0228d4948a9c, X-Begin-Timestamp=2022-03-22T23:43:07.373+0000, X-TransactionID=YQG3T, id=624564b1-120a-072d-15ec-83d7efbc1c23, timestamp=1647992587376}], headers={id=4366895e-47e7-f416-2322-da7b31ceb30f, timestamp=1647992587395}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=4a5d2712-1a0d-4edf-813c-0228d4948a9c, X-Begin-Timestamp=2022-03-22T23:43:07.373+0000, X-TransactionID=YQG3T, id=624564b1-120a-072d-15ec-83d7efbc1c23, timestamp=1647992587376}] 2022-03-22 23:43:26.487  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:43:26.488  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:43:26.488 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-03-22T23:43:37.373+0000|9ea28586-1d85-4c96-841c-c5d6db7cf236|Request Id: 9ea28586-1d85-4c96-841c-c5d6db7cf236. Transaction Id: EMEC7. Begin TS: 2022-03-22T23:43:37.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:43:37.373 DEBUG 1 --- [ask-scheduler-5] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 9ea28586-1d85-4c96-841c-c5d6db7cf236. Transaction Id: EMEC7. Begin TS: 2022-03-22T23:43:37.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:43:37.375+0000|2022-03-22T23:43:37.382+0000|9ea28586-1d85-4c96-841c-c5d6db7cf236|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.242.92.77|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 9ea28586-1d85-4c96-841c-c5d6db7cf236, Transaction Id: EMEC7, 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-03-22 23:43:37.382 ERROR 1 --- [ask-scheduler-5] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 9ea28586-1d85-4c96-841c-c5d6db7cf236, Transaction Id: EMEC7, 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-03-22 23:43:37.383 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=9ea28586-1d85-4c96-841c-c5d6db7cf236, X-Begin-Timestamp=2022-03-22T23:43:37.373+0000, X-TransactionID=EMEC7, id=1eb1b713-0811-06e8-6d82-29d4f095c169, timestamp=1647992617374}], headers={id=a0a5503e-d590-df0c-0abc-679755736bd5, timestamp=1647992617382}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=9ea28586-1d85-4c96-841c-c5d6db7cf236, X-Begin-Timestamp=2022-03-22T23:43:37.373+0000, X-TransactionID=EMEC7, id=1eb1b713-0811-06e8-6d82-29d4f095c169, timestamp=1647992617374}] 2022-03-22T23:44:07.372+0000|1597374d-bfb0-49c3-8155-aa013143c5d8|Request Id: 1597374d-bfb0-49c3-8155-aa013143c5d8. Transaction Id: UYV8R. Begin TS: 2022-03-22T23:44:07.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:44:07.372 DEBUG 1 --- [sk-scheduler-10] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 1597374d-bfb0-49c3-8155-aa013143c5d8. Transaction Id: UYV8R. Begin TS: 2022-03-22T23:44:07.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:44:07.373+0000|2022-03-22T23:44:07.381+0000|1597374d-bfb0-49c3-8155-aa013143c5d8|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.242.92.77|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 1597374d-bfb0-49c3-8155-aa013143c5d8, Transaction Id: UYV8R, 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-03-22 23:44:07.381 ERROR 1 --- [sk-scheduler-10] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 1597374d-bfb0-49c3-8155-aa013143c5d8, Transaction Id: UYV8R, 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-03-22 23:44:07.382 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=1597374d-bfb0-49c3-8155-aa013143c5d8, X-Begin-Timestamp=2022-03-22T23:44:07.372+0000, X-TransactionID=UYV8R, id=6b6b17d6-3e7e-5ea0-53e1-5f13834139b8, timestamp=1647992647373}], headers={id=08962df1-cda5-34c3-fe4e-86ca1fb35a2c, timestamp=1647992647382}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=1597374d-bfb0-49c3-8155-aa013143c5d8, X-Begin-Timestamp=2022-03-22T23:44:07.372+0000, X-TransactionID=UYV8R, id=6b6b17d6-3e7e-5ea0-53e1-5f13834139b8, timestamp=1647992647373}] 2022-03-22 23:44:26.479  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:44:26.479  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:44:26.479 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-03-22T23:44:37.373+0000|4965f3d3-d0c5-496d-b96a-e4fe2c47264b|Request Id: 4965f3d3-d0c5-496d-b96a-e4fe2c47264b. Transaction Id: 2HOKR. Begin TS: 2022-03-22T23:44:37.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:44:37.373 DEBUG 1 --- [ask-scheduler-4] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 4965f3d3-d0c5-496d-b96a-e4fe2c47264b. Transaction Id: 2HOKR. Begin TS: 2022-03-22T23:44:37.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:44:37.376+0000|2022-03-22T23:44:37.383+0000|4965f3d3-d0c5-496d-b96a-e4fe2c47264b|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.242.92.77|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 4965f3d3-d0c5-496d-b96a-e4fe2c47264b, Transaction Id: 2HOKR, 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-03-22 23:44:37.383 ERROR 1 --- [ask-scheduler-4] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 4965f3d3-d0c5-496d-b96a-e4fe2c47264b, Transaction Id: 2HOKR, 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-03-22 23:44:37.385 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=4965f3d3-d0c5-496d-b96a-e4fe2c47264b, X-Begin-Timestamp=2022-03-22T23:44:37.373+0000, X-TransactionID=2HOKR, id=1cb4837e-233a-6e3a-6b70-3b951262e8fb, timestamp=1647992677374}], headers={id=da1d6735-60f3-3ec1-3df5-85688d97bf46, timestamp=1647992677385}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=4965f3d3-d0c5-496d-b96a-e4fe2c47264b, X-Begin-Timestamp=2022-03-22T23:44:37.373+0000, X-TransactionID=2HOKR, id=1cb4837e-233a-6e3a-6b70-3b951262e8fb, timestamp=1647992677374}] 2022-03-22T23:45:07.374+0000|7f18e892-9957-4fa7-8c20-f0128fce69de|Request Id: 7f18e892-9957-4fa7-8c20-f0128fce69de. Transaction Id: RPGF3. Begin TS: 2022-03-22T23:45:07.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:45:07.373 DEBUG 1 --- [ask-scheduler-7] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 7f18e892-9957-4fa7-8c20-f0128fce69de. Transaction Id: RPGF3. Begin TS: 2022-03-22T23:45:07.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:45:07.379+0000|2022-03-22T23:45:07.388+0000|7f18e892-9957-4fa7-8c20-f0128fce69de|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.242.92.77|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 7f18e892-9957-4fa7-8c20-f0128fce69de, Transaction Id: RPGF3, 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-03-22 23:45:07.388 ERROR 1 --- [ask-scheduler-7] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 7f18e892-9957-4fa7-8c20-f0128fce69de, Transaction Id: RPGF3, 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-03-22 23:45:07.391 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=7f18e892-9957-4fa7-8c20-f0128fce69de, X-Begin-Timestamp=2022-03-22T23:45:07.373+0000, X-TransactionID=RPGF3, id=b9b67985-c840-7777-2d4c-c2a34d100452, timestamp=1647992707375}], headers={id=6696f76d-a270-e878-1a77-4e001f4143cf, timestamp=1647992707391}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=7f18e892-9957-4fa7-8c20-f0128fce69de, X-Begin-Timestamp=2022-03-22T23:45:07.373+0000, X-TransactionID=RPGF3, id=b9b67985-c840-7777-2d4c-c2a34d100452, timestamp=1647992707375}] 2022-03-22 23:45:26.482  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:45:26.483  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:45:26.483 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-03-22T23:45:37.373+0000|cff00f84-5334-4d4a-bf1c-b4e1eb56500c|Request Id: cff00f84-5334-4d4a-bf1c-b4e1eb56500c. Transaction Id: SONAR. Begin TS: 2022-03-22T23:45:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:45:37.372 DEBUG 1 --- [ask-scheduler-7] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: cff00f84-5334-4d4a-bf1c-b4e1eb56500c. Transaction Id: SONAR. Begin TS: 2022-03-22T23:45:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:45:37.374+0000|2022-03-22T23:45:37.381+0000|cff00f84-5334-4d4a-bf1c-b4e1eb56500c|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.242.92.77|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: cff00f84-5334-4d4a-bf1c-b4e1eb56500c, Transaction Id: SONAR, 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-03-22 23:45:37.381 ERROR 1 --- [ask-scheduler-7] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: cff00f84-5334-4d4a-bf1c-b4e1eb56500c, Transaction Id: SONAR, 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-03-22 23:45:37.383 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=cff00f84-5334-4d4a-bf1c-b4e1eb56500c, X-Begin-Timestamp=2022-03-22T23:45:37.372+0000, X-TransactionID=SONAR, id=faccf918-63f2-08ed-638c-16ffa6dfe8ce, timestamp=1647992737373}], headers={id=6fb6a4d6-0c17-981f-7979-57995cb36cb6, timestamp=1647992737383}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=cff00f84-5334-4d4a-bf1c-b4e1eb56500c, X-Begin-Timestamp=2022-03-22T23:45:37.372+0000, X-TransactionID=SONAR, id=faccf918-63f2-08ed-638c-16ffa6dfe8ce, timestamp=1647992737373}] 2022-03-22T23:46:07.373+0000|0bf36aa4-3d63-4123-8610-1af4f96acc5c|Request Id: 0bf36aa4-3d63-4123-8610-1af4f96acc5c. Transaction Id: HL7JO. Begin TS: 2022-03-22T23:46:07.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:46:07.372 DEBUG 1 --- [ask-scheduler-7] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 0bf36aa4-3d63-4123-8610-1af4f96acc5c. Transaction Id: HL7JO. Begin TS: 2022-03-22T23:46:07.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:46:07.374+0000|2022-03-22T23:46:07.380+0000|0bf36aa4-3d63-4123-8610-1af4f96acc5c|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.242.92.77|6|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 0bf36aa4-3d63-4123-8610-1af4f96acc5c, Transaction Id: HL7JO, Elapsed Time: 6 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-03-22 23:46:07.380 ERROR 1 --- [ask-scheduler-7] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 0bf36aa4-3d63-4123-8610-1af4f96acc5c, Transaction Id: HL7JO, Elapsed Time: 6 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-03-22 23:46:07.381 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=0bf36aa4-3d63-4123-8610-1af4f96acc5c, X-Begin-Timestamp=2022-03-22T23:46:07.372+0000, X-TransactionID=HL7JO, id=50912340-cff3-1275-afda-3281d6f29d62, timestamp=1647992767373}], headers={id=b04c3a7a-f84a-c236-54fc-07ed4bb1f009, timestamp=1647992767381}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=0bf36aa4-3d63-4123-8610-1af4f96acc5c, X-Begin-Timestamp=2022-03-22T23:46:07.372+0000, X-TransactionID=HL7JO, id=50912340-cff3-1275-afda-3281d6f29d62, timestamp=1647992767373}] 2022-03-22 23:46:26.480  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:46:26.480  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:46:26.480 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-03-22T23:46:37.373+0000|13c62364-ea15-4a59-8287-c20899663eb5|Request Id: 13c62364-ea15-4a59-8287-c20899663eb5. Transaction Id: 6NMDK. Begin TS: 2022-03-22T23:46:37.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:46:37.373 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 13c62364-ea15-4a59-8287-c20899663eb5. Transaction Id: 6NMDK. Begin TS: 2022-03-22T23:46:37.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:46:37.374+0000|2022-03-22T23:46:37.380+0000|13c62364-ea15-4a59-8287-c20899663eb5|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.242.92.77|6|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 13c62364-ea15-4a59-8287-c20899663eb5, Transaction Id: 6NMDK, Elapsed Time: 6 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-03-22 23:46:37.380 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 13c62364-ea15-4a59-8287-c20899663eb5, Transaction Id: 6NMDK, Elapsed Time: 6 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-03-22 23:46:37.382 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=13c62364-ea15-4a59-8287-c20899663eb5, X-Begin-Timestamp=2022-03-22T23:46:37.373+0000, X-TransactionID=6NMDK, id=5cc1518e-0b9f-434c-0359-339b5620f62d, timestamp=1647992797373}], headers={id=53ca71de-28d4-ed71-3829-17e4faa970ae, timestamp=1647992797382}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=13c62364-ea15-4a59-8287-c20899663eb5, X-Begin-Timestamp=2022-03-22T23:46:37.373+0000, X-TransactionID=6NMDK, id=5cc1518e-0b9f-434c-0359-339b5620f62d, timestamp=1647992797373}] 2022-03-22T23:47:07.376+0000|04f8410d-7bc7-4b81-967c-0e03e3716940|Request Id: 04f8410d-7bc7-4b81-967c-0e03e3716940. Transaction Id: JCSUU. Begin TS: 2022-03-22T23:47:07.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:47:07.374 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 04f8410d-7bc7-4b81-967c-0e03e3716940. Transaction Id: JCSUU. Begin TS: 2022-03-22T23:47:07.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:47:07.382+0000|2022-03-22T23:47:07.392+0000|04f8410d-7bc7-4b81-967c-0e03e3716940|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.242.92.77|10|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 04f8410d-7bc7-4b81-967c-0e03e3716940, Transaction Id: JCSUU, 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-03-22 23:47:07.393 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 04f8410d-7bc7-4b81-967c-0e03e3716940, Transaction Id: JCSUU, 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-03-22 23:47:07.395 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=04f8410d-7bc7-4b81-967c-0e03e3716940, X-Begin-Timestamp=2022-03-22T23:47:07.373+0000, X-TransactionID=JCSUU, id=76f0dfc7-b703-9466-26d8-6493e72601d8, timestamp=1647992827377}], headers={id=7b9d5080-4066-2fde-c871-c838fbb47a94, timestamp=1647992827395}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=04f8410d-7bc7-4b81-967c-0e03e3716940, X-Begin-Timestamp=2022-03-22T23:47:07.373+0000, X-TransactionID=JCSUU, id=76f0dfc7-b703-9466-26d8-6493e72601d8, timestamp=1647992827377}] 2022-03-22 23:47:26.484  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:47:26.484  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:47:26.484 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-03-22T23:47:37.373+0000|a1d222c1-da69-4312-82be-de291d52cfcb|Request Id: a1d222c1-da69-4312-82be-de291d52cfcb. Transaction Id: GR0RQ. Begin TS: 2022-03-22T23:47:37.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:47:37.373 DEBUG 1 --- [ask-scheduler-9] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: a1d222c1-da69-4312-82be-de291d52cfcb. Transaction Id: GR0RQ. Begin TS: 2022-03-22T23:47:37.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:47:37.375+0000|2022-03-22T23:47:37.381+0000|a1d222c1-da69-4312-82be-de291d52cfcb|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.242.92.77|6|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: a1d222c1-da69-4312-82be-de291d52cfcb, Transaction Id: GR0RQ, Elapsed Time: 6 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-03-22 23:47:37.381 ERROR 1 --- [ask-scheduler-9] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: a1d222c1-da69-4312-82be-de291d52cfcb, Transaction Id: GR0RQ, Elapsed Time: 6 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-03-22 23:47:37.382 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=a1d222c1-da69-4312-82be-de291d52cfcb, X-Begin-Timestamp=2022-03-22T23:47:37.373+0000, X-TransactionID=GR0RQ, id=270a0436-9a77-23dc-365e-94580bf2bef7, timestamp=1647992857374}], headers={id=bc5b070b-47b9-5ded-39fe-1ca0e29edc89, timestamp=1647992857382}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=a1d222c1-da69-4312-82be-de291d52cfcb, X-Begin-Timestamp=2022-03-22T23:47:37.373+0000, X-TransactionID=GR0RQ, id=270a0436-9a77-23dc-365e-94580bf2bef7, timestamp=1647992857374}] 2022-03-22T23:48:07.372+0000|c98158b0-1a62-4bc7-af6a-07580f038d0a|Request Id: c98158b0-1a62-4bc7-af6a-07580f038d0a. Transaction Id: ADVFR. Begin TS: 2022-03-22T23:48:07.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:48:07.372 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: c98158b0-1a62-4bc7-af6a-07580f038d0a. Transaction Id: ADVFR. Begin TS: 2022-03-22T23:48:07.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:48:07.374+0000|2022-03-22T23:48:07.382+0000|c98158b0-1a62-4bc7-af6a-07580f038d0a|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.242.92.77|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: c98158b0-1a62-4bc7-af6a-07580f038d0a, Transaction Id: ADVFR, 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-03-22 23:48:07.382 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: c98158b0-1a62-4bc7-af6a-07580f038d0a, Transaction Id: ADVFR, 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-03-22 23:48:07.383 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=c98158b0-1a62-4bc7-af6a-07580f038d0a, X-Begin-Timestamp=2022-03-22T23:48:07.372+0000, X-TransactionID=ADVFR, id=afa465ea-1eb7-c4b2-21fd-581489ee4672, timestamp=1647992887373}], headers={id=9dbc9baa-2a32-804d-d56b-5445c8059c18, timestamp=1647992887383}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=c98158b0-1a62-4bc7-af6a-07580f038d0a, X-Begin-Timestamp=2022-03-22T23:48:07.372+0000, X-TransactionID=ADVFR, id=afa465ea-1eb7-c4b2-21fd-581489ee4672, timestamp=1647992887373}] 2022-03-22 23:48:26.480  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:48:26.480  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:48:26.480 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-03-22T23:48:37.373+0000|ac0ed137-048e-4da7-8093-9d9be165be43|Request Id: ac0ed137-048e-4da7-8093-9d9be165be43. Transaction Id: RU0LE. Begin TS: 2022-03-22T23:48:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:48:37.372 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: ac0ed137-048e-4da7-8093-9d9be165be43. Transaction Id: RU0LE. Begin TS: 2022-03-22T23:48:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:48:37.374+0000|2022-03-22T23:48:37.380+0000|ac0ed137-048e-4da7-8093-9d9be165be43|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.242.92.77|6|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: ac0ed137-048e-4da7-8093-9d9be165be43, Transaction Id: RU0LE, Elapsed Time: 6 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-03-22 23:48:37.380 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: ac0ed137-048e-4da7-8093-9d9be165be43, Transaction Id: RU0LE, Elapsed Time: 6 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-03-22 23:48:37.381 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=ac0ed137-048e-4da7-8093-9d9be165be43, X-Begin-Timestamp=2022-03-22T23:48:37.372+0000, X-TransactionID=RU0LE, id=80235dde-d295-deb2-2af9-5163ec6ed5c1, timestamp=1647992917373}], headers={id=1d64e7fa-391b-3a43-78db-56b4cb8525fd, timestamp=1647992917381}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=ac0ed137-048e-4da7-8093-9d9be165be43, X-Begin-Timestamp=2022-03-22T23:48:37.372+0000, X-TransactionID=RU0LE, id=80235dde-d295-deb2-2af9-5163ec6ed5c1, timestamp=1647992917373}] 2022-03-22T23:49:07.375+0000|c4773194-ee27-454d-abeb-896525c8aecb|Request Id: c4773194-ee27-454d-abeb-896525c8aecb. Transaction Id: AJ3OF. Begin TS: 2022-03-22T23:49:07.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:49:07.374 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: c4773194-ee27-454d-abeb-896525c8aecb. Transaction Id: AJ3OF. Begin TS: 2022-03-22T23:49:07.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:49:07.380+0000|2022-03-22T23:49:07.390+0000|c4773194-ee27-454d-abeb-896525c8aecb|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.242.92.77|10|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: c4773194-ee27-454d-abeb-896525c8aecb, Transaction Id: AJ3OF, 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-03-22 23:49:07.391 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: c4773194-ee27-454d-abeb-896525c8aecb, Transaction Id: AJ3OF, 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-03-22 23:49:07.393 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=c4773194-ee27-454d-abeb-896525c8aecb, X-Begin-Timestamp=2022-03-22T23:49:07.373+0000, X-TransactionID=AJ3OF, id=c0a904ad-e73e-8268-6a3f-933f05207176, timestamp=1647992947376}], headers={id=2b7db5da-a86c-3494-1650-e2888cf5849d, timestamp=1647992947393}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=c4773194-ee27-454d-abeb-896525c8aecb, X-Begin-Timestamp=2022-03-22T23:49:07.373+0000, X-TransactionID=AJ3OF, id=c0a904ad-e73e-8268-6a3f-933f05207176, timestamp=1647992947376}] 2022-03-22 23:49:26.488  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:49:26.488  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:49:26.488 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-03-22T23:49:37.373+0000|e719972a-8300-4e6b-bce0-06f23df3bb26|Request Id: e719972a-8300-4e6b-bce0-06f23df3bb26. Transaction Id: 97AAP. Begin TS: 2022-03-22T23:49:37.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:49:37.373 DEBUG 1 --- [ask-scheduler-6] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: e719972a-8300-4e6b-bce0-06f23df3bb26. Transaction Id: 97AAP. Begin TS: 2022-03-22T23:49:37.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:49:37.375+0000|2022-03-22T23:49:37.383+0000|e719972a-8300-4e6b-bce0-06f23df3bb26|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.242.92.77|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: e719972a-8300-4e6b-bce0-06f23df3bb26, Transaction Id: 97AAP, 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-03-22 23:49:37.383 ERROR 1 --- [ask-scheduler-6] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: e719972a-8300-4e6b-bce0-06f23df3bb26, Transaction Id: 97AAP, 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-03-22 23:49:37.385 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=e719972a-8300-4e6b-bce0-06f23df3bb26, X-Begin-Timestamp=2022-03-22T23:49:37.373+0000, X-TransactionID=97AAP, id=cbdc84a2-b405-d9eb-4d2c-ba36658d1ae5, timestamp=1647992977374}], headers={id=2d2409da-1025-c8ec-335d-9559afb2b893, timestamp=1647992977385}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=e719972a-8300-4e6b-bce0-06f23df3bb26, X-Begin-Timestamp=2022-03-22T23:49:37.373+0000, X-TransactionID=97AAP, id=cbdc84a2-b405-d9eb-4d2c-ba36658d1ae5, timestamp=1647992977374}] 2022-03-22T23:50:07.373+0000|8aa17c58-61cc-4fd1-8527-9736eee5e43a|Request Id: 8aa17c58-61cc-4fd1-8527-9736eee5e43a. Transaction Id: PRQZD. Begin TS: 2022-03-22T23:50:07.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:50:07.372 DEBUG 1 --- [ask-scheduler-5] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 8aa17c58-61cc-4fd1-8527-9736eee5e43a. Transaction Id: PRQZD. Begin TS: 2022-03-22T23:50:07.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:50:07.374+0000|2022-03-22T23:50:07.384+0000|8aa17c58-61cc-4fd1-8527-9736eee5e43a|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.242.92.77|10|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 8aa17c58-61cc-4fd1-8527-9736eee5e43a, Transaction Id: PRQZD, 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-03-22 23:50:07.384 ERROR 1 --- [ask-scheduler-5] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 8aa17c58-61cc-4fd1-8527-9736eee5e43a, Transaction Id: PRQZD, 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-03-22 23:50:07.386 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=8aa17c58-61cc-4fd1-8527-9736eee5e43a, X-Begin-Timestamp=2022-03-22T23:50:07.372+0000, X-TransactionID=PRQZD, id=b07647fe-33c6-4b8e-11a2-647ae4b5b7e6, timestamp=1647993007373}], headers={id=7aa1d611-eb31-6b12-6925-315f5efe71cd, timestamp=1647993007386}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=8aa17c58-61cc-4fd1-8527-9736eee5e43a, X-Begin-Timestamp=2022-03-22T23:50:07.372+0000, X-TransactionID=PRQZD, id=b07647fe-33c6-4b8e-11a2-647ae4b5b7e6, timestamp=1647993007373}] 2022-03-22 23:50:26.479  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-03-22 23:50:26.480  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-03-22 23:50:26.480 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-03-22T23:50:37.373+0000|f625c15d-39bd-4729-b62f-fa5d766d3792|Request Id: f625c15d-39bd-4729-b62f-fa5d766d3792. Transaction Id: CAQ4K. Begin TS: 2022-03-22T23:50:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23:50:37.372 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: f625c15d-39bd-4729-b62f-fa5d766d3792. Transaction Id: CAQ4K. Begin TS: 2022-03-22T23:50:37.372+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22T23:50:37.374+0000|2022-03-22T23:50:37.379+0000|f625c15d-39bd-4729-b62f-fa5d766d3792|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.242.92.77|5|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: f625c15d-39bd-4729-b62f-fa5d766d3792, Transaction Id: CAQ4K, Elapsed Time: 5 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-03-22 23:50:37.379 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: f625c15d-39bd-4729-b62f-fa5d766d3792, Transaction Id: CAQ4K, Elapsed Time: 5 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-03-22 23:50:37.381 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=f625c15d-39bd-4729-b62f-fa5d766d3792, X-Begin-Timestamp=2022-03-22T23:50:37.372+0000, X-TransactionID=CAQ4K, id=afa8f990-81d5-0514-4a6f-04b71db02dbc, timestamp=1647993037373}], headers={id=e073b9f2-1be8-a122-e6a8-ac49c769d4fb, timestamp=1647993037380}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=f625c15d-39bd-4729-b62f-fa5d766d3792, X-Begin-Timestamp=2022-03-22T23:50:37.372+0000, X-TransactionID=CAQ4K, id=afa8f990-81d5-0514-4a6f-04b71db02dbc, timestamp=1647993037373}] 2022-03-22T23:51:07.375+0000|11292b5c-e18e-48c3-b636-9faa1ef8b3ef|Request Id: 11292b5c-e18e-48c3-b636-9faa1ef8b3ef. Transaction Id: 2SUAG. Begin TS: 2022-03-22T23:51:07.373+0000. Starting new DMaaP MR Subscriber poll. 2022-03-22 23: