2022-01-07 09:36:49.575  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-01-07 09:36:49.579 DEBUG 1 --- [ main] o.o.dcae.analytics.tca.web.TcaAppMain  : Running with Spring Boot v2.4.4, Spring v5.3.5 2022-01-07 09:36:49.580  INFO 1 --- [ main] o.o.dcae.analytics.tca.web.TcaAppMain  : The following profiles are active: configBindingService,dmaap,mongo 2022-01-07 09:36:51.963  INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode. 2022-01-07 09:36:52.170  INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 199 ms. Found 1 MongoDB repository interfaces. 2022-01-07 09:36:53.389  INFO 1 --- [ main] faultConfiguringBeanFactoryPostProcessor : No bean named 'taskScheduler' has been explicitly defined. Therefore, a default ThreadPoolTaskScheduler will be created. 2022-01-07 09:36:53.400  INFO 1 --- [ main] faultConfiguringBeanFactoryPostProcessor : No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created. 2022-01-07 09:36:53.472  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-01-07 09:36:53.756  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-01-07 09:36:53.758  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-01-07 09:36:53.796  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-01-07 09:36:54.359 DEBUG 1 --- [ main] org.jboss.logging  : Logging Provider: org.jboss.logging.Log4j2LoggerProvider 2022-01-07 09:36:54.437  INFO 1 --- [ main] io.undertow.servlet  : Initializing Spring embedded WebApplicationContext 2022-01-07 09:36:54.438  INFO 1 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4775 ms 2022-01-07 09:36:54.535 DEBUG 1 --- [ main] i.m.c.u.i.logging.InternalLoggerFactory  : Using SLF4J as the default logging framework 2022-01-07 09:36:55.688 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-01-07 09:36:55.694 DEBUG 1 --- [ main] _.s.web.servlet.HandlerMapping.Mappings  : s.d.s.w.ApiResourceController: {GET [/swagger-resources/configuration/ui], produces [application/json]}: uiConfiguration() {GET [/swagger-resources/configuration/security], produces [application/json]}: securityConfiguration() {GET [/swagger-resources], produces [application/json]}: swaggerResources() 2022-01-07 09:36:55.707 DEBUG 1 --- [ main] _.s.web.servlet.HandlerMapping.Mappings  : o.o.d.a.t.w.c.TcaRestController: {GET [/api/v1/tca/policy], produces [application/json]}: getTcaPolicy() {POST [/api/v1/tca/policy], consumes [application/json], produces [application/json]}: setTcaPolicy(TcaPolicy) {POST [/api/v1/tca/execute], consumes [application/json], produces [application/json]}: execute(TcaExecutionRequest) 2022-01-07 09:36:55.718 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-01-07 09:36:56.028  INFO 1 --- [ main] o.s.b.a.e.web.EndpointLinksResolver  : Exposing 16 endpoint(s) beneath base path '/actuator' 2022-01-07 09:36:56.177  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-01-07 09:36:56.273  INFO 1 --- [ main] f.TcaAppPropsToMrSubscriberPrefsFunction : Selecting Auto Adjusting polling rate for DMaaP MR Subscriber: tca_handle_in 2022-01-07 09:36:56.555  INFO 1 --- [ main] org.mongodb.driver.cluster  : Cluster created with settings {hosts=[dcae-mongohost:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms'} 2022-01-07 09:36:56.699  INFO 1 --- [mongohost:27017] org.mongodb.driver.connection  : Opened connection [connectionId{localValue:1, serverValue:279}] to dcae-mongohost:27017 2022-01-07 09:36:56.701  INFO 1 --- [mongohost:27017] org.mongodb.driver.connection  : Opened connection [connectionId{localValue:2, serverValue:280}] to dcae-mongohost:27017 2022-01-07 09:36:56.713  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=48205374} 2022-01-07 09:36:57.039  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-01-07 09:36:57.102  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-01-07 09:36:57.228  INFO 1 --- [ main] org.mongodb.driver.connection  : Opened connection [connectionId{localValue:3, serverValue:281}] to dcae-mongohost:27017 2022-01-07 09:36:57.940 DEBUG 1 --- [ main] .d.a.w.h.HttpClientPreferencesCustomizer : Customizing Rest Template for Http Client Id: tca_handle_in 2022-01-07 09:36:57.951  WARN 1 --- [ main] .d.a.w.h.HttpClientPreferencesCustomizer : No credentials set for Http Client Id: tca_handle_in. No username present 2022-01-07 09:36:57.952 DEBUG 1 --- [ main] .d.a.w.h.HttpClientPreferencesCustomizer : Proxy not Enabled - bypassing setting Proxy settings for Http Client Id: tca_handle_in 2022-01-07 09:36:57.952  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-01-07 09:36:57.952  INFO 1 --- [ main] .d.a.w.h.HttpClientPreferencesCustomizer : SSL Validation will be enforced for Http Client Id: tca_handle_in 2022-01-07 09:36:57.968  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-01-07 09:36:57.991 DEBUG 1 --- [ main] .d.a.w.h.HttpClientPreferencesCustomizer : Customizing Rest Template for Http Client Id: tca_handle_out 2022-01-07 09:36:57.992  WARN 1 --- [ main] .d.a.w.h.HttpClientPreferencesCustomizer : No credentials set for Http Client Id: tca_handle_out. No username present 2022-01-07 09:36:57.992 DEBUG 1 --- [ main] .d.a.w.h.HttpClientPreferencesCustomizer : Proxy not Enabled - bypassing setting Proxy settings for Http Client Id: tca_handle_out 2022-01-07 09:36:57.993  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-01-07 09:36:57.993  INFO 1 --- [ main] .d.a.w.h.HttpClientPreferencesCustomizer : SSL Validation will be enforced for Http Client Id: tca_handle_out 2022-01-07 09:36:58.030  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-01-07 09:36:58.031  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-01-07 09:36:58.246  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-01-07 09:36:58.348  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-01-07 09:36:58.808  INFO 1 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'applicationTaskExecutor' 2022-01-07 09:36:58.939 DEBUG 1 --- [ main] _.s.web.servlet.HandlerMapping.Mappings  : 'beanNameHandlerMapping' {} 2022-01-07 09:36:58.964 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-01-07 09:36:59.189  INFO 1 --- [ main] o.s.s.c.ThreadPoolTaskScheduler  : Initializing ExecutorService 'taskScheduler' 2022-01-07 09:36:59.309  INFO 1 --- [ main] o.s.i.endpoint.EventDrivenConsumer  : Adding {http:outbound-gateway} as a subscriber to the 'mrSubscriberFlow.channel#0' channel 2022-01-07 09:36:59.310  INFO 1 --- [ main] o.s.integration.channel.DirectChannel  : Channel 'dcae-analytics-tca.mrSubscriberFlow.channel#0' has 1 subscriber(s). 2022-01-07 09:36:59.311  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-01-07 09:36:59.311  INFO 1 --- [ main] o.s.i.endpoint.EventDrivenConsumer  : Adding {splitter} as a subscriber to the 'mrSubscriberFlow.channel#1' channel 2022-01-07 09:36:59.312  INFO 1 --- [ main] o.s.integration.channel.DirectChannel  : Channel 'dcae-analytics-tca.mrSubscriberFlow.channel#1' has 1 subscriber(s). 2022-01-07 09:36:59.312  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-01-07 09:36:59.312  INFO 1 --- [ main] o.s.i.endpoint.EventDrivenConsumer  : Adding {http:outbound-gateway} as a subscriber to the 'mrPublisherInputChannel' channel 2022-01-07 09:36:59.313  INFO 1 --- [ main] o.s.integration.channel.DirectChannel  : Channel 'dcae-analytics-tca.mrPublisherInputChannel' has 1 subscriber(s). 2022-01-07 09:36:59.313  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-01-07 09:36:59.313  INFO 1 --- [ main] o.s.i.endpoint.EventDrivenConsumer  : Adding {service-activator} as a subscriber to the 'mrPublisherFlow.channel#0' channel 2022-01-07 09:36:59.313  INFO 1 --- [ main] o.s.integration.channel.DirectChannel  : Channel 'dcae-analytics-tca.mrPublisherFlow.channel#0' has 1 subscriber(s). 2022-01-07 09:36:59.314  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-01-07 09:36:59.314  INFO 1 --- [ main] o.s.i.endpoint.EventDrivenConsumer  : Adding {} as a subscriber to the 'tcaMrFlow.channel#0' channel 2022-01-07 09:36:59.315  INFO 1 --- [ main] o.s.integration.channel.DirectChannel  : Channel 'dcae-analytics-tca.tcaMrFlow.channel#0' has 1 subscriber(s). 2022-01-07 09:36:59.315  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-01-07 09:36:59.315  INFO 1 --- [ main] o.s.i.endpoint.EventDrivenConsumer  : Adding {service-activator} as a subscriber to the 'mrPublisherOutputChannel' channel 2022-01-07 09:36:59.316  INFO 1 --- [ main] o.s.integration.channel.DirectChannel  : Channel 'dcae-analytics-tca.mrPublisherOutputChannel' has 1 subscriber(s). 2022-01-07 09:36:59.316  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-01-07 09:36:59.321  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-01-07 09:36:59.322  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-01-07T09:36:59.342+0000|f95344b8-582e-404d-8786-842e06367816|Request Id: f95344b8-582e-404d-8786-842e06367816. Transaction Id: JNSJG. Begin TS: 2022-01-07T09:36:59.322+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:36:59.336 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: f95344b8-582e-404d-8786-842e06367816. Transaction Id: JNSJG. Begin TS: 2022-01-07T09:36:59.322+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:36:59.367  INFO 1 --- [ main] io.undertow  : starting server: Undertow - 2.2.7.Final 2022-01-07 09:36:59.404  INFO 1 --- [ main] org.xnio  : XNIO version 3.8.0.Final 2022-01-07 09:36:59.448  INFO 1 --- [ main] org.xnio.nio  : XNIO NIO Implementation Version 3.8.0.Final 2022-01-07 09:36:59.597  INFO 1 --- [ main] org.jboss.threads  : JBoss Threads version 3.1.0.Final 2022-01-07 09:36:59.671  INFO 1 --- [ main] o.s.b.w.e.undertow.UndertowWebServer  : Undertow started on port(s) 9091 (http) 2022-01-07 09:37:00.247 DEBUG 1 --- [ main] Validator  : ERROR [ModelSpecification.spec] At least one type of specification is required 2022-01-07 09:37:00.333 DEBUG 1 --- [ main] Validator  : ERROR [ModelSpecification.spec] At least one type of specification is required 2022-01-07 09:37:00.479  INFO 1 --- [ main] o.o.dcae.analytics.tca.web.TcaAppMain  : Started TcaAppMain in 13.669 seconds (JVM running for 15.792) 2022-01-07T09:36:59.409+0000|2022-01-07T09:37:00.540+0000|f95344b8-582e-404d-8786-842e06367816|UNKNOWN_INSTANCE_ID|task-scheduler-1||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|200|Timeout Error||ERROR|2|10.233.68.219|1131|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: f95344b8-582e-404d-8786-842e06367816, Transaction Id: JNSJG, Elapsed Time: 1131 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.233.51.54] failed: Connection refused (Connection refused) 2022-01-07 09:37:00.544 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: f95344b8-582e-404d-8786-842e06367816, Transaction Id: JNSJG, Elapsed Time: 1131 ms, Error Message: org.apache.http.conn.HttpHostConnectException: Connect to message-router:3904 [message-router/10.233.51.54] failed: Connection refused (Connection refused) 2022-01-07 09:37:00.564 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=f95344b8-582e-404d-8786-842e06367816, X-Begin-Timestamp=2022-01-07T09:36:59.322+0000, X-TransactionID=JNSJG, id=f5674226-61a2-3467-9712-89e7dc2f2ef0, timestamp=1641548219357}], headers={id=b93b229a-54c6-32ba-45da-a14f41721b12, timestamp=1641548220563}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=f95344b8-582e-404d-8786-842e06367816, X-Begin-Timestamp=2022-01-07T09:36:59.322+0000, X-TransactionID=JNSJG, id=f5674226-61a2-3467-9712-89e7dc2f2ef0, timestamp=1641548219357}] 2022-01-07 09:37:13.714  INFO 1 --- [ XNIO-1 task-1] io.undertow.servlet  : Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-01-07 09:37:13.715  INFO 1 --- [ XNIO-1 task-1] o.s.web.servlet.DispatcherServlet  : Initializing Servlet 'dispatcherServlet' 2022-01-07 09:37:13.720  INFO 1 --- [ XNIO-1 task-1] o.s.web.servlet.DispatcherServlet  : Completed initialization in 5 ms 2022-01-07T09:37:29.322+0000|bb483a03-57e4-46ea-bea4-527630ce4010|Request Id: bb483a03-57e4-46ea-bea4-527630ce4010. Transaction Id: AGYEN. Begin TS: 2022-01-07T09:37:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:37:29.321 DEBUG 1 --- [ask-scheduler-3] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: bb483a03-57e4-46ea-bea4-527630ce4010. Transaction Id: AGYEN. Begin TS: 2022-01-07T09:37:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T09:37:29.325+0000|2022-01-07T09:37:29.360+0000|bb483a03-57e4-46ea-bea4-527630ce4010|UNKNOWN_INSTANCE_ID|task-scheduler-3||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|35|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: bb483a03-57e4-46ea-bea4-527630ce4010, Transaction Id: AGYEN, Elapsed Time: 35 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-01-07 09:37:29.360 ERROR 1 --- [ask-scheduler-3] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: bb483a03-57e4-46ea-bea4-527630ce4010, Transaction Id: AGYEN, Elapsed Time: 35 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-01-07 09:37:29.372 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=bb483a03-57e4-46ea-bea4-527630ce4010, X-Begin-Timestamp=2022-01-07T09:37:29.321+0000, X-TransactionID=AGYEN, id=efffbaa5-b7df-6eab-ad22-deb827dc1f68, timestamp=1641548249323}], headers={id=15055042-390a-1e1b-5069-ce37e51b72be, timestamp=1641548249371}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=bb483a03-57e4-46ea-bea4-527630ce4010, X-Begin-Timestamp=2022-01-07T09:37:29.321+0000, X-TransactionID=AGYEN, id=efffbaa5-b7df-6eab-ad22-deb827dc1f68, timestamp=1641548249323}] 2022-01-07 09:37:48.596  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 09:37:48.598  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 09:37:48.598 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-01-07T09:37:59.322+0000|69723ed2-b189-4df6-8757-49f5fed6dadf|Request Id: 69723ed2-b189-4df6-8757-49f5fed6dadf. Transaction Id: DSZFW. Begin TS: 2022-01-07T09:37:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:37:59.321 DEBUG 1 --- [ask-scheduler-9] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 69723ed2-b189-4df6-8757-49f5fed6dadf. Transaction Id: DSZFW. Begin TS: 2022-01-07T09:37:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T09:37:59.326+0000|2022-01-07T09:37:59.341+0000|69723ed2-b189-4df6-8757-49f5fed6dadf|UNKNOWN_INSTANCE_ID|task-scheduler-9||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|15|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 69723ed2-b189-4df6-8757-49f5fed6dadf, Transaction Id: DSZFW, 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-01-07 09:37:59.341 ERROR 1 --- [ask-scheduler-9] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 69723ed2-b189-4df6-8757-49f5fed6dadf, Transaction Id: DSZFW, 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-01-07 09:37:59.344 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=69723ed2-b189-4df6-8757-49f5fed6dadf, X-Begin-Timestamp=2022-01-07T09:37:59.321+0000, X-TransactionID=DSZFW, id=cb53271a-32a7-328d-d2fd-c9035104bbda, timestamp=1641548279323}], headers={id=a9858075-e427-b590-ef38-26acac2ae700, timestamp=1641548279344}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=69723ed2-b189-4df6-8757-49f5fed6dadf, X-Begin-Timestamp=2022-01-07T09:37:59.321+0000, X-TransactionID=DSZFW, id=cb53271a-32a7-328d-d2fd-c9035104bbda, timestamp=1641548279323}] 2022-01-07T09:38:29.324+0000|69958d05-74de-4679-8315-51086492a5f3|Request Id: 69958d05-74de-4679-8315-51086492a5f3. Transaction Id: AVSAN. Begin TS: 2022-01-07T09:38:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:38:29.321 DEBUG 1 --- [ask-scheduler-7] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 69958d05-74de-4679-8315-51086492a5f3. Transaction Id: AVSAN. Begin TS: 2022-01-07T09:38:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T09:38:29.329+0000|2022-01-07T09:38:29.341+0000|69958d05-74de-4679-8315-51086492a5f3|UNKNOWN_INSTANCE_ID|task-scheduler-7||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|12|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 69958d05-74de-4679-8315-51086492a5f3, Transaction Id: AVSAN, 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-01-07 09:38:29.342 ERROR 1 --- [ask-scheduler-7] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 69958d05-74de-4679-8315-51086492a5f3, Transaction Id: AVSAN, 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-01-07 09:38:29.344 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=69958d05-74de-4679-8315-51086492a5f3, X-Begin-Timestamp=2022-01-07T09:38:29.321+0000, X-TransactionID=AVSAN, id=4cd7df61-03b8-68ef-b0ae-35fcbffed9ad, timestamp=1641548309325}], headers={id=b2c72f91-778c-b19d-d9cf-cb9f41c17755, timestamp=1641548309344}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=69958d05-74de-4679-8315-51086492a5f3, X-Begin-Timestamp=2022-01-07T09:38:29.321+0000, X-TransactionID=AVSAN, id=4cd7df61-03b8-68ef-b0ae-35fcbffed9ad, timestamp=1641548309325}] 2022-01-07 09:38:48.595  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 09:38:48.595  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 09:38:48.596 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-01-07T09:38:59.322+0000|39ba25d6-82e0-420f-a662-d64345d3c7ce|Request Id: 39ba25d6-82e0-420f-a662-d64345d3c7ce. Transaction Id: YOVUL. Begin TS: 2022-01-07T09:38:59.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:38:59.321 DEBUG 1 --- [sk-scheduler-10] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 39ba25d6-82e0-420f-a662-d64345d3c7ce. Transaction Id: YOVUL. Begin TS: 2022-01-07T09:38:59.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T09:38:59.325+0000|2022-01-07T09:38:59.335+0000|39ba25d6-82e0-420f-a662-d64345d3c7ce|UNKNOWN_INSTANCE_ID|task-scheduler-10||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|10|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 39ba25d6-82e0-420f-a662-d64345d3c7ce, Transaction Id: YOVUL, 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-01-07 09:38:59.335 ERROR 1 --- [sk-scheduler-10] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 39ba25d6-82e0-420f-a662-d64345d3c7ce, Transaction Id: YOVUL, 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-01-07 09:38:59.338 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=39ba25d6-82e0-420f-a662-d64345d3c7ce, X-Begin-Timestamp=2022-01-07T09:38:59.320+0000, X-TransactionID=YOVUL, id=c7d88c13-5fda-cac5-a5ae-d4947bfced88, timestamp=1641548339323}], headers={id=3f45b42f-59ba-b6dd-b4da-57832e63785e, timestamp=1641548339337}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=39ba25d6-82e0-420f-a662-d64345d3c7ce, X-Begin-Timestamp=2022-01-07T09:38:59.320+0000, X-TransactionID=YOVUL, id=c7d88c13-5fda-cac5-a5ae-d4947bfced88, timestamp=1641548339323}] 2022-01-07T09:39:29.323+0000|54fd1f74-df27-4413-af57-a2194483432b|Request Id: 54fd1f74-df27-4413-af57-a2194483432b. Transaction Id: HBTXO. Begin TS: 2022-01-07T09:39:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:39:29.321 DEBUG 1 --- [ask-scheduler-3] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 54fd1f74-df27-4413-af57-a2194483432b. Transaction Id: HBTXO. Begin TS: 2022-01-07T09:39:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T09:39:29.333+0000|2022-01-07T09:39:29.357+0000|54fd1f74-df27-4413-af57-a2194483432b|UNKNOWN_INSTANCE_ID|task-scheduler-3||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|24|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 54fd1f74-df27-4413-af57-a2194483432b, Transaction Id: HBTXO, Elapsed Time: 24 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-01-07 09:39:29.358 ERROR 1 --- [ask-scheduler-3] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 54fd1f74-df27-4413-af57-a2194483432b, Transaction Id: HBTXO, Elapsed Time: 24 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-01-07 09:39:29.360 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=54fd1f74-df27-4413-af57-a2194483432b, X-Begin-Timestamp=2022-01-07T09:39:29.321+0000, X-TransactionID=HBTXO, id=a6bf47a4-007c-32cd-4488-38dfb4395aaf, timestamp=1641548369324}], headers={id=b48ea544-b52d-9ed4-9f76-745d64ada291, timestamp=1641548369360}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=54fd1f74-df27-4413-af57-a2194483432b, X-Begin-Timestamp=2022-01-07T09:39:29.321+0000, X-TransactionID=HBTXO, id=a6bf47a4-007c-32cd-4488-38dfb4395aaf, timestamp=1641548369324}] 2022-01-07 09:39:48.589  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 09:39:48.591  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 09:39:48.591 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-01-07T09:39:59.321+0000|429e6c38-9555-4898-97f1-897ed4a43078|Request Id: 429e6c38-9555-4898-97f1-897ed4a43078. Transaction Id: KKFUS. Begin TS: 2022-01-07T09:39:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:39:59.321 DEBUG 1 --- [sk-scheduler-10] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 429e6c38-9555-4898-97f1-897ed4a43078. Transaction Id: KKFUS. Begin TS: 2022-01-07T09:39:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T09:39:59.326+0000|2022-01-07T09:39:59.348+0000|429e6c38-9555-4898-97f1-897ed4a43078|UNKNOWN_INSTANCE_ID|task-scheduler-10||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|22|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 429e6c38-9555-4898-97f1-897ed4a43078, Transaction Id: KKFUS, 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-01-07 09:39:59.348 ERROR 1 --- [sk-scheduler-10] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 429e6c38-9555-4898-97f1-897ed4a43078, Transaction Id: KKFUS, 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-01-07 09:39:59.351 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=429e6c38-9555-4898-97f1-897ed4a43078, X-Begin-Timestamp=2022-01-07T09:39:59.321+0000, X-TransactionID=KKFUS, id=e69a3580-a25c-6e3f-d449-c69c3abed4cb, timestamp=1641548399322}], headers={id=49410118-fc50-ab50-a94b-a7aeb79ef136, timestamp=1641548399351}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=429e6c38-9555-4898-97f1-897ed4a43078, X-Begin-Timestamp=2022-01-07T09:39:59.321+0000, X-TransactionID=KKFUS, id=e69a3580-a25c-6e3f-d449-c69c3abed4cb, timestamp=1641548399322}] 2022-01-07T09:40:29.321+0000|3de99af5-1d01-4a5a-a3be-0e57a1c15513|Request Id: 3de99af5-1d01-4a5a-a3be-0e57a1c15513. Transaction Id: XO2N7. Begin TS: 2022-01-07T09:40:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:40:29.321 DEBUG 1 --- [ask-scheduler-9] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 3de99af5-1d01-4a5a-a3be-0e57a1c15513. Transaction Id: XO2N7. Begin TS: 2022-01-07T09:40:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T09:40:29.324+0000|2022-01-07T09:40:29.334+0000|3de99af5-1d01-4a5a-a3be-0e57a1c15513|UNKNOWN_INSTANCE_ID|task-scheduler-9||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|10|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 3de99af5-1d01-4a5a-a3be-0e57a1c15513, Transaction Id: XO2N7, 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-01-07 09:40:29.334 ERROR 1 --- [ask-scheduler-9] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 3de99af5-1d01-4a5a-a3be-0e57a1c15513, Transaction Id: XO2N7, 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-01-07 09:40:29.336 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=3de99af5-1d01-4a5a-a3be-0e57a1c15513, X-Begin-Timestamp=2022-01-07T09:40:29.321+0000, X-TransactionID=XO2N7, id=98ff744d-874a-7126-cfc7-f76c06aeee91, timestamp=1641548429322}], headers={id=894d88bb-5f81-992e-5777-54a960708e0e, timestamp=1641548429336}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=3de99af5-1d01-4a5a-a3be-0e57a1c15513, X-Begin-Timestamp=2022-01-07T09:40:29.321+0000, X-TransactionID=XO2N7, id=98ff744d-874a-7126-cfc7-f76c06aeee91, timestamp=1641548429322}] 2022-01-07 09:40:48.587  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 09:40:48.588  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 09:40:48.588 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-01-07T09:40:59.321+0000|1bb216a7-972a-4e1a-b8c7-21d95dbed84a|Request Id: 1bb216a7-972a-4e1a-b8c7-21d95dbed84a. Transaction Id: 5MW5O. Begin TS: 2022-01-07T09:40:59.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:40:59.321 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 1bb216a7-972a-4e1a-b8c7-21d95dbed84a. Transaction Id: 5MW5O. Begin TS: 2022-01-07T09:40:59.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T09:40:59.325+0000|2022-01-07T09:40:59.335+0000|1bb216a7-972a-4e1a-b8c7-21d95dbed84a|UNKNOWN_INSTANCE_ID|task-scheduler-1||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|10|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 1bb216a7-972a-4e1a-b8c7-21d95dbed84a, Transaction Id: 5MW5O, 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-01-07 09:40:59.335 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 1bb216a7-972a-4e1a-b8c7-21d95dbed84a, Transaction Id: 5MW5O, 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-01-07 09:40:59.337 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=1bb216a7-972a-4e1a-b8c7-21d95dbed84a, X-Begin-Timestamp=2022-01-07T09:40:59.320+0000, X-TransactionID=5MW5O, id=633779f2-f4ee-ebda-64af-9268b029265d, timestamp=1641548459322}], headers={id=d48d0ecb-5623-b67a-2247-449e79fe4f99, timestamp=1641548459337}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=1bb216a7-972a-4e1a-b8c7-21d95dbed84a, X-Begin-Timestamp=2022-01-07T09:40:59.320+0000, X-TransactionID=5MW5O, id=633779f2-f4ee-ebda-64af-9268b029265d, timestamp=1641548459322}] 2022-01-07T09:41:29.325+0000|4bf490e0-19f7-42d2-af03-5bec882d1c2a|Request Id: 4bf490e0-19f7-42d2-af03-5bec882d1c2a. Transaction Id: Z1JFS. Begin TS: 2022-01-07T09:41:29.322+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:41:29.323 DEBUG 1 --- [ask-scheduler-6] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 4bf490e0-19f7-42d2-af03-5bec882d1c2a. Transaction Id: Z1JFS. Begin TS: 2022-01-07T09:41:29.322+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:41:29.341  INFO 1 --- [ask-scheduler-6] 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-01-07 09:41:29.345  INFO 1 --- [ask-scheduler-6] o.apache.http.impl.execchain.RetryExec  : Retrying request to {}->http://message-router:3904 2022-01-07T09:41:29.329+0000|2022-01-07T09:41:29.357+0000|4bf490e0-19f7-42d2-af03-5bec882d1c2a|UNKNOWN_INSTANCE_ID|task-scheduler-6||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|28|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 4bf490e0-19f7-42d2-af03-5bec882d1c2a, Transaction Id: Z1JFS, Elapsed Time: 28 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-01-07 09:41:29.358 ERROR 1 --- [ask-scheduler-6] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 4bf490e0-19f7-42d2-af03-5bec882d1c2a, Transaction Id: Z1JFS, Elapsed Time: 28 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-01-07 09:41:29.360 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=4bf490e0-19f7-42d2-af03-5bec882d1c2a, X-Begin-Timestamp=2022-01-07T09:41:29.322+0000, X-TransactionID=Z1JFS, id=00bf2c42-b2aa-a3ea-f668-bf84f7be23bf, timestamp=1641548489326}], headers={id=ddacb6e5-1bc7-785e-f7c2-357d84c08e2d, timestamp=1641548489360}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=4bf490e0-19f7-42d2-af03-5bec882d1c2a, X-Begin-Timestamp=2022-01-07T09:41:29.322+0000, X-TransactionID=Z1JFS, id=00bf2c42-b2aa-a3ea-f668-bf84f7be23bf, timestamp=1641548489326}] 2022-01-07 09:41:48.587  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 09:41:48.587  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 09:41:48.587 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-01-07T09:41:59.321+0000|beadaa3f-e9a3-477c-b961-29fdb4d885d8|Request Id: beadaa3f-e9a3-477c-b961-29fdb4d885d8. Transaction Id: ODU7T. Begin TS: 2022-01-07T09:41:59.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:41:59.321 DEBUG 1 --- [ask-scheduler-7] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: beadaa3f-e9a3-477c-b961-29fdb4d885d8. Transaction Id: ODU7T. Begin TS: 2022-01-07T09:41:59.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T09:41:59.323+0000|2022-01-07T09:41:59.339+0000|beadaa3f-e9a3-477c-b961-29fdb4d885d8|UNKNOWN_INSTANCE_ID|task-scheduler-7||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|16|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: beadaa3f-e9a3-477c-b961-29fdb4d885d8, Transaction Id: ODU7T, Elapsed Time: 16 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-01-07 09:41:59.339 ERROR 1 --- [ask-scheduler-7] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: beadaa3f-e9a3-477c-b961-29fdb4d885d8, Transaction Id: ODU7T, Elapsed Time: 16 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-01-07 09:41:59.341 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=beadaa3f-e9a3-477c-b961-29fdb4d885d8, X-Begin-Timestamp=2022-01-07T09:41:59.320+0000, X-TransactionID=ODU7T, id=bd147561-8e82-181b-9cca-29cc3d6905c1, timestamp=1641548519322}], headers={id=2c5c5453-305d-4b06-b507-48f0e5514fb8, timestamp=1641548519341}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=beadaa3f-e9a3-477c-b961-29fdb4d885d8, X-Begin-Timestamp=2022-01-07T09:41:59.320+0000, X-TransactionID=ODU7T, id=bd147561-8e82-181b-9cca-29cc3d6905c1, timestamp=1641548519322}] 2022-01-07T09:42:29.325+0000|6399c9d2-9675-4b58-80ea-489925a91220|Request Id: 6399c9d2-9675-4b58-80ea-489925a91220. Transaction Id: LTBIL. Begin TS: 2022-01-07T09:42:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:42:29.322 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 6399c9d2-9675-4b58-80ea-489925a91220. Transaction Id: LTBIL. Begin TS: 2022-01-07T09:42:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T09:42:29.329+0000|2022-01-07T09:42:29.339+0000|6399c9d2-9675-4b58-80ea-489925a91220|UNKNOWN_INSTANCE_ID|task-scheduler-8||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|10|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 6399c9d2-9675-4b58-80ea-489925a91220, Transaction Id: LTBIL, 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-01-07 09:42:29.340 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 6399c9d2-9675-4b58-80ea-489925a91220, Transaction Id: LTBIL, 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-01-07 09:42:29.342 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=6399c9d2-9675-4b58-80ea-489925a91220, X-Begin-Timestamp=2022-01-07T09:42:29.321+0000, X-TransactionID=LTBIL, id=fbd6f112-d91b-4c7d-9f9a-95570822d975, timestamp=1641548549326}], headers={id=9cda6eb6-d57a-74af-b271-44e8638a0549, timestamp=1641548549342}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=6399c9d2-9675-4b58-80ea-489925a91220, X-Begin-Timestamp=2022-01-07T09:42:29.321+0000, X-TransactionID=LTBIL, id=fbd6f112-d91b-4c7d-9f9a-95570822d975, timestamp=1641548549326}] 2022-01-07 09:42:48.587  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 09:42:48.587  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 09:42:48.587 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-01-07T09:42:59.322+0000|59165c4e-f0e6-449f-baad-79674e7e0394|Request Id: 59165c4e-f0e6-449f-baad-79674e7e0394. Transaction Id: Z7ZIP. Begin TS: 2022-01-07T09:42:59.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:42:59.320 DEBUG 1 --- [ask-scheduler-4] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 59165c4e-f0e6-449f-baad-79674e7e0394. Transaction Id: Z7ZIP. Begin TS: 2022-01-07T09:42:59.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T09:42:59.323+0000|2022-01-07T09:42:59.333+0000|59165c4e-f0e6-449f-baad-79674e7e0394|UNKNOWN_INSTANCE_ID|task-scheduler-4||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|10|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 59165c4e-f0e6-449f-baad-79674e7e0394, Transaction Id: Z7ZIP, 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-01-07 09:42:59.333 ERROR 1 --- [ask-scheduler-4] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 59165c4e-f0e6-449f-baad-79674e7e0394, Transaction Id: Z7ZIP, 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-01-07 09:42:59.335 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=59165c4e-f0e6-449f-baad-79674e7e0394, X-Begin-Timestamp=2022-01-07T09:42:59.320+0000, X-TransactionID=Z7ZIP, id=b0321117-e8c8-bb8f-fee1-90f28301a95e, timestamp=1641548579322}], headers={id=deca9d80-92ae-555a-3797-1367ab26724c, timestamp=1641548579335}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=59165c4e-f0e6-449f-baad-79674e7e0394, X-Begin-Timestamp=2022-01-07T09:42:59.320+0000, X-TransactionID=Z7ZIP, id=b0321117-e8c8-bb8f-fee1-90f28301a95e, timestamp=1641548579322}] 2022-01-07T09:43:29.322+0000|d216f48d-4295-4e2c-ac11-2b6f1fc0069e|Request Id: d216f48d-4295-4e2c-ac11-2b6f1fc0069e. Transaction Id: 16E6Y. Begin TS: 2022-01-07T09:43:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:43:29.321 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: d216f48d-4295-4e2c-ac11-2b6f1fc0069e. Transaction Id: 16E6Y. Begin TS: 2022-01-07T09:43:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T09:43:29.326+0000|2022-01-07T09:43:29.342+0000|d216f48d-4295-4e2c-ac11-2b6f1fc0069e|UNKNOWN_INSTANCE_ID|task-scheduler-8||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|16|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: d216f48d-4295-4e2c-ac11-2b6f1fc0069e, Transaction Id: 16E6Y, Elapsed Time: 16 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-01-07 09:43:29.342 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: d216f48d-4295-4e2c-ac11-2b6f1fc0069e, Transaction Id: 16E6Y, Elapsed Time: 16 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-01-07 09:43:29.344 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=d216f48d-4295-4e2c-ac11-2b6f1fc0069e, X-Begin-Timestamp=2022-01-07T09:43:29.321+0000, X-TransactionID=16E6Y, id=e6a1d3b7-95a5-df3b-ed0e-2e84faeeba0a, timestamp=1641548609323}], headers={id=f5593a1c-b4e4-6f31-ff12-e7f4cd005da9, timestamp=1641548609344}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=d216f48d-4295-4e2c-ac11-2b6f1fc0069e, X-Begin-Timestamp=2022-01-07T09:43:29.321+0000, X-TransactionID=16E6Y, id=e6a1d3b7-95a5-df3b-ed0e-2e84faeeba0a, timestamp=1641548609323}] 2022-01-07 09:43:48.584  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 09:43:48.585  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 09:43:48.585 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-01-07T09:43:59.324+0000|9f3104cf-5e81-4b73-ae92-527149a6d09b|Request Id: 9f3104cf-5e81-4b73-ae92-527149a6d09b. Transaction Id: PGQRF. Begin TS: 2022-01-07T09:43:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:43:59.322 DEBUG 1 --- [ask-scheduler-5] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 9f3104cf-5e81-4b73-ae92-527149a6d09b. Transaction Id: PGQRF. Begin TS: 2022-01-07T09:43:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T09:43:59.330+0000|2022-01-07T09:43:59.342+0000|9f3104cf-5e81-4b73-ae92-527149a6d09b|UNKNOWN_INSTANCE_ID|task-scheduler-5||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|12|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 9f3104cf-5e81-4b73-ae92-527149a6d09b, Transaction Id: PGQRF, 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-01-07 09:43:59.342 ERROR 1 --- [ask-scheduler-5] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 9f3104cf-5e81-4b73-ae92-527149a6d09b, Transaction Id: PGQRF, 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-01-07 09:43:59.344 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=9f3104cf-5e81-4b73-ae92-527149a6d09b, X-Begin-Timestamp=2022-01-07T09:43:59.321+0000, X-TransactionID=PGQRF, id=3afad868-bcc3-c014-51e7-efa662e1e550, timestamp=1641548639325}], headers={id=b8b59e63-c7db-df91-bc1e-e273bdd82dc8, timestamp=1641548639344}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=9f3104cf-5e81-4b73-ae92-527149a6d09b, X-Begin-Timestamp=2022-01-07T09:43:59.321+0000, X-TransactionID=PGQRF, id=3afad868-bcc3-c014-51e7-efa662e1e550, timestamp=1641548639325}] 2022-01-07T09:44:29.323+0000|09750c1e-dd72-485b-98bf-1140df2345c2|Request Id: 09750c1e-dd72-485b-98bf-1140df2345c2. Transaction Id: YPVJW. Begin TS: 2022-01-07T09:44:29.322+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:44:29.322 DEBUG 1 --- [ask-scheduler-9] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 09750c1e-dd72-485b-98bf-1140df2345c2. Transaction Id: YPVJW. Begin TS: 2022-01-07T09:44:29.322+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T09:44:29.325+0000|2022-01-07T09:44:29.337+0000|09750c1e-dd72-485b-98bf-1140df2345c2|UNKNOWN_INSTANCE_ID|task-scheduler-9||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|12|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 09750c1e-dd72-485b-98bf-1140df2345c2, Transaction Id: YPVJW, 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-01-07 09:44:29.337 ERROR 1 --- [ask-scheduler-9] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 09750c1e-dd72-485b-98bf-1140df2345c2, Transaction Id: YPVJW, 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-01-07 09:44:29.339 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=09750c1e-dd72-485b-98bf-1140df2345c2, X-Begin-Timestamp=2022-01-07T09:44:29.322+0000, X-TransactionID=YPVJW, id=5ecb901d-bf67-789c-464b-5156ceaf1e79, timestamp=1641548669323}], headers={id=54d36d0b-21a9-44c6-92fd-4af5d3aca5ec, timestamp=1641548669339}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=09750c1e-dd72-485b-98bf-1140df2345c2, X-Begin-Timestamp=2022-01-07T09:44:29.322+0000, X-TransactionID=YPVJW, id=5ecb901d-bf67-789c-464b-5156ceaf1e79, timestamp=1641548669323}] 2022-01-07 09:44:48.587  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 09:44:48.589  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 09:44:48.589 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-01-07T09:44:59.322+0000|b34a327f-c196-4064-b71d-72e84a59daac|Request Id: b34a327f-c196-4064-b71d-72e84a59daac. Transaction Id: IENAK. Begin TS: 2022-01-07T09:44:59.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:44:59.321 DEBUG 1 --- [sk-scheduler-10] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: b34a327f-c196-4064-b71d-72e84a59daac. Transaction Id: IENAK. Begin TS: 2022-01-07T09:44:59.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T09:44:59.326+0000|2022-01-07T09:44:59.337+0000|b34a327f-c196-4064-b71d-72e84a59daac|UNKNOWN_INSTANCE_ID|task-scheduler-10||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|11|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: b34a327f-c196-4064-b71d-72e84a59daac, Transaction Id: IENAK, 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-01-07 09:44:59.338 ERROR 1 --- [sk-scheduler-10] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: b34a327f-c196-4064-b71d-72e84a59daac, Transaction Id: IENAK, 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-01-07 09:44:59.340 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=b34a327f-c196-4064-b71d-72e84a59daac, X-Begin-Timestamp=2022-01-07T09:44:59.320+0000, X-TransactionID=IENAK, id=970da898-0355-aa7e-99c7-923bfb719eaf, timestamp=1641548699323}], headers={id=c7859d1a-574d-42f1-9a36-8fca4ca23a2f, timestamp=1641548699340}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=b34a327f-c196-4064-b71d-72e84a59daac, X-Begin-Timestamp=2022-01-07T09:44:59.320+0000, X-TransactionID=IENAK, id=970da898-0355-aa7e-99c7-923bfb719eaf, timestamp=1641548699323}] 2022-01-07T09:45:29.322+0000|92ae9e0a-228c-43b4-81dd-b51126ba618a|Request Id: 92ae9e0a-228c-43b4-81dd-b51126ba618a. Transaction Id: MJUWB. Begin TS: 2022-01-07T09:45:29.322+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:45:29.322 DEBUG 1 --- [ask-scheduler-3] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 92ae9e0a-228c-43b4-81dd-b51126ba618a. Transaction Id: MJUWB. Begin TS: 2022-01-07T09:45:29.322+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T09:45:29.325+0000|2022-01-07T09:45:29.337+0000|92ae9e0a-228c-43b4-81dd-b51126ba618a|UNKNOWN_INSTANCE_ID|task-scheduler-3||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|12|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 92ae9e0a-228c-43b4-81dd-b51126ba618a, Transaction Id: MJUWB, 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-01-07 09:45:29.337 ERROR 1 --- [ask-scheduler-3] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 92ae9e0a-228c-43b4-81dd-b51126ba618a, Transaction Id: MJUWB, 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-01-07 09:45:29.340 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=92ae9e0a-228c-43b4-81dd-b51126ba618a, X-Begin-Timestamp=2022-01-07T09:45:29.322+0000, X-TransactionID=MJUWB, id=3f200e81-712a-4c9e-4ff8-b7eec5704425, timestamp=1641548729324}], headers={id=66e43c68-c658-1259-619f-a44bc67dd8d1, timestamp=1641548729339}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=92ae9e0a-228c-43b4-81dd-b51126ba618a, X-Begin-Timestamp=2022-01-07T09:45:29.322+0000, X-TransactionID=MJUWB, id=3f200e81-712a-4c9e-4ff8-b7eec5704425, timestamp=1641548729324}] 2022-01-07 09:45:48.590  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 09:45:48.591  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 09:45:48.591 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-01-07T09:45:59.322+0000|04632248-b183-4a10-ba2c-7529fa2b292c|Request Id: 04632248-b183-4a10-ba2c-7529fa2b292c. Transaction Id: KIVSC. Begin TS: 2022-01-07T09:45:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:45:59.321 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 04632248-b183-4a10-ba2c-7529fa2b292c. Transaction Id: KIVSC. Begin TS: 2022-01-07T09:45:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T09:45:59.325+0000|2022-01-07T09:45:59.336+0000|04632248-b183-4a10-ba2c-7529fa2b292c|UNKNOWN_INSTANCE_ID|task-scheduler-8||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|11|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 04632248-b183-4a10-ba2c-7529fa2b292c, Transaction Id: KIVSC, 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-01-07 09:45:59.336 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 04632248-b183-4a10-ba2c-7529fa2b292c, Transaction Id: KIVSC, 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-01-07 09:45:59.339 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=04632248-b183-4a10-ba2c-7529fa2b292c, X-Begin-Timestamp=2022-01-07T09:45:59.321+0000, X-TransactionID=KIVSC, id=44182b7a-f6ce-4b8d-1cbb-de73b0a61553, timestamp=1641548759323}], headers={id=5801315c-0ba0-d441-6636-91b3c8ab07a2, timestamp=1641548759338}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=04632248-b183-4a10-ba2c-7529fa2b292c, X-Begin-Timestamp=2022-01-07T09:45:59.321+0000, X-TransactionID=KIVSC, id=44182b7a-f6ce-4b8d-1cbb-de73b0a61553, timestamp=1641548759323}] 2022-01-07T09:46:29.321+0000|ed608c0e-0785-4947-a638-e7c3af6cea82|Request Id: ed608c0e-0785-4947-a638-e7c3af6cea82. Transaction Id: P49QK. Begin TS: 2022-01-07T09:46:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:46:29.321 DEBUG 1 --- [ask-scheduler-7] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: ed608c0e-0785-4947-a638-e7c3af6cea82. Transaction Id: P49QK. Begin TS: 2022-01-07T09:46:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T09:46:29.323+0000|2022-01-07T09:46:29.336+0000|ed608c0e-0785-4947-a638-e7c3af6cea82|UNKNOWN_INSTANCE_ID|task-scheduler-7||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|13|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: ed608c0e-0785-4947-a638-e7c3af6cea82, Transaction Id: P49QK, 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-01-07 09:46:29.336 ERROR 1 --- [ask-scheduler-7] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: ed608c0e-0785-4947-a638-e7c3af6cea82, Transaction Id: P49QK, 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-01-07 09:46:29.339 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=ed608c0e-0785-4947-a638-e7c3af6cea82, X-Begin-Timestamp=2022-01-07T09:46:29.321+0000, X-TransactionID=P49QK, id=a75e21d6-03ee-e684-ed31-5a5860d0fbf0, timestamp=1641548789322}], headers={id=18f061dd-8b00-92c8-9fcd-230338d9bc98, timestamp=1641548789338}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=ed608c0e-0785-4947-a638-e7c3af6cea82, X-Begin-Timestamp=2022-01-07T09:46:29.321+0000, X-TransactionID=P49QK, id=a75e21d6-03ee-e684-ed31-5a5860d0fbf0, timestamp=1641548789322}] 2022-01-07 09:46:48.584  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 09:46:48.585  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 09:46:48.585 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-01-07T09:46:59.322+0000|c119a6d4-24ba-4613-8614-18e5f0c81926|Request Id: c119a6d4-24ba-4613-8614-18e5f0c81926. Transaction Id: 5QDOW. Begin TS: 2022-01-07T09:46:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:46:59.321 DEBUG 1 --- [sk-scheduler-10] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: c119a6d4-24ba-4613-8614-18e5f0c81926. Transaction Id: 5QDOW. Begin TS: 2022-01-07T09:46:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T09:46:59.325+0000|2022-01-07T09:46:59.334+0000|c119a6d4-24ba-4613-8614-18e5f0c81926|UNKNOWN_INSTANCE_ID|task-scheduler-10||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: c119a6d4-24ba-4613-8614-18e5f0c81926, Transaction Id: 5QDOW, 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-01-07 09:46:59.334 ERROR 1 --- [sk-scheduler-10] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: c119a6d4-24ba-4613-8614-18e5f0c81926, Transaction Id: 5QDOW, 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-01-07 09:46:59.336 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=c119a6d4-24ba-4613-8614-18e5f0c81926, X-Begin-Timestamp=2022-01-07T09:46:59.321+0000, X-TransactionID=5QDOW, id=ff9e34ba-0d84-c53d-5f95-3b16210d2652, timestamp=1641548819322}], headers={id=f71b126d-ec34-23bd-f584-2711e31b53ee, timestamp=1641548819336}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=c119a6d4-24ba-4613-8614-18e5f0c81926, X-Begin-Timestamp=2022-01-07T09:46:59.321+0000, X-TransactionID=5QDOW, id=ff9e34ba-0d84-c53d-5f95-3b16210d2652, timestamp=1641548819322}] 2022-01-07T09:47:29.322+0000|e187f672-3922-4e9f-9d57-5cce32cb0fa3|Request Id: e187f672-3922-4e9f-9d57-5cce32cb0fa3. Transaction Id: PMICX. Begin TS: 2022-01-07T09:47:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:47:29.321 DEBUG 1 --- [ask-scheduler-2] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: e187f672-3922-4e9f-9d57-5cce32cb0fa3. Transaction Id: PMICX. Begin TS: 2022-01-07T09:47:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T09:47:29.323+0000|2022-01-07T09:47:29.331+0000|e187f672-3922-4e9f-9d57-5cce32cb0fa3|UNKNOWN_INSTANCE_ID|task-scheduler-2||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: e187f672-3922-4e9f-9d57-5cce32cb0fa3, Transaction Id: PMICX, 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-01-07 09:47:29.332 ERROR 1 --- [ask-scheduler-2] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: e187f672-3922-4e9f-9d57-5cce32cb0fa3, Transaction Id: PMICX, 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-01-07 09:47:29.333 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=e187f672-3922-4e9f-9d57-5cce32cb0fa3, X-Begin-Timestamp=2022-01-07T09:47:29.321+0000, X-TransactionID=PMICX, id=f405b0b6-0e7b-2917-45d7-32d0600fad03, timestamp=1641548849322}], headers={id=97ee59ec-9ab9-6d4d-c314-9ccef8aa7267, timestamp=1641548849333}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=e187f672-3922-4e9f-9d57-5cce32cb0fa3, X-Begin-Timestamp=2022-01-07T09:47:29.321+0000, X-TransactionID=PMICX, id=f405b0b6-0e7b-2917-45d7-32d0600fad03, timestamp=1641548849322}] 2022-01-07 09:47:48.584  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 09:47:48.585  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 09:47:48.586 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-01-07T09:47:59.322+0000|0277ac4d-e2bd-41b7-9c91-9e890598e98f|Request Id: 0277ac4d-e2bd-41b7-9c91-9e890598e98f. Transaction Id: WVWFD. Begin TS: 2022-01-07T09:47:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:47:59.322 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 0277ac4d-e2bd-41b7-9c91-9e890598e98f. Transaction Id: WVWFD. Begin TS: 2022-01-07T09:47:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T09:47:59.326+0000|2022-01-07T09:47:59.336+0000|0277ac4d-e2bd-41b7-9c91-9e890598e98f|UNKNOWN_INSTANCE_ID|task-scheduler-1||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|10|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 0277ac4d-e2bd-41b7-9c91-9e890598e98f, Transaction Id: WVWFD, 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-01-07 09:47:59.336 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 0277ac4d-e2bd-41b7-9c91-9e890598e98f, Transaction Id: WVWFD, 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-01-07 09:47:59.338 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=0277ac4d-e2bd-41b7-9c91-9e890598e98f, X-Begin-Timestamp=2022-01-07T09:47:59.321+0000, X-TransactionID=WVWFD, id=c4cfe5e4-0257-c5d4-2615-f10a2fdd5cbc, timestamp=1641548879323}], headers={id=71c6016e-43c1-a870-5be8-bc4c8d27e6b5, timestamp=1641548879338}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=0277ac4d-e2bd-41b7-9c91-9e890598e98f, X-Begin-Timestamp=2022-01-07T09:47:59.321+0000, X-TransactionID=WVWFD, id=c4cfe5e4-0257-c5d4-2615-f10a2fdd5cbc, timestamp=1641548879323}] 2022-01-07T09:48:29.321+0000|0c844575-3ae2-4f60-9bc8-a9168ec6e261|Request Id: 0c844575-3ae2-4f60-9bc8-a9168ec6e261. Transaction Id: H8K93. Begin TS: 2022-01-07T09:48:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:48:29.321 DEBUG 1 --- [sk-scheduler-10] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 0c844575-3ae2-4f60-9bc8-a9168ec6e261. Transaction Id: H8K93. Begin TS: 2022-01-07T09:48:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T09:48:29.323+0000|2022-01-07T09:48:29.333+0000|0c844575-3ae2-4f60-9bc8-a9168ec6e261|UNKNOWN_INSTANCE_ID|task-scheduler-10||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|10|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 0c844575-3ae2-4f60-9bc8-a9168ec6e261, Transaction Id: H8K93, 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-01-07 09:48:29.333 ERROR 1 --- [sk-scheduler-10] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 0c844575-3ae2-4f60-9bc8-a9168ec6e261, Transaction Id: H8K93, 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-01-07 09:48:29.335 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=0c844575-3ae2-4f60-9bc8-a9168ec6e261, X-Begin-Timestamp=2022-01-07T09:48:29.321+0000, X-TransactionID=H8K93, id=c0262297-6bf2-0bdb-bcda-76c4c520c6e6, timestamp=1641548909322}], headers={id=503d34c4-5b39-9c65-8108-e1411975a066, timestamp=1641548909335}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=0c844575-3ae2-4f60-9bc8-a9168ec6e261, X-Begin-Timestamp=2022-01-07T09:48:29.321+0000, X-TransactionID=H8K93, id=c0262297-6bf2-0bdb-bcda-76c4c520c6e6, timestamp=1641548909322}] 2022-01-07 09:48:48.589  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 09:48:48.590  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 09:48:48.590 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-01-07T09:48:59.322+0000|bd84d5da-9a17-435a-a7c7-364a262df58d|Request Id: bd84d5da-9a17-435a-a7c7-364a262df58d. Transaction Id: XFARR. Begin TS: 2022-01-07T09:48:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:48:59.321 DEBUG 1 --- [sk-scheduler-10] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: bd84d5da-9a17-435a-a7c7-364a262df58d. Transaction Id: XFARR. Begin TS: 2022-01-07T09:48:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T09:48:59.325+0000|2022-01-07T09:48:59.337+0000|bd84d5da-9a17-435a-a7c7-364a262df58d|UNKNOWN_INSTANCE_ID|task-scheduler-10||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|12|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: bd84d5da-9a17-435a-a7c7-364a262df58d, Transaction Id: XFARR, 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-01-07 09:48:59.337 ERROR 1 --- [sk-scheduler-10] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: bd84d5da-9a17-435a-a7c7-364a262df58d, Transaction Id: XFARR, 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-01-07 09:48:59.339 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=bd84d5da-9a17-435a-a7c7-364a262df58d, X-Begin-Timestamp=2022-01-07T09:48:59.321+0000, X-TransactionID=XFARR, id=d051ab87-ce4a-0b3a-7634-f82cfc08f950, timestamp=1641548939323}], headers={id=d4bec22e-99de-0b43-eed5-7da1f82175fc, timestamp=1641548939339}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=bd84d5da-9a17-435a-a7c7-364a262df58d, X-Begin-Timestamp=2022-01-07T09:48:59.321+0000, X-TransactionID=XFARR, id=d051ab87-ce4a-0b3a-7634-f82cfc08f950, timestamp=1641548939323}] 2022-01-07T09:49:29.323+0000|8e164a8e-dacf-4c6e-8a1e-abff669a0e6f|Request Id: 8e164a8e-dacf-4c6e-8a1e-abff669a0e6f. Transaction Id: UNMFK. Begin TS: 2022-01-07T09:49:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:49:29.322 DEBUG 1 --- [ask-scheduler-2] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 8e164a8e-dacf-4c6e-8a1e-abff669a0e6f. Transaction Id: UNMFK. Begin TS: 2022-01-07T09:49:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T09:49:29.329+0000|2022-01-07T09:49:29.345+0000|8e164a8e-dacf-4c6e-8a1e-abff669a0e6f|UNKNOWN_INSTANCE_ID|task-scheduler-2||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|16|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 8e164a8e-dacf-4c6e-8a1e-abff669a0e6f, Transaction Id: UNMFK, Elapsed Time: 16 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-01-07 09:49:29.345 ERROR 1 --- [ask-scheduler-2] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 8e164a8e-dacf-4c6e-8a1e-abff669a0e6f, Transaction Id: UNMFK, Elapsed Time: 16 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-01-07 09:49:29.348 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=8e164a8e-dacf-4c6e-8a1e-abff669a0e6f, X-Begin-Timestamp=2022-01-07T09:49:29.321+0000, X-TransactionID=UNMFK, id=eb32293d-345d-2407-f691-4050d1b98bd7, timestamp=1641548969324}], headers={id=f06ef6ab-7861-c08d-ce93-d65aeb5f4585, timestamp=1641548969348}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=8e164a8e-dacf-4c6e-8a1e-abff669a0e6f, X-Begin-Timestamp=2022-01-07T09:49:29.321+0000, X-TransactionID=UNMFK, id=eb32293d-345d-2407-f691-4050d1b98bd7, timestamp=1641548969324}] 2022-01-07 09:49:48.586  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 09:49:48.587  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 09:49:48.588 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-01-07T09:49:59.321+0000|ec3907b7-54bd-4294-a6a1-db95bdaa0ec4|Request Id: ec3907b7-54bd-4294-a6a1-db95bdaa0ec4. Transaction Id: YJ3CX. Begin TS: 2022-01-07T09:49:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:49:59.321 DEBUG 1 --- [ask-scheduler-7] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: ec3907b7-54bd-4294-a6a1-db95bdaa0ec4. Transaction Id: YJ3CX. Begin TS: 2022-01-07T09:49:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T09:49:59.324+0000|2022-01-07T09:49:59.333+0000|ec3907b7-54bd-4294-a6a1-db95bdaa0ec4|UNKNOWN_INSTANCE_ID|task-scheduler-7||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: ec3907b7-54bd-4294-a6a1-db95bdaa0ec4, Transaction Id: YJ3CX, 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-01-07 09:49:59.333 ERROR 1 --- [ask-scheduler-7] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: ec3907b7-54bd-4294-a6a1-db95bdaa0ec4, Transaction Id: YJ3CX, 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-01-07 09:49:59.335 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=ec3907b7-54bd-4294-a6a1-db95bdaa0ec4, X-Begin-Timestamp=2022-01-07T09:49:59.321+0000, X-TransactionID=YJ3CX, id=a0150e0c-aa12-327e-9478-c031e84cce33, timestamp=1641548999322}], headers={id=6d6027f3-b79a-e003-42c2-2279958ca32d, timestamp=1641548999335}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=ec3907b7-54bd-4294-a6a1-db95bdaa0ec4, X-Begin-Timestamp=2022-01-07T09:49:59.321+0000, X-TransactionID=YJ3CX, id=a0150e0c-aa12-327e-9478-c031e84cce33, timestamp=1641548999322}] 2022-01-07T09:50:29.324+0000|993bdb96-3c5d-46e9-8ebc-51acc60ef616|Request Id: 993bdb96-3c5d-46e9-8ebc-51acc60ef616. Transaction Id: ZDRIS. Begin TS: 2022-01-07T09:50:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:50:29.322 DEBUG 1 --- [sk-scheduler-10] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 993bdb96-3c5d-46e9-8ebc-51acc60ef616. Transaction Id: ZDRIS. Begin TS: 2022-01-07T09:50:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:50:29.335  INFO 1 --- [sk-scheduler-10] 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-01-07 09:50:29.336  INFO 1 --- [sk-scheduler-10] o.apache.http.impl.execchain.RetryExec  : Retrying request to {}->http://message-router:3904 2022-01-07T09:50:29.330+0000|2022-01-07T09:50:29.348+0000|993bdb96-3c5d-46e9-8ebc-51acc60ef616|UNKNOWN_INSTANCE_ID|task-scheduler-10||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|18|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 993bdb96-3c5d-46e9-8ebc-51acc60ef616, Transaction Id: ZDRIS, 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-01-07 09:50:29.348 ERROR 1 --- [sk-scheduler-10] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 993bdb96-3c5d-46e9-8ebc-51acc60ef616, Transaction Id: ZDRIS, 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-01-07 09:50:29.351 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=993bdb96-3c5d-46e9-8ebc-51acc60ef616, X-Begin-Timestamp=2022-01-07T09:50:29.321+0000, X-TransactionID=ZDRIS, id=91cddab5-c13c-f122-da05-af3806624e6f, timestamp=1641549029325}], headers={id=651b940d-dacf-8c51-df48-35afff492f15, timestamp=1641549029350}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=993bdb96-3c5d-46e9-8ebc-51acc60ef616, X-Begin-Timestamp=2022-01-07T09:50:29.321+0000, X-TransactionID=ZDRIS, id=91cddab5-c13c-f122-da05-af3806624e6f, timestamp=1641549029325}] 2022-01-07 09:50:48.583  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 09:50:48.583  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 09:50:48.583 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-01-07T09:50:59.321+0000|c86b7656-684d-4058-afec-a8d8fb3bb9e1|Request Id: c86b7656-684d-4058-afec-a8d8fb3bb9e1. Transaction Id: HZANN. Begin TS: 2022-01-07T09:50:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:50:59.321 DEBUG 1 --- [ask-scheduler-5] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: c86b7656-684d-4058-afec-a8d8fb3bb9e1. Transaction Id: HZANN. Begin TS: 2022-01-07T09:50:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T09:50:59.323+0000|2022-01-07T09:50:59.333+0000|c86b7656-684d-4058-afec-a8d8fb3bb9e1|UNKNOWN_INSTANCE_ID|task-scheduler-5||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|10|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: c86b7656-684d-4058-afec-a8d8fb3bb9e1, Transaction Id: HZANN, 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-01-07 09:50:59.333 ERROR 1 --- [ask-scheduler-5] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: c86b7656-684d-4058-afec-a8d8fb3bb9e1, Transaction Id: HZANN, 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-01-07 09:50:59.335 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=c86b7656-684d-4058-afec-a8d8fb3bb9e1, X-Begin-Timestamp=2022-01-07T09:50:59.321+0000, X-TransactionID=HZANN, id=f2245828-0ea2-bba3-0742-e94c953f0ce1, timestamp=1641549059322}], headers={id=c87333d7-a607-ee2e-2d71-eecf14272cec, timestamp=1641549059335}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=c86b7656-684d-4058-afec-a8d8fb3bb9e1, X-Begin-Timestamp=2022-01-07T09:50:59.321+0000, X-TransactionID=HZANN, id=f2245828-0ea2-bba3-0742-e94c953f0ce1, timestamp=1641549059322}] 2022-01-07T09:51:29.326+0000|47dcbc89-abdc-4699-84aa-372c0526ebea|Request Id: 47dcbc89-abdc-4699-84aa-372c0526ebea. Transaction Id: 7YPZZ. Begin TS: 2022-01-07T09:51:29.322+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:51:29.324 DEBUG 1 --- [ask-scheduler-9] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 47dcbc89-abdc-4699-84aa-372c0526ebea. Transaction Id: 7YPZZ. Begin TS: 2022-01-07T09:51:29.322+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T09:51:29.339+0000|2022-01-07T09:51:29.367+0000|47dcbc89-abdc-4699-84aa-372c0526ebea|UNKNOWN_INSTANCE_ID|task-scheduler-9||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|28|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 47dcbc89-abdc-4699-84aa-372c0526ebea, Transaction Id: 7YPZZ, Elapsed Time: 28 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-01-07 09:51:29.367 ERROR 1 --- [ask-scheduler-9] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 47dcbc89-abdc-4699-84aa-372c0526ebea, Transaction Id: 7YPZZ, Elapsed Time: 28 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-01-07 09:51:29.372 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=47dcbc89-abdc-4699-84aa-372c0526ebea, X-Begin-Timestamp=2022-01-07T09:51:29.322+0000, X-TransactionID=7YPZZ, id=0e9b1f48-ab1a-e88e-8c42-79b023830303, timestamp=1641549089329}], headers={id=daaf7a6e-a96e-2b7c-2ab1-02d426d814b1, timestamp=1641549089372}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=47dcbc89-abdc-4699-84aa-372c0526ebea, X-Begin-Timestamp=2022-01-07T09:51:29.322+0000, X-TransactionID=7YPZZ, id=0e9b1f48-ab1a-e88e-8c42-79b023830303, timestamp=1641549089329}] 2022-01-07 09:51:48.587  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 09:51:48.587  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 09:51:48.587 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-01-07T09:51:59.321+0000|4ab1a60d-9578-4e5e-8555-6b2b14d59697|Request Id: 4ab1a60d-9578-4e5e-8555-6b2b14d59697. Transaction Id: XPU0Q. Begin TS: 2022-01-07T09:51:59.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:51:59.320 DEBUG 1 --- [ask-scheduler-2] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 4ab1a60d-9578-4e5e-8555-6b2b14d59697. Transaction Id: XPU0Q. Begin TS: 2022-01-07T09:51:59.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T09:51:59.322+0000|2022-01-07T09:51:59.332+0000|4ab1a60d-9578-4e5e-8555-6b2b14d59697|UNKNOWN_INSTANCE_ID|task-scheduler-2||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|10|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 4ab1a60d-9578-4e5e-8555-6b2b14d59697, Transaction Id: XPU0Q, 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-01-07 09:51:59.332 ERROR 1 --- [ask-scheduler-2] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 4ab1a60d-9578-4e5e-8555-6b2b14d59697, Transaction Id: XPU0Q, 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-01-07 09:51:59.333 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=4ab1a60d-9578-4e5e-8555-6b2b14d59697, X-Begin-Timestamp=2022-01-07T09:51:59.320+0000, X-TransactionID=XPU0Q, id=c2720d03-b4bc-6104-911c-ef74e361e9e0, timestamp=1641549119321}], headers={id=b3fe51bf-afcb-f74b-c445-e0d467ff2c3b, timestamp=1641549119333}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=4ab1a60d-9578-4e5e-8555-6b2b14d59697, X-Begin-Timestamp=2022-01-07T09:51:59.320+0000, X-TransactionID=XPU0Q, id=c2720d03-b4bc-6104-911c-ef74e361e9e0, timestamp=1641549119321}] 2022-01-07T09:52:29.330+0000|388f8f83-fa23-49cf-aa96-5180fdc443a9|Request Id: 388f8f83-fa23-49cf-aa96-5180fdc443a9. Transaction Id: QAAHP. Begin TS: 2022-01-07T09:52:29.323+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:52:29.327 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 388f8f83-fa23-49cf-aa96-5180fdc443a9. Transaction Id: QAAHP. Begin TS: 2022-01-07T09:52:29.323+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T09:52:29.345+0000|2022-01-07T09:52:29.359+0000|388f8f83-fa23-49cf-aa96-5180fdc443a9|UNKNOWN_INSTANCE_ID|task-scheduler-8||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|14|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 388f8f83-fa23-49cf-aa96-5180fdc443a9, Transaction Id: QAAHP, Elapsed Time: 14 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-01-07 09:52:29.360 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 388f8f83-fa23-49cf-aa96-5180fdc443a9, Transaction Id: QAAHP, Elapsed Time: 14 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-01-07 09:52:29.362 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=388f8f83-fa23-49cf-aa96-5180fdc443a9, X-Begin-Timestamp=2022-01-07T09:52:29.323+0000, X-TransactionID=QAAHP, id=00117620-cb18-486d-71a7-f5662a79425b, timestamp=1641549149333}], headers={id=be3eb1e2-4e04-a971-629d-bdd37185531d, timestamp=1641549149362}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=388f8f83-fa23-49cf-aa96-5180fdc443a9, X-Begin-Timestamp=2022-01-07T09:52:29.323+0000, X-TransactionID=QAAHP, id=00117620-cb18-486d-71a7-f5662a79425b, timestamp=1641549149333}] 2022-01-07 09:52:48.589  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 09:52:48.589  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 09:52:48.589 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-01-07T09:52:59.321+0000|8d43bc96-9d59-436e-9e17-f81b0b6891dc|Request Id: 8d43bc96-9d59-436e-9e17-f81b0b6891dc. Transaction Id: I6LUZ. Begin TS: 2022-01-07T09:52:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:52:59.321 DEBUG 1 --- [sk-scheduler-10] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 8d43bc96-9d59-436e-9e17-f81b0b6891dc. Transaction Id: I6LUZ. Begin TS: 2022-01-07T09:52:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T09:52:59.323+0000|2022-01-07T09:52:59.333+0000|8d43bc96-9d59-436e-9e17-f81b0b6891dc|UNKNOWN_INSTANCE_ID|task-scheduler-10||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|10|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 8d43bc96-9d59-436e-9e17-f81b0b6891dc, Transaction Id: I6LUZ, 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-01-07 09:52:59.333 ERROR 1 --- [sk-scheduler-10] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 8d43bc96-9d59-436e-9e17-f81b0b6891dc, Transaction Id: I6LUZ, 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-01-07 09:52:59.335 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=8d43bc96-9d59-436e-9e17-f81b0b6891dc, X-Begin-Timestamp=2022-01-07T09:52:59.321+0000, X-TransactionID=I6LUZ, id=4eab3866-9586-aaeb-390f-cd6df32e32fc, timestamp=1641549179322}], headers={id=3a149f01-5bb1-0b14-5c92-1a3bbf8197d2, timestamp=1641549179335}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=8d43bc96-9d59-436e-9e17-f81b0b6891dc, X-Begin-Timestamp=2022-01-07T09:52:59.321+0000, X-TransactionID=I6LUZ, id=4eab3866-9586-aaeb-390f-cd6df32e32fc, timestamp=1641549179322}] 2022-01-07T09:53:29.323+0000|dcceb6bc-3640-4e50-b4dc-141e2b509eba|Request Id: dcceb6bc-3640-4e50-b4dc-141e2b509eba. Transaction Id: ITRXV. Begin TS: 2022-01-07T09:53:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:53:29.322 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: dcceb6bc-3640-4e50-b4dc-141e2b509eba. Transaction Id: ITRXV. Begin TS: 2022-01-07T09:53:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T09:53:29.327+0000|2022-01-07T09:53:29.339+0000|dcceb6bc-3640-4e50-b4dc-141e2b509eba|UNKNOWN_INSTANCE_ID|task-scheduler-8||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|12|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: dcceb6bc-3640-4e50-b4dc-141e2b509eba, Transaction Id: ITRXV, 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-01-07 09:53:29.340 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: dcceb6bc-3640-4e50-b4dc-141e2b509eba, Transaction Id: ITRXV, 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-01-07 09:53:29.342 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=dcceb6bc-3640-4e50-b4dc-141e2b509eba, X-Begin-Timestamp=2022-01-07T09:53:29.321+0000, X-TransactionID=ITRXV, id=454609b3-3b81-b0a4-2d37-95a75ca2a5a5, timestamp=1641549209324}], headers={id=bc4f8cc7-73c3-64fa-7e75-3ec831b35114, timestamp=1641549209341}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=dcceb6bc-3640-4e50-b4dc-141e2b509eba, X-Begin-Timestamp=2022-01-07T09:53:29.321+0000, X-TransactionID=ITRXV, id=454609b3-3b81-b0a4-2d37-95a75ca2a5a5, timestamp=1641549209324}] 2022-01-07 09:53:48.586  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 09:53:48.587  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 09:53:48.587 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-01-07T09:53:59.321+0000|338c3cdc-b2ca-45e2-96b3-c0da35ea7824|Request Id: 338c3cdc-b2ca-45e2-96b3-c0da35ea7824. Transaction Id: HAXZT. Begin TS: 2022-01-07T09:53:59.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:53:59.321 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 338c3cdc-b2ca-45e2-96b3-c0da35ea7824. Transaction Id: HAXZT. Begin TS: 2022-01-07T09:53:59.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T09:53:59.322+0000|2022-01-07T09:53:59.361+0000|338c3cdc-b2ca-45e2-96b3-c0da35ea7824|UNKNOWN_INSTANCE_ID|task-scheduler-8||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|39|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 338c3cdc-b2ca-45e2-96b3-c0da35ea7824, Transaction Id: HAXZT, Elapsed Time: 39 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-01-07 09:53:59.361 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 338c3cdc-b2ca-45e2-96b3-c0da35ea7824, Transaction Id: HAXZT, Elapsed Time: 39 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-01-07 09:53:59.362 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=338c3cdc-b2ca-45e2-96b3-c0da35ea7824, X-Begin-Timestamp=2022-01-07T09:53:59.320+0000, X-TransactionID=HAXZT, id=12048c9f-ea13-c13f-44ec-91fe272cbcf2, timestamp=1641549239321}], headers={id=aba44535-7437-53c5-8ae8-7cf18c88c4af, timestamp=1641549239362}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=338c3cdc-b2ca-45e2-96b3-c0da35ea7824, X-Begin-Timestamp=2022-01-07T09:53:59.320+0000, X-TransactionID=HAXZT, id=12048c9f-ea13-c13f-44ec-91fe272cbcf2, timestamp=1641549239321}] 2022-01-07T09:54:29.323+0000|fda78f40-fadc-435c-abef-9727cc150f6d|Request Id: fda78f40-fadc-435c-abef-9727cc150f6d. Transaction Id: QEKHI. Begin TS: 2022-01-07T09:54:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:54:29.322 DEBUG 1 --- [sk-scheduler-10] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: fda78f40-fadc-435c-abef-9727cc150f6d. Transaction Id: QEKHI. Begin TS: 2022-01-07T09:54:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T09:54:29.329+0000|2022-01-07T09:54:29.339+0000|fda78f40-fadc-435c-abef-9727cc150f6d|UNKNOWN_INSTANCE_ID|task-scheduler-10||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|10|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: fda78f40-fadc-435c-abef-9727cc150f6d, Transaction Id: QEKHI, 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-01-07 09:54:29.339 ERROR 1 --- [sk-scheduler-10] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: fda78f40-fadc-435c-abef-9727cc150f6d, Transaction Id: QEKHI, 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-01-07 09:54:29.341 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=fda78f40-fadc-435c-abef-9727cc150f6d, X-Begin-Timestamp=2022-01-07T09:54:29.321+0000, X-TransactionID=QEKHI, id=f7c21b11-5356-7bf5-a7e7-d28e3a6f8fc0, timestamp=1641549269324}], headers={id=c3aff5d2-00db-8309-b388-4bedf8b8842f, timestamp=1641549269341}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=fda78f40-fadc-435c-abef-9727cc150f6d, X-Begin-Timestamp=2022-01-07T09:54:29.321+0000, X-TransactionID=QEKHI, id=f7c21b11-5356-7bf5-a7e7-d28e3a6f8fc0, timestamp=1641549269324}] 2022-01-07 09:54:48.583  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 09:54:48.584  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 09:54:48.584 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-01-07T09:54:59.323+0000|00651021-755e-4b93-9851-b5d021e034a2|Request Id: 00651021-755e-4b93-9851-b5d021e034a2. Transaction Id: 7M9AX. Begin TS: 2022-01-07T09:54:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:54:59.322 DEBUG 1 --- [ask-scheduler-2] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 00651021-755e-4b93-9851-b5d021e034a2. Transaction Id: 7M9AX. Begin TS: 2022-01-07T09:54:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T09:54:59.328+0000|2022-01-07T09:54:59.338+0000|00651021-755e-4b93-9851-b5d021e034a2|UNKNOWN_INSTANCE_ID|task-scheduler-2||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|10|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 00651021-755e-4b93-9851-b5d021e034a2, Transaction Id: 7M9AX, 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-01-07 09:54:59.338 ERROR 1 --- [ask-scheduler-2] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 00651021-755e-4b93-9851-b5d021e034a2, Transaction Id: 7M9AX, 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-01-07 09:54:59.340 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=00651021-755e-4b93-9851-b5d021e034a2, X-Begin-Timestamp=2022-01-07T09:54:59.321+0000, X-TransactionID=7M9AX, id=cb0b56ea-2cf9-9151-36a1-e9f61ff9bcf4, timestamp=1641549299324}], headers={id=934df1d4-0121-694e-2269-7235806c2c33, timestamp=1641549299340}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=00651021-755e-4b93-9851-b5d021e034a2, X-Begin-Timestamp=2022-01-07T09:54:59.321+0000, X-TransactionID=7M9AX, id=cb0b56ea-2cf9-9151-36a1-e9f61ff9bcf4, timestamp=1641549299324}] 2022-01-07T09:55:29.321+0000|763194d0-361c-4555-a9b7-c73b423c07fc|Request Id: 763194d0-361c-4555-a9b7-c73b423c07fc. Transaction Id: QNGES. Begin TS: 2022-01-07T09:55:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:55:29.321 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 763194d0-361c-4555-a9b7-c73b423c07fc. Transaction Id: QNGES. Begin TS: 2022-01-07T09:55:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T09:55:29.323+0000|2022-01-07T09:55:29.331+0000|763194d0-361c-4555-a9b7-c73b423c07fc|UNKNOWN_INSTANCE_ID|task-scheduler-8||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 763194d0-361c-4555-a9b7-c73b423c07fc, Transaction Id: QNGES, 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-01-07 09:55:29.331 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 763194d0-361c-4555-a9b7-c73b423c07fc, Transaction Id: QNGES, 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-01-07 09:55:29.333 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=763194d0-361c-4555-a9b7-c73b423c07fc, X-Begin-Timestamp=2022-01-07T09:55:29.321+0000, X-TransactionID=QNGES, id=7650c6ae-ace2-db5a-03f2-969985725342, timestamp=1641549329321}], headers={id=ff4048c4-1f06-6947-745d-e1c095f41a5e, timestamp=1641549329332}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=763194d0-361c-4555-a9b7-c73b423c07fc, X-Begin-Timestamp=2022-01-07T09:55:29.321+0000, X-TransactionID=QNGES, id=7650c6ae-ace2-db5a-03f2-969985725342, timestamp=1641549329321}] 2022-01-07 09:55:48.584  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 09:55:48.588  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 09:55:48.589 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-01-07T09:55:59.324+0000|786cd57c-8444-482a-acb5-a3b9c9d951aa|Request Id: 786cd57c-8444-482a-acb5-a3b9c9d951aa. Transaction Id: RZTQL. Begin TS: 2022-01-07T09:55:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:55:59.323 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 786cd57c-8444-482a-acb5-a3b9c9d951aa. Transaction Id: RZTQL. Begin TS: 2022-01-07T09:55:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T09:55:59.333+0000|2022-01-07T09:55:59.346+0000|786cd57c-8444-482a-acb5-a3b9c9d951aa|UNKNOWN_INSTANCE_ID|task-scheduler-1||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|13|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 786cd57c-8444-482a-acb5-a3b9c9d951aa, Transaction Id: RZTQL, 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-01-07 09:55:59.346 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 786cd57c-8444-482a-acb5-a3b9c9d951aa, Transaction Id: RZTQL, 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-01-07 09:55:59.349 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=786cd57c-8444-482a-acb5-a3b9c9d951aa, X-Begin-Timestamp=2022-01-07T09:55:59.321+0000, X-TransactionID=RZTQL, id=777a4a80-13db-2b2d-d486-9ae9bd5f0560, timestamp=1641549359327}], headers={id=be2954a1-4c05-333a-3a14-f4358c14435c, timestamp=1641549359349}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=786cd57c-8444-482a-acb5-a3b9c9d951aa, X-Begin-Timestamp=2022-01-07T09:55:59.321+0000, X-TransactionID=RZTQL, id=777a4a80-13db-2b2d-d486-9ae9bd5f0560, timestamp=1641549359327}] 2022-01-07T09:56:29.321+0000|9ea13a53-115f-4210-a7a4-1999b7edd222|Request Id: 9ea13a53-115f-4210-a7a4-1999b7edd222. Transaction Id: Z36CJ. Begin TS: 2022-01-07T09:56:29.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:56:29.320 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 9ea13a53-115f-4210-a7a4-1999b7edd222. Transaction Id: Z36CJ. Begin TS: 2022-01-07T09:56:29.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T09:56:29.323+0000|2022-01-07T09:56:29.332+0000|9ea13a53-115f-4210-a7a4-1999b7edd222|UNKNOWN_INSTANCE_ID|task-scheduler-1||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 9ea13a53-115f-4210-a7a4-1999b7edd222, Transaction Id: Z36CJ, 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-01-07 09:56:29.332 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 9ea13a53-115f-4210-a7a4-1999b7edd222, Transaction Id: Z36CJ, 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-01-07 09:56:29.334 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=9ea13a53-115f-4210-a7a4-1999b7edd222, X-Begin-Timestamp=2022-01-07T09:56:29.320+0000, X-TransactionID=Z36CJ, id=5ec90a56-2049-c130-a522-0e143d71c3dc, timestamp=1641549389322}], headers={id=dccabf43-391c-3069-7701-2f061bda499a, timestamp=1641549389334}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=9ea13a53-115f-4210-a7a4-1999b7edd222, X-Begin-Timestamp=2022-01-07T09:56:29.320+0000, X-TransactionID=Z36CJ, id=5ec90a56-2049-c130-a522-0e143d71c3dc, timestamp=1641549389322}] 2022-01-07 09:56:48.587  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 09:56:48.588  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 09:56:48.589 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-01-07T09:56:59.322+0000|f5214b36-e8b3-4855-b822-ba853ea22b7c|Request Id: f5214b36-e8b3-4855-b822-ba853ea22b7c. Transaction Id: FDC7R. Begin TS: 2022-01-07T09:56:59.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:56:59.321 DEBUG 1 --- [ask-scheduler-2] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: f5214b36-e8b3-4855-b822-ba853ea22b7c. Transaction Id: FDC7R. Begin TS: 2022-01-07T09:56:59.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T09:56:59.326+0000|2022-01-07T09:56:59.336+0000|f5214b36-e8b3-4855-b822-ba853ea22b7c|UNKNOWN_INSTANCE_ID|task-scheduler-2||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|10|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: f5214b36-e8b3-4855-b822-ba853ea22b7c, Transaction Id: FDC7R, 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-01-07 09:56:59.337 ERROR 1 --- [ask-scheduler-2] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: f5214b36-e8b3-4855-b822-ba853ea22b7c, Transaction Id: FDC7R, 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-01-07 09:56:59.340 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=f5214b36-e8b3-4855-b822-ba853ea22b7c, X-Begin-Timestamp=2022-01-07T09:56:59.320+0000, X-TransactionID=FDC7R, id=51011fae-99fe-6303-24b1-f6c021642082, timestamp=1641549419322}], headers={id=3aa1c0f0-dedf-3e85-2619-bfbbe00578f4, timestamp=1641549419339}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=f5214b36-e8b3-4855-b822-ba853ea22b7c, X-Begin-Timestamp=2022-01-07T09:56:59.320+0000, X-TransactionID=FDC7R, id=51011fae-99fe-6303-24b1-f6c021642082, timestamp=1641549419322}] 2022-01-07T09:57:29.321+0000|cd8b55a8-c480-404b-aee4-7a8aa7c96a1c|Request Id: cd8b55a8-c480-404b-aee4-7a8aa7c96a1c. Transaction Id: CHBFZ. Begin TS: 2022-01-07T09:57:29.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:57:29.321 DEBUG 1 --- [ask-scheduler-2] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: cd8b55a8-c480-404b-aee4-7a8aa7c96a1c. Transaction Id: CHBFZ. Begin TS: 2022-01-07T09:57:29.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T09:57:29.324+0000|2022-01-07T09:57:29.332+0000|cd8b55a8-c480-404b-aee4-7a8aa7c96a1c|UNKNOWN_INSTANCE_ID|task-scheduler-2||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: cd8b55a8-c480-404b-aee4-7a8aa7c96a1c, Transaction Id: CHBFZ, 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-01-07 09:57:29.332 ERROR 1 --- [ask-scheduler-2] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: cd8b55a8-c480-404b-aee4-7a8aa7c96a1c, Transaction Id: CHBFZ, 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-01-07 09:57:29.334 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=cd8b55a8-c480-404b-aee4-7a8aa7c96a1c, X-Begin-Timestamp=2022-01-07T09:57:29.320+0000, X-TransactionID=CHBFZ, id=8be93a44-c714-7dd7-3429-f52ca57220fe, timestamp=1641549449322}], headers={id=09ca7cbd-f6a0-2d9e-b259-46c0da0340ce, timestamp=1641549449334}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=cd8b55a8-c480-404b-aee4-7a8aa7c96a1c, X-Begin-Timestamp=2022-01-07T09:57:29.320+0000, X-TransactionID=CHBFZ, id=8be93a44-c714-7dd7-3429-f52ca57220fe, timestamp=1641549449322}] 2022-01-07 09:57:48.586  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 09:57:48.588  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 09:57:48.588 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-01-07T09:57:59.322+0000|873ef8d7-64a9-4093-8076-0b1afb40ccc1|Request Id: 873ef8d7-64a9-4093-8076-0b1afb40ccc1. Transaction Id: 4UIZL. Begin TS: 2022-01-07T09:57:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:57:59.322 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 873ef8d7-64a9-4093-8076-0b1afb40ccc1. Transaction Id: 4UIZL. Begin TS: 2022-01-07T09:57:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T09:57:59.327+0000|2022-01-07T09:57:59.337+0000|873ef8d7-64a9-4093-8076-0b1afb40ccc1|UNKNOWN_INSTANCE_ID|task-scheduler-1||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|10|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 873ef8d7-64a9-4093-8076-0b1afb40ccc1, Transaction Id: 4UIZL, 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-01-07 09:57:59.337 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 873ef8d7-64a9-4093-8076-0b1afb40ccc1, Transaction Id: 4UIZL, 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-01-07 09:57:59.340 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=873ef8d7-64a9-4093-8076-0b1afb40ccc1, X-Begin-Timestamp=2022-01-07T09:57:59.321+0000, X-TransactionID=4UIZL, id=d91afc88-f7d8-be85-6a3f-4192ac545660, timestamp=1641549479323}], headers={id=5339d758-80a0-a4c5-7c26-bf8bee735aba, timestamp=1641549479340}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=873ef8d7-64a9-4093-8076-0b1afb40ccc1, X-Begin-Timestamp=2022-01-07T09:57:59.321+0000, X-TransactionID=4UIZL, id=d91afc88-f7d8-be85-6a3f-4192ac545660, timestamp=1641549479323}] 2022-01-07T09:58:29.322+0000|6a197908-5149-4203-b4c0-4a1c12164c92|Request Id: 6a197908-5149-4203-b4c0-4a1c12164c92. Transaction Id: JFKWC. Begin TS: 2022-01-07T09:58:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:58:29.321 DEBUG 1 --- [ask-scheduler-6] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 6a197908-5149-4203-b4c0-4a1c12164c92. Transaction Id: JFKWC. Begin TS: 2022-01-07T09:58:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T09:58:29.324+0000|2022-01-07T09:58:29.337+0000|6a197908-5149-4203-b4c0-4a1c12164c92|UNKNOWN_INSTANCE_ID|task-scheduler-6||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|13|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 6a197908-5149-4203-b4c0-4a1c12164c92, Transaction Id: JFKWC, 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-01-07 09:58:29.337 ERROR 1 --- [ask-scheduler-6] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 6a197908-5149-4203-b4c0-4a1c12164c92, Transaction Id: JFKWC, 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-01-07 09:58:29.339 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=6a197908-5149-4203-b4c0-4a1c12164c92, X-Begin-Timestamp=2022-01-07T09:58:29.321+0000, X-TransactionID=JFKWC, id=1b1eb3ae-fac8-2dce-93e8-57b23cd06fd0, timestamp=1641549509323}], headers={id=72401c45-3f54-729c-5972-80796342bb19, timestamp=1641549509338}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=6a197908-5149-4203-b4c0-4a1c12164c92, X-Begin-Timestamp=2022-01-07T09:58:29.321+0000, X-TransactionID=JFKWC, id=1b1eb3ae-fac8-2dce-93e8-57b23cd06fd0, timestamp=1641549509323}] 2022-01-07 09:58:48.586  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 09:58:48.588  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 09:58:48.588 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-01-07T09:58:59.322+0000|aac0feb4-8bd2-4aa5-aa40-73e0433a6f6e|Request Id: aac0feb4-8bd2-4aa5-aa40-73e0433a6f6e. Transaction Id: YDD1B. Begin TS: 2022-01-07T09:58:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:58:59.321 DEBUG 1 --- [ask-scheduler-3] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: aac0feb4-8bd2-4aa5-aa40-73e0433a6f6e. Transaction Id: YDD1B. Begin TS: 2022-01-07T09:58:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T09:58:59.325+0000|2022-01-07T09:58:59.334+0000|aac0feb4-8bd2-4aa5-aa40-73e0433a6f6e|UNKNOWN_INSTANCE_ID|task-scheduler-3||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: aac0feb4-8bd2-4aa5-aa40-73e0433a6f6e, Transaction Id: YDD1B, 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-01-07 09:58:59.335 ERROR 1 --- [ask-scheduler-3] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: aac0feb4-8bd2-4aa5-aa40-73e0433a6f6e, Transaction Id: YDD1B, 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-01-07 09:58:59.337 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=aac0feb4-8bd2-4aa5-aa40-73e0433a6f6e, X-Begin-Timestamp=2022-01-07T09:58:59.321+0000, X-TransactionID=YDD1B, id=c9dac121-a59f-9c4d-2cac-075500da93c6, timestamp=1641549539323}], headers={id=9764485f-3bbb-6b4e-11ba-ac786650e1dd, timestamp=1641549539336}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=aac0feb4-8bd2-4aa5-aa40-73e0433a6f6e, X-Begin-Timestamp=2022-01-07T09:58:59.321+0000, X-TransactionID=YDD1B, id=c9dac121-a59f-9c4d-2cac-075500da93c6, timestamp=1641549539323}] 2022-01-07T09:59:29.321+0000|d7a8e820-cd75-4fa8-9bc8-723b325d426a|Request Id: d7a8e820-cd75-4fa8-9bc8-723b325d426a. Transaction Id: PCANW. Begin TS: 2022-01-07T09:59:29.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:59:29.321 DEBUG 1 --- [ask-scheduler-2] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: d7a8e820-cd75-4fa8-9bc8-723b325d426a. Transaction Id: PCANW. Begin TS: 2022-01-07T09:59:29.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T09:59:29.323+0000|2022-01-07T09:59:29.331+0000|d7a8e820-cd75-4fa8-9bc8-723b325d426a|UNKNOWN_INSTANCE_ID|task-scheduler-2||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: d7a8e820-cd75-4fa8-9bc8-723b325d426a, Transaction Id: PCANW, 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-01-07 09:59:29.331 ERROR 1 --- [ask-scheduler-2] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: d7a8e820-cd75-4fa8-9bc8-723b325d426a, Transaction Id: PCANW, 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-01-07 09:59:29.332 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=d7a8e820-cd75-4fa8-9bc8-723b325d426a, X-Begin-Timestamp=2022-01-07T09:59:29.320+0000, X-TransactionID=PCANW, id=6b55e92b-5271-ed7c-e8c6-c4bcc54534f8, timestamp=1641549569322}], headers={id=4485e3ce-3fc2-5215-e1ce-956c87ac42e9, timestamp=1641549569332}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=d7a8e820-cd75-4fa8-9bc8-723b325d426a, X-Begin-Timestamp=2022-01-07T09:59:29.320+0000, X-TransactionID=PCANW, id=6b55e92b-5271-ed7c-e8c6-c4bcc54534f8, timestamp=1641549569322}] 2022-01-07 09:59:48.585  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 09:59:48.586  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 09:59:48.586 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-01-07T09:59:59.321+0000|2aca40bb-f438-4f2b-b2f5-e397eaccaade|Request Id: 2aca40bb-f438-4f2b-b2f5-e397eaccaade. Transaction Id: JZHZR. Begin TS: 2022-01-07T09:59:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 09:59:59.321 DEBUG 1 --- [ask-scheduler-4] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 2aca40bb-f438-4f2b-b2f5-e397eaccaade. Transaction Id: JZHZR. Begin TS: 2022-01-07T09:59:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T09:59:59.325+0000|2022-01-07T09:59:59.334+0000|2aca40bb-f438-4f2b-b2f5-e397eaccaade|UNKNOWN_INSTANCE_ID|task-scheduler-4||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 2aca40bb-f438-4f2b-b2f5-e397eaccaade, Transaction Id: JZHZR, 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-01-07 09:59:59.335 ERROR 1 --- [ask-scheduler-4] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 2aca40bb-f438-4f2b-b2f5-e397eaccaade, Transaction Id: JZHZR, 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-01-07 09:59:59.338 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=2aca40bb-f438-4f2b-b2f5-e397eaccaade, X-Begin-Timestamp=2022-01-07T09:59:59.321+0000, X-TransactionID=JZHZR, id=20be2053-5ed8-a9a7-2e1d-6f63fd06351e, timestamp=1641549599322}], headers={id=d252aa1e-58b8-7437-fa70-df583a5bd75e, timestamp=1641549599337}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=2aca40bb-f438-4f2b-b2f5-e397eaccaade, X-Begin-Timestamp=2022-01-07T09:59:59.321+0000, X-TransactionID=JZHZR, id=20be2053-5ed8-a9a7-2e1d-6f63fd06351e, timestamp=1641549599322}] 2022-01-07T10:00:29.321+0000|a8cd7c74-83f5-4c10-9fc8-b4d4e8471c6a|Request Id: a8cd7c74-83f5-4c10-9fc8-b4d4e8471c6a. Transaction Id: 4EERF. Begin TS: 2022-01-07T10:00:29.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:00:29.320 DEBUG 1 --- [ask-scheduler-9] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: a8cd7c74-83f5-4c10-9fc8-b4d4e8471c6a. Transaction Id: 4EERF. Begin TS: 2022-01-07T10:00:29.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T10:00:29.325+0000|2022-01-07T10:00:29.333+0000|a8cd7c74-83f5-4c10-9fc8-b4d4e8471c6a|UNKNOWN_INSTANCE_ID|task-scheduler-9||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: a8cd7c74-83f5-4c10-9fc8-b4d4e8471c6a, Transaction Id: 4EERF, 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-01-07 10:00:29.333 ERROR 1 --- [ask-scheduler-9] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: a8cd7c74-83f5-4c10-9fc8-b4d4e8471c6a, Transaction Id: 4EERF, 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-01-07 10:00:29.335 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=a8cd7c74-83f5-4c10-9fc8-b4d4e8471c6a, X-Begin-Timestamp=2022-01-07T10:00:29.320+0000, X-TransactionID=4EERF, id=18cfcfbd-a931-c427-99fd-f3cd3f018bb3, timestamp=1641549629321}], headers={id=ec14804b-5cd3-f29a-00ba-6a6458af0490, timestamp=1641549629335}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=a8cd7c74-83f5-4c10-9fc8-b4d4e8471c6a, X-Begin-Timestamp=2022-01-07T10:00:29.320+0000, X-TransactionID=4EERF, id=18cfcfbd-a931-c427-99fd-f3cd3f018bb3, timestamp=1641549629321}] 2022-01-07 10:00:48.585  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 10:00:48.586  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 10:00:48.587 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-01-07T10:00:59.322+0000|a0d338b0-f2ee-4734-a3df-12d6f8a68fa2|Request Id: a0d338b0-f2ee-4734-a3df-12d6f8a68fa2. Transaction Id: BFN07. Begin TS: 2022-01-07T10:00:59.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:00:59.321 DEBUG 1 --- [ask-scheduler-7] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: a0d338b0-f2ee-4734-a3df-12d6f8a68fa2. Transaction Id: BFN07. Begin TS: 2022-01-07T10:00:59.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T10:00:59.325+0000|2022-01-07T10:00:59.334+0000|a0d338b0-f2ee-4734-a3df-12d6f8a68fa2|UNKNOWN_INSTANCE_ID|task-scheduler-7||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: a0d338b0-f2ee-4734-a3df-12d6f8a68fa2, Transaction Id: BFN07, 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-01-07 10:00:59.334 ERROR 1 --- [ask-scheduler-7] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: a0d338b0-f2ee-4734-a3df-12d6f8a68fa2, Transaction Id: BFN07, 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-01-07 10:00:59.336 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=a0d338b0-f2ee-4734-a3df-12d6f8a68fa2, X-Begin-Timestamp=2022-01-07T10:00:59.320+0000, X-TransactionID=BFN07, id=1a7b8687-19e9-935c-76b3-75e8c468b4cd, timestamp=1641549659322}], headers={id=12c1620c-61c4-e672-8b57-54559b326b1e, timestamp=1641549659336}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=a0d338b0-f2ee-4734-a3df-12d6f8a68fa2, X-Begin-Timestamp=2022-01-07T10:00:59.320+0000, X-TransactionID=BFN07, id=1a7b8687-19e9-935c-76b3-75e8c468b4cd, timestamp=1641549659322}] 2022-01-07T10:01:29.321+0000|d79beead-3bb2-4439-ac76-f60ff7a1a2f8|Request Id: d79beead-3bb2-4439-ac76-f60ff7a1a2f8. Transaction Id: PARD3. Begin TS: 2022-01-07T10:01:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:01:29.321 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: d79beead-3bb2-4439-ac76-f60ff7a1a2f8. Transaction Id: PARD3. Begin TS: 2022-01-07T10:01:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T10:01:29.323+0000|2022-01-07T10:01:29.334+0000|d79beead-3bb2-4439-ac76-f60ff7a1a2f8|UNKNOWN_INSTANCE_ID|task-scheduler-8||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|11|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: d79beead-3bb2-4439-ac76-f60ff7a1a2f8, Transaction Id: PARD3, 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-01-07 10:01:29.334 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: d79beead-3bb2-4439-ac76-f60ff7a1a2f8, Transaction Id: PARD3, 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-01-07 10:01:29.336 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=d79beead-3bb2-4439-ac76-f60ff7a1a2f8, X-Begin-Timestamp=2022-01-07T10:01:29.321+0000, X-TransactionID=PARD3, id=ffeb8b7a-17d6-5ec3-49e9-e227ecb2ac3a, timestamp=1641549689321}], headers={id=18615b73-415c-d53f-a995-8f67251e5955, timestamp=1641549689336}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=d79beead-3bb2-4439-ac76-f60ff7a1a2f8, X-Begin-Timestamp=2022-01-07T10:01:29.321+0000, X-TransactionID=PARD3, id=ffeb8b7a-17d6-5ec3-49e9-e227ecb2ac3a, timestamp=1641549689321}] 2022-01-07 10:01:48.584  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 10:01:48.585  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 10:01:48.585 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-01-07T10:01:59.322+0000|eba015b3-11e9-49be-ae05-88e0e24512f7|Request Id: eba015b3-11e9-49be-ae05-88e0e24512f7. Transaction Id: HZYIU. Begin TS: 2022-01-07T10:01:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:01:59.322 DEBUG 1 --- [sk-scheduler-10] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: eba015b3-11e9-49be-ae05-88e0e24512f7. Transaction Id: HZYIU. Begin TS: 2022-01-07T10:01:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T10:01:59.326+0000|2022-01-07T10:01:59.334+0000|eba015b3-11e9-49be-ae05-88e0e24512f7|UNKNOWN_INSTANCE_ID|task-scheduler-10||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: eba015b3-11e9-49be-ae05-88e0e24512f7, Transaction Id: HZYIU, 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-01-07 10:01:59.334 ERROR 1 --- [sk-scheduler-10] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: eba015b3-11e9-49be-ae05-88e0e24512f7, Transaction Id: HZYIU, 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-01-07 10:01:59.336 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=eba015b3-11e9-49be-ae05-88e0e24512f7, X-Begin-Timestamp=2022-01-07T10:01:59.321+0000, X-TransactionID=HZYIU, id=35d1de13-10a8-0150-48db-27a1b7163e22, timestamp=1641549719323}], headers={id=a4c9a44c-1d40-2159-5a39-e846f962e3b4, timestamp=1641549719336}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=eba015b3-11e9-49be-ae05-88e0e24512f7, X-Begin-Timestamp=2022-01-07T10:01:59.321+0000, X-TransactionID=HZYIU, id=35d1de13-10a8-0150-48db-27a1b7163e22, timestamp=1641549719323}] 2022-01-07T10:02:29.321+0000|3ed4b719-b756-46b5-b55f-b80081768f3f|Request Id: 3ed4b719-b756-46b5-b55f-b80081768f3f. Transaction Id: HQDAH. Begin TS: 2022-01-07T10:02:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:02:29.321 DEBUG 1 --- [sk-scheduler-10] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 3ed4b719-b756-46b5-b55f-b80081768f3f. Transaction Id: HQDAH. Begin TS: 2022-01-07T10:02:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T10:02:29.323+0000|2022-01-07T10:02:29.333+0000|3ed4b719-b756-46b5-b55f-b80081768f3f|UNKNOWN_INSTANCE_ID|task-scheduler-10||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|10|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 3ed4b719-b756-46b5-b55f-b80081768f3f, Transaction Id: HQDAH, 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-01-07 10:02:29.333 ERROR 1 --- [sk-scheduler-10] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 3ed4b719-b756-46b5-b55f-b80081768f3f, Transaction Id: HQDAH, 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-01-07 10:02:29.335 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=3ed4b719-b756-46b5-b55f-b80081768f3f, X-Begin-Timestamp=2022-01-07T10:02:29.321+0000, X-TransactionID=HQDAH, id=3dfe8010-f562-89a4-de59-63614d9dd282, timestamp=1641549749322}], headers={id=b3a0824e-d7ad-6f79-132b-75848142e726, timestamp=1641549749335}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=3ed4b719-b756-46b5-b55f-b80081768f3f, X-Begin-Timestamp=2022-01-07T10:02:29.321+0000, X-TransactionID=HQDAH, id=3dfe8010-f562-89a4-de59-63614d9dd282, timestamp=1641549749322}] 2022-01-07 10:02:48.585  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 10:02:48.586  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 10:02:48.586 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-01-07T10:02:59.322+0000|439226c4-6217-4425-a3e5-e3c9ee0723fe|Request Id: 439226c4-6217-4425-a3e5-e3c9ee0723fe. Transaction Id: QN4AJ. Begin TS: 2022-01-07T10:02:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:02:59.321 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 439226c4-6217-4425-a3e5-e3c9ee0723fe. Transaction Id: QN4AJ. Begin TS: 2022-01-07T10:02:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T10:02:59.325+0000|2022-01-07T10:02:59.336+0000|439226c4-6217-4425-a3e5-e3c9ee0723fe|UNKNOWN_INSTANCE_ID|task-scheduler-8||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|11|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 439226c4-6217-4425-a3e5-e3c9ee0723fe, Transaction Id: QN4AJ, 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-01-07 10:02:59.336 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 439226c4-6217-4425-a3e5-e3c9ee0723fe, Transaction Id: QN4AJ, 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-01-07 10:02:59.338 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=439226c4-6217-4425-a3e5-e3c9ee0723fe, X-Begin-Timestamp=2022-01-07T10:02:59.321+0000, X-TransactionID=QN4AJ, id=2c592804-bbeb-cf0e-2a9c-c99577c22604, timestamp=1641549779322}], headers={id=14b48241-9650-3154-3cf1-c5160777765c, timestamp=1641549779337}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=439226c4-6217-4425-a3e5-e3c9ee0723fe, X-Begin-Timestamp=2022-01-07T10:02:59.321+0000, X-TransactionID=QN4AJ, id=2c592804-bbeb-cf0e-2a9c-c99577c22604, timestamp=1641549779322}] 2022-01-07T10:03:29.321+0000|385a7073-c584-4ab8-aa92-81faa9ea9bdf|Request Id: 385a7073-c584-4ab8-aa92-81faa9ea9bdf. Transaction Id: NQKFG. Begin TS: 2022-01-07T10:03:29.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:03:29.320 DEBUG 1 --- [ask-scheduler-7] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 385a7073-c584-4ab8-aa92-81faa9ea9bdf. Transaction Id: NQKFG. Begin TS: 2022-01-07T10:03:29.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T10:03:29.323+0000|2022-01-07T10:03:29.331+0000|385a7073-c584-4ab8-aa92-81faa9ea9bdf|UNKNOWN_INSTANCE_ID|task-scheduler-7||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 385a7073-c584-4ab8-aa92-81faa9ea9bdf, Transaction Id: NQKFG, 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-01-07 10:03:29.331 ERROR 1 --- [ask-scheduler-7] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 385a7073-c584-4ab8-aa92-81faa9ea9bdf, Transaction Id: NQKFG, 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-01-07 10:03:29.332 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=385a7073-c584-4ab8-aa92-81faa9ea9bdf, X-Begin-Timestamp=2022-01-07T10:03:29.320+0000, X-TransactionID=NQKFG, id=2e19afa2-dca4-6d43-7de2-1e7d23a57fc4, timestamp=1641549809321}], headers={id=eb9f22c6-4625-c10e-b2fa-54533bec6f60, timestamp=1641549809332}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=385a7073-c584-4ab8-aa92-81faa9ea9bdf, X-Begin-Timestamp=2022-01-07T10:03:29.320+0000, X-TransactionID=NQKFG, id=2e19afa2-dca4-6d43-7de2-1e7d23a57fc4, timestamp=1641549809321}] 2022-01-07 10:03:48.588  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 10:03:48.589  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 10:03:48.589 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-01-07T10:03:59.322+0000|8ed2f736-d6f9-45f6-87ba-788f2177c239|Request Id: 8ed2f736-d6f9-45f6-87ba-788f2177c239. Transaction Id: BXQBA. Begin TS: 2022-01-07T10:03:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:03:59.321 DEBUG 1 --- [ask-scheduler-3] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 8ed2f736-d6f9-45f6-87ba-788f2177c239. Transaction Id: BXQBA. Begin TS: 2022-01-07T10:03:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T10:03:59.326+0000|2022-01-07T10:03:59.335+0000|8ed2f736-d6f9-45f6-87ba-788f2177c239|UNKNOWN_INSTANCE_ID|task-scheduler-3||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 8ed2f736-d6f9-45f6-87ba-788f2177c239, Transaction Id: BXQBA, 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-01-07 10:03:59.335 ERROR 1 --- [ask-scheduler-3] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 8ed2f736-d6f9-45f6-87ba-788f2177c239, Transaction Id: BXQBA, 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-01-07 10:03:59.337 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=8ed2f736-d6f9-45f6-87ba-788f2177c239, X-Begin-Timestamp=2022-01-07T10:03:59.321+0000, X-TransactionID=BXQBA, id=ff54dd76-d51a-92a5-e0e8-f3afe3c746f7, timestamp=1641549839323}], headers={id=30c51342-156f-cb93-45b9-0857b3074782, timestamp=1641549839337}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=8ed2f736-d6f9-45f6-87ba-788f2177c239, X-Begin-Timestamp=2022-01-07T10:03:59.321+0000, X-TransactionID=BXQBA, id=ff54dd76-d51a-92a5-e0e8-f3afe3c746f7, timestamp=1641549839323}] 2022-01-07T10:04:29.321+0000|a6cccf49-b728-492c-9e05-62fe35249260|Request Id: a6cccf49-b728-492c-9e05-62fe35249260. Transaction Id: OTED6. Begin TS: 2022-01-07T10:04:29.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:04:29.321 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: a6cccf49-b728-492c-9e05-62fe35249260. Transaction Id: OTED6. Begin TS: 2022-01-07T10:04:29.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T10:04:29.323+0000|2022-01-07T10:04:29.332+0000|a6cccf49-b728-492c-9e05-62fe35249260|UNKNOWN_INSTANCE_ID|task-scheduler-1||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: a6cccf49-b728-492c-9e05-62fe35249260, Transaction Id: OTED6, 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-01-07 10:04:29.332 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: a6cccf49-b728-492c-9e05-62fe35249260, Transaction Id: OTED6, 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-01-07 10:04:29.333 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=a6cccf49-b728-492c-9e05-62fe35249260, X-Begin-Timestamp=2022-01-07T10:04:29.320+0000, X-TransactionID=OTED6, id=70e165ba-a6c0-958b-8c29-0e086e612d66, timestamp=1641549869322}], headers={id=2e9097cc-f8bb-ee1b-3b8c-cd0266813b5a, timestamp=1641549869333}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=a6cccf49-b728-492c-9e05-62fe35249260, X-Begin-Timestamp=2022-01-07T10:04:29.320+0000, X-TransactionID=OTED6, id=70e165ba-a6c0-958b-8c29-0e086e612d66, timestamp=1641549869322}] 2022-01-07 10:04:48.583  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 10:04:48.584  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 10:04:48.584 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-01-07T10:04:59.322+0000|48f97bec-bc09-4e5e-a431-a8ff05b7e37d|Request Id: 48f97bec-bc09-4e5e-a431-a8ff05b7e37d. Transaction Id: LP9WV. Begin TS: 2022-01-07T10:04:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:04:59.321 DEBUG 1 --- [ask-scheduler-3] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 48f97bec-bc09-4e5e-a431-a8ff05b7e37d. Transaction Id: LP9WV. Begin TS: 2022-01-07T10:04:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T10:04:59.325+0000|2022-01-07T10:04:59.334+0000|48f97bec-bc09-4e5e-a431-a8ff05b7e37d|UNKNOWN_INSTANCE_ID|task-scheduler-3||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 48f97bec-bc09-4e5e-a431-a8ff05b7e37d, Transaction Id: LP9WV, 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-01-07 10:04:59.334 ERROR 1 --- [ask-scheduler-3] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 48f97bec-bc09-4e5e-a431-a8ff05b7e37d, Transaction Id: LP9WV, 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-01-07 10:04:59.337 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=48f97bec-bc09-4e5e-a431-a8ff05b7e37d, X-Begin-Timestamp=2022-01-07T10:04:59.321+0000, X-TransactionID=LP9WV, id=e87f30e4-55bc-5658-6fef-a5521e3d3928, timestamp=1641549899322}], headers={id=040faea6-24f9-c8f2-cb7a-928831cc83ce, timestamp=1641549899337}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=48f97bec-bc09-4e5e-a431-a8ff05b7e37d, X-Begin-Timestamp=2022-01-07T10:04:59.321+0000, X-TransactionID=LP9WV, id=e87f30e4-55bc-5658-6fef-a5521e3d3928, timestamp=1641549899322}] 2022-01-07T10:05:29.324+0000|6e8e1f90-1821-4d65-ba9a-93f47330e43f|Request Id: 6e8e1f90-1821-4d65-ba9a-93f47330e43f. Transaction Id: 3LO18. Begin TS: 2022-01-07T10:05:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:05:29.323 DEBUG 1 --- [ask-scheduler-7] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 6e8e1f90-1821-4d65-ba9a-93f47330e43f. Transaction Id: 3LO18. Begin TS: 2022-01-07T10:05:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T10:05:29.332+0000|2022-01-07T10:05:29.349+0000|6e8e1f90-1821-4d65-ba9a-93f47330e43f|UNKNOWN_INSTANCE_ID|task-scheduler-7||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|17|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 6e8e1f90-1821-4d65-ba9a-93f47330e43f, Transaction Id: 3LO18, Elapsed Time: 17 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-01-07 10:05:29.349 ERROR 1 --- [ask-scheduler-7] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 6e8e1f90-1821-4d65-ba9a-93f47330e43f, Transaction Id: 3LO18, Elapsed Time: 17 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-01-07 10:05:29.352 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=6e8e1f90-1821-4d65-ba9a-93f47330e43f, X-Begin-Timestamp=2022-01-07T10:05:29.321+0000, X-TransactionID=3LO18, id=e05c4b4b-6bc3-b271-ae38-6404712b5d2c, timestamp=1641549929326}], headers={id=27d810e9-9597-e273-a3be-3204520e2caf, timestamp=1641549929352}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=6e8e1f90-1821-4d65-ba9a-93f47330e43f, X-Begin-Timestamp=2022-01-07T10:05:29.321+0000, X-TransactionID=3LO18, id=e05c4b4b-6bc3-b271-ae38-6404712b5d2c, timestamp=1641549929326}] 2022-01-07 10:05:48.583  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 10:05:48.584  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 10:05:48.584 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-01-07T10:05:59.321+0000|1eab07b4-d573-43be-9363-e1fa7e3665d4|Request Id: 1eab07b4-d573-43be-9363-e1fa7e3665d4. Transaction Id: EW92T. Begin TS: 2022-01-07T10:05:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:05:59.321 DEBUG 1 --- [ask-scheduler-5] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 1eab07b4-d573-43be-9363-e1fa7e3665d4. Transaction Id: EW92T. Begin TS: 2022-01-07T10:05:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T10:05:59.323+0000|2022-01-07T10:05:59.332+0000|1eab07b4-d573-43be-9363-e1fa7e3665d4|UNKNOWN_INSTANCE_ID|task-scheduler-5||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 1eab07b4-d573-43be-9363-e1fa7e3665d4, Transaction Id: EW92T, 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-01-07 10:05:59.332 ERROR 1 --- [ask-scheduler-5] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 1eab07b4-d573-43be-9363-e1fa7e3665d4, Transaction Id: EW92T, 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-01-07 10:05:59.334 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=1eab07b4-d573-43be-9363-e1fa7e3665d4, X-Begin-Timestamp=2022-01-07T10:05:59.321+0000, X-TransactionID=EW92T, id=66de1dee-7507-b014-1d69-4a5989027f87, timestamp=1641549959322}], headers={id=de403497-8ac0-2977-631e-16c3f0a9abb4, timestamp=1641549959334}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=1eab07b4-d573-43be-9363-e1fa7e3665d4, X-Begin-Timestamp=2022-01-07T10:05:59.321+0000, X-TransactionID=EW92T, id=66de1dee-7507-b014-1d69-4a5989027f87, timestamp=1641549959322}] 2022-01-07T10:06:29.324+0000|c997a814-ad61-47c5-b796-ab5f8d9b6414|Request Id: c997a814-ad61-47c5-b796-ab5f8d9b6414. Transaction Id: HI8ZL. Begin TS: 2022-01-07T10:06:29.322+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:06:29.323 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: c997a814-ad61-47c5-b796-ab5f8d9b6414. Transaction Id: HI8ZL. Begin TS: 2022-01-07T10:06:29.322+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T10:06:29.330+0000|2022-01-07T10:06:29.345+0000|c997a814-ad61-47c5-b796-ab5f8d9b6414|UNKNOWN_INSTANCE_ID|task-scheduler-1||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|15|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: c997a814-ad61-47c5-b796-ab5f8d9b6414, Transaction Id: HI8ZL, 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-01-07 10:06:29.345 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: c997a814-ad61-47c5-b796-ab5f8d9b6414, Transaction Id: HI8ZL, 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-01-07 10:06:29.347 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=c997a814-ad61-47c5-b796-ab5f8d9b6414, X-Begin-Timestamp=2022-01-07T10:06:29.322+0000, X-TransactionID=HI8ZL, id=9bc2b606-8432-27c8-c9cc-eda5ac2e0dd0, timestamp=1641549989326}], headers={id=c5e3c833-069a-efe8-2018-92ac9055736b, timestamp=1641549989347}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=c997a814-ad61-47c5-b796-ab5f8d9b6414, X-Begin-Timestamp=2022-01-07T10:06:29.322+0000, X-TransactionID=HI8ZL, id=9bc2b606-8432-27c8-c9cc-eda5ac2e0dd0, timestamp=1641549989326}] 2022-01-07 10:06:48.582  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 10:06:48.583  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 10:06:48.583 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-01-07T10:06:59.320+0000|5a4d9fee-49c9-4e38-a5dd-4c0b698fc22f|Request Id: 5a4d9fee-49c9-4e38-a5dd-4c0b698fc22f. Transaction Id: XH4Y3. Begin TS: 2022-01-07T10:06:59.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:06:59.320 DEBUG 1 --- [sk-scheduler-10] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 5a4d9fee-49c9-4e38-a5dd-4c0b698fc22f. Transaction Id: XH4Y3. Begin TS: 2022-01-07T10:06:59.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T10:06:59.322+0000|2022-01-07T10:06:59.332+0000|5a4d9fee-49c9-4e38-a5dd-4c0b698fc22f|UNKNOWN_INSTANCE_ID|task-scheduler-10||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|10|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 5a4d9fee-49c9-4e38-a5dd-4c0b698fc22f, Transaction Id: XH4Y3, 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-01-07 10:06:59.332 ERROR 1 --- [sk-scheduler-10] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 5a4d9fee-49c9-4e38-a5dd-4c0b698fc22f, Transaction Id: XH4Y3, 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-01-07 10:06:59.333 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=5a4d9fee-49c9-4e38-a5dd-4c0b698fc22f, X-Begin-Timestamp=2022-01-07T10:06:59.320+0000, X-TransactionID=XH4Y3, id=358e4f96-ad73-00b7-6fea-b022c4d28533, timestamp=1641550019321}], headers={id=4b777748-519b-9915-e2db-55b4a1c4f5dc, timestamp=1641550019333}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=5a4d9fee-49c9-4e38-a5dd-4c0b698fc22f, X-Begin-Timestamp=2022-01-07T10:06:59.320+0000, X-TransactionID=XH4Y3, id=358e4f96-ad73-00b7-6fea-b022c4d28533, timestamp=1641550019321}] 2022-01-07T10:07:29.331+0000|d3cac879-b5a0-4e26-82bd-93e745aa4d94|Request Id: d3cac879-b5a0-4e26-82bd-93e745aa4d94. Transaction Id: MGO8L. Begin TS: 2022-01-07T10:07:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:07:29.330 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: d3cac879-b5a0-4e26-82bd-93e745aa4d94. Transaction Id: MGO8L. Begin TS: 2022-01-07T10:07:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T10:07:29.337+0000|2022-01-07T10:07:29.349+0000|d3cac879-b5a0-4e26-82bd-93e745aa4d94|UNKNOWN_INSTANCE_ID|task-scheduler-8||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|12|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: d3cac879-b5a0-4e26-82bd-93e745aa4d94, Transaction Id: MGO8L, 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-01-07 10:07:29.349 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: d3cac879-b5a0-4e26-82bd-93e745aa4d94, Transaction Id: MGO8L, 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-01-07 10:07:29.352 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=d3cac879-b5a0-4e26-82bd-93e745aa4d94, X-Begin-Timestamp=2022-01-07T10:07:29.321+0000, X-TransactionID=MGO8L, id=fe4a5f7b-8a9b-558b-02a6-e424df78915c, timestamp=1641550049332}], headers={id=33f4d00f-76f1-7845-2616-6b5ff2dfec94, timestamp=1641550049351}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=d3cac879-b5a0-4e26-82bd-93e745aa4d94, X-Begin-Timestamp=2022-01-07T10:07:29.321+0000, X-TransactionID=MGO8L, id=fe4a5f7b-8a9b-558b-02a6-e424df78915c, timestamp=1641550049332}] 2022-01-07 10:07:48.584  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 10:07:48.584  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 10:07:48.585 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-01-07T10:07:59.321+0000|56e8e33d-c3ca-4b46-a122-e5f52111993e|Request Id: 56e8e33d-c3ca-4b46-a122-e5f52111993e. Transaction Id: NC1UB. Begin TS: 2022-01-07T10:07:59.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:07:59.320 DEBUG 1 --- [sk-scheduler-10] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 56e8e33d-c3ca-4b46-a122-e5f52111993e. Transaction Id: NC1UB. Begin TS: 2022-01-07T10:07:59.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T10:07:59.322+0000|2022-01-07T10:07:59.332+0000|56e8e33d-c3ca-4b46-a122-e5f52111993e|UNKNOWN_INSTANCE_ID|task-scheduler-10||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|10|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 56e8e33d-c3ca-4b46-a122-e5f52111993e, Transaction Id: NC1UB, 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-01-07 10:07:59.332 ERROR 1 --- [sk-scheduler-10] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 56e8e33d-c3ca-4b46-a122-e5f52111993e, Transaction Id: NC1UB, 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-01-07 10:07:59.333 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=56e8e33d-c3ca-4b46-a122-e5f52111993e, X-Begin-Timestamp=2022-01-07T10:07:59.320+0000, X-TransactionID=NC1UB, id=5396d6f6-b848-0b7c-2933-fb8cb05293b2, timestamp=1641550079321}], headers={id=170cad95-c3f3-79a1-5c8a-952b368eddf7, timestamp=1641550079333}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=56e8e33d-c3ca-4b46-a122-e5f52111993e, X-Begin-Timestamp=2022-01-07T10:07:59.320+0000, X-TransactionID=NC1UB, id=5396d6f6-b848-0b7c-2933-fb8cb05293b2, timestamp=1641550079321}] 2022-01-07T10:08:29.322+0000|eaadc35c-6e70-4a13-bfda-9906c2169e92|Request Id: eaadc35c-6e70-4a13-bfda-9906c2169e92. Transaction Id: CGTAB. Begin TS: 2022-01-07T10:08:29.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:08:29.321 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: eaadc35c-6e70-4a13-bfda-9906c2169e92. Transaction Id: CGTAB. Begin TS: 2022-01-07T10:08:29.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T10:08:29.326+0000|2022-01-07T10:08:29.334+0000|eaadc35c-6e70-4a13-bfda-9906c2169e92|UNKNOWN_INSTANCE_ID|task-scheduler-8||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: eaadc35c-6e70-4a13-bfda-9906c2169e92, Transaction Id: CGTAB, 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-01-07 10:08:29.335 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: eaadc35c-6e70-4a13-bfda-9906c2169e92, Transaction Id: CGTAB, 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-01-07 10:08:29.337 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=eaadc35c-6e70-4a13-bfda-9906c2169e92, X-Begin-Timestamp=2022-01-07T10:08:29.320+0000, X-TransactionID=CGTAB, id=a5ff5ebe-5724-b31e-bed7-362c0c0ad1f5, timestamp=1641550109323}], headers={id=e0ef702f-4ba8-9dfd-6a7d-1b18870c1cbe, timestamp=1641550109337}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=eaadc35c-6e70-4a13-bfda-9906c2169e92, X-Begin-Timestamp=2022-01-07T10:08:29.320+0000, X-TransactionID=CGTAB, id=a5ff5ebe-5724-b31e-bed7-362c0c0ad1f5, timestamp=1641550109323}] 2022-01-07 10:08:48.582  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 10:08:48.583  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 10:08:48.583 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-01-07T10:08:59.324+0000|1adcacb6-d0e9-4817-bdff-e066ce83f187|Request Id: 1adcacb6-d0e9-4817-bdff-e066ce83f187. Transaction Id: PCCIL. Begin TS: 2022-01-07T10:08:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:08:59.323 DEBUG 1 --- [ask-scheduler-9] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 1adcacb6-d0e9-4817-bdff-e066ce83f187. Transaction Id: PCCIL. Begin TS: 2022-01-07T10:08:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T10:08:59.329+0000|2022-01-07T10:08:59.338+0000|1adcacb6-d0e9-4817-bdff-e066ce83f187|UNKNOWN_INSTANCE_ID|task-scheduler-9||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 1adcacb6-d0e9-4817-bdff-e066ce83f187, Transaction Id: PCCIL, 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-01-07 10:08:59.339 ERROR 1 --- [ask-scheduler-9] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 1adcacb6-d0e9-4817-bdff-e066ce83f187, Transaction Id: PCCIL, 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-01-07 10:08:59.341 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=1adcacb6-d0e9-4817-bdff-e066ce83f187, X-Begin-Timestamp=2022-01-07T10:08:59.321+0000, X-TransactionID=PCCIL, id=fbb6b7da-8d2e-c937-507e-7e076f2194bd, timestamp=1641550139325}], headers={id=4f66f822-6758-6f12-27f0-40a6e0d6d2cc, timestamp=1641550139341}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=1adcacb6-d0e9-4817-bdff-e066ce83f187, X-Begin-Timestamp=2022-01-07T10:08:59.321+0000, X-TransactionID=PCCIL, id=fbb6b7da-8d2e-c937-507e-7e076f2194bd, timestamp=1641550139325}] 2022-01-07T10:09:29.321+0000|d5907d12-004c-4395-9aed-6fdb5f79899b|Request Id: d5907d12-004c-4395-9aed-6fdb5f79899b. Transaction Id: QDEOM. Begin TS: 2022-01-07T10:09:29.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:09:29.321 DEBUG 1 --- [ask-scheduler-9] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: d5907d12-004c-4395-9aed-6fdb5f79899b. Transaction Id: QDEOM. Begin TS: 2022-01-07T10:09:29.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T10:09:29.323+0000|2022-01-07T10:09:29.331+0000|d5907d12-004c-4395-9aed-6fdb5f79899b|UNKNOWN_INSTANCE_ID|task-scheduler-9||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: d5907d12-004c-4395-9aed-6fdb5f79899b, Transaction Id: QDEOM, 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-01-07 10:09:29.331 ERROR 1 --- [ask-scheduler-9] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: d5907d12-004c-4395-9aed-6fdb5f79899b, Transaction Id: QDEOM, 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-01-07 10:09:29.332 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=d5907d12-004c-4395-9aed-6fdb5f79899b, X-Begin-Timestamp=2022-01-07T10:09:29.320+0000, X-TransactionID=QDEOM, id=6f8b899a-031b-9e33-a218-42a875e4e6e7, timestamp=1641550169322}], headers={id=78321bb0-3035-e8e2-e1a9-ff66a220ce94, timestamp=1641550169332}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=d5907d12-004c-4395-9aed-6fdb5f79899b, X-Begin-Timestamp=2022-01-07T10:09:29.320+0000, X-TransactionID=QDEOM, id=6f8b899a-031b-9e33-a218-42a875e4e6e7, timestamp=1641550169322}] 2022-01-07 10:09:48.583  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 10:09:48.591  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 10:09:48.591 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-01-07T10:09:59.323+0000|89cd1a6e-c838-4c28-822b-6927ccffe0f5|Request Id: 89cd1a6e-c838-4c28-822b-6927ccffe0f5. Transaction Id: QU4PR. Begin TS: 2022-01-07T10:09:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:09:59.323 DEBUG 1 --- [ask-scheduler-9] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 89cd1a6e-c838-4c28-822b-6927ccffe0f5. Transaction Id: QU4PR. Begin TS: 2022-01-07T10:09:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T10:09:59.328+0000|2022-01-07T10:09:59.341+0000|89cd1a6e-c838-4c28-822b-6927ccffe0f5|UNKNOWN_INSTANCE_ID|task-scheduler-9||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|13|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 89cd1a6e-c838-4c28-822b-6927ccffe0f5, Transaction Id: QU4PR, 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-01-07 10:09:59.342 ERROR 1 --- [ask-scheduler-9] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 89cd1a6e-c838-4c28-822b-6927ccffe0f5, Transaction Id: QU4PR, 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-01-07 10:09:59.344 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=89cd1a6e-c838-4c28-822b-6927ccffe0f5, X-Begin-Timestamp=2022-01-07T10:09:59.321+0000, X-TransactionID=QU4PR, id=ac394cd3-66bd-802a-2ad2-981f61e8ce9c, timestamp=1641550199324}], headers={id=42ca0876-070c-7388-d812-c69210dd0d95, timestamp=1641550199344}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=89cd1a6e-c838-4c28-822b-6927ccffe0f5, X-Begin-Timestamp=2022-01-07T10:09:59.321+0000, X-TransactionID=QU4PR, id=ac394cd3-66bd-802a-2ad2-981f61e8ce9c, timestamp=1641550199324}] 2022-01-07T10:10:29.321+0000|d6bae390-e284-4901-8b1e-a294ae810178|Request Id: d6bae390-e284-4901-8b1e-a294ae810178. Transaction Id: 2GQUK. Begin TS: 2022-01-07T10:10:29.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:10:29.321 DEBUG 1 --- [ask-scheduler-9] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: d6bae390-e284-4901-8b1e-a294ae810178. Transaction Id: 2GQUK. Begin TS: 2022-01-07T10:10:29.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T10:10:29.325+0000|2022-01-07T10:10:29.331+0000|d6bae390-e284-4901-8b1e-a294ae810178|UNKNOWN_INSTANCE_ID|task-scheduler-9||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|6|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: d6bae390-e284-4901-8b1e-a294ae810178, Transaction Id: 2GQUK, 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-01-07 10:10:29.331 ERROR 1 --- [ask-scheduler-9] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: d6bae390-e284-4901-8b1e-a294ae810178, Transaction Id: 2GQUK, 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-01-07 10:10:29.332 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=d6bae390-e284-4901-8b1e-a294ae810178, X-Begin-Timestamp=2022-01-07T10:10:29.320+0000, X-TransactionID=2GQUK, id=770a1783-e785-f852-9212-03fb991c2721, timestamp=1641550229322}], headers={id=e85cf45a-0e0b-0263-c0de-4637d357609d, timestamp=1641550229332}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=d6bae390-e284-4901-8b1e-a294ae810178, X-Begin-Timestamp=2022-01-07T10:10:29.320+0000, X-TransactionID=2GQUK, id=770a1783-e785-f852-9212-03fb991c2721, timestamp=1641550229322}] 2022-01-07 10:10:48.582  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 10:10:48.583  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 10:10:48.583 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-01-07T10:10:59.324+0000|ff36c277-bfa2-4892-9480-0da9244f7134|Request Id: ff36c277-bfa2-4892-9480-0da9244f7134. Transaction Id: XGLSW. Begin TS: 2022-01-07T10:10:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:10:59.322 DEBUG 1 --- [ask-scheduler-9] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: ff36c277-bfa2-4892-9480-0da9244f7134. Transaction Id: XGLSW. Begin TS: 2022-01-07T10:10:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T10:10:59.328+0000|2022-01-07T10:10:59.340+0000|ff36c277-bfa2-4892-9480-0da9244f7134|UNKNOWN_INSTANCE_ID|task-scheduler-9||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|12|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: ff36c277-bfa2-4892-9480-0da9244f7134, Transaction Id: XGLSW, 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-01-07 10:10:59.340 ERROR 1 --- [ask-scheduler-9] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: ff36c277-bfa2-4892-9480-0da9244f7134, Transaction Id: XGLSW, 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-01-07 10:10:59.343 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=ff36c277-bfa2-4892-9480-0da9244f7134, X-Begin-Timestamp=2022-01-07T10:10:59.321+0000, X-TransactionID=XGLSW, id=23c176a7-bc0d-238d-3b50-7a2d276b7b57, timestamp=1641550259325}], headers={id=7a29cbb1-ad95-68b7-4387-a33e765d87f3, timestamp=1641550259342}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=ff36c277-bfa2-4892-9480-0da9244f7134, X-Begin-Timestamp=2022-01-07T10:10:59.321+0000, X-TransactionID=XGLSW, id=23c176a7-bc0d-238d-3b50-7a2d276b7b57, timestamp=1641550259325}] 2022-01-07T10:11:29.320+0000|9e5ae8da-05e8-4e53-9d65-03c2d4026f68|Request Id: 9e5ae8da-05e8-4e53-9d65-03c2d4026f68. Transaction Id: KY1ZV. Begin TS: 2022-01-07T10:11:29.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:11:29.320 DEBUG 1 --- [ask-scheduler-9] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 9e5ae8da-05e8-4e53-9d65-03c2d4026f68. Transaction Id: KY1ZV. Begin TS: 2022-01-07T10:11:29.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T10:11:29.322+0000|2022-01-07T10:11:29.335+0000|9e5ae8da-05e8-4e53-9d65-03c2d4026f68|UNKNOWN_INSTANCE_ID|task-scheduler-9||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|13|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 9e5ae8da-05e8-4e53-9d65-03c2d4026f68, Transaction Id: KY1ZV, 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-01-07 10:11:29.335 ERROR 1 --- [ask-scheduler-9] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 9e5ae8da-05e8-4e53-9d65-03c2d4026f68, Transaction Id: KY1ZV, 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-01-07 10:11:29.337 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=9e5ae8da-05e8-4e53-9d65-03c2d4026f68, X-Begin-Timestamp=2022-01-07T10:11:29.320+0000, X-TransactionID=KY1ZV, id=1bdaa2c6-9db3-8642-b5b2-b8da3ae98777, timestamp=1641550289321}], headers={id=5d25ef56-0d29-6b1a-7d96-7bf2eaf3a98b, timestamp=1641550289336}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=9e5ae8da-05e8-4e53-9d65-03c2d4026f68, X-Begin-Timestamp=2022-01-07T10:11:29.320+0000, X-TransactionID=KY1ZV, id=1bdaa2c6-9db3-8642-b5b2-b8da3ae98777, timestamp=1641550289321}] 2022-01-07 10:11:48.583  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 10:11:48.583  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 10:11:48.584 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-01-07T10:11:59.322+0000|26364e16-d2ef-4aef-b44f-1bef71a8dfa3|Request Id: 26364e16-d2ef-4aef-b44f-1bef71a8dfa3. Transaction Id: YLKF3. Begin TS: 2022-01-07T10:11:59.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:11:59.321 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 26364e16-d2ef-4aef-b44f-1bef71a8dfa3. Transaction Id: YLKF3. Begin TS: 2022-01-07T10:11:59.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T10:11:59.325+0000|2022-01-07T10:11:59.337+0000|26364e16-d2ef-4aef-b44f-1bef71a8dfa3|UNKNOWN_INSTANCE_ID|task-scheduler-8||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|12|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 26364e16-d2ef-4aef-b44f-1bef71a8dfa3, Transaction Id: YLKF3, 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-01-07 10:11:59.337 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 26364e16-d2ef-4aef-b44f-1bef71a8dfa3, Transaction Id: YLKF3, 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-01-07 10:11:59.340 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=26364e16-d2ef-4aef-b44f-1bef71a8dfa3, X-Begin-Timestamp=2022-01-07T10:11:59.320+0000, X-TransactionID=YLKF3, id=5c19ac39-4748-ec2d-4985-e205a3973d37, timestamp=1641550319323}], headers={id=c7f22fe2-a050-37a3-7ec1-aaa404a3141b, timestamp=1641550319340}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=26364e16-d2ef-4aef-b44f-1bef71a8dfa3, X-Begin-Timestamp=2022-01-07T10:11:59.320+0000, X-TransactionID=YLKF3, id=5c19ac39-4748-ec2d-4985-e205a3973d37, timestamp=1641550319323}] 2022-01-07T10:12:29.324+0000|389b293a-f0e9-4135-bd9f-bf31ae08da01|Request Id: 389b293a-f0e9-4135-bd9f-bf31ae08da01. Transaction Id: WLMS7. Begin TS: 2022-01-07T10:12:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:12:29.323 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 389b293a-f0e9-4135-bd9f-bf31ae08da01. Transaction Id: WLMS7. Begin TS: 2022-01-07T10:12:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T10:12:29.330+0000|2022-01-07T10:12:29.339+0000|389b293a-f0e9-4135-bd9f-bf31ae08da01|UNKNOWN_INSTANCE_ID|task-scheduler-8||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 389b293a-f0e9-4135-bd9f-bf31ae08da01, Transaction Id: WLMS7, 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-01-07 10:12:29.339 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 389b293a-f0e9-4135-bd9f-bf31ae08da01, Transaction Id: WLMS7, 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-01-07 10:12:29.341 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=389b293a-f0e9-4135-bd9f-bf31ae08da01, X-Begin-Timestamp=2022-01-07T10:12:29.321+0000, X-TransactionID=WLMS7, id=f7687ebf-fdca-11bf-6f79-fb5f59b36e5a, timestamp=1641550349325}], headers={id=44277cd9-97aa-35c4-ccd2-bfd6fa4c8aea, timestamp=1641550349341}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=389b293a-f0e9-4135-bd9f-bf31ae08da01, X-Begin-Timestamp=2022-01-07T10:12:29.321+0000, X-TransactionID=WLMS7, id=f7687ebf-fdca-11bf-6f79-fb5f59b36e5a, timestamp=1641550349325}] 2022-01-07 10:12:48.583  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 10:12:48.583  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 10:12:48.584 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-01-07T10:12:59.321+0000|6b112e10-91c5-4767-93ad-4b224199a7a9|Request Id: 6b112e10-91c5-4767-93ad-4b224199a7a9. Transaction Id: U9NSA. Begin TS: 2022-01-07T10:12:59.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:12:59.320 DEBUG 1 --- [ask-scheduler-9] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 6b112e10-91c5-4767-93ad-4b224199a7a9. Transaction Id: U9NSA. Begin TS: 2022-01-07T10:12:59.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T10:12:59.323+0000|2022-01-07T10:12:59.329+0000|6b112e10-91c5-4767-93ad-4b224199a7a9|UNKNOWN_INSTANCE_ID|task-scheduler-9||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|6|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 6b112e10-91c5-4767-93ad-4b224199a7a9, Transaction Id: U9NSA, 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-01-07 10:12:59.329 ERROR 1 --- [ask-scheduler-9] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 6b112e10-91c5-4767-93ad-4b224199a7a9, Transaction Id: U9NSA, 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-01-07 10:12:59.331 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=6b112e10-91c5-4767-93ad-4b224199a7a9, X-Begin-Timestamp=2022-01-07T10:12:59.320+0000, X-TransactionID=U9NSA, id=9407d041-0236-48b6-58b9-d1d5f5958460, timestamp=1641550379321}], headers={id=34e20405-6afc-67d5-de64-7690ea96a7f3, timestamp=1641550379331}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=6b112e10-91c5-4767-93ad-4b224199a7a9, X-Begin-Timestamp=2022-01-07T10:12:59.320+0000, X-TransactionID=U9NSA, id=9407d041-0236-48b6-58b9-d1d5f5958460, timestamp=1641550379321}] 2022-01-07T10:13:29.323+0000|5fc4b30e-3048-4aea-bdf2-3d342708a762|Request Id: 5fc4b30e-3048-4aea-bdf2-3d342708a762. Transaction Id: QG8JN. Begin TS: 2022-01-07T10:13:29.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:13:29.321 DEBUG 1 --- [ask-scheduler-6] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 5fc4b30e-3048-4aea-bdf2-3d342708a762. Transaction Id: QG8JN. Begin TS: 2022-01-07T10:13:29.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T10:13:29.326+0000|2022-01-07T10:13:29.334+0000|5fc4b30e-3048-4aea-bdf2-3d342708a762|UNKNOWN_INSTANCE_ID|task-scheduler-6||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 5fc4b30e-3048-4aea-bdf2-3d342708a762, Transaction Id: QG8JN, 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-01-07 10:13:29.335 ERROR 1 --- [ask-scheduler-6] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 5fc4b30e-3048-4aea-bdf2-3d342708a762, Transaction Id: QG8JN, 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-01-07 10:13:29.337 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=5fc4b30e-3048-4aea-bdf2-3d342708a762, X-Begin-Timestamp=2022-01-07T10:13:29.320+0000, X-TransactionID=QG8JN, id=ea0658fe-205b-4e44-65ca-48083626e1d1, timestamp=1641550409323}], headers={id=4ab3cda2-5457-c5cf-a26c-bd9454e11a03, timestamp=1641550409336}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=5fc4b30e-3048-4aea-bdf2-3d342708a762, X-Begin-Timestamp=2022-01-07T10:13:29.320+0000, X-TransactionID=QG8JN, id=ea0658fe-205b-4e44-65ca-48083626e1d1, timestamp=1641550409323}] 2022-01-07 10:13:48.583  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 10:13:48.584  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 10:13:48.584 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-01-07T10:13:59.321+0000|33bfc494-183d-4f47-97fc-70596f3039b5|Request Id: 33bfc494-183d-4f47-97fc-70596f3039b5. Transaction Id: PDKSN. Begin TS: 2022-01-07T10:13:59.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:13:59.320 DEBUG 1 --- [sk-scheduler-10] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 33bfc494-183d-4f47-97fc-70596f3039b5. Transaction Id: PDKSN. Begin TS: 2022-01-07T10:13:59.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T10:13:59.322+0000|2022-01-07T10:13:59.331+0000|33bfc494-183d-4f47-97fc-70596f3039b5|UNKNOWN_INSTANCE_ID|task-scheduler-10||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 33bfc494-183d-4f47-97fc-70596f3039b5, Transaction Id: PDKSN, 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-01-07 10:13:59.331 ERROR 1 --- [sk-scheduler-10] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 33bfc494-183d-4f47-97fc-70596f3039b5, Transaction Id: PDKSN, 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-01-07 10:13:59.332 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=33bfc494-183d-4f47-97fc-70596f3039b5, X-Begin-Timestamp=2022-01-07T10:13:59.320+0000, X-TransactionID=PDKSN, id=481ae677-24d0-fa72-ad3f-2e8d7fd8cd80, timestamp=1641550439321}], headers={id=0ed1e23c-d54c-4675-f793-14cc9ad0b24f, timestamp=1641550439332}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=33bfc494-183d-4f47-97fc-70596f3039b5, X-Begin-Timestamp=2022-01-07T10:13:59.320+0000, X-TransactionID=PDKSN, id=481ae677-24d0-fa72-ad3f-2e8d7fd8cd80, timestamp=1641550439321}] 2022-01-07T10:14:29.324+0000|0fc170d5-0e34-4b12-b1a5-0f601dd8cfac|Request Id: 0fc170d5-0e34-4b12-b1a5-0f601dd8cfac. Transaction Id: RNEPR. Begin TS: 2022-01-07T10:14:29.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:14:29.322 DEBUG 1 --- [sk-scheduler-10] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 0fc170d5-0e34-4b12-b1a5-0f601dd8cfac. Transaction Id: RNEPR. Begin TS: 2022-01-07T10:14:29.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:14:29.333  INFO 1 --- [sk-scheduler-10] 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-01-07 10:14:29.333  INFO 1 --- [sk-scheduler-10] o.apache.http.impl.execchain.RetryExec  : Retrying request to {}->http://message-router:3904 2022-01-07T10:14:29.328+0000|2022-01-07T10:14:29.342+0000|0fc170d5-0e34-4b12-b1a5-0f601dd8cfac|UNKNOWN_INSTANCE_ID|task-scheduler-10||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|14|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 0fc170d5-0e34-4b12-b1a5-0f601dd8cfac, Transaction Id: RNEPR, Elapsed Time: 14 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-01-07 10:14:29.342 ERROR 1 --- [sk-scheduler-10] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 0fc170d5-0e34-4b12-b1a5-0f601dd8cfac, Transaction Id: RNEPR, Elapsed Time: 14 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-01-07 10:14:29.344 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=0fc170d5-0e34-4b12-b1a5-0f601dd8cfac, X-Begin-Timestamp=2022-01-07T10:14:29.320+0000, X-TransactionID=RNEPR, id=10b535ac-5feb-86db-7b3c-02b2543f1aec, timestamp=1641550469325}], headers={id=5c9faf52-2e33-9325-3464-4a8a87658534, timestamp=1641550469344}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=0fc170d5-0e34-4b12-b1a5-0f601dd8cfac, X-Begin-Timestamp=2022-01-07T10:14:29.320+0000, X-TransactionID=RNEPR, id=10b535ac-5feb-86db-7b3c-02b2543f1aec, timestamp=1641550469325}] 2022-01-07 10:14:48.582  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 10:14:48.583  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 10:14:48.583 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-01-07T10:14:59.321+0000|aa87bfe4-8427-4786-9980-0113ec663fec|Request Id: aa87bfe4-8427-4786-9980-0113ec663fec. Transaction Id: K4QAJ. Begin TS: 2022-01-07T10:14:59.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:14:59.321 DEBUG 1 --- [ask-scheduler-6] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: aa87bfe4-8427-4786-9980-0113ec663fec. Transaction Id: K4QAJ. Begin TS: 2022-01-07T10:14:59.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T10:14:59.324+0000|2022-01-07T10:14:59.334+0000|aa87bfe4-8427-4786-9980-0113ec663fec|UNKNOWN_INSTANCE_ID|task-scheduler-6||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|10|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: aa87bfe4-8427-4786-9980-0113ec663fec, Transaction Id: K4QAJ, 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-01-07 10:14:59.334 ERROR 1 --- [ask-scheduler-6] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: aa87bfe4-8427-4786-9980-0113ec663fec, Transaction Id: K4QAJ, 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-01-07 10:14:59.336 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=aa87bfe4-8427-4786-9980-0113ec663fec, X-Begin-Timestamp=2022-01-07T10:14:59.320+0000, X-TransactionID=K4QAJ, id=3679960c-27d0-8cb7-cec6-5d7de12bccd3, timestamp=1641550499321}], headers={id=e3852fdb-e879-86eb-a040-e54cc5a5b182, timestamp=1641550499336}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=aa87bfe4-8427-4786-9980-0113ec663fec, X-Begin-Timestamp=2022-01-07T10:14:59.320+0000, X-TransactionID=K4QAJ, id=3679960c-27d0-8cb7-cec6-5d7de12bccd3, timestamp=1641550499321}] 2022-01-07T10:15:29.322+0000|995edccf-6668-4166-8173-308e7e28a35b|Request Id: 995edccf-6668-4166-8173-308e7e28a35b. Transaction Id: 3FFAY. Begin TS: 2022-01-07T10:15:29.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:15:29.321 DEBUG 1 --- [sk-scheduler-10] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 995edccf-6668-4166-8173-308e7e28a35b. Transaction Id: 3FFAY. Begin TS: 2022-01-07T10:15:29.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T10:15:29.325+0000|2022-01-07T10:15:29.333+0000|995edccf-6668-4166-8173-308e7e28a35b|UNKNOWN_INSTANCE_ID|task-scheduler-10||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 995edccf-6668-4166-8173-308e7e28a35b, Transaction Id: 3FFAY, 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-01-07 10:15:29.333 ERROR 1 --- [sk-scheduler-10] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 995edccf-6668-4166-8173-308e7e28a35b, Transaction Id: 3FFAY, 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-01-07 10:15:29.335 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=995edccf-6668-4166-8173-308e7e28a35b, X-Begin-Timestamp=2022-01-07T10:15:29.320+0000, X-TransactionID=3FFAY, id=c5f5c3a0-548b-0a2a-d8e9-e0d6735e83fa, timestamp=1641550529323}], headers={id=a816f3e2-4e0e-f5e3-f730-c12e65d47d2d, timestamp=1641550529335}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=995edccf-6668-4166-8173-308e7e28a35b, X-Begin-Timestamp=2022-01-07T10:15:29.320+0000, X-TransactionID=3FFAY, id=c5f5c3a0-548b-0a2a-d8e9-e0d6735e83fa, timestamp=1641550529323}] 2022-01-07 10:15:48.583  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 10:15:48.584  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 10:15:48.584 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-01-07T10:15:59.322+0000|1e12dc6d-d025-4a04-bf26-a8a415a7e7d9|Request Id: 1e12dc6d-d025-4a04-bf26-a8a415a7e7d9. Transaction Id: TGSQD. Begin TS: 2022-01-07T10:15:59.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:15:59.321 DEBUG 1 --- [sk-scheduler-10] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 1e12dc6d-d025-4a04-bf26-a8a415a7e7d9. Transaction Id: TGSQD. Begin TS: 2022-01-07T10:15:59.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T10:15:59.326+0000|2022-01-07T10:15:59.333+0000|1e12dc6d-d025-4a04-bf26-a8a415a7e7d9|UNKNOWN_INSTANCE_ID|task-scheduler-10||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 1e12dc6d-d025-4a04-bf26-a8a415a7e7d9, Transaction Id: TGSQD, 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-01-07 10:15:59.334 ERROR 1 --- [sk-scheduler-10] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 1e12dc6d-d025-4a04-bf26-a8a415a7e7d9, Transaction Id: TGSQD, 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-01-07 10:15:59.336 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=1e12dc6d-d025-4a04-bf26-a8a415a7e7d9, X-Begin-Timestamp=2022-01-07T10:15:59.320+0000, X-TransactionID=TGSQD, id=5ab5868c-c33f-fc35-80a8-d210fcc67200, timestamp=1641550559322}], headers={id=8084332e-eecf-6efa-eb7b-ac945c3ad4e9, timestamp=1641550559335}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=1e12dc6d-d025-4a04-bf26-a8a415a7e7d9, X-Begin-Timestamp=2022-01-07T10:15:59.320+0000, X-TransactionID=TGSQD, id=5ab5868c-c33f-fc35-80a8-d210fcc67200, timestamp=1641550559322}] 2022-01-07T10:16:29.321+0000|588aae25-8dff-44b1-8a74-93b3e70ef8e7|Request Id: 588aae25-8dff-44b1-8a74-93b3e70ef8e7. Transaction Id: GN7JY. Begin TS: 2022-01-07T10:16:29.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:16:29.321 DEBUG 1 --- [ask-scheduler-6] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 588aae25-8dff-44b1-8a74-93b3e70ef8e7. Transaction Id: GN7JY. Begin TS: 2022-01-07T10:16:29.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T10:16:29.324+0000|2022-01-07T10:16:29.331+0000|588aae25-8dff-44b1-8a74-93b3e70ef8e7|UNKNOWN_INSTANCE_ID|task-scheduler-6||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 588aae25-8dff-44b1-8a74-93b3e70ef8e7, Transaction Id: GN7JY, 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-01-07 10:16:29.331 ERROR 1 --- [ask-scheduler-6] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 588aae25-8dff-44b1-8a74-93b3e70ef8e7, Transaction Id: GN7JY, 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-01-07 10:16:29.333 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=588aae25-8dff-44b1-8a74-93b3e70ef8e7, X-Begin-Timestamp=2022-01-07T10:16:29.320+0000, X-TransactionID=GN7JY, id=a79cf8e9-d662-5f38-e0bf-dc899355113f, timestamp=1641550589322}], headers={id=99696ed4-1b15-e91c-a111-0d86007f60b8, timestamp=1641550589332}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=588aae25-8dff-44b1-8a74-93b3e70ef8e7, X-Begin-Timestamp=2022-01-07T10:16:29.320+0000, X-TransactionID=GN7JY, id=a79cf8e9-d662-5f38-e0bf-dc899355113f, timestamp=1641550589322}] 2022-01-07 10:16:48.583  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 10:16:48.583  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 10:16:48.583 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-01-07T10:16:59.321+0000|fdb5a00e-e292-46d6-a17c-259d7c0d79c7|Request Id: fdb5a00e-e292-46d6-a17c-259d7c0d79c7. Transaction Id: PKBVI. Begin TS: 2022-01-07T10:16:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:16:59.321 DEBUG 1 --- [ask-scheduler-2] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: fdb5a00e-e292-46d6-a17c-259d7c0d79c7. Transaction Id: PKBVI. Begin TS: 2022-01-07T10:16:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T10:16:59.324+0000|2022-01-07T10:16:59.331+0000|fdb5a00e-e292-46d6-a17c-259d7c0d79c7|UNKNOWN_INSTANCE_ID|task-scheduler-2||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: fdb5a00e-e292-46d6-a17c-259d7c0d79c7, Transaction Id: PKBVI, 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-01-07 10:16:59.331 ERROR 1 --- [ask-scheduler-2] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: fdb5a00e-e292-46d6-a17c-259d7c0d79c7, Transaction Id: PKBVI, 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-01-07 10:16:59.333 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=fdb5a00e-e292-46d6-a17c-259d7c0d79c7, X-Begin-Timestamp=2022-01-07T10:16:59.321+0000, X-TransactionID=PKBVI, id=f198868b-f208-b1e3-c739-8dc0f25ae48e, timestamp=1641550619322}], headers={id=f1dd4340-6e3f-8573-30c6-d8bb8f90cf37, timestamp=1641550619332}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=fdb5a00e-e292-46d6-a17c-259d7c0d79c7, X-Begin-Timestamp=2022-01-07T10:16:59.321+0000, X-TransactionID=PKBVI, id=f198868b-f208-b1e3-c739-8dc0f25ae48e, timestamp=1641550619322}] 2022-01-07T10:17:29.323+0000|1b14bf30-c071-4ab1-8abd-938794ec4a91|Request Id: 1b14bf30-c071-4ab1-8abd-938794ec4a91. Transaction Id: 4WT6R. Begin TS: 2022-01-07T10:17:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:17:29.322 DEBUG 1 --- [ask-scheduler-9] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 1b14bf30-c071-4ab1-8abd-938794ec4a91. Transaction Id: 4WT6R. Begin TS: 2022-01-07T10:17:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T10:17:29.326+0000|2022-01-07T10:17:29.335+0000|1b14bf30-c071-4ab1-8abd-938794ec4a91|UNKNOWN_INSTANCE_ID|task-scheduler-9||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 1b14bf30-c071-4ab1-8abd-938794ec4a91, Transaction Id: 4WT6R, 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-01-07 10:17:29.335 ERROR 1 --- [ask-scheduler-9] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 1b14bf30-c071-4ab1-8abd-938794ec4a91, Transaction Id: 4WT6R, 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-01-07 10:17:29.336 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=1b14bf30-c071-4ab1-8abd-938794ec4a91, X-Begin-Timestamp=2022-01-07T10:17:29.321+0000, X-TransactionID=4WT6R, id=939e09c2-0042-39ab-37cf-87fdf67805eb, timestamp=1641550649324}], headers={id=dddd90db-4160-e5dd-265c-6aafa81cf40a, timestamp=1641550649336}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=1b14bf30-c071-4ab1-8abd-938794ec4a91, X-Begin-Timestamp=2022-01-07T10:17:29.321+0000, X-TransactionID=4WT6R, id=939e09c2-0042-39ab-37cf-87fdf67805eb, timestamp=1641550649324}] 2022-01-07 10:17:48.582  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 10:17:48.582  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 10:17:48.582 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-01-07T10:17:59.324+0000|f0350a72-9832-45d2-bc37-deceb2dc4d80|Request Id: f0350a72-9832-45d2-bc37-deceb2dc4d80. Transaction Id: YGUJI. Begin TS: 2022-01-07T10:17:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:17:59.322 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: f0350a72-9832-45d2-bc37-deceb2dc4d80. Transaction Id: YGUJI. Begin TS: 2022-01-07T10:17:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T10:17:59.329+0000|2022-01-07T10:17:59.337+0000|f0350a72-9832-45d2-bc37-deceb2dc4d80|UNKNOWN_INSTANCE_ID|task-scheduler-1||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: f0350a72-9832-45d2-bc37-deceb2dc4d80, Transaction Id: YGUJI, 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-01-07 10:17:59.337 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: f0350a72-9832-45d2-bc37-deceb2dc4d80, Transaction Id: YGUJI, 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-01-07 10:17:59.340 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=f0350a72-9832-45d2-bc37-deceb2dc4d80, X-Begin-Timestamp=2022-01-07T10:17:59.321+0000, X-TransactionID=YGUJI, id=79f790b4-ee85-b544-e81a-91ac232346f8, timestamp=1641550679324}], headers={id=840000f5-32ed-c0f3-025f-fdd9cf98d194, timestamp=1641550679339}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=f0350a72-9832-45d2-bc37-deceb2dc4d80, X-Begin-Timestamp=2022-01-07T10:17:59.321+0000, X-TransactionID=YGUJI, id=79f790b4-ee85-b544-e81a-91ac232346f8, timestamp=1641550679324}] 2022-01-07T10:18:29.321+0000|5bea12a2-b6e4-412f-8f9c-609df9c75ef9|Request Id: 5bea12a2-b6e4-412f-8f9c-609df9c75ef9. Transaction Id: T7SA5. Begin TS: 2022-01-07T10:18:29.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:18:29.320 DEBUG 1 --- [ask-scheduler-2] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 5bea12a2-b6e4-412f-8f9c-609df9c75ef9. Transaction Id: T7SA5. Begin TS: 2022-01-07T10:18:29.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T10:18:29.323+0000|2022-01-07T10:18:29.330+0000|5bea12a2-b6e4-412f-8f9c-609df9c75ef9|UNKNOWN_INSTANCE_ID|task-scheduler-2||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 5bea12a2-b6e4-412f-8f9c-609df9c75ef9, Transaction Id: T7SA5, 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-01-07 10:18:29.331 ERROR 1 --- [ask-scheduler-2] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 5bea12a2-b6e4-412f-8f9c-609df9c75ef9, Transaction Id: T7SA5, 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-01-07 10:18:29.332 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=5bea12a2-b6e4-412f-8f9c-609df9c75ef9, X-Begin-Timestamp=2022-01-07T10:18:29.320+0000, X-TransactionID=T7SA5, id=a6e1b730-2b31-3467-c49b-dd971eaf1290, timestamp=1641550709321}], headers={id=627e8a19-a784-ab0a-bbcd-dae4eddacfca, timestamp=1641550709332}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=5bea12a2-b6e4-412f-8f9c-609df9c75ef9, X-Begin-Timestamp=2022-01-07T10:18:29.320+0000, X-TransactionID=T7SA5, id=a6e1b730-2b31-3467-c49b-dd971eaf1290, timestamp=1641550709321}] 2022-01-07 10:18:48.581  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 10:18:48.582  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 10:18:48.582 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-01-07T10:18:59.321+0000|527119ae-b81c-40b5-ab8e-250a0c9d4c14|Request Id: 527119ae-b81c-40b5-ab8e-250a0c9d4c14. Transaction Id: KVT4K. Begin TS: 2022-01-07T10:18:59.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:18:59.321 DEBUG 1 --- [ask-scheduler-7] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 527119ae-b81c-40b5-ab8e-250a0c9d4c14. Transaction Id: KVT4K. Begin TS: 2022-01-07T10:18:59.320+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T10:18:59.323+0000|2022-01-07T10:18:59.330+0000|527119ae-b81c-40b5-ab8e-250a0c9d4c14|UNKNOWN_INSTANCE_ID|task-scheduler-7||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 527119ae-b81c-40b5-ab8e-250a0c9d4c14, Transaction Id: KVT4K, 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-01-07 10:18:59.330 ERROR 1 --- [ask-scheduler-7] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 527119ae-b81c-40b5-ab8e-250a0c9d4c14, Transaction Id: KVT4K, 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-01-07 10:18:59.332 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=527119ae-b81c-40b5-ab8e-250a0c9d4c14, X-Begin-Timestamp=2022-01-07T10:18:59.320+0000, X-TransactionID=KVT4K, id=ae7da01b-2d11-3336-6987-4e7c30f57691, timestamp=1641550739321}], headers={id=c687a331-44c2-3f4f-3795-80c1cf4199e3, timestamp=1641550739331}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=527119ae-b81c-40b5-ab8e-250a0c9d4c14, X-Begin-Timestamp=2022-01-07T10:18:59.320+0000, X-TransactionID=KVT4K, id=ae7da01b-2d11-3336-6987-4e7c30f57691, timestamp=1641550739321}] 2022-01-07T10:19:29.323+0000|1b97917f-c3ce-4653-9daf-1f4193ea7a96|Request Id: 1b97917f-c3ce-4653-9daf-1f4193ea7a96. Transaction Id: KUV28. Begin TS: 2022-01-07T10:19:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:19:29.321 DEBUG 1 --- [ask-scheduler-7] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 1b97917f-c3ce-4653-9daf-1f4193ea7a96. Transaction Id: KUV28. Begin TS: 2022-01-07T10:19:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:19:29.330  INFO 1 --- [ask-scheduler-7] o.apache.http.impl.execchain.RetryExec  : I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://message-router:3904: The target server failed to respond 2022-01-07 10:19:29.331  INFO 1 --- [ask-scheduler-7] o.apache.http.impl.execchain.RetryExec  : Retrying request to {}->http://message-router:3904 2022-01-07T10:19:29.326+0000|2022-01-07T10:19:29.339+0000|1b97917f-c3ce-4653-9daf-1f4193ea7a96|UNKNOWN_INSTANCE_ID|task-scheduler-7||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|13|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 1b97917f-c3ce-4653-9daf-1f4193ea7a96, Transaction Id: KUV28, 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-01-07 10:19:29.339 ERROR 1 --- [ask-scheduler-7] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 1b97917f-c3ce-4653-9daf-1f4193ea7a96, Transaction Id: KUV28, 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-01-07 10:19:29.341 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=1b97917f-c3ce-4653-9daf-1f4193ea7a96, X-Begin-Timestamp=2022-01-07T10:19:29.321+0000, X-TransactionID=KUV28, id=3c0deed4-ef00-53d8-aa6c-86d8ca80e664, timestamp=1641550769324}], headers={id=53eb072f-7623-20d4-d5da-4d80a26d6537, timestamp=1641550769341}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=1b97917f-c3ce-4653-9daf-1f4193ea7a96, X-Begin-Timestamp=2022-01-07T10:19:29.321+0000, X-TransactionID=KUV28, id=3c0deed4-ef00-53d8-aa6c-86d8ca80e664, timestamp=1641550769324}] 2022-01-07 10:19:48.584  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 10:19:48.584  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 10:19:48.584 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-01-07T10:19:59.321+0000|8a2b30ca-c705-445d-acf8-61e22ef2b40b|Request Id: 8a2b30ca-c705-445d-acf8-61e22ef2b40b. Transaction Id: 9XL1R. Begin TS: 2022-01-07T10:19:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:19:59.321 DEBUG 1 --- [ask-scheduler-5] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 8a2b30ca-c705-445d-acf8-61e22ef2b40b. Transaction Id: 9XL1R. Begin TS: 2022-01-07T10:19:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T10:19:59.323+0000|2022-01-07T10:19:59.330+0000|8a2b30ca-c705-445d-acf8-61e22ef2b40b|UNKNOWN_INSTANCE_ID|task-scheduler-5||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 8a2b30ca-c705-445d-acf8-61e22ef2b40b, Transaction Id: 9XL1R, 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-01-07 10:19:59.330 ERROR 1 --- [ask-scheduler-5] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 8a2b30ca-c705-445d-acf8-61e22ef2b40b, Transaction Id: 9XL1R, 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-01-07 10:19:59.332 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=8a2b30ca-c705-445d-acf8-61e22ef2b40b, X-Begin-Timestamp=2022-01-07T10:19:59.321+0000, X-TransactionID=9XL1R, id=8e8158ee-6b95-3291-0ea6-ff6bfb50aad1, timestamp=1641550799322}], headers={id=830c6cfd-ebfb-7f95-e416-7e437d88b2bc, timestamp=1641550799331}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=8a2b30ca-c705-445d-acf8-61e22ef2b40b, X-Begin-Timestamp=2022-01-07T10:19:59.321+0000, X-TransactionID=9XL1R, id=8e8158ee-6b95-3291-0ea6-ff6bfb50aad1, timestamp=1641550799322}] 2022-01-07T10:20:29.323+0000|65bc8253-ebff-46d2-aa3f-930ba7ac8610|Request Id: 65bc8253-ebff-46d2-aa3f-930ba7ac8610. Transaction Id: N06MG. Begin TS: 2022-01-07T10:20:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:20:29.322 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 65bc8253-ebff-46d2-aa3f-930ba7ac8610. Transaction Id: N06MG. Begin TS: 2022-01-07T10:20:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T10:20:29.327+0000|2022-01-07T10:20:29.346+0000|65bc8253-ebff-46d2-aa3f-930ba7ac8610|UNKNOWN_INSTANCE_ID|task-scheduler-1||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|19|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 65bc8253-ebff-46d2-aa3f-930ba7ac8610, Transaction Id: N06MG, Elapsed Time: 19 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-01-07 10:20:29.346 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 65bc8253-ebff-46d2-aa3f-930ba7ac8610, Transaction Id: N06MG, Elapsed Time: 19 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-01-07 10:20:29.348 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=65bc8253-ebff-46d2-aa3f-930ba7ac8610, X-Begin-Timestamp=2022-01-07T10:20:29.321+0000, X-TransactionID=N06MG, id=f459b393-24da-4156-509c-8e96fc2816fe, timestamp=1641550829324}], headers={id=1f2a82b5-187a-26d4-29ff-7cdbd81eaf2a, timestamp=1641550829348}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=65bc8253-ebff-46d2-aa3f-930ba7ac8610, X-Begin-Timestamp=2022-01-07T10:20:29.321+0000, X-TransactionID=N06MG, id=f459b393-24da-4156-509c-8e96fc2816fe, timestamp=1641550829324}] 2022-01-07 10:20:48.582  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 10:20:48.582  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 10:20:48.582 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-01-07T10:20:59.321+0000|ec254d20-832b-4079-bf5c-36b7d9fd167c|Request Id: ec254d20-832b-4079-bf5c-36b7d9fd167c. Transaction Id: AQPJH. Begin TS: 2022-01-07T10:20:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:20:59.321 DEBUG 1 --- [ask-scheduler-4] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: ec254d20-832b-4079-bf5c-36b7d9fd167c. Transaction Id: AQPJH. Begin TS: 2022-01-07T10:20:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T10:20:59.323+0000|2022-01-07T10:20:59.334+0000|ec254d20-832b-4079-bf5c-36b7d9fd167c|UNKNOWN_INSTANCE_ID|task-scheduler-4||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|11|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: ec254d20-832b-4079-bf5c-36b7d9fd167c, Transaction Id: AQPJH, 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-01-07 10:20:59.334 ERROR 1 --- [ask-scheduler-4] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: ec254d20-832b-4079-bf5c-36b7d9fd167c, Transaction Id: AQPJH, 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-01-07 10:20:59.336 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=ec254d20-832b-4079-bf5c-36b7d9fd167c, X-Begin-Timestamp=2022-01-07T10:20:59.321+0000, X-TransactionID=AQPJH, id=54d281e0-a01d-a13e-ddd8-f9aba570e7b5, timestamp=1641550859322}], headers={id=c8f412c7-b2bb-1dd7-5d41-dd700d88d6f0, timestamp=1641550859336}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=ec254d20-832b-4079-bf5c-36b7d9fd167c, X-Begin-Timestamp=2022-01-07T10:20:59.321+0000, X-TransactionID=AQPJH, id=54d281e0-a01d-a13e-ddd8-f9aba570e7b5, timestamp=1641550859322}] 2022-01-07T10:21:29.322+0000|5009cec5-444b-4296-8cce-135330d8d351|Request Id: 5009cec5-444b-4296-8cce-135330d8d351. Transaction Id: BIIBW. Begin TS: 2022-01-07T10:21:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:21:29.321 DEBUG 1 --- [ask-scheduler-5] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 5009cec5-444b-4296-8cce-135330d8d351. Transaction Id: BIIBW. Begin TS: 2022-01-07T10:21:29.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T10:21:29.326+0000|2022-01-07T10:21:29.336+0000|5009cec5-444b-4296-8cce-135330d8d351|UNKNOWN_INSTANCE_ID|task-scheduler-5||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.68.219|10|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 5009cec5-444b-4296-8cce-135330d8d351, Transaction Id: BIIBW, 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-01-07 10:21:29.337 ERROR 1 --- [ask-scheduler-5] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 5009cec5-444b-4296-8cce-135330d8d351, Transaction Id: BIIBW, 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-01-07 10:21:29.339 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=5009cec5-444b-4296-8cce-135330d8d351, X-Begin-Timestamp=2022-01-07T10:21:29.321+0000, X-TransactionID=BIIBW, id=a9617229-e6cd-5c5e-59e8-915af5a46f5c, timestamp=1641550889324}], headers={id=727522ec-35f2-7f17-ad0d-7c1fdede81e1, timestamp=1641550889339}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=5009cec5-444b-4296-8cce-135330d8d351, X-Begin-Timestamp=2022-01-07T10:21:29.321+0000, X-TransactionID=BIIBW, id=a9617229-e6cd-5c5e-59e8-915af5a46f5c, timestamp=1641550889324}] 2022-01-07 10:21:48.585  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-07 10:21:48.585  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-07 10:21:48.585 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-01-07T10:21:59.321+0000|cd3da719-acc1-4415-8324-1653cce056d9|Request Id: cd3da719-acc1-4415-8324-1653cce056d9. Transaction Id: N1SRY. Begin TS: 2022-01-07T10:21:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07 10:21:59.321 DEBUG 1 --- [sk-scheduler-10] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: cd3da719-acc1-4415-8324-1653cce056d9. Transaction Id: N1SRY. Begin TS: 2022-01-07T10:21:59.321+0000. Starting new DMaaP MR Subscriber poll. 2022-01-07T10:21:59.324+0000|2022-01-07T10:21:59.334+0000|cd3da719-acc1-4415-8324-1653cce056d9|UNKNOWN_INSTANCE_ID|task-scheduler-10||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0|ERROR|300|Not Found||ERROR|2|10.233.68.219|10|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: cd3da719-acc1-4415-8324-1653cce056d9, Transaction Id: N1SRY, 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-01-07 10:21:59.334 ERROR 1 --- [sk-scheduler-10] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: cd3da719-acc1-4415-8324-1653cce056d9, Transaction Id: N1SRY, Elapsed Time: 10 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthen