2022-01-04 03:50:23.249  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-04 03:50:23.253 DEBUG 1 --- [ main] o.o.dcae.analytics.tca.web.TcaAppMain  : Running with Spring Boot v2.4.4, Spring v5.3.5 2022-01-04 03:50:23.253  INFO 1 --- [ main] o.o.dcae.analytics.tca.web.TcaAppMain  : The following profiles are active: configBindingService,dmaap,mongo 2022-01-04 03:50:25.297  INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode. 2022-01-04 03:50:25.429  INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 125 ms. Found 1 MongoDB repository interfaces. 2022-01-04 03:50:26.331  INFO 1 --- [ main] faultConfiguringBeanFactoryPostProcessor : No bean named 'taskScheduler' has been explicitly defined. Therefore, a default ThreadPoolTaskScheduler will be created. 2022-01-04 03:50:26.352  INFO 1 --- [ main] faultConfiguringBeanFactoryPostProcessor : No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created. 2022-01-04 03:50:26.400  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-04 03:50:26.638  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-04 03:50:26.640  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-04 03:50:26.673  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-04 03:50:27.094 DEBUG 1 --- [ main] org.jboss.logging  : Logging Provider: org.jboss.logging.Log4j2LoggerProvider 2022-01-04 03:50:27.212  INFO 1 --- [ main] io.undertow.servlet  : Initializing Spring embedded WebApplicationContext 2022-01-04 03:50:27.213  INFO 1 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 3873 ms 2022-01-04 03:50:27.315 DEBUG 1 --- [ main] i.m.c.u.i.logging.InternalLoggerFactory  : Using SLF4J as the default logging framework 2022-01-04 03:50:28.201 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-04 03:50:28.205 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-04 03:50:28.216 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-04 03:50:28.240 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-04 03:50:28.597  INFO 1 --- [ main] o.s.b.a.e.web.EndpointLinksResolver  : Exposing 16 endpoint(s) beneath base path '/actuator' 2022-01-04 03:50:28.670  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-04 03:50:28.718  INFO 1 --- [ main] f.TcaAppPropsToMrSubscriberPrefsFunction : Selecting Auto Adjusting polling rate for DMaaP MR Subscriber: tca_handle_in 2022-01-04 03:50:29.015  INFO 1 --- [ main] org.mongodb.driver.cluster  : Cluster created with settings {hosts=[dcae-mongohost:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms'} 2022-01-04 03:50:29.173  INFO 1 --- [mongohost:27017] org.mongodb.driver.connection  : Opened connection [connectionId{localValue:1, serverValue:1356}] to dcae-mongohost:27017 2022-01-04 03:50:29.173  INFO 1 --- [mongohost:27017] org.mongodb.driver.connection  : Opened connection [connectionId{localValue:2, serverValue:1357}] to dcae-mongohost:27017 2022-01-04 03:50:29.176  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=7, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=70351645} 2022-01-04 03:50:29.290  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-04 03:50:29.336  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-04 03:50:29.502  INFO 1 --- [ main] org.mongodb.driver.connection  : Opened connection [connectionId{localValue:3, serverValue:1358}] to dcae-mongohost:27017 2022-01-04 03:50:31.671 DEBUG 1 --- [ main] .d.a.w.h.HttpClientPreferencesCustomizer : Customizing Rest Template for Http Client Id: tca_handle_in 2022-01-04 03:50:31.680  WARN 1 --- [ main] .d.a.w.h.HttpClientPreferencesCustomizer : No credentials set for Http Client Id: tca_handle_in. No username present 2022-01-04 03:50:31.680 DEBUG 1 --- [ main] .d.a.w.h.HttpClientPreferencesCustomizer : Proxy not Enabled - bypassing setting Proxy settings for Http Client Id: tca_handle_in 2022-01-04 03:50:31.680  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-04 03:50:31.681  INFO 1 --- [ main] .d.a.w.h.HttpClientPreferencesCustomizer : SSL Validation will be enforced for Http Client Id: tca_handle_in 2022-01-04 03:50:31.694  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-04 03:50:31.710 DEBUG 1 --- [ main] .d.a.w.h.HttpClientPreferencesCustomizer : Customizing Rest Template for Http Client Id: tca_handle_out 2022-01-04 03:50:31.710  WARN 1 --- [ main] .d.a.w.h.HttpClientPreferencesCustomizer : No credentials set for Http Client Id: tca_handle_out. No username present 2022-01-04 03:50:31.711 DEBUG 1 --- [ main] .d.a.w.h.HttpClientPreferencesCustomizer : Proxy not Enabled - bypassing setting Proxy settings for Http Client Id: tca_handle_out 2022-01-04 03:50:31.711  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-04 03:50:31.711  INFO 1 --- [ main] .d.a.w.h.HttpClientPreferencesCustomizer : SSL Validation will be enforced for Http Client Id: tca_handle_out 2022-01-04 03:50:31.734  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-04 03:50:31.734  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-04 03:50:31.909  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-04 03:50:32.006  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-04 03:50:32.434  INFO 1 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'applicationTaskExecutor' 2022-01-04 03:50:32.544 DEBUG 1 --- [ main] _.s.web.servlet.HandlerMapping.Mappings  : 'beanNameHandlerMapping' {} 2022-01-04 03:50:32.571 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-04 03:50:32.783  INFO 1 --- [ main] o.s.s.c.ThreadPoolTaskScheduler  : Initializing ExecutorService 'taskScheduler' 2022-01-04 03:50:32.877  INFO 1 --- [ main] o.s.i.endpoint.EventDrivenConsumer  : Adding {http:outbound-gateway} as a subscriber to the 'mrSubscriberFlow.channel#0' channel 2022-01-04 03:50:32.878  INFO 1 --- [ main] o.s.integration.channel.DirectChannel  : Channel 'dcae-analytics-tca.mrSubscriberFlow.channel#0' has 1 subscriber(s). 2022-01-04 03:50:32.878  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-04 03:50:32.878  INFO 1 --- [ main] o.s.i.endpoint.EventDrivenConsumer  : Adding {splitter} as a subscriber to the 'mrSubscriberFlow.channel#1' channel 2022-01-04 03:50:32.878  INFO 1 --- [ main] o.s.integration.channel.DirectChannel  : Channel 'dcae-analytics-tca.mrSubscriberFlow.channel#1' has 1 subscriber(s). 2022-01-04 03:50:32.878  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-04 03:50:32.879  INFO 1 --- [ main] o.s.i.endpoint.EventDrivenConsumer  : Adding {http:outbound-gateway} as a subscriber to the 'mrPublisherInputChannel' channel 2022-01-04 03:50:32.879  INFO 1 --- [ main] o.s.integration.channel.DirectChannel  : Channel 'dcae-analytics-tca.mrPublisherInputChannel' has 1 subscriber(s). 2022-01-04 03:50:32.879  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-04 03:50:32.879  INFO 1 --- [ main] o.s.i.endpoint.EventDrivenConsumer  : Adding {service-activator} as a subscriber to the 'mrPublisherFlow.channel#0' channel 2022-01-04 03:50:32.879  INFO 1 --- [ main] o.s.integration.channel.DirectChannel  : Channel 'dcae-analytics-tca.mrPublisherFlow.channel#0' has 1 subscriber(s). 2022-01-04 03:50:32.879  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-04 03:50:32.879  INFO 1 --- [ main] o.s.i.endpoint.EventDrivenConsumer  : Adding {} as a subscriber to the 'tcaMrFlow.channel#0' channel 2022-01-04 03:50:32.880  INFO 1 --- [ main] o.s.integration.channel.DirectChannel  : Channel 'dcae-analytics-tca.tcaMrFlow.channel#0' has 1 subscriber(s). 2022-01-04 03:50:32.880  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-04 03:50:32.880  INFO 1 --- [ main] o.s.i.endpoint.EventDrivenConsumer  : Adding {service-activator} as a subscriber to the 'mrPublisherOutputChannel' channel 2022-01-04 03:50:32.880  INFO 1 --- [ main] o.s.integration.channel.DirectChannel  : Channel 'dcae-analytics-tca.mrPublisherOutputChannel' has 1 subscriber(s). 2022-01-04 03:50:32.880  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-04 03:50:32.883  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-04 03:50:32.884  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-04T03:50:32.897+0000|7c31b75b-ca30-4d24-8bcb-30d66e0617a2|Request Id: 7c31b75b-ca30-4d24-8bcb-30d66e0617a2. Transaction Id: LJ3E9. Begin TS: 2022-01-04T03:50:32.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 03:50:32.893 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 7c31b75b-ca30-4d24-8bcb-30d66e0617a2. Transaction Id: LJ3E9. Begin TS: 2022-01-04T03:50:32.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 03:50:32.912  INFO 1 --- [ main] io.undertow  : starting server: Undertow - 2.2.7.Final 2022-01-04 03:50:32.969  INFO 1 --- [ main] org.xnio  : XNIO version 3.8.0.Final 2022-01-04 03:50:32.989  INFO 1 --- [ main] org.xnio.nio  : XNIO NIO Implementation Version 3.8.0.Final 2022-01-04T03:50:32.986+0000|2022-01-04T03:50:33.178+0000|7c31b75b-ca30-4d24-8bcb-30d66e0617a2|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.70.206|192|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 7c31b75b-ca30-4d24-8bcb-30d66e0617a2, Transaction Id: LJ3E9, Elapsed Time: 192 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-01-04 03:50:33.181 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 7c31b75b-ca30-4d24-8bcb-30d66e0617a2, Transaction Id: LJ3E9, Elapsed Time: 192 ms, Error Message: {"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404} 2022-01-04 03:50:33.185  INFO 1 --- [ main] org.jboss.threads  : JBoss Threads version 3.1.0.Final 2022-01-04 03:50:33.198 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=7c31b75b-ca30-4d24-8bcb-30d66e0617a2, X-Begin-Timestamp=2022-01-04T03:50:32.884+0000, X-TransactionID=LJ3E9, id=a024fea1-4709-fd6a-c37e-6d1c50b7282c, timestamp=1641268232905}], headers={id=6d454f93-0c68-e550-1bae-33492bb62724, timestamp=1641268233197}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=7c31b75b-ca30-4d24-8bcb-30d66e0617a2, X-Begin-Timestamp=2022-01-04T03:50:32.884+0000, X-TransactionID=LJ3E9, id=a024fea1-4709-fd6a-c37e-6d1c50b7282c, timestamp=1641268232905}] 2022-01-04 03:50:33.270  INFO 1 --- [ main] o.s.b.w.e.undertow.UndertowWebServer  : Undertow started on port(s) 9091 (http) 2022-01-04 03:50:33.722 DEBUG 1 --- [ main] Validator  : ERROR [ModelSpecification.spec] At least one type of specification is required 2022-01-04 03:50:33.793 DEBUG 1 --- [ main] Validator  : ERROR [ModelSpecification.spec] At least one type of specification is required 2022-01-04 03:50:33.898  INFO 1 --- [ main] o.o.dcae.analytics.tca.web.TcaAppMain  : Started TcaAppMain in 13.147 seconds (JVM running for 14.615) 2022-01-04 03:50:37.987  INFO 1 --- [ XNIO-1 task-1] io.undertow.servlet  : Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-01-04 03:50:37.988  INFO 1 --- [ XNIO-1 task-1] o.s.web.servlet.DispatcherServlet  : Initializing Servlet 'dispatcherServlet' 2022-01-04 03:50:37.990  INFO 1 --- [ XNIO-1 task-1] o.s.web.servlet.DispatcherServlet  : Completed initialization in 2 ms 2022-01-04T03:51:02.884+0000|f134a685-4b8e-416d-8872-07b6eca86b2d|Request Id: f134a685-4b8e-416d-8872-07b6eca86b2d. Transaction Id: G7IRO. Begin TS: 2022-01-04T03:51:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 03:51:02.883 DEBUG 1 --- [ask-scheduler-5] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: f134a685-4b8e-416d-8872-07b6eca86b2d. Transaction Id: G7IRO. Begin TS: 2022-01-04T03:51:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T03:51:02.886+0000|2022-01-04T03:51:02.896+0000|f134a685-4b8e-416d-8872-07b6eca86b2d|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.70.206|10|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: f134a685-4b8e-416d-8872-07b6eca86b2d, Transaction Id: G7IRO, 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-04 03:51:02.896 ERROR 1 --- [ask-scheduler-5] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: f134a685-4b8e-416d-8872-07b6eca86b2d, Transaction Id: G7IRO, 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-04 03:51:02.898 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=f134a685-4b8e-416d-8872-07b6eca86b2d, X-Begin-Timestamp=2022-01-04T03:51:02.883+0000, X-TransactionID=G7IRO, id=9ac14d21-6267-4041-cfc1-bdf7808fd95d, timestamp=1641268262885}], headers={id=20ee7a27-f6d6-2417-ede4-2c3cb9b4f3b7, timestamp=1641268262898}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=f134a685-4b8e-416d-8872-07b6eca86b2d, X-Begin-Timestamp=2022-01-04T03:51:02.883+0000, X-TransactionID=G7IRO, id=9ac14d21-6267-4041-cfc1-bdf7808fd95d, timestamp=1641268262885}] 2022-01-04 03:51:22.047  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 03:51:22.048  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 03:51:22.048 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-04T03:51:32.884+0000|cb308439-9e37-40cc-ad42-5c44e8868c59|Request Id: cb308439-9e37-40cc-ad42-5c44e8868c59. Transaction Id: DJQR6. Begin TS: 2022-01-04T03:51:32.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 03:51:32.884 DEBUG 1 --- [ask-scheduler-7] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: cb308439-9e37-40cc-ad42-5c44e8868c59. Transaction Id: DJQR6. Begin TS: 2022-01-04T03:51:32.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T03:51:32.886+0000|2022-01-04T03:51:32.895+0000|cb308439-9e37-40cc-ad42-5c44e8868c59|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.70.206|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: cb308439-9e37-40cc-ad42-5c44e8868c59, Transaction Id: DJQR6, 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-04 03:51:32.895 ERROR 1 --- [ask-scheduler-7] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: cb308439-9e37-40cc-ad42-5c44e8868c59, Transaction Id: DJQR6, 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-04 03:51:32.896 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=cb308439-9e37-40cc-ad42-5c44e8868c59, X-Begin-Timestamp=2022-01-04T03:51:32.884+0000, X-TransactionID=DJQR6, id=fa974f54-a2f1-a50f-b972-8ad5bb5b3bd4, timestamp=1641268292885}], headers={id=d63cda34-163a-1341-7940-64f32766d58c, timestamp=1641268292896}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=cb308439-9e37-40cc-ad42-5c44e8868c59, X-Begin-Timestamp=2022-01-04T03:51:32.884+0000, X-TransactionID=DJQR6, id=fa974f54-a2f1-a50f-b972-8ad5bb5b3bd4, timestamp=1641268292885}] 2022-01-04T03:52:02.884+0000|d7d6863e-af3e-4cda-ad88-ea888a6fdc3c|Request Id: d7d6863e-af3e-4cda-ad88-ea888a6fdc3c. Transaction Id: 7TSLY. Begin TS: 2022-01-04T03:52:02.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 03:52:02.884 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: d7d6863e-af3e-4cda-ad88-ea888a6fdc3c. Transaction Id: 7TSLY. Begin TS: 2022-01-04T03:52:02.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T03:52:02.886+0000|2022-01-04T03:52:02.895+0000|d7d6863e-af3e-4cda-ad88-ea888a6fdc3c|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.70.206|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: d7d6863e-af3e-4cda-ad88-ea888a6fdc3c, Transaction Id: 7TSLY, 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-04 03:52:02.895 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: d7d6863e-af3e-4cda-ad88-ea888a6fdc3c, Transaction Id: 7TSLY, 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-04 03:52:02.897 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=d7d6863e-af3e-4cda-ad88-ea888a6fdc3c, X-Begin-Timestamp=2022-01-04T03:52:02.884+0000, X-TransactionID=7TSLY, id=0a9b3b1c-b5fd-4661-8c30-0391dcf816c1, timestamp=1641268322885}], headers={id=c4cc47e6-bca1-9f8e-c162-0f58c08749be, timestamp=1641268322896}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=d7d6863e-af3e-4cda-ad88-ea888a6fdc3c, X-Begin-Timestamp=2022-01-04T03:52:02.884+0000, X-TransactionID=7TSLY, id=0a9b3b1c-b5fd-4661-8c30-0391dcf816c1, timestamp=1641268322885}] 2022-01-04 03:52:22.047  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 03:52:22.047  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 03:52:22.047 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-04T03:52:32.884+0000|79021aae-d991-4588-b1a6-aa205b6a99a3|Request Id: 79021aae-d991-4588-b1a6-aa205b6a99a3. Transaction Id: CBSTI. Begin TS: 2022-01-04T03:52:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 03:52:32.883 DEBUG 1 --- [ask-scheduler-9] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 79021aae-d991-4588-b1a6-aa205b6a99a3. Transaction Id: CBSTI. Begin TS: 2022-01-04T03:52:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T03:52:32.885+0000|2022-01-04T03:52:32.892+0000|79021aae-d991-4588-b1a6-aa205b6a99a3|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.70.206|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 79021aae-d991-4588-b1a6-aa205b6a99a3, Transaction Id: CBSTI, 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-04 03:52:32.892 ERROR 1 --- [ask-scheduler-9] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 79021aae-d991-4588-b1a6-aa205b6a99a3, Transaction Id: CBSTI, 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-04 03:52:32.894 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=79021aae-d991-4588-b1a6-aa205b6a99a3, X-Begin-Timestamp=2022-01-04T03:52:32.883+0000, X-TransactionID=CBSTI, id=85624186-a91e-5e2a-e595-d6f5c059bd16, timestamp=1641268352884}], headers={id=d0300768-da4d-e619-9d8e-9e7414c9b155, timestamp=1641268352894}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=79021aae-d991-4588-b1a6-aa205b6a99a3, X-Begin-Timestamp=2022-01-04T03:52:32.883+0000, X-TransactionID=CBSTI, id=85624186-a91e-5e2a-e595-d6f5c059bd16, timestamp=1641268352884}] 2022-01-04T03:53:02.884+0000|cbfde9d8-fee9-4542-8bf0-5d9588c4afa0|Request Id: cbfde9d8-fee9-4542-8bf0-5d9588c4afa0. Transaction Id: RPVJU. Begin TS: 2022-01-04T03:53:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 03:53:02.884 DEBUG 1 --- [ask-scheduler-3] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: cbfde9d8-fee9-4542-8bf0-5d9588c4afa0. Transaction Id: RPVJU. Begin TS: 2022-01-04T03:53:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T03:53:02.886+0000|2022-01-04T03:53:02.894+0000|cbfde9d8-fee9-4542-8bf0-5d9588c4afa0|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.70.206|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: cbfde9d8-fee9-4542-8bf0-5d9588c4afa0, Transaction Id: RPVJU, 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-04 03:53:02.894 ERROR 1 --- [ask-scheduler-3] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: cbfde9d8-fee9-4542-8bf0-5d9588c4afa0, Transaction Id: RPVJU, 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-04 03:53:02.896 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=cbfde9d8-fee9-4542-8bf0-5d9588c4afa0, X-Begin-Timestamp=2022-01-04T03:53:02.883+0000, X-TransactionID=RPVJU, id=1ec564ea-73ed-038d-7697-b6f6c7c34ac9, timestamp=1641268382884}], headers={id=14b6c0df-857e-216c-3a6e-98f076503f79, timestamp=1641268382896}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=cbfde9d8-fee9-4542-8bf0-5d9588c4afa0, X-Begin-Timestamp=2022-01-04T03:53:02.883+0000, X-TransactionID=RPVJU, id=1ec564ea-73ed-038d-7697-b6f6c7c34ac9, timestamp=1641268382884}] 2022-01-04 03:53:22.047  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 03:53:22.047  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 03:53:22.047 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-04T03:53:32.884+0000|03b79247-0790-4351-97e8-32d8ab76fb21|Request Id: 03b79247-0790-4351-97e8-32d8ab76fb21. Transaction Id: IIQDS. Begin TS: 2022-01-04T03:53:32.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 03:53:32.884 DEBUG 1 --- [ask-scheduler-5] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 03b79247-0790-4351-97e8-32d8ab76fb21. Transaction Id: IIQDS. Begin TS: 2022-01-04T03:53:32.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T03:53:32.886+0000|2022-01-04T03:53:32.894+0000|03b79247-0790-4351-97e8-32d8ab76fb21|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.70.206|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 03b79247-0790-4351-97e8-32d8ab76fb21, Transaction Id: IIQDS, 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-04 03:53:32.894 ERROR 1 --- [ask-scheduler-5] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 03b79247-0790-4351-97e8-32d8ab76fb21, Transaction Id: IIQDS, 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-04 03:53:32.896 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=03b79247-0790-4351-97e8-32d8ab76fb21, X-Begin-Timestamp=2022-01-04T03:53:32.884+0000, X-TransactionID=IIQDS, id=f74263be-6c61-8cf0-8532-9a13571b6539, timestamp=1641268412885}], headers={id=5ff6425e-77d4-b364-9729-b8b87d4ff9c6, timestamp=1641268412895}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=03b79247-0790-4351-97e8-32d8ab76fb21, X-Begin-Timestamp=2022-01-04T03:53:32.884+0000, X-TransactionID=IIQDS, id=f74263be-6c61-8cf0-8532-9a13571b6539, timestamp=1641268412885}] 2022-01-04T03:54:02.884+0000|8b3104a8-2405-4ad4-bcba-45d3bceb1630|Request Id: 8b3104a8-2405-4ad4-bcba-45d3bceb1630. Transaction Id: 9GJ17. Begin TS: 2022-01-04T03:54:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 03:54:02.883 DEBUG 1 --- [ask-scheduler-5] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 8b3104a8-2405-4ad4-bcba-45d3bceb1630. Transaction Id: 9GJ17. Begin TS: 2022-01-04T03:54:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T03:54:02.885+0000|2022-01-04T03:54:02.894+0000|8b3104a8-2405-4ad4-bcba-45d3bceb1630|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.70.206|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 8b3104a8-2405-4ad4-bcba-45d3bceb1630, Transaction Id: 9GJ17, 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-04 03:54:02.894 ERROR 1 --- [ask-scheduler-5] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 8b3104a8-2405-4ad4-bcba-45d3bceb1630, Transaction Id: 9GJ17, 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-04 03:54:02.896 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=8b3104a8-2405-4ad4-bcba-45d3bceb1630, X-Begin-Timestamp=2022-01-04T03:54:02.883+0000, X-TransactionID=9GJ17, id=2a40ec26-ceb8-0649-6a6b-160c5940c7b6, timestamp=1641268442884}], headers={id=b33af4ef-9041-eee5-06cd-471b83a7511d, timestamp=1641268442896}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=8b3104a8-2405-4ad4-bcba-45d3bceb1630, X-Begin-Timestamp=2022-01-04T03:54:02.883+0000, X-TransactionID=9GJ17, id=2a40ec26-ceb8-0649-6a6b-160c5940c7b6, timestamp=1641268442884}] 2022-01-04 03:54:22.046  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 03:54:22.047  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 03:54:22.047 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-04T03:54:32.884+0000|849a5f30-4e9f-4bc2-9719-533296df3bb4|Request Id: 849a5f30-4e9f-4bc2-9719-533296df3bb4. Transaction Id: LMZXP. Begin TS: 2022-01-04T03:54:32.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 03:54:32.884 DEBUG 1 --- [ask-scheduler-9] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 849a5f30-4e9f-4bc2-9719-533296df3bb4. Transaction Id: LMZXP. Begin TS: 2022-01-04T03:54:32.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T03:54:32.885+0000|2022-01-04T03:54:32.895+0000|849a5f30-4e9f-4bc2-9719-533296df3bb4|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.70.206|10|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 849a5f30-4e9f-4bc2-9719-533296df3bb4, Transaction Id: LMZXP, 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-04 03:54:32.895 ERROR 1 --- [ask-scheduler-9] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 849a5f30-4e9f-4bc2-9719-533296df3bb4, Transaction Id: LMZXP, 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-04 03:54:32.896 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=849a5f30-4e9f-4bc2-9719-533296df3bb4, X-Begin-Timestamp=2022-01-04T03:54:32.884+0000, X-TransactionID=LMZXP, id=440fb690-3bf1-a1da-149c-686bba7a2bc1, timestamp=1641268472884}], headers={id=c8ad1de4-5189-734d-b1ff-f0e5299ef90e, timestamp=1641268472896}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=849a5f30-4e9f-4bc2-9719-533296df3bb4, X-Begin-Timestamp=2022-01-04T03:54:32.884+0000, X-TransactionID=LMZXP, id=440fb690-3bf1-a1da-149c-686bba7a2bc1, timestamp=1641268472884}] 2022-01-04T03:55:02.884+0000|6b5c46b8-3ce3-44ad-8889-d0e10774fdab|Request Id: 6b5c46b8-3ce3-44ad-8889-d0e10774fdab. Transaction Id: UFLY4. Begin TS: 2022-01-04T03:55:02.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 03:55:02.884 DEBUG 1 --- [ask-scheduler-6] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 6b5c46b8-3ce3-44ad-8889-d0e10774fdab. Transaction Id: UFLY4. Begin TS: 2022-01-04T03:55:02.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T03:55:02.886+0000|2022-01-04T03:55:02.895+0000|6b5c46b8-3ce3-44ad-8889-d0e10774fdab|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.70.206|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 6b5c46b8-3ce3-44ad-8889-d0e10774fdab, Transaction Id: UFLY4, 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-04 03:55:02.895 ERROR 1 --- [ask-scheduler-6] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 6b5c46b8-3ce3-44ad-8889-d0e10774fdab, Transaction Id: UFLY4, 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-04 03:55:02.897 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=6b5c46b8-3ce3-44ad-8889-d0e10774fdab, X-Begin-Timestamp=2022-01-04T03:55:02.884+0000, X-TransactionID=UFLY4, id=c4cb3982-37d0-f7ba-8512-0cd5ebf6662e, timestamp=1641268502885}], headers={id=885e7a7e-5f51-5bd8-130a-7ebfd1a1e883, timestamp=1641268502897}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=6b5c46b8-3ce3-44ad-8889-d0e10774fdab, X-Begin-Timestamp=2022-01-04T03:55:02.884+0000, X-TransactionID=UFLY4, id=c4cb3982-37d0-f7ba-8512-0cd5ebf6662e, timestamp=1641268502885}] 2022-01-04 03:55:22.046  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 03:55:22.046  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 03:55:22.046 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-04T03:55:32.884+0000|28e93f52-d9a0-429f-95f3-8416edb86b99|Request Id: 28e93f52-d9a0-429f-95f3-8416edb86b99. Transaction Id: 8HDY2. Begin TS: 2022-01-04T03:55:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 03:55:32.883 DEBUG 1 --- [ask-scheduler-3] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 28e93f52-d9a0-429f-95f3-8416edb86b99. Transaction Id: 8HDY2. Begin TS: 2022-01-04T03:55:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T03:55:32.885+0000|2022-01-04T03:55:32.894+0000|28e93f52-d9a0-429f-95f3-8416edb86b99|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.70.206|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 28e93f52-d9a0-429f-95f3-8416edb86b99, Transaction Id: 8HDY2, 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-04 03:55:32.894 ERROR 1 --- [ask-scheduler-3] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 28e93f52-d9a0-429f-95f3-8416edb86b99, Transaction Id: 8HDY2, 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-04 03:55:32.896 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=28e93f52-d9a0-429f-95f3-8416edb86b99, X-Begin-Timestamp=2022-01-04T03:55:32.883+0000, X-TransactionID=8HDY2, id=a1042066-a97b-80d0-51ff-f4396252c8a4, timestamp=1641268532884}], headers={id=9112b489-06c2-7635-7b2c-450d231ec795, timestamp=1641268532896}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=28e93f52-d9a0-429f-95f3-8416edb86b99, X-Begin-Timestamp=2022-01-04T03:55:32.883+0000, X-TransactionID=8HDY2, id=a1042066-a97b-80d0-51ff-f4396252c8a4, timestamp=1641268532884}] 2022-01-04T03:56:02.884+0000|62a8f427-0a9a-4f07-b6b0-06cf5eeac943|Request Id: 62a8f427-0a9a-4f07-b6b0-06cf5eeac943. Transaction Id: 1HRTR. Begin TS: 2022-01-04T03:56:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 03:56:02.884 DEBUG 1 --- [ask-scheduler-9] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 62a8f427-0a9a-4f07-b6b0-06cf5eeac943. Transaction Id: 1HRTR. Begin TS: 2022-01-04T03:56:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T03:56:02.886+0000|2022-01-04T03:56:02.896+0000|62a8f427-0a9a-4f07-b6b0-06cf5eeac943|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.70.206|10|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 62a8f427-0a9a-4f07-b6b0-06cf5eeac943, Transaction Id: 1HRTR, 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-04 03:56:02.896 ERROR 1 --- [ask-scheduler-9] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 62a8f427-0a9a-4f07-b6b0-06cf5eeac943, Transaction Id: 1HRTR, 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-04 03:56:02.897 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=62a8f427-0a9a-4f07-b6b0-06cf5eeac943, X-Begin-Timestamp=2022-01-04T03:56:02.883+0000, X-TransactionID=1HRTR, id=c136a845-5ea2-b016-23b4-ca4717380be9, timestamp=1641268562885}], headers={id=b6e8b7ac-b3b6-58b2-8d45-383189602f8a, timestamp=1641268562897}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=62a8f427-0a9a-4f07-b6b0-06cf5eeac943, X-Begin-Timestamp=2022-01-04T03:56:02.883+0000, X-TransactionID=1HRTR, id=c136a845-5ea2-b016-23b4-ca4717380be9, timestamp=1641268562885}] 2022-01-04 03:56:22.047  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 03:56:22.047  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 03:56:22.047 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-04T03:56:32.883+0000|34139e0d-b219-4eaf-bd66-7a5c45190801|Request Id: 34139e0d-b219-4eaf-bd66-7a5c45190801. Transaction Id: ZHSLT. Begin TS: 2022-01-04T03:56:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 03:56:32.883 DEBUG 1 --- [ask-scheduler-6] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 34139e0d-b219-4eaf-bd66-7a5c45190801. Transaction Id: ZHSLT. Begin TS: 2022-01-04T03:56:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T03:56:32.885+0000|2022-01-04T03:56:32.895+0000|34139e0d-b219-4eaf-bd66-7a5c45190801|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.70.206|10|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 34139e0d-b219-4eaf-bd66-7a5c45190801, Transaction Id: ZHSLT, 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-04 03:56:32.895 ERROR 1 --- [ask-scheduler-6] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 34139e0d-b219-4eaf-bd66-7a5c45190801, Transaction Id: ZHSLT, 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-04 03:56:32.896 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=34139e0d-b219-4eaf-bd66-7a5c45190801, X-Begin-Timestamp=2022-01-04T03:56:32.883+0000, X-TransactionID=ZHSLT, id=83179549-8634-847b-3932-bb74080d7357, timestamp=1641268592884}], headers={id=7ecb0cf8-797e-03a2-c0c8-d2d2b28c76e9, timestamp=1641268592896}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=34139e0d-b219-4eaf-bd66-7a5c45190801, X-Begin-Timestamp=2022-01-04T03:56:32.883+0000, X-TransactionID=ZHSLT, id=83179549-8634-847b-3932-bb74080d7357, timestamp=1641268592884}] 2022-01-04T03:57:02.884+0000|b1de6ebe-ff01-4dcf-8a4b-0510355a1a1d|Request Id: b1de6ebe-ff01-4dcf-8a4b-0510355a1a1d. Transaction Id: QEGFP. Begin TS: 2022-01-04T03:57:02.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 03:57:02.884 DEBUG 1 --- [ask-scheduler-3] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: b1de6ebe-ff01-4dcf-8a4b-0510355a1a1d. Transaction Id: QEGFP. Begin TS: 2022-01-04T03:57:02.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T03:57:02.886+0000|2022-01-04T03:57:02.894+0000|b1de6ebe-ff01-4dcf-8a4b-0510355a1a1d|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.70.206|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: b1de6ebe-ff01-4dcf-8a4b-0510355a1a1d, Transaction Id: QEGFP, 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-04 03:57:02.894 ERROR 1 --- [ask-scheduler-3] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: b1de6ebe-ff01-4dcf-8a4b-0510355a1a1d, Transaction Id: QEGFP, 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-04 03:57:02.896 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=b1de6ebe-ff01-4dcf-8a4b-0510355a1a1d, X-Begin-Timestamp=2022-01-04T03:57:02.884+0000, X-TransactionID=QEGFP, id=36af675f-35ac-77c1-e308-c203b5acde7f, timestamp=1641268622885}], headers={id=a4b395db-8d2c-5ed6-e004-603212a1ef14, timestamp=1641268622895}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=b1de6ebe-ff01-4dcf-8a4b-0510355a1a1d, X-Begin-Timestamp=2022-01-04T03:57:02.884+0000, X-TransactionID=QEGFP, id=36af675f-35ac-77c1-e308-c203b5acde7f, timestamp=1641268622885}] 2022-01-04 03:57:22.045  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 03:57:22.046  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 03:57:22.046 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-04T03:57:32.884+0000|85cdcecd-6093-487c-865d-ef7f2ccfbbb5|Request Id: 85cdcecd-6093-487c-865d-ef7f2ccfbbb5. Transaction Id: VDTOM. Begin TS: 2022-01-04T03:57:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 03:57:32.883 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 85cdcecd-6093-487c-865d-ef7f2ccfbbb5. Transaction Id: VDTOM. Begin TS: 2022-01-04T03:57:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T03:57:32.885+0000|2022-01-04T03:57:32.893+0000|85cdcecd-6093-487c-865d-ef7f2ccfbbb5|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.70.206|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 85cdcecd-6093-487c-865d-ef7f2ccfbbb5, Transaction Id: VDTOM, 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-04 03:57:32.893 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 85cdcecd-6093-487c-865d-ef7f2ccfbbb5, Transaction Id: VDTOM, 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-04 03:57:32.894 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=85cdcecd-6093-487c-865d-ef7f2ccfbbb5, X-Begin-Timestamp=2022-01-04T03:57:32.883+0000, X-TransactionID=VDTOM, id=9f43f38f-e3e5-316f-0884-7c3ea435e744, timestamp=1641268652884}], headers={id=95ba6998-ca78-d347-8dba-533b618bda6b, timestamp=1641268652894}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=85cdcecd-6093-487c-865d-ef7f2ccfbbb5, X-Begin-Timestamp=2022-01-04T03:57:32.883+0000, X-TransactionID=VDTOM, id=9f43f38f-e3e5-316f-0884-7c3ea435e744, timestamp=1641268652884}] 2022-01-04T03:58:02.884+0000|d5d163b0-f159-485f-b377-459bf5710ccf|Request Id: d5d163b0-f159-485f-b377-459bf5710ccf. Transaction Id: XXTNV. Begin TS: 2022-01-04T03:58:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 03:58:02.884 DEBUG 1 --- [ask-scheduler-6] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: d5d163b0-f159-485f-b377-459bf5710ccf. Transaction Id: XXTNV. Begin TS: 2022-01-04T03:58:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T03:58:02.886+0000|2022-01-04T03:58:02.895+0000|d5d163b0-f159-485f-b377-459bf5710ccf|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.70.206|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: d5d163b0-f159-485f-b377-459bf5710ccf, Transaction Id: XXTNV, 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-04 03:58:02.895 ERROR 1 --- [ask-scheduler-6] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: d5d163b0-f159-485f-b377-459bf5710ccf, Transaction Id: XXTNV, 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-04 03:58:02.896 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=d5d163b0-f159-485f-b377-459bf5710ccf, X-Begin-Timestamp=2022-01-04T03:58:02.883+0000, X-TransactionID=XXTNV, id=7812946b-ed88-60fc-a02a-e5eadee55b0e, timestamp=1641268682884}], headers={id=f5fcab4d-2e30-bc50-bb02-af27184d7102, timestamp=1641268682896}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=d5d163b0-f159-485f-b377-459bf5710ccf, X-Begin-Timestamp=2022-01-04T03:58:02.883+0000, X-TransactionID=XXTNV, id=7812946b-ed88-60fc-a02a-e5eadee55b0e, timestamp=1641268682884}] 2022-01-04 03:58:22.047  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 03:58:22.047  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 03:58:22.047 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-04T03:58:32.884+0000|a643e1b9-5d00-4ec5-997d-f16da0dcda9e|Request Id: a643e1b9-5d00-4ec5-997d-f16da0dcda9e. Transaction Id: LAJV3. Begin TS: 2022-01-04T03:58:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 03:58:32.883 DEBUG 1 --- [ask-scheduler-2] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: a643e1b9-5d00-4ec5-997d-f16da0dcda9e. Transaction Id: LAJV3. Begin TS: 2022-01-04T03:58:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T03:58:32.885+0000|2022-01-04T03:58:32.893+0000|a643e1b9-5d00-4ec5-997d-f16da0dcda9e|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.70.206|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: a643e1b9-5d00-4ec5-997d-f16da0dcda9e, Transaction Id: LAJV3, 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-04 03:58:32.893 ERROR 1 --- [ask-scheduler-2] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: a643e1b9-5d00-4ec5-997d-f16da0dcda9e, Transaction Id: LAJV3, 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-04 03:58:32.894 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=a643e1b9-5d00-4ec5-997d-f16da0dcda9e, X-Begin-Timestamp=2022-01-04T03:58:32.883+0000, X-TransactionID=LAJV3, id=ebdb926f-1200-8919-3b8d-90b47007ad97, timestamp=1641268712884}], headers={id=1a4d8df2-5b35-7734-3185-ab0bf72fc52a, timestamp=1641268712894}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=a643e1b9-5d00-4ec5-997d-f16da0dcda9e, X-Begin-Timestamp=2022-01-04T03:58:32.883+0000, X-TransactionID=LAJV3, id=ebdb926f-1200-8919-3b8d-90b47007ad97, timestamp=1641268712884}] 2022-01-04T03:59:02.883+0000|449b732e-f701-495a-b765-f72d56a5f833|Request Id: 449b732e-f701-495a-b765-f72d56a5f833. Transaction Id: GHY8E. Begin TS: 2022-01-04T03:59:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 03:59:02.883 DEBUG 1 --- [ask-scheduler-9] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 449b732e-f701-495a-b765-f72d56a5f833. Transaction Id: GHY8E. Begin TS: 2022-01-04T03:59:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T03:59:02.885+0000|2022-01-04T03:59:02.893+0000|449b732e-f701-495a-b765-f72d56a5f833|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.70.206|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 449b732e-f701-495a-b765-f72d56a5f833, Transaction Id: GHY8E, 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-04 03:59:02.893 ERROR 1 --- [ask-scheduler-9] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 449b732e-f701-495a-b765-f72d56a5f833, Transaction Id: GHY8E, 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-04 03:59:02.894 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=449b732e-f701-495a-b765-f72d56a5f833, X-Begin-Timestamp=2022-01-04T03:59:02.883+0000, X-TransactionID=GHY8E, id=1b3d7f6f-f601-d026-7864-45daecec17a3, timestamp=1641268742884}], headers={id=8fb5e1ea-1711-5104-0aff-268e820a5e93, timestamp=1641268742894}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=449b732e-f701-495a-b765-f72d56a5f833, X-Begin-Timestamp=2022-01-04T03:59:02.883+0000, X-TransactionID=GHY8E, id=1b3d7f6f-f601-d026-7864-45daecec17a3, timestamp=1641268742884}] 2022-01-04 03:59:22.046  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 03:59:22.047  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 03:59:22.047 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-04T03:59:32.884+0000|47bd617c-1a48-44ef-96eb-29da39be9f82|Request Id: 47bd617c-1a48-44ef-96eb-29da39be9f82. Transaction Id: D20BZ. Begin TS: 2022-01-04T03:59:32.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 03:59:32.884 DEBUG 1 --- [ask-scheduler-7] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 47bd617c-1a48-44ef-96eb-29da39be9f82. Transaction Id: D20BZ. Begin TS: 2022-01-04T03:59:32.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T03:59:32.886+0000|2022-01-04T03:59:32.894+0000|47bd617c-1a48-44ef-96eb-29da39be9f82|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.70.206|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 47bd617c-1a48-44ef-96eb-29da39be9f82, Transaction Id: D20BZ, 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-04 03:59:32.894 ERROR 1 --- [ask-scheduler-7] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 47bd617c-1a48-44ef-96eb-29da39be9f82, Transaction Id: D20BZ, 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-04 03:59:32.895 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=47bd617c-1a48-44ef-96eb-29da39be9f82, X-Begin-Timestamp=2022-01-04T03:59:32.884+0000, X-TransactionID=D20BZ, id=9bda8adc-a2a9-f9ab-8fff-09f2e5fda562, timestamp=1641268772885}], headers={id=93cbf366-cc12-9d56-3619-89677f94cd8b, timestamp=1641268772895}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=47bd617c-1a48-44ef-96eb-29da39be9f82, X-Begin-Timestamp=2022-01-04T03:59:32.884+0000, X-TransactionID=D20BZ, id=9bda8adc-a2a9-f9ab-8fff-09f2e5fda562, timestamp=1641268772885}] 2022-01-04T04:00:02.884+0000|6dff33a2-f348-49ca-85f1-8e9b6c6b1897|Request Id: 6dff33a2-f348-49ca-85f1-8e9b6c6b1897. Transaction Id: 5N2ID. Begin TS: 2022-01-04T04:00:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:00:02.884 DEBUG 1 --- [ask-scheduler-6] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 6dff33a2-f348-49ca-85f1-8e9b6c6b1897. Transaction Id: 5N2ID. Begin TS: 2022-01-04T04:00:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:00:02.885+0000|2022-01-04T04:00:02.893+0000|6dff33a2-f348-49ca-85f1-8e9b6c6b1897|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.70.206|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 6dff33a2-f348-49ca-85f1-8e9b6c6b1897, Transaction Id: 5N2ID, 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-04 04:00:02.893 ERROR 1 --- [ask-scheduler-6] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 6dff33a2-f348-49ca-85f1-8e9b6c6b1897, Transaction Id: 5N2ID, 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-04 04:00:02.894 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=6dff33a2-f348-49ca-85f1-8e9b6c6b1897, X-Begin-Timestamp=2022-01-04T04:00:02.883+0000, X-TransactionID=5N2ID, id=f45a2f3c-021f-24ea-c802-01ff76d350b8, timestamp=1641268802884}], headers={id=98d17f6a-0901-a2ae-fa8e-1dfe79cba813, timestamp=1641268802894}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=6dff33a2-f348-49ca-85f1-8e9b6c6b1897, X-Begin-Timestamp=2022-01-04T04:00:02.883+0000, X-TransactionID=5N2ID, id=f45a2f3c-021f-24ea-c802-01ff76d350b8, timestamp=1641268802884}] 2022-01-04 04:00:22.046  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 04:00:22.046  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 04:00:22.046 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-04T04:00:32.884+0000|ab37990b-5d75-4bed-bb79-08eca3c9f0dc|Request Id: ab37990b-5d75-4bed-bb79-08eca3c9f0dc. Transaction Id: DV88N. Begin TS: 2022-01-04T04:00:32.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:00:32.884 DEBUG 1 --- [ask-scheduler-2] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: ab37990b-5d75-4bed-bb79-08eca3c9f0dc. Transaction Id: DV88N. Begin TS: 2022-01-04T04:00:32.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:00:32.885+0000|2022-01-04T04:00:32.892+0000|ab37990b-5d75-4bed-bb79-08eca3c9f0dc|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.70.206|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: ab37990b-5d75-4bed-bb79-08eca3c9f0dc, Transaction Id: DV88N, 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-04 04:00:32.892 ERROR 1 --- [ask-scheduler-2] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: ab37990b-5d75-4bed-bb79-08eca3c9f0dc, Transaction Id: DV88N, 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-04 04:00:32.893 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=ab37990b-5d75-4bed-bb79-08eca3c9f0dc, X-Begin-Timestamp=2022-01-04T04:00:32.884+0000, X-TransactionID=DV88N, id=2431a93e-65cf-fe6d-0276-af65bc64dd86, timestamp=1641268832884}], headers={id=c4a9002a-ff59-3ce6-6ca4-1c9c406799b4, timestamp=1641268832893}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=ab37990b-5d75-4bed-bb79-08eca3c9f0dc, X-Begin-Timestamp=2022-01-04T04:00:32.884+0000, X-TransactionID=DV88N, id=2431a93e-65cf-fe6d-0276-af65bc64dd86, timestamp=1641268832884}] 2022-01-04T04:01:02.884+0000|1f3935c8-c383-438f-98c4-cbd0955e280c|Request Id: 1f3935c8-c383-438f-98c4-cbd0955e280c. Transaction Id: V1ZOY. Begin TS: 2022-01-04T04:01:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:01:02.883 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 1f3935c8-c383-438f-98c4-cbd0955e280c. Transaction Id: V1ZOY. Begin TS: 2022-01-04T04:01:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:01:02.885+0000|2022-01-04T04:01:02.893+0000|1f3935c8-c383-438f-98c4-cbd0955e280c|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.70.206|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 1f3935c8-c383-438f-98c4-cbd0955e280c, Transaction Id: V1ZOY, 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-04 04:01:02.893 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 1f3935c8-c383-438f-98c4-cbd0955e280c, Transaction Id: V1ZOY, 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-04 04:01:02.894 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=1f3935c8-c383-438f-98c4-cbd0955e280c, X-Begin-Timestamp=2022-01-04T04:01:02.883+0000, X-TransactionID=V1ZOY, id=1a3711ad-0136-80df-2d23-86845743402d, timestamp=1641268862884}], headers={id=7398b868-0424-5864-f8ec-db48675e79cc, timestamp=1641268862894}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=1f3935c8-c383-438f-98c4-cbd0955e280c, X-Begin-Timestamp=2022-01-04T04:01:02.883+0000, X-TransactionID=V1ZOY, id=1a3711ad-0136-80df-2d23-86845743402d, timestamp=1641268862884}] 2022-01-04 04:01:22.047  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 04:01:22.047  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 04:01:22.047 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-04T04:01:32.884+0000|52f55927-9e52-4cd0-b9e5-a17f5c8ff5a0|Request Id: 52f55927-9e52-4cd0-b9e5-a17f5c8ff5a0. Transaction Id: UNVGD. Begin TS: 2022-01-04T04:01:32.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:01:32.884 DEBUG 1 --- [ask-scheduler-7] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 52f55927-9e52-4cd0-b9e5-a17f5c8ff5a0. Transaction Id: UNVGD. Begin TS: 2022-01-04T04:01:32.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:01:32.885+0000|2022-01-04T04:01:32.893+0000|52f55927-9e52-4cd0-b9e5-a17f5c8ff5a0|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.70.206|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 52f55927-9e52-4cd0-b9e5-a17f5c8ff5a0, Transaction Id: UNVGD, 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-04 04:01:32.893 ERROR 1 --- [ask-scheduler-7] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 52f55927-9e52-4cd0-b9e5-a17f5c8ff5a0, Transaction Id: UNVGD, 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-04 04:01:32.894 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=52f55927-9e52-4cd0-b9e5-a17f5c8ff5a0, X-Begin-Timestamp=2022-01-04T04:01:32.884+0000, X-TransactionID=UNVGD, id=3b181fd6-6d34-5c2a-d044-c8d7ede79cee, timestamp=1641268892884}], headers={id=b3d61fa5-144e-a46d-de61-e143c57aaad8, timestamp=1641268892894}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=52f55927-9e52-4cd0-b9e5-a17f5c8ff5a0, X-Begin-Timestamp=2022-01-04T04:01:32.884+0000, X-TransactionID=UNVGD, id=3b181fd6-6d34-5c2a-d044-c8d7ede79cee, timestamp=1641268892884}] 2022-01-04T04:02:02.884+0000|8f29af8a-f06b-421b-86ab-f1a0ad2c4e09|Request Id: 8f29af8a-f06b-421b-86ab-f1a0ad2c4e09. Transaction Id: ZNFUY. Begin TS: 2022-01-04T04:02:02.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:02:02.884 DEBUG 1 --- [ask-scheduler-4] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 8f29af8a-f06b-421b-86ab-f1a0ad2c4e09. Transaction Id: ZNFUY. Begin TS: 2022-01-04T04:02:02.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:02:02.886+0000|2022-01-04T04:02:02.894+0000|8f29af8a-f06b-421b-86ab-f1a0ad2c4e09|UNKNOWN_INSTANCE_ID|task-scheduler-4||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.70.206|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 8f29af8a-f06b-421b-86ab-f1a0ad2c4e09, Transaction Id: ZNFUY, 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-04 04:02:02.894 ERROR 1 --- [ask-scheduler-4] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 8f29af8a-f06b-421b-86ab-f1a0ad2c4e09, Transaction Id: ZNFUY, 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-04 04:02:02.895 ERROR 1 --- [ask-scheduler-4] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=8f29af8a-f06b-421b-86ab-f1a0ad2c4e09, X-Begin-Timestamp=2022-01-04T04:02:02.884+0000, X-TransactionID=ZNFUY, id=e08bde37-25fb-bc80-8484-2999a80e3279, timestamp=1641268922885}], headers={id=c6f4a22c-4ba0-2167-b1c8-d27df5fd1b88, timestamp=1641268922895}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=8f29af8a-f06b-421b-86ab-f1a0ad2c4e09, X-Begin-Timestamp=2022-01-04T04:02:02.884+0000, X-TransactionID=ZNFUY, id=e08bde37-25fb-bc80-8484-2999a80e3279, timestamp=1641268922885}] 2022-01-04 04:02:22.045  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 04:02:22.045  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 04:02:22.045 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-04T04:02:32.884+0000|8ca79a71-5fa6-4b80-ac1b-182a5bc09f2e|Request Id: 8ca79a71-5fa6-4b80-ac1b-182a5bc09f2e. Transaction Id: XBNSV. Begin TS: 2022-01-04T04:02:32.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:02:32.884 DEBUG 1 --- [ask-scheduler-4] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 8ca79a71-5fa6-4b80-ac1b-182a5bc09f2e. Transaction Id: XBNSV. Begin TS: 2022-01-04T04:02:32.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:02:32.885+0000|2022-01-04T04:02:32.893+0000|8ca79a71-5fa6-4b80-ac1b-182a5bc09f2e|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.70.206|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 8ca79a71-5fa6-4b80-ac1b-182a5bc09f2e, Transaction Id: XBNSV, 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-04 04:02:32.893 ERROR 1 --- [ask-scheduler-4] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 8ca79a71-5fa6-4b80-ac1b-182a5bc09f2e, Transaction Id: XBNSV, 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-04 04:02:32.894 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=8ca79a71-5fa6-4b80-ac1b-182a5bc09f2e, X-Begin-Timestamp=2022-01-04T04:02:32.884+0000, X-TransactionID=XBNSV, id=d65fe1e3-0a82-00a8-7649-bdbcb323c5f6, timestamp=1641268952884}], headers={id=a40cdba2-6c3c-6f74-d969-7b30d555b0d5, timestamp=1641268952894}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=8ca79a71-5fa6-4b80-ac1b-182a5bc09f2e, X-Begin-Timestamp=2022-01-04T04:02:32.884+0000, X-TransactionID=XBNSV, id=d65fe1e3-0a82-00a8-7649-bdbcb323c5f6, timestamp=1641268952884}] 2022-01-04T04:03:02.884+0000|52f37daf-8833-4a74-9f16-ce9503c1765e|Request Id: 52f37daf-8833-4a74-9f16-ce9503c1765e. Transaction Id: RWGSE. Begin TS: 2022-01-04T04:03:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:03:02.883 DEBUG 1 --- [ask-scheduler-6] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 52f37daf-8833-4a74-9f16-ce9503c1765e. Transaction Id: RWGSE. Begin TS: 2022-01-04T04:03:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:03:02.885+0000|2022-01-04T04:03:02.892+0000|52f37daf-8833-4a74-9f16-ce9503c1765e|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.70.206|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 52f37daf-8833-4a74-9f16-ce9503c1765e, Transaction Id: RWGSE, 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-04 04:03:02.892 ERROR 1 --- [ask-scheduler-6] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 52f37daf-8833-4a74-9f16-ce9503c1765e, Transaction Id: RWGSE, 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-04 04:03:02.893 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=52f37daf-8833-4a74-9f16-ce9503c1765e, X-Begin-Timestamp=2022-01-04T04:03:02.883+0000, X-TransactionID=RWGSE, id=dc52b882-df90-7c75-e956-1106c0bf5e11, timestamp=1641268982884}], headers={id=76c4a923-5dae-f675-1217-62e40be1f430, timestamp=1641268982893}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=52f37daf-8833-4a74-9f16-ce9503c1765e, X-Begin-Timestamp=2022-01-04T04:03:02.883+0000, X-TransactionID=RWGSE, id=dc52b882-df90-7c75-e956-1106c0bf5e11, timestamp=1641268982884}] 2022-01-04 04:03:22.045  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 04:03:22.045  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 04:03:22.045 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-04T04:03:32.884+0000|8db6a23d-4840-45ad-b66d-6a9178590f3c|Request Id: 8db6a23d-4840-45ad-b66d-6a9178590f3c. Transaction Id: 77DTK. Begin TS: 2022-01-04T04:03:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:03:32.884 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 8db6a23d-4840-45ad-b66d-6a9178590f3c. Transaction Id: 77DTK. Begin TS: 2022-01-04T04:03:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:03:32.885+0000|2022-01-04T04:03:32.893+0000|8db6a23d-4840-45ad-b66d-6a9178590f3c|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.70.206|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 8db6a23d-4840-45ad-b66d-6a9178590f3c, Transaction Id: 77DTK, 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-04 04:03:32.893 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 8db6a23d-4840-45ad-b66d-6a9178590f3c, Transaction Id: 77DTK, 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-04 04:03:32.894 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=8db6a23d-4840-45ad-b66d-6a9178590f3c, X-Begin-Timestamp=2022-01-04T04:03:32.883+0000, X-TransactionID=77DTK, id=28bfbcea-cd57-8b5f-b2ba-8db185346a1f, timestamp=1641269012884}], headers={id=1c21e3ea-a98c-590d-eb81-a9c77bc35dc7, timestamp=1641269012893}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=8db6a23d-4840-45ad-b66d-6a9178590f3c, X-Begin-Timestamp=2022-01-04T04:03:32.883+0000, X-TransactionID=77DTK, id=28bfbcea-cd57-8b5f-b2ba-8db185346a1f, timestamp=1641269012884}] 2022-01-04T04:04:02.884+0000|56348c48-fc27-4161-81da-8692290fb3c3|Request Id: 56348c48-fc27-4161-81da-8692290fb3c3. Transaction Id: MTHQX. Begin TS: 2022-01-04T04:04:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:04:02.883 DEBUG 1 --- [ask-scheduler-2] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 56348c48-fc27-4161-81da-8692290fb3c3. Transaction Id: MTHQX. Begin TS: 2022-01-04T04:04:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:04:02.885+0000|2022-01-04T04:04:02.892+0000|56348c48-fc27-4161-81da-8692290fb3c3|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.70.206|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 56348c48-fc27-4161-81da-8692290fb3c3, Transaction Id: MTHQX, 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-04 04:04:02.892 ERROR 1 --- [ask-scheduler-2] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 56348c48-fc27-4161-81da-8692290fb3c3, Transaction Id: MTHQX, 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-04 04:04:02.893 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=56348c48-fc27-4161-81da-8692290fb3c3, X-Begin-Timestamp=2022-01-04T04:04:02.883+0000, X-TransactionID=MTHQX, id=e31475f5-e097-628d-ba0b-74d73a298a3a, timestamp=1641269042884}], headers={id=a8286f57-fca8-c2f8-48e2-3437d2ca7754, timestamp=1641269042893}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=56348c48-fc27-4161-81da-8692290fb3c3, X-Begin-Timestamp=2022-01-04T04:04:02.883+0000, X-TransactionID=MTHQX, id=e31475f5-e097-628d-ba0b-74d73a298a3a, timestamp=1641269042884}] 2022-01-04 04:04:22.044  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 04:04:22.045  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 04:04:22.045 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-04T04:04:32.883+0000|646310d9-4680-4f7e-948f-dabbec9af6f5|Request Id: 646310d9-4680-4f7e-948f-dabbec9af6f5. Transaction Id: OSDKU. Begin TS: 2022-01-04T04:04:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:04:32.883 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 646310d9-4680-4f7e-948f-dabbec9af6f5. Transaction Id: OSDKU. Begin TS: 2022-01-04T04:04:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:04:32.885+0000|2022-01-04T04:04:32.891+0000|646310d9-4680-4f7e-948f-dabbec9af6f5|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.70.206|6|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 646310d9-4680-4f7e-948f-dabbec9af6f5, Transaction Id: OSDKU, 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-04 04:04:32.891 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 646310d9-4680-4f7e-948f-dabbec9af6f5, Transaction Id: OSDKU, 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-04 04:04:32.892 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=646310d9-4680-4f7e-948f-dabbec9af6f5, X-Begin-Timestamp=2022-01-04T04:04:32.883+0000, X-TransactionID=OSDKU, id=a8241e9e-875b-77de-80f8-173f1d47b45c, timestamp=1641269072884}], headers={id=e1540d33-abd0-fcc7-e1ec-4ac0ff62c27b, timestamp=1641269072892}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=646310d9-4680-4f7e-948f-dabbec9af6f5, X-Begin-Timestamp=2022-01-04T04:04:32.883+0000, X-TransactionID=OSDKU, id=a8241e9e-875b-77de-80f8-173f1d47b45c, timestamp=1641269072884}] 2022-01-04T04:05:02.883+0000|5a00cd56-ce98-4243-b08e-199dd1498e8c|Request Id: 5a00cd56-ce98-4243-b08e-199dd1498e8c. Transaction Id: Y3PLN. Begin TS: 2022-01-04T04:05:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:05:02.883 DEBUG 1 --- [ask-scheduler-4] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 5a00cd56-ce98-4243-b08e-199dd1498e8c. Transaction Id: Y3PLN. Begin TS: 2022-01-04T04:05:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:05:02.884+0000|2022-01-04T04:05:02.893+0000|5a00cd56-ce98-4243-b08e-199dd1498e8c|UNKNOWN_INSTANCE_ID|task-scheduler-4||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.70.206|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 5a00cd56-ce98-4243-b08e-199dd1498e8c, Transaction Id: Y3PLN, 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-04 04:05:02.893 ERROR 1 --- [ask-scheduler-4] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 5a00cd56-ce98-4243-b08e-199dd1498e8c, Transaction Id: Y3PLN, 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-04 04:05:02.894 ERROR 1 --- [ask-scheduler-4] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=5a00cd56-ce98-4243-b08e-199dd1498e8c, X-Begin-Timestamp=2022-01-04T04:05:02.883+0000, X-TransactionID=Y3PLN, id=093a237b-183f-70f8-9425-2bd2eef565bf, timestamp=1641269102883}], headers={id=c1d52363-2a1d-71a8-c119-31aeb49a2393, timestamp=1641269102894}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=5a00cd56-ce98-4243-b08e-199dd1498e8c, X-Begin-Timestamp=2022-01-04T04:05:02.883+0000, X-TransactionID=Y3PLN, id=093a237b-183f-70f8-9425-2bd2eef565bf, timestamp=1641269102883}] 2022-01-04 04:05:22.044  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 04:05:22.045  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 04:05:22.045 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-04T04:05:32.884+0000|31768166-be9c-4278-8260-10cd64a851bb|Request Id: 31768166-be9c-4278-8260-10cd64a851bb. Transaction Id: DCXRG. Begin TS: 2022-01-04T04:05:32.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:05:32.884 DEBUG 1 --- [ask-scheduler-6] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 31768166-be9c-4278-8260-10cd64a851bb. Transaction Id: DCXRG. Begin TS: 2022-01-04T04:05:32.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:05:32.885+0000|2022-01-04T04:05:32.893+0000|31768166-be9c-4278-8260-10cd64a851bb|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.70.206|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 31768166-be9c-4278-8260-10cd64a851bb, Transaction Id: DCXRG, 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-04 04:05:32.893 ERROR 1 --- [ask-scheduler-6] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 31768166-be9c-4278-8260-10cd64a851bb, Transaction Id: DCXRG, 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-04 04:05:32.894 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=31768166-be9c-4278-8260-10cd64a851bb, X-Begin-Timestamp=2022-01-04T04:05:32.884+0000, X-TransactionID=DCXRG, id=0a068f53-4949-e888-1d5c-3641732804a1, timestamp=1641269132884}], headers={id=f7a3448a-93d4-6ec7-c73a-796ce93728f1, timestamp=1641269132894}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=31768166-be9c-4278-8260-10cd64a851bb, X-Begin-Timestamp=2022-01-04T04:05:32.884+0000, X-TransactionID=DCXRG, id=0a068f53-4949-e888-1d5c-3641732804a1, timestamp=1641269132884}] 2022-01-04T04:06:02.884+0000|6eaaf70c-9c43-4026-8a3e-6d127347b145|Request Id: 6eaaf70c-9c43-4026-8a3e-6d127347b145. Transaction Id: DBZYY. Begin TS: 2022-01-04T04:06:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:06:02.883 DEBUG 1 --- [sk-scheduler-10] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 6eaaf70c-9c43-4026-8a3e-6d127347b145. Transaction Id: DBZYY. Begin TS: 2022-01-04T04:06:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:06:02.885+0000|2022-01-04T04:06:02.892+0000|6eaaf70c-9c43-4026-8a3e-6d127347b145|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.70.206|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 6eaaf70c-9c43-4026-8a3e-6d127347b145, Transaction Id: DBZYY, 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-04 04:06:02.893 ERROR 1 --- [sk-scheduler-10] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 6eaaf70c-9c43-4026-8a3e-6d127347b145, Transaction Id: DBZYY, 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-04 04:06:02.894 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=6eaaf70c-9c43-4026-8a3e-6d127347b145, X-Begin-Timestamp=2022-01-04T04:06:02.883+0000, X-TransactionID=DBZYY, id=a459bfe8-b853-848e-5408-9ab3f538b844, timestamp=1641269162884}], headers={id=666352ad-26da-5e94-2862-fba35adc8146, timestamp=1641269162893}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=6eaaf70c-9c43-4026-8a3e-6d127347b145, X-Begin-Timestamp=2022-01-04T04:06:02.883+0000, X-TransactionID=DBZYY, id=a459bfe8-b853-848e-5408-9ab3f538b844, timestamp=1641269162884}] 2022-01-04 04:06:22.044  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 04:06:22.044  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 04:06:22.044 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-04T04:06:32.884+0000|ccd12888-84ba-4530-98f5-f9ccd5d0b6e8|Request Id: ccd12888-84ba-4530-98f5-f9ccd5d0b6e8. Transaction Id: VIC1B. Begin TS: 2022-01-04T04:06:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:06:32.884 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: ccd12888-84ba-4530-98f5-f9ccd5d0b6e8. Transaction Id: VIC1B. Begin TS: 2022-01-04T04:06:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:06:32.885+0000|2022-01-04T04:06:32.893+0000|ccd12888-84ba-4530-98f5-f9ccd5d0b6e8|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.70.206|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: ccd12888-84ba-4530-98f5-f9ccd5d0b6e8, Transaction Id: VIC1B, 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-04 04:06:32.893 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: ccd12888-84ba-4530-98f5-f9ccd5d0b6e8, Transaction Id: VIC1B, 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-04 04:06:32.894 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=ccd12888-84ba-4530-98f5-f9ccd5d0b6e8, X-Begin-Timestamp=2022-01-04T04:06:32.883+0000, X-TransactionID=VIC1B, id=43b0e50b-6503-1dab-0708-b08ec1d55b79, timestamp=1641269192884}], headers={id=a4156fa2-c3ae-c4fe-eb18-b6fd043a7546, timestamp=1641269192894}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=ccd12888-84ba-4530-98f5-f9ccd5d0b6e8, X-Begin-Timestamp=2022-01-04T04:06:32.883+0000, X-TransactionID=VIC1B, id=43b0e50b-6503-1dab-0708-b08ec1d55b79, timestamp=1641269192884}] 2022-01-04T04:07:02.884+0000|5176f953-3e96-400f-b81d-0946e8edca06|Request Id: 5176f953-3e96-400f-b81d-0946e8edca06. Transaction Id: 4Q4BJ. Begin TS: 2022-01-04T04:07:02.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:07:02.884 DEBUG 1 --- [ask-scheduler-2] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 5176f953-3e96-400f-b81d-0946e8edca06. Transaction Id: 4Q4BJ. Begin TS: 2022-01-04T04:07:02.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:07:02.885+0000|2022-01-04T04:07:02.893+0000|5176f953-3e96-400f-b81d-0946e8edca06|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.70.206|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 5176f953-3e96-400f-b81d-0946e8edca06, Transaction Id: 4Q4BJ, 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-04 04:07:02.893 ERROR 1 --- [ask-scheduler-2] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 5176f953-3e96-400f-b81d-0946e8edca06, Transaction Id: 4Q4BJ, 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-04 04:07:02.894 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=5176f953-3e96-400f-b81d-0946e8edca06, X-Begin-Timestamp=2022-01-04T04:07:02.884+0000, X-TransactionID=4Q4BJ, id=498a1ebe-3351-ff36-17c9-e878a9fd4534, timestamp=1641269222884}], headers={id=7c9c1eeb-7101-2fa6-6be5-0ee4ac572ae6, timestamp=1641269222894}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=5176f953-3e96-400f-b81d-0946e8edca06, X-Begin-Timestamp=2022-01-04T04:07:02.884+0000, X-TransactionID=4Q4BJ, id=498a1ebe-3351-ff36-17c9-e878a9fd4534, timestamp=1641269222884}] 2022-01-04 04:07:22.045  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 04:07:22.045  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 04:07:22.045 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-04T04:07:32.884+0000|22dfab24-d0ab-432e-9ec0-e93a8474f52b|Request Id: 22dfab24-d0ab-432e-9ec0-e93a8474f52b. Transaction Id: 7AA24. Begin TS: 2022-01-04T04:07:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:07:32.884 DEBUG 1 --- [ask-scheduler-6] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 22dfab24-d0ab-432e-9ec0-e93a8474f52b. Transaction Id: 7AA24. Begin TS: 2022-01-04T04:07:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:07:32.885+0000|2022-01-04T04:07:32.893+0000|22dfab24-d0ab-432e-9ec0-e93a8474f52b|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.70.206|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 22dfab24-d0ab-432e-9ec0-e93a8474f52b, Transaction Id: 7AA24, 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-04 04:07:32.893 ERROR 1 --- [ask-scheduler-6] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 22dfab24-d0ab-432e-9ec0-e93a8474f52b, Transaction Id: 7AA24, 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-04 04:07:32.894 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=22dfab24-d0ab-432e-9ec0-e93a8474f52b, X-Begin-Timestamp=2022-01-04T04:07:32.883+0000, X-TransactionID=7AA24, id=89972969-6aa2-850b-fab7-fdbe800c0bd5, timestamp=1641269252884}], headers={id=6c0c479e-dbcf-79d4-d921-2d7058e510c7, timestamp=1641269252894}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=22dfab24-d0ab-432e-9ec0-e93a8474f52b, X-Begin-Timestamp=2022-01-04T04:07:32.883+0000, X-TransactionID=7AA24, id=89972969-6aa2-850b-fab7-fdbe800c0bd5, timestamp=1641269252884}] 2022-01-04T04:08:02.883+0000|aa842888-e2bb-4985-be1c-7fc21844de00|Request Id: aa842888-e2bb-4985-be1c-7fc21844de00. Transaction Id: OQ18K. Begin TS: 2022-01-04T04:08:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:08:02.883 DEBUG 1 --- [ask-scheduler-2] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: aa842888-e2bb-4985-be1c-7fc21844de00. Transaction Id: OQ18K. Begin TS: 2022-01-04T04:08:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:08:02.885+0000|2022-01-04T04:08:02.893+0000|aa842888-e2bb-4985-be1c-7fc21844de00|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.70.206|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: aa842888-e2bb-4985-be1c-7fc21844de00, Transaction Id: OQ18K, 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-04 04:08:02.893 ERROR 1 --- [ask-scheduler-2] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: aa842888-e2bb-4985-be1c-7fc21844de00, Transaction Id: OQ18K, 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-04 04:08:02.894 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=aa842888-e2bb-4985-be1c-7fc21844de00, X-Begin-Timestamp=2022-01-04T04:08:02.883+0000, X-TransactionID=OQ18K, id=ccb10c36-3871-8bc1-39fe-922aa2d78177, timestamp=1641269282883}], headers={id=28cff831-ce16-0405-b822-69eed3a0caf4, timestamp=1641269282894}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=aa842888-e2bb-4985-be1c-7fc21844de00, X-Begin-Timestamp=2022-01-04T04:08:02.883+0000, X-TransactionID=OQ18K, id=ccb10c36-3871-8bc1-39fe-922aa2d78177, timestamp=1641269282883}] 2022-01-04 04:08:22.044  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 04:08:22.044  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 04:08:22.044 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-04T04:08:32.884+0000|40b57688-2ca3-4f66-a738-e6fd47cc0883|Request Id: 40b57688-2ca3-4f66-a738-e6fd47cc0883. Transaction Id: 7ZZFG. Begin TS: 2022-01-04T04:08:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:08:32.883 DEBUG 1 --- [ask-scheduler-5] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 40b57688-2ca3-4f66-a738-e6fd47cc0883. Transaction Id: 7ZZFG. Begin TS: 2022-01-04T04:08:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:08:32.885+0000|2022-01-04T04:08:32.893+0000|40b57688-2ca3-4f66-a738-e6fd47cc0883|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.70.206|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 40b57688-2ca3-4f66-a738-e6fd47cc0883, Transaction Id: 7ZZFG, 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-04 04:08:32.893 ERROR 1 --- [ask-scheduler-5] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 40b57688-2ca3-4f66-a738-e6fd47cc0883, Transaction Id: 7ZZFG, 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-04 04:08:32.894 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=40b57688-2ca3-4f66-a738-e6fd47cc0883, X-Begin-Timestamp=2022-01-04T04:08:32.883+0000, X-TransactionID=7ZZFG, id=4fa72b26-2b85-7d6e-f390-e22a69da9f51, timestamp=1641269312884}], headers={id=15962848-bd12-bbad-5fad-090a2dca4dfb, timestamp=1641269312894}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=40b57688-2ca3-4f66-a738-e6fd47cc0883, X-Begin-Timestamp=2022-01-04T04:08:32.883+0000, X-TransactionID=7ZZFG, id=4fa72b26-2b85-7d6e-f390-e22a69da9f51, timestamp=1641269312884}] 2022-01-04T04:09:02.884+0000|b46cfe5e-e7d0-459b-a49d-3c5a9ccabdea|Request Id: b46cfe5e-e7d0-459b-a49d-3c5a9ccabdea. Transaction Id: BALTO. Begin TS: 2022-01-04T04:09:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:09:02.883 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: b46cfe5e-e7d0-459b-a49d-3c5a9ccabdea. Transaction Id: BALTO. Begin TS: 2022-01-04T04:09:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:09:02.885+0000|2022-01-04T04:09:02.892+0000|b46cfe5e-e7d0-459b-a49d-3c5a9ccabdea|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.70.206|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: b46cfe5e-e7d0-459b-a49d-3c5a9ccabdea, Transaction Id: BALTO, 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-04 04:09:02.892 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: b46cfe5e-e7d0-459b-a49d-3c5a9ccabdea, Transaction Id: BALTO, 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-04 04:09:02.893 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=b46cfe5e-e7d0-459b-a49d-3c5a9ccabdea, X-Begin-Timestamp=2022-01-04T04:09:02.883+0000, X-TransactionID=BALTO, id=43d59eda-b8bb-08c1-598f-4ae9b972fe7a, timestamp=1641269342884}], headers={id=cf1cc51c-3d10-1df9-7bbe-c9bd39a8317e, timestamp=1641269342893}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=b46cfe5e-e7d0-459b-a49d-3c5a9ccabdea, X-Begin-Timestamp=2022-01-04T04:09:02.883+0000, X-TransactionID=BALTO, id=43d59eda-b8bb-08c1-598f-4ae9b972fe7a, timestamp=1641269342884}] 2022-01-04 04:09:22.044  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 04:09:22.045  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 04:09:22.045 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-04T04:09:32.884+0000|2d5b7499-8270-45ca-901b-01ccc3072c0f|Request Id: 2d5b7499-8270-45ca-901b-01ccc3072c0f. Transaction Id: G5JJG. Begin TS: 2022-01-04T04:09:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:09:32.883 DEBUG 1 --- [ask-scheduler-4] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 2d5b7499-8270-45ca-901b-01ccc3072c0f. Transaction Id: G5JJG. Begin TS: 2022-01-04T04:09:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:09:32.885+0000|2022-01-04T04:09:32.892+0000|2d5b7499-8270-45ca-901b-01ccc3072c0f|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.70.206|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 2d5b7499-8270-45ca-901b-01ccc3072c0f, Transaction Id: G5JJG, 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-04 04:09:32.892 ERROR 1 --- [ask-scheduler-4] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 2d5b7499-8270-45ca-901b-01ccc3072c0f, Transaction Id: G5JJG, 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-04 04:09:32.893 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=2d5b7499-8270-45ca-901b-01ccc3072c0f, X-Begin-Timestamp=2022-01-04T04:09:32.883+0000, X-TransactionID=G5JJG, id=4c92d2e4-b860-a9bc-30f1-d884752d1ba4, timestamp=1641269372884}], headers={id=a3bbd2d6-89cc-9522-8aa0-e09b0e1d57e6, timestamp=1641269372893}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=2d5b7499-8270-45ca-901b-01ccc3072c0f, X-Begin-Timestamp=2022-01-04T04:09:32.883+0000, X-TransactionID=G5JJG, id=4c92d2e4-b860-a9bc-30f1-d884752d1ba4, timestamp=1641269372884}] 2022-01-04T04:10:02.884+0000|e91d7f0f-d9a2-432d-b5e6-497881ecc29e|Request Id: e91d7f0f-d9a2-432d-b5e6-497881ecc29e. Transaction Id: 28UQZ. Begin TS: 2022-01-04T04:10:02.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:10:02.884 DEBUG 1 --- [ask-scheduler-4] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: e91d7f0f-d9a2-432d-b5e6-497881ecc29e. Transaction Id: 28UQZ. Begin TS: 2022-01-04T04:10:02.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:10:02.886+0000|2022-01-04T04:10:02.893+0000|e91d7f0f-d9a2-432d-b5e6-497881ecc29e|UNKNOWN_INSTANCE_ID|task-scheduler-4||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.70.206|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: e91d7f0f-d9a2-432d-b5e6-497881ecc29e, Transaction Id: 28UQZ, 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-04 04:10:02.893 ERROR 1 --- [ask-scheduler-4] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: e91d7f0f-d9a2-432d-b5e6-497881ecc29e, Transaction Id: 28UQZ, 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-04 04:10:02.894 ERROR 1 --- [ask-scheduler-4] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=e91d7f0f-d9a2-432d-b5e6-497881ecc29e, X-Begin-Timestamp=2022-01-04T04:10:02.884+0000, X-TransactionID=28UQZ, id=0369b912-e616-9d39-5285-2e390723a533, timestamp=1641269402884}], headers={id=16ca76c9-ff65-d630-6052-86dd874a5f6f, timestamp=1641269402894}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=e91d7f0f-d9a2-432d-b5e6-497881ecc29e, X-Begin-Timestamp=2022-01-04T04:10:02.884+0000, X-TransactionID=28UQZ, id=0369b912-e616-9d39-5285-2e390723a533, timestamp=1641269402884}] 2022-01-04 04:10:22.045  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 04:10:22.045  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 04:10:22.045 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-04T04:10:32.883+0000|4a9f68c2-0da2-4c8f-9f70-882af6b291b4|Request Id: 4a9f68c2-0da2-4c8f-9f70-882af6b291b4. Transaction Id: WB19G. Begin TS: 2022-01-04T04:10:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:10:32.883 DEBUG 1 --- [ask-scheduler-9] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 4a9f68c2-0da2-4c8f-9f70-882af6b291b4. Transaction Id: WB19G. Begin TS: 2022-01-04T04:10:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:10:32.884+0000|2022-01-04T04:10:32.893+0000|4a9f68c2-0da2-4c8f-9f70-882af6b291b4|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.70.206|9|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 4a9f68c2-0da2-4c8f-9f70-882af6b291b4, Transaction Id: WB19G, 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-04 04:10:32.893 ERROR 1 --- [ask-scheduler-9] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 4a9f68c2-0da2-4c8f-9f70-882af6b291b4, Transaction Id: WB19G, 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-04 04:10:32.894 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=4a9f68c2-0da2-4c8f-9f70-882af6b291b4, X-Begin-Timestamp=2022-01-04T04:10:32.883+0000, X-TransactionID=WB19G, id=74221b68-6250-f9bc-2d40-53a6dc6369f8, timestamp=1641269432884}], headers={id=5cd11ca5-a0dc-0adc-a63d-2eefc346a2da, timestamp=1641269432894}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=4a9f68c2-0da2-4c8f-9f70-882af6b291b4, X-Begin-Timestamp=2022-01-04T04:10:32.883+0000, X-TransactionID=WB19G, id=74221b68-6250-f9bc-2d40-53a6dc6369f8, timestamp=1641269432884}] 2022-01-04T04:11:02.884+0000|5a77916b-83f1-42b8-a991-6e1c272c93df|Request Id: 5a77916b-83f1-42b8-a991-6e1c272c93df. Transaction Id: RG7MM. Begin TS: 2022-01-04T04:11:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:11:02.883 DEBUG 1 --- [ask-scheduler-9] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 5a77916b-83f1-42b8-a991-6e1c272c93df. Transaction Id: RG7MM. Begin TS: 2022-01-04T04:11:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:11:02.885+0000|2022-01-04T04:11:02.893+0000|5a77916b-83f1-42b8-a991-6e1c272c93df|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.70.206|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 5a77916b-83f1-42b8-a991-6e1c272c93df, Transaction Id: RG7MM, 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-04 04:11:02.893 ERROR 1 --- [ask-scheduler-9] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 5a77916b-83f1-42b8-a991-6e1c272c93df, Transaction Id: RG7MM, 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-04 04:11:02.894 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=5a77916b-83f1-42b8-a991-6e1c272c93df, X-Begin-Timestamp=2022-01-04T04:11:02.883+0000, X-TransactionID=RG7MM, id=a1a0ca5d-3157-e832-42da-55c8e674b01e, timestamp=1641269462884}], headers={id=e18e1fb4-9422-0f88-563d-f2dba5e09751, timestamp=1641269462894}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=5a77916b-83f1-42b8-a991-6e1c272c93df, X-Begin-Timestamp=2022-01-04T04:11:02.883+0000, X-TransactionID=RG7MM, id=a1a0ca5d-3157-e832-42da-55c8e674b01e, timestamp=1641269462884}] 2022-01-04 04:11:22.046  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 04:11:22.046  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 04:11:22.046 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-04T04:11:32.884+0000|604eb5ec-93dc-4376-8240-8780073dd748|Request Id: 604eb5ec-93dc-4376-8240-8780073dd748. Transaction Id: TT6DK. Begin TS: 2022-01-04T04:11:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:11:32.883 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 604eb5ec-93dc-4376-8240-8780073dd748. Transaction Id: TT6DK. Begin TS: 2022-01-04T04:11:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:11:32.885+0000|2022-01-04T04:11:32.893+0000|604eb5ec-93dc-4376-8240-8780073dd748|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.70.206|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 604eb5ec-93dc-4376-8240-8780073dd748, Transaction Id: TT6DK, 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-04 04:11:32.893 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 604eb5ec-93dc-4376-8240-8780073dd748, Transaction Id: TT6DK, 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-04 04:11:32.894 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=604eb5ec-93dc-4376-8240-8780073dd748, X-Begin-Timestamp=2022-01-04T04:11:32.883+0000, X-TransactionID=TT6DK, id=fd88cc8e-bae5-4e93-a7be-d06e18dc1e60, timestamp=1641269492884}], headers={id=c4c69f81-a4bc-055d-40f4-e70f5474e48d, timestamp=1641269492894}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=604eb5ec-93dc-4376-8240-8780073dd748, X-Begin-Timestamp=2022-01-04T04:11:32.883+0000, X-TransactionID=TT6DK, id=fd88cc8e-bae5-4e93-a7be-d06e18dc1e60, timestamp=1641269492884}] 2022-01-04T04:12:02.884+0000|d4a7da70-57c3-433d-a728-2d82c97d01fd|Request Id: d4a7da70-57c3-433d-a728-2d82c97d01fd. Transaction Id: CVEHY. Begin TS: 2022-01-04T04:12:02.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:12:02.884 DEBUG 1 --- [sk-scheduler-10] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: d4a7da70-57c3-433d-a728-2d82c97d01fd. Transaction Id: CVEHY. Begin TS: 2022-01-04T04:12:02.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:12:02.886+0000|2022-01-04T04:12:02.892+0000|d4a7da70-57c3-433d-a728-2d82c97d01fd|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.70.206|6|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: d4a7da70-57c3-433d-a728-2d82c97d01fd, Transaction Id: CVEHY, 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-04 04:12:02.892 ERROR 1 --- [sk-scheduler-10] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: d4a7da70-57c3-433d-a728-2d82c97d01fd, Transaction Id: CVEHY, 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-04 04:12:02.893 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=d4a7da70-57c3-433d-a728-2d82c97d01fd, X-Begin-Timestamp=2022-01-04T04:12:02.884+0000, X-TransactionID=CVEHY, id=f1beb832-4a4f-5c7f-8649-ae2deebc6a75, timestamp=1641269522885}], headers={id=57e672b4-bef2-f1b2-8973-5a66bccf7b31, timestamp=1641269522893}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=d4a7da70-57c3-433d-a728-2d82c97d01fd, X-Begin-Timestamp=2022-01-04T04:12:02.884+0000, X-TransactionID=CVEHY, id=f1beb832-4a4f-5c7f-8649-ae2deebc6a75, timestamp=1641269522885}] 2022-01-04 04:12:22.045  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 04:12:22.045  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 04:12:22.046 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-04T04:12:32.884+0000|e772f0aa-4b99-426f-8a00-cb926fe028dd|Request Id: e772f0aa-4b99-426f-8a00-cb926fe028dd. Transaction Id: V2028. Begin TS: 2022-01-04T04:12:32.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:12:32.884 DEBUG 1 --- [ask-scheduler-6] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: e772f0aa-4b99-426f-8a00-cb926fe028dd. Transaction Id: V2028. Begin TS: 2022-01-04T04:12:32.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:12:32.886+0000|2022-01-04T04:12:32.893+0000|e772f0aa-4b99-426f-8a00-cb926fe028dd|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.70.206|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: e772f0aa-4b99-426f-8a00-cb926fe028dd, Transaction Id: V2028, 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-04 04:12:32.893 ERROR 1 --- [ask-scheduler-6] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: e772f0aa-4b99-426f-8a00-cb926fe028dd, Transaction Id: V2028, 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-04 04:12:32.894 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=e772f0aa-4b99-426f-8a00-cb926fe028dd, X-Begin-Timestamp=2022-01-04T04:12:32.884+0000, X-TransactionID=V2028, id=5aaee0a3-9138-c774-9c56-c6d1e28478a9, timestamp=1641269552885}], headers={id=a176537b-7590-3737-2731-225e0c278c55, timestamp=1641269552894}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=e772f0aa-4b99-426f-8a00-cb926fe028dd, X-Begin-Timestamp=2022-01-04T04:12:32.884+0000, X-TransactionID=V2028, id=5aaee0a3-9138-c774-9c56-c6d1e28478a9, timestamp=1641269552885}] 2022-01-04T04:13:02.883+0000|1eea589b-cee9-4c65-a674-f53d3b4b1b28|Request Id: 1eea589b-cee9-4c65-a674-f53d3b4b1b28. Transaction Id: CQQUI. Begin TS: 2022-01-04T04:13:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:13:02.883 DEBUG 1 --- [ask-scheduler-3] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 1eea589b-cee9-4c65-a674-f53d3b4b1b28. Transaction Id: CQQUI. Begin TS: 2022-01-04T04:13:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:13:02.885+0000|2022-01-04T04:13:02.893+0000|1eea589b-cee9-4c65-a674-f53d3b4b1b28|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.70.206|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 1eea589b-cee9-4c65-a674-f53d3b4b1b28, Transaction Id: CQQUI, 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-04 04:13:02.893 ERROR 1 --- [ask-scheduler-3] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 1eea589b-cee9-4c65-a674-f53d3b4b1b28, Transaction Id: CQQUI, 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-04 04:13:02.894 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=1eea589b-cee9-4c65-a674-f53d3b4b1b28, X-Begin-Timestamp=2022-01-04T04:13:02.883+0000, X-TransactionID=CQQUI, id=096604b7-23e0-b849-bb1f-2f5df8a7b00d, timestamp=1641269582884}], headers={id=dc5ebda2-7f35-226d-664e-959b371923bb, timestamp=1641269582894}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=1eea589b-cee9-4c65-a674-f53d3b4b1b28, X-Begin-Timestamp=2022-01-04T04:13:02.883+0000, X-TransactionID=CQQUI, id=096604b7-23e0-b849-bb1f-2f5df8a7b00d, timestamp=1641269582884}] 2022-01-04 04:13:22.044  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 04:13:22.045  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 04:13:22.045 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-04T04:13:32.884+0000|f447a5c5-e798-422e-9000-4131fd805737|Request Id: f447a5c5-e798-422e-9000-4131fd805737. Transaction Id: 9POLM. Begin TS: 2022-01-04T04:13:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:13:32.883 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: f447a5c5-e798-422e-9000-4131fd805737. Transaction Id: 9POLM. Begin TS: 2022-01-04T04:13:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:13:32.885+0000|2022-01-04T04:13:32.896+0000|f447a5c5-e798-422e-9000-4131fd805737|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.70.206|11|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: f447a5c5-e798-422e-9000-4131fd805737, Transaction Id: 9POLM, 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-04 04:13:32.896 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: f447a5c5-e798-422e-9000-4131fd805737, Transaction Id: 9POLM, 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-04 04:13:32.897 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=f447a5c5-e798-422e-9000-4131fd805737, X-Begin-Timestamp=2022-01-04T04:13:32.883+0000, X-TransactionID=9POLM, id=4282a0d9-f9f6-a842-486b-5b70336da037, timestamp=1641269612884}], headers={id=f7f61f50-3536-d66c-662e-ca9473c4beb4, timestamp=1641269612897}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=f447a5c5-e798-422e-9000-4131fd805737, X-Begin-Timestamp=2022-01-04T04:13:32.883+0000, X-TransactionID=9POLM, id=4282a0d9-f9f6-a842-486b-5b70336da037, timestamp=1641269612884}] 2022-01-04T04:14:02.883+0000|e1d9ead5-52be-473e-86c5-a475f97d358e|Request Id: e1d9ead5-52be-473e-86c5-a475f97d358e. Transaction Id: RZLEM. Begin TS: 2022-01-04T04:14:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:14:02.883 DEBUG 1 --- [ask-scheduler-6] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: e1d9ead5-52be-473e-86c5-a475f97d358e. Transaction Id: RZLEM. Begin TS: 2022-01-04T04:14:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:14:02.884+0000|2022-01-04T04:14:02.892+0000|e1d9ead5-52be-473e-86c5-a475f97d358e|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.70.206|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: e1d9ead5-52be-473e-86c5-a475f97d358e, Transaction Id: RZLEM, 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-04 04:14:02.892 ERROR 1 --- [ask-scheduler-6] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: e1d9ead5-52be-473e-86c5-a475f97d358e, Transaction Id: RZLEM, 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-04 04:14:02.893 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=e1d9ead5-52be-473e-86c5-a475f97d358e, X-Begin-Timestamp=2022-01-04T04:14:02.883+0000, X-TransactionID=RZLEM, id=3de71ec3-ed08-ac39-bd0a-60ce1dcb37a0, timestamp=1641269642884}], headers={id=14ea4f69-160c-4d0e-9a5c-2662bcea3cd4, timestamp=1641269642893}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=e1d9ead5-52be-473e-86c5-a475f97d358e, X-Begin-Timestamp=2022-01-04T04:14:02.883+0000, X-TransactionID=RZLEM, id=3de71ec3-ed08-ac39-bd0a-60ce1dcb37a0, timestamp=1641269642884}] 2022-01-04 04:14:22.045  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 04:14:22.045  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 04:14:22.045 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-04T04:14:32.884+0000|a38bf1de-de64-4bae-b129-d4de8e4d84b1|Request Id: a38bf1de-de64-4bae-b129-d4de8e4d84b1. Transaction Id: RGPTT. Begin TS: 2022-01-04T04:14:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:14:32.883 DEBUG 1 --- [sk-scheduler-10] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: a38bf1de-de64-4bae-b129-d4de8e4d84b1. Transaction Id: RGPTT. Begin TS: 2022-01-04T04:14:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:14:32.885+0000|2022-01-04T04:14:32.892+0000|a38bf1de-de64-4bae-b129-d4de8e4d84b1|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.70.206|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: a38bf1de-de64-4bae-b129-d4de8e4d84b1, Transaction Id: RGPTT, 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-04 04:14:32.892 ERROR 1 --- [sk-scheduler-10] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: a38bf1de-de64-4bae-b129-d4de8e4d84b1, Transaction Id: RGPTT, 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-04 04:14:32.893 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=a38bf1de-de64-4bae-b129-d4de8e4d84b1, X-Begin-Timestamp=2022-01-04T04:14:32.883+0000, X-TransactionID=RGPTT, id=a94b7404-4175-f6fc-28a9-fa5b435436b5, timestamp=1641269672884}], headers={id=0be962e2-4456-3f00-4ac3-73325226daa4, timestamp=1641269672893}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=a38bf1de-de64-4bae-b129-d4de8e4d84b1, X-Begin-Timestamp=2022-01-04T04:14:32.883+0000, X-TransactionID=RGPTT, id=a94b7404-4175-f6fc-28a9-fa5b435436b5, timestamp=1641269672884}] 2022-01-04T04:15:02.884+0000|a1eb65b9-df6f-48fe-b5db-76197ef5fbe2|Request Id: a1eb65b9-df6f-48fe-b5db-76197ef5fbe2. Transaction Id: YPIWU. Begin TS: 2022-01-04T04:15:02.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:15:02.884 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: a1eb65b9-df6f-48fe-b5db-76197ef5fbe2. Transaction Id: YPIWU. Begin TS: 2022-01-04T04:15:02.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:15:02.886+0000|2022-01-04T04:15:02.893+0000|a1eb65b9-df6f-48fe-b5db-76197ef5fbe2|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.70.206|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: a1eb65b9-df6f-48fe-b5db-76197ef5fbe2, Transaction Id: YPIWU, 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-04 04:15:02.893 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: a1eb65b9-df6f-48fe-b5db-76197ef5fbe2, Transaction Id: YPIWU, 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-04 04:15:02.894 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=a1eb65b9-df6f-48fe-b5db-76197ef5fbe2, X-Begin-Timestamp=2022-01-04T04:15:02.884+0000, X-TransactionID=YPIWU, id=2493f4e8-19f7-9540-aae9-3392b733996d, timestamp=1641269702884}], headers={id=e62c5f87-056a-1ea5-1232-f6ce362e333d, timestamp=1641269702894}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=a1eb65b9-df6f-48fe-b5db-76197ef5fbe2, X-Begin-Timestamp=2022-01-04T04:15:02.884+0000, X-TransactionID=YPIWU, id=2493f4e8-19f7-9540-aae9-3392b733996d, timestamp=1641269702884}] 2022-01-04 04:15:22.045  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 04:15:22.045  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 04:15:22.045 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-04T04:15:32.884+0000|7b958b27-6e2c-4967-8e43-62b2efb12b6e|Request Id: 7b958b27-6e2c-4967-8e43-62b2efb12b6e. Transaction Id: 87GQE. Begin TS: 2022-01-04T04:15:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:15:32.884 DEBUG 1 --- [ask-scheduler-6] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 7b958b27-6e2c-4967-8e43-62b2efb12b6e. Transaction Id: 87GQE. Begin TS: 2022-01-04T04:15:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:15:32.885+0000|2022-01-04T04:15:32.892+0000|7b958b27-6e2c-4967-8e43-62b2efb12b6e|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.70.206|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 7b958b27-6e2c-4967-8e43-62b2efb12b6e, Transaction Id: 87GQE, 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-04 04:15:32.892 ERROR 1 --- [ask-scheduler-6] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 7b958b27-6e2c-4967-8e43-62b2efb12b6e, Transaction Id: 87GQE, 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-04 04:15:32.893 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=7b958b27-6e2c-4967-8e43-62b2efb12b6e, X-Begin-Timestamp=2022-01-04T04:15:32.883+0000, X-TransactionID=87GQE, id=c4f867ea-fcbd-a33d-fad5-b6de8d391cba, timestamp=1641269732884}], headers={id=63c9685a-4373-7ff2-6134-3bf1b22a7a41, timestamp=1641269732893}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=7b958b27-6e2c-4967-8e43-62b2efb12b6e, X-Begin-Timestamp=2022-01-04T04:15:32.883+0000, X-TransactionID=87GQE, id=c4f867ea-fcbd-a33d-fad5-b6de8d391cba, timestamp=1641269732884}] 2022-01-04T04:16:02.884+0000|423dc4f2-3d1f-4736-81ce-9fbb10a532bc|Request Id: 423dc4f2-3d1f-4736-81ce-9fbb10a532bc. Transaction Id: VWAXJ. Begin TS: 2022-01-04T04:16:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:16:02.884 DEBUG 1 --- [ask-scheduler-6] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 423dc4f2-3d1f-4736-81ce-9fbb10a532bc. Transaction Id: VWAXJ. Begin TS: 2022-01-04T04:16:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:16:02.885+0000|2022-01-04T04:16:02.892+0000|423dc4f2-3d1f-4736-81ce-9fbb10a532bc|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.70.206|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 423dc4f2-3d1f-4736-81ce-9fbb10a532bc, Transaction Id: VWAXJ, 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-04 04:16:02.892 ERROR 1 --- [ask-scheduler-6] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 423dc4f2-3d1f-4736-81ce-9fbb10a532bc, Transaction Id: VWAXJ, 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-04 04:16:02.893 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=423dc4f2-3d1f-4736-81ce-9fbb10a532bc, X-Begin-Timestamp=2022-01-04T04:16:02.883+0000, X-TransactionID=VWAXJ, id=9109ab71-5716-715f-e09c-37d55ef71f7b, timestamp=1641269762884}], headers={id=75cf564a-0d25-9af9-fb37-9ee9ce195202, timestamp=1641269762893}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=423dc4f2-3d1f-4736-81ce-9fbb10a532bc, X-Begin-Timestamp=2022-01-04T04:16:02.883+0000, X-TransactionID=VWAXJ, id=9109ab71-5716-715f-e09c-37d55ef71f7b, timestamp=1641269762884}] 2022-01-04 04:16:22.045  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 04:16:22.045  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 04:16:22.045 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-04T04:16:32.884+0000|1827505c-130d-408a-b395-dcfe3d5c48ea|Request Id: 1827505c-130d-408a-b395-dcfe3d5c48ea. Transaction Id: JSQCU. Begin TS: 2022-01-04T04:16:32.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:16:32.884 DEBUG 1 --- [ask-scheduler-4] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 1827505c-130d-408a-b395-dcfe3d5c48ea. Transaction Id: JSQCU. Begin TS: 2022-01-04T04:16:32.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:16:32.885+0000|2022-01-04T04:16:32.893+0000|1827505c-130d-408a-b395-dcfe3d5c48ea|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.70.206|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 1827505c-130d-408a-b395-dcfe3d5c48ea, Transaction Id: JSQCU, 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-04 04:16:32.893 ERROR 1 --- [ask-scheduler-4] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 1827505c-130d-408a-b395-dcfe3d5c48ea, Transaction Id: JSQCU, 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-04 04:16:32.894 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=1827505c-130d-408a-b395-dcfe3d5c48ea, X-Begin-Timestamp=2022-01-04T04:16:32.884+0000, X-TransactionID=JSQCU, id=086f63bc-faa1-702d-baa0-8366c8ec86bd, timestamp=1641269792884}], headers={id=c33fdad8-14fa-bc31-7803-bb3adb4302c1, timestamp=1641269792894}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=1827505c-130d-408a-b395-dcfe3d5c48ea, X-Begin-Timestamp=2022-01-04T04:16:32.884+0000, X-TransactionID=JSQCU, id=086f63bc-faa1-702d-baa0-8366c8ec86bd, timestamp=1641269792884}] 2022-01-04T04:17:02.884+0000|9f2eb2fe-37ba-4395-a790-ed14ad6fa4c6|Request Id: 9f2eb2fe-37ba-4395-a790-ed14ad6fa4c6. Transaction Id: PBSTI. Begin TS: 2022-01-04T04:17:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:17:02.883 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 9f2eb2fe-37ba-4395-a790-ed14ad6fa4c6. Transaction Id: PBSTI. Begin TS: 2022-01-04T04:17:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:17:02.885+0000|2022-01-04T04:17:02.892+0000|9f2eb2fe-37ba-4395-a790-ed14ad6fa4c6|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.70.206|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 9f2eb2fe-37ba-4395-a790-ed14ad6fa4c6, Transaction Id: PBSTI, 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-04 04:17:02.892 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 9f2eb2fe-37ba-4395-a790-ed14ad6fa4c6, Transaction Id: PBSTI, 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-04 04:17:02.893 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=9f2eb2fe-37ba-4395-a790-ed14ad6fa4c6, X-Begin-Timestamp=2022-01-04T04:17:02.883+0000, X-TransactionID=PBSTI, id=9a899387-9920-def6-fad5-148bebc35be0, timestamp=1641269822884}], headers={id=28cda042-2f05-d917-c27c-485becbff3c5, timestamp=1641269822893}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=9f2eb2fe-37ba-4395-a790-ed14ad6fa4c6, X-Begin-Timestamp=2022-01-04T04:17:02.883+0000, X-TransactionID=PBSTI, id=9a899387-9920-def6-fad5-148bebc35be0, timestamp=1641269822884}] 2022-01-04 04:17:22.044  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 04:17:22.044  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 04:17:22.045 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-04T04:17:32.884+0000|1e3953c2-af8a-435b-927f-41c64334cc49|Request Id: 1e3953c2-af8a-435b-927f-41c64334cc49. Transaction Id: GMLEQ. Begin TS: 2022-01-04T04:17:32.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:17:32.884 DEBUG 1 --- [ask-scheduler-3] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 1e3953c2-af8a-435b-927f-41c64334cc49. Transaction Id: GMLEQ. Begin TS: 2022-01-04T04:17:32.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:17:32.885+0000|2022-01-04T04:17:32.892+0000|1e3953c2-af8a-435b-927f-41c64334cc49|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.70.206|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 1e3953c2-af8a-435b-927f-41c64334cc49, Transaction Id: GMLEQ, 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-04 04:17:32.892 ERROR 1 --- [ask-scheduler-3] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 1e3953c2-af8a-435b-927f-41c64334cc49, Transaction Id: GMLEQ, 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-04 04:17:32.893 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=1e3953c2-af8a-435b-927f-41c64334cc49, X-Begin-Timestamp=2022-01-04T04:17:32.884+0000, X-TransactionID=GMLEQ, id=2adb168e-4cc8-66a3-a571-42f0ed9d52ed, timestamp=1641269852884}], headers={id=316f1ddf-d751-8738-9bbf-15c55808abe2, timestamp=1641269852893}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=1e3953c2-af8a-435b-927f-41c64334cc49, X-Begin-Timestamp=2022-01-04T04:17:32.884+0000, X-TransactionID=GMLEQ, id=2adb168e-4cc8-66a3-a571-42f0ed9d52ed, timestamp=1641269852884}] 2022-01-04T04:18:02.884+0000|919afaa3-57ea-41fa-b54b-d44917aee3ac|Request Id: 919afaa3-57ea-41fa-b54b-d44917aee3ac. Transaction Id: PLZIU. Begin TS: 2022-01-04T04:18:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:18:02.884 DEBUG 1 --- [ask-scheduler-7] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 919afaa3-57ea-41fa-b54b-d44917aee3ac. Transaction Id: PLZIU. Begin TS: 2022-01-04T04:18:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:18:02.885+0000|2022-01-04T04:18:02.893+0000|919afaa3-57ea-41fa-b54b-d44917aee3ac|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.70.206|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 919afaa3-57ea-41fa-b54b-d44917aee3ac, Transaction Id: PLZIU, 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-04 04:18:02.893 ERROR 1 --- [ask-scheduler-7] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 919afaa3-57ea-41fa-b54b-d44917aee3ac, Transaction Id: PLZIU, 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-04 04:18:02.894 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=919afaa3-57ea-41fa-b54b-d44917aee3ac, X-Begin-Timestamp=2022-01-04T04:18:02.883+0000, X-TransactionID=PLZIU, id=93415101-0f2e-5472-d5e7-6840776f77de, timestamp=1641269882884}], headers={id=a2c4e0b8-abd4-2944-1584-23d53a9faf2c, timestamp=1641269882894}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=919afaa3-57ea-41fa-b54b-d44917aee3ac, X-Begin-Timestamp=2022-01-04T04:18:02.883+0000, X-TransactionID=PLZIU, id=93415101-0f2e-5472-d5e7-6840776f77de, timestamp=1641269882884}] 2022-01-04 04:18:22.044  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 04:18:22.045  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 04:18:22.045 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-04T04:18:32.884+0000|4796414b-be00-466f-a73d-0e03fa5d56ce|Request Id: 4796414b-be00-466f-a73d-0e03fa5d56ce. Transaction Id: DHI5G. Begin TS: 2022-01-04T04:18:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:18:32.883 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 4796414b-be00-466f-a73d-0e03fa5d56ce. Transaction Id: DHI5G. Begin TS: 2022-01-04T04:18:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:18:32.885+0000|2022-01-04T04:18:32.892+0000|4796414b-be00-466f-a73d-0e03fa5d56ce|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.70.206|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 4796414b-be00-466f-a73d-0e03fa5d56ce, Transaction Id: DHI5G, 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-04 04:18:32.892 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 4796414b-be00-466f-a73d-0e03fa5d56ce, Transaction Id: DHI5G, 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-04 04:18:32.893 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=4796414b-be00-466f-a73d-0e03fa5d56ce, X-Begin-Timestamp=2022-01-04T04:18:32.883+0000, X-TransactionID=DHI5G, id=20019be1-43be-fb5f-393a-a38f376d9bc3, timestamp=1641269912884}], headers={id=f145abd2-eeeb-095f-17d5-13c6f1c2133b, timestamp=1641269912893}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=4796414b-be00-466f-a73d-0e03fa5d56ce, X-Begin-Timestamp=2022-01-04T04:18:32.883+0000, X-TransactionID=DHI5G, id=20019be1-43be-fb5f-393a-a38f376d9bc3, timestamp=1641269912884}] 2022-01-04T04:19:02.884+0000|25c2ef2a-d53d-493a-b084-d69bf4071dff|Request Id: 25c2ef2a-d53d-493a-b084-d69bf4071dff. Transaction Id: BDMVW. Begin TS: 2022-01-04T04:19:02.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:19:02.884 DEBUG 1 --- [ask-scheduler-4] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 25c2ef2a-d53d-493a-b084-d69bf4071dff. Transaction Id: BDMVW. Begin TS: 2022-01-04T04:19:02.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:19:02.885+0000|2022-01-04T04:19:02.892+0000|25c2ef2a-d53d-493a-b084-d69bf4071dff|UNKNOWN_INSTANCE_ID|task-scheduler-4||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.70.206|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 25c2ef2a-d53d-493a-b084-d69bf4071dff, Transaction Id: BDMVW, 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-04 04:19:02.892 ERROR 1 --- [ask-scheduler-4] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 25c2ef2a-d53d-493a-b084-d69bf4071dff, Transaction Id: BDMVW, 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-04 04:19:02.893 ERROR 1 --- [ask-scheduler-4] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=25c2ef2a-d53d-493a-b084-d69bf4071dff, X-Begin-Timestamp=2022-01-04T04:19:02.884+0000, X-TransactionID=BDMVW, id=129f3383-2bc5-745f-9096-ef4f5c8853ba, timestamp=1641269942884}], headers={id=ca47a328-0470-9679-df16-6a3ba0328ef4, timestamp=1641269942893}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=25c2ef2a-d53d-493a-b084-d69bf4071dff, X-Begin-Timestamp=2022-01-04T04:19:02.884+0000, X-TransactionID=BDMVW, id=129f3383-2bc5-745f-9096-ef4f5c8853ba, timestamp=1641269942884}] 2022-01-04 04:19:22.044  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 04:19:22.044  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 04:19:22.044 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-04T04:19:32.883+0000|e499b7e1-fd12-40a6-bddf-88a551fb6036|Request Id: e499b7e1-fd12-40a6-bddf-88a551fb6036. Transaction Id: IXMWK. Begin TS: 2022-01-04T04:19:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:19:32.883 DEBUG 1 --- [ask-scheduler-4] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: e499b7e1-fd12-40a6-bddf-88a551fb6036. Transaction Id: IXMWK. Begin TS: 2022-01-04T04:19:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:19:32.884+0000|2022-01-04T04:19:32.892+0000|e499b7e1-fd12-40a6-bddf-88a551fb6036|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.70.206|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: e499b7e1-fd12-40a6-bddf-88a551fb6036, Transaction Id: IXMWK, 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-04 04:19:32.892 ERROR 1 --- [ask-scheduler-4] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: e499b7e1-fd12-40a6-bddf-88a551fb6036, Transaction Id: IXMWK, 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-04 04:19:32.893 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=e499b7e1-fd12-40a6-bddf-88a551fb6036, X-Begin-Timestamp=2022-01-04T04:19:32.883+0000, X-TransactionID=IXMWK, id=1e8cc59b-7007-d794-3245-d9f01dfb9973, timestamp=1641269972883}], headers={id=89cd5840-f953-231f-7b5d-5569af025808, timestamp=1641269972893}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=e499b7e1-fd12-40a6-bddf-88a551fb6036, X-Begin-Timestamp=2022-01-04T04:19:32.883+0000, X-TransactionID=IXMWK, id=1e8cc59b-7007-d794-3245-d9f01dfb9973, timestamp=1641269972883}] 2022-01-04T04:20:02.883+0000|ad8d379d-7659-489e-9379-f7b8d1bd208b|Request Id: ad8d379d-7659-489e-9379-f7b8d1bd208b. Transaction Id: C5N8F. Begin TS: 2022-01-04T04:20:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:20:02.883 DEBUG 1 --- [sk-scheduler-10] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: ad8d379d-7659-489e-9379-f7b8d1bd208b. Transaction Id: C5N8F. Begin TS: 2022-01-04T04:20:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:20:02.885+0000|2022-01-04T04:20:02.891+0000|ad8d379d-7659-489e-9379-f7b8d1bd208b|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.70.206|6|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: ad8d379d-7659-489e-9379-f7b8d1bd208b, Transaction Id: C5N8F, 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-04 04:20:02.891 ERROR 1 --- [sk-scheduler-10] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: ad8d379d-7659-489e-9379-f7b8d1bd208b, Transaction Id: C5N8F, 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-04 04:20:02.892 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=ad8d379d-7659-489e-9379-f7b8d1bd208b, X-Begin-Timestamp=2022-01-04T04:20:02.883+0000, X-TransactionID=C5N8F, id=ec9ec4eb-9eea-8342-87e7-01f832e56492, timestamp=1641270002884}], headers={id=c32b8105-f9d5-ccd3-4e13-ffe148814080, timestamp=1641270002892}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=ad8d379d-7659-489e-9379-f7b8d1bd208b, X-Begin-Timestamp=2022-01-04T04:20:02.883+0000, X-TransactionID=C5N8F, id=ec9ec4eb-9eea-8342-87e7-01f832e56492, timestamp=1641270002884}] 2022-01-04 04:20:22.045  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 04:20:22.045  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 04:20:22.045 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-04T04:20:32.884+0000|63ea134f-276a-4307-9a59-63fbec2c79b0|Request Id: 63ea134f-276a-4307-9a59-63fbec2c79b0. Transaction Id: 7QCGR. Begin TS: 2022-01-04T04:20:32.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:20:32.884 DEBUG 1 --- [sk-scheduler-10] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 63ea134f-276a-4307-9a59-63fbec2c79b0. Transaction Id: 7QCGR. Begin TS: 2022-01-04T04:20:32.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:20:32.886+0000|2022-01-04T04:20:32.893+0000|63ea134f-276a-4307-9a59-63fbec2c79b0|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.70.206|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 63ea134f-276a-4307-9a59-63fbec2c79b0, Transaction Id: 7QCGR, 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-04 04:20:32.893 ERROR 1 --- [sk-scheduler-10] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 63ea134f-276a-4307-9a59-63fbec2c79b0, Transaction Id: 7QCGR, 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-04 04:20:32.894 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=63ea134f-276a-4307-9a59-63fbec2c79b0, X-Begin-Timestamp=2022-01-04T04:20:32.884+0000, X-TransactionID=7QCGR, id=995e31f6-a42d-3c2a-8d06-24f159f8c386, timestamp=1641270032884}], headers={id=bd7a94c4-d93f-60cc-92ef-9776db2aa976, timestamp=1641270032894}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=63ea134f-276a-4307-9a59-63fbec2c79b0, X-Begin-Timestamp=2022-01-04T04:20:32.884+0000, X-TransactionID=7QCGR, id=995e31f6-a42d-3c2a-8d06-24f159f8c386, timestamp=1641270032884}] 2022-01-04T04:21:02.883+0000|99992298-3332-4d49-82d0-1ccc84cec7be|Request Id: 99992298-3332-4d49-82d0-1ccc84cec7be. Transaction Id: R8LPB. Begin TS: 2022-01-04T04:21:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:21:02.883 DEBUG 1 --- [ask-scheduler-4] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 99992298-3332-4d49-82d0-1ccc84cec7be. Transaction Id: R8LPB. Begin TS: 2022-01-04T04:21:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:21:02.885+0000|2022-01-04T04:21:02.893+0000|99992298-3332-4d49-82d0-1ccc84cec7be|UNKNOWN_INSTANCE_ID|task-scheduler-4||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.70.206|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 99992298-3332-4d49-82d0-1ccc84cec7be, Transaction Id: R8LPB, 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-04 04:21:02.893 ERROR 1 --- [ask-scheduler-4] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 99992298-3332-4d49-82d0-1ccc84cec7be, Transaction Id: R8LPB, 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-04 04:21:02.894 ERROR 1 --- [ask-scheduler-4] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=99992298-3332-4d49-82d0-1ccc84cec7be, X-Begin-Timestamp=2022-01-04T04:21:02.883+0000, X-TransactionID=R8LPB, id=361d8b40-5831-04b9-56f1-680dd33457a9, timestamp=1641270062884}], headers={id=f3d8b64f-8d37-6c85-d03c-9d679aae5bdf, timestamp=1641270062894}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=99992298-3332-4d49-82d0-1ccc84cec7be, X-Begin-Timestamp=2022-01-04T04:21:02.883+0000, X-TransactionID=R8LPB, id=361d8b40-5831-04b9-56f1-680dd33457a9, timestamp=1641270062884}] 2022-01-04 04:21:22.045  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 04:21:22.045  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 04:21:22.045 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-04T04:21:32.884+0000|e50f63ec-c9c4-4f43-834a-c19d897ebfde|Request Id: e50f63ec-c9c4-4f43-834a-c19d897ebfde. Transaction Id: EKLPN. Begin TS: 2022-01-04T04:21:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:21:32.884 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: e50f63ec-c9c4-4f43-834a-c19d897ebfde. Transaction Id: EKLPN. Begin TS: 2022-01-04T04:21:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:21:32.885+0000|2022-01-04T04:21:32.893+0000|e50f63ec-c9c4-4f43-834a-c19d897ebfde|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.70.206|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: e50f63ec-c9c4-4f43-834a-c19d897ebfde, Transaction Id: EKLPN, 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-04 04:21:32.893 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: e50f63ec-c9c4-4f43-834a-c19d897ebfde, Transaction Id: EKLPN, 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-04 04:21:32.894 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=e50f63ec-c9c4-4f43-834a-c19d897ebfde, X-Begin-Timestamp=2022-01-04T04:21:32.883+0000, X-TransactionID=EKLPN, id=46e2fa43-f1d0-1873-87eb-2babe4b53043, timestamp=1641270092884}], headers={id=937d97bd-b09f-da80-696f-1055fe026c7e, timestamp=1641270092894}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=e50f63ec-c9c4-4f43-834a-c19d897ebfde, X-Begin-Timestamp=2022-01-04T04:21:32.883+0000, X-TransactionID=EKLPN, id=46e2fa43-f1d0-1873-87eb-2babe4b53043, timestamp=1641270092884}] 2022-01-04T04:22:02.884+0000|7a5d5f55-0e8d-4236-b1b8-72406ad67211|Request Id: 7a5d5f55-0e8d-4236-b1b8-72406ad67211. Transaction Id: TDKDF. Begin TS: 2022-01-04T04:22:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:22:02.883 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 7a5d5f55-0e8d-4236-b1b8-72406ad67211. Transaction Id: TDKDF. Begin TS: 2022-01-04T04:22:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:22:02.885+0000|2022-01-04T04:22:02.892+0000|7a5d5f55-0e8d-4236-b1b8-72406ad67211|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.70.206|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 7a5d5f55-0e8d-4236-b1b8-72406ad67211, Transaction Id: TDKDF, 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-04 04:22:02.892 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 7a5d5f55-0e8d-4236-b1b8-72406ad67211, Transaction Id: TDKDF, 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-04 04:22:02.894 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=7a5d5f55-0e8d-4236-b1b8-72406ad67211, X-Begin-Timestamp=2022-01-04T04:22:02.883+0000, X-TransactionID=TDKDF, id=44250190-8bca-76bb-dbab-8448568e73de, timestamp=1641270122884}], headers={id=ff9a2fbd-ff07-b63b-110c-9bfc408a989c, timestamp=1641270122893}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=7a5d5f55-0e8d-4236-b1b8-72406ad67211, X-Begin-Timestamp=2022-01-04T04:22:02.883+0000, X-TransactionID=TDKDF, id=44250190-8bca-76bb-dbab-8448568e73de, timestamp=1641270122884}] 2022-01-04 04:22:22.044  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 04:22:22.044  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 04:22:22.044 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-04T04:22:32.883+0000|9e110236-16d0-4472-88f4-9ae737bb84b2|Request Id: 9e110236-16d0-4472-88f4-9ae737bb84b2. Transaction Id: GIWSR. Begin TS: 2022-01-04T04:22:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:22:32.883 DEBUG 1 --- [ask-scheduler-4] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 9e110236-16d0-4472-88f4-9ae737bb84b2. Transaction Id: GIWSR. Begin TS: 2022-01-04T04:22:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:22:32.885+0000|2022-01-04T04:22:32.891+0000|9e110236-16d0-4472-88f4-9ae737bb84b2|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.70.206|6|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 9e110236-16d0-4472-88f4-9ae737bb84b2, Transaction Id: GIWSR, 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-04 04:22:32.892 ERROR 1 --- [ask-scheduler-4] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 9e110236-16d0-4472-88f4-9ae737bb84b2, Transaction Id: GIWSR, 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-04 04:22:32.892 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=9e110236-16d0-4472-88f4-9ae737bb84b2, X-Begin-Timestamp=2022-01-04T04:22:32.883+0000, X-TransactionID=GIWSR, id=1b58309e-a6b7-b640-9e2a-3394f6b441b4, timestamp=1641270152884}], headers={id=4f118b2c-dead-fc3f-4ede-d8d8e146dac4, timestamp=1641270152892}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=9e110236-16d0-4472-88f4-9ae737bb84b2, X-Begin-Timestamp=2022-01-04T04:22:32.883+0000, X-TransactionID=GIWSR, id=1b58309e-a6b7-b640-9e2a-3394f6b441b4, timestamp=1641270152884}] 2022-01-04T04:23:02.883+0000|65e0fa84-d256-40f9-8897-477887f770da|Request Id: 65e0fa84-d256-40f9-8897-477887f770da. Transaction Id: MHFUR. Begin TS: 2022-01-04T04:23:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:23:02.883 DEBUG 1 --- [ask-scheduler-4] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 65e0fa84-d256-40f9-8897-477887f770da. Transaction Id: MHFUR. Begin TS: 2022-01-04T04:23:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:23:02.884+0000|2022-01-04T04:23:02.891+0000|65e0fa84-d256-40f9-8897-477887f770da|UNKNOWN_INSTANCE_ID|task-scheduler-4||dcae-tcagen2||DMAAP_MR_SUBSCRIBER|GET-/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1|ERROR|300|Not Found||ERROR|2|10.233.70.206|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 65e0fa84-d256-40f9-8897-477887f770da, Transaction Id: MHFUR, 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-04 04:23:02.891 ERROR 1 --- [ask-scheduler-4] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 65e0fa84-d256-40f9-8897-477887f770da, Transaction Id: MHFUR, 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-04 04:23:02.892 ERROR 1 --- [ask-scheduler-4] o.s.integration.handler.LoggingHandler  : ErrorMessage [payload=org.springframework.messaging.MessageHandlingException: HTTP request execution failed for URI [http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000] in the [bean 'mrSubscriberFlow.http:outbound-gateway#0' for component 'mrSubscriberFlow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'; defined in: 'org.onap.dcae.analytics.web.config.DmaapMrConfig'; from source: 'bean method mrSubscriberFlow']; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [{"mrstatus":3001,"helpURL":"http://onap.readthedocs.io","message":"No such topic exists.-[unauthenticated.VES_MEASUREMENT_OUTPUT]","status":404}], failedMessage=GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=65e0fa84-d256-40f9-8897-477887f770da, X-Begin-Timestamp=2022-01-04T04:23:02.883+0000, X-TransactionID=MHFUR, id=ac41be7d-a895-3f0f-33c0-c6691601cb4c, timestamp=1641270182883}], headers={id=cdf0047c-d10c-a310-fd7e-4222222017db, timestamp=1641270182892}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=65e0fa84-d256-40f9-8897-477887f770da, X-Begin-Timestamp=2022-01-04T04:23:02.883+0000, X-TransactionID=MHFUR, id=ac41be7d-a895-3f0f-33c0-c6691601cb4c, timestamp=1641270182883}] 2022-01-04 04:23:22.044  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 04:23:22.044  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 04:23:22.044 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-04T04:23:32.884+0000|17924231-2931-4a7f-9c57-2ca7cce81cee|Request Id: 17924231-2931-4a7f-9c57-2ca7cce81cee. Transaction Id: 7QLPU. Begin TS: 2022-01-04T04:23:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:23:32.883 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 17924231-2931-4a7f-9c57-2ca7cce81cee. Transaction Id: 7QLPU. Begin TS: 2022-01-04T04:23:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:23:32.885+0000|2022-01-04T04:23:32.891+0000|17924231-2931-4a7f-9c57-2ca7cce81cee|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.70.206|6|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 17924231-2931-4a7f-9c57-2ca7cce81cee, Transaction Id: 7QLPU, 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-04 04:23:32.892 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 17924231-2931-4a7f-9c57-2ca7cce81cee, Transaction Id: 7QLPU, 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-04 04:23:32.892 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=17924231-2931-4a7f-9c57-2ca7cce81cee, X-Begin-Timestamp=2022-01-04T04:23:32.883+0000, X-TransactionID=7QLPU, id=4c28f6cc-56de-1187-8f93-1a870a378f6e, timestamp=1641270212884}], headers={id=77cca16a-04ff-2790-ce2a-72878c362828, timestamp=1641270212892}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=17924231-2931-4a7f-9c57-2ca7cce81cee, X-Begin-Timestamp=2022-01-04T04:23:32.883+0000, X-TransactionID=7QLPU, id=4c28f6cc-56de-1187-8f93-1a870a378f6e, timestamp=1641270212884}] 2022-01-04T04:24:02.883+0000|6897ccfc-e896-4ec1-a4a5-5f6bd2f8a3cb|Request Id: 6897ccfc-e896-4ec1-a4a5-5f6bd2f8a3cb. Transaction Id: E35YZ. Begin TS: 2022-01-04T04:24:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:24:02.883 DEBUG 1 --- [ask-scheduler-5] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 6897ccfc-e896-4ec1-a4a5-5f6bd2f8a3cb. Transaction Id: E35YZ. Begin TS: 2022-01-04T04:24:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:24:02.885+0000|2022-01-04T04:24:02.892+0000|6897ccfc-e896-4ec1-a4a5-5f6bd2f8a3cb|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.70.206|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 6897ccfc-e896-4ec1-a4a5-5f6bd2f8a3cb, Transaction Id: E35YZ, 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-04 04:24:02.892 ERROR 1 --- [ask-scheduler-5] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 6897ccfc-e896-4ec1-a4a5-5f6bd2f8a3cb, Transaction Id: E35YZ, 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-04 04:24:02.893 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=6897ccfc-e896-4ec1-a4a5-5f6bd2f8a3cb, X-Begin-Timestamp=2022-01-04T04:24:02.883+0000, X-TransactionID=E35YZ, id=42ccd56d-5f30-ad39-bb58-81b2ab24254a, timestamp=1641270242884}], headers={id=80dc71d3-c46d-5c6c-c3e8-bc2f6a48a68b, timestamp=1641270242893}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=6897ccfc-e896-4ec1-a4a5-5f6bd2f8a3cb, X-Begin-Timestamp=2022-01-04T04:24:02.883+0000, X-TransactionID=E35YZ, id=42ccd56d-5f30-ad39-bb58-81b2ab24254a, timestamp=1641270242884}] 2022-01-04 04:24:22.044  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 04:24:22.044  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 04:24:22.044 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-04T04:24:32.884+0000|b9a94d4e-eddb-46cb-a598-2283a675d941|Request Id: b9a94d4e-eddb-46cb-a598-2283a675d941. Transaction Id: BLMGR. Begin TS: 2022-01-04T04:24:32.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:24:32.884 DEBUG 1 --- [ask-scheduler-3] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: b9a94d4e-eddb-46cb-a598-2283a675d941. Transaction Id: BLMGR. Begin TS: 2022-01-04T04:24:32.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:24:32.885+0000|2022-01-04T04:24:32.892+0000|b9a94d4e-eddb-46cb-a598-2283a675d941|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.70.206|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: b9a94d4e-eddb-46cb-a598-2283a675d941, Transaction Id: BLMGR, 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-04 04:24:32.892 ERROR 1 --- [ask-scheduler-3] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: b9a94d4e-eddb-46cb-a598-2283a675d941, Transaction Id: BLMGR, 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-04 04:24:32.893 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=b9a94d4e-eddb-46cb-a598-2283a675d941, X-Begin-Timestamp=2022-01-04T04:24:32.884+0000, X-TransactionID=BLMGR, id=4d325f02-d187-d202-555f-3adad7cd1868, timestamp=1641270272884}], headers={id=cff02497-0492-400c-b500-5a404a262ee0, timestamp=1641270272893}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=b9a94d4e-eddb-46cb-a598-2283a675d941, X-Begin-Timestamp=2022-01-04T04:24:32.884+0000, X-TransactionID=BLMGR, id=4d325f02-d187-d202-555f-3adad7cd1868, timestamp=1641270272884}] 2022-01-04T04:25:02.883+0000|0a32c8a4-552b-41a9-932b-27d376202164|Request Id: 0a32c8a4-552b-41a9-932b-27d376202164. Transaction Id: ZPANU. Begin TS: 2022-01-04T04:25:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:25:02.883 DEBUG 1 --- [ask-scheduler-2] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 0a32c8a4-552b-41a9-932b-27d376202164. Transaction Id: ZPANU. Begin TS: 2022-01-04T04:25:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:25:02.885+0000|2022-01-04T04:25:02.893+0000|0a32c8a4-552b-41a9-932b-27d376202164|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.70.206|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 0a32c8a4-552b-41a9-932b-27d376202164, Transaction Id: ZPANU, 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-04 04:25:02.893 ERROR 1 --- [ask-scheduler-2] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 0a32c8a4-552b-41a9-932b-27d376202164, Transaction Id: ZPANU, 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-04 04:25:02.894 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=0a32c8a4-552b-41a9-932b-27d376202164, X-Begin-Timestamp=2022-01-04T04:25:02.883+0000, X-TransactionID=ZPANU, id=1d3e6984-a206-2585-0ff1-096feea8b23e, timestamp=1641270302884}], headers={id=7e333a28-d9c4-1877-cfc1-922980370fc3, timestamp=1641270302894}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=0a32c8a4-552b-41a9-932b-27d376202164, X-Begin-Timestamp=2022-01-04T04:25:02.883+0000, X-TransactionID=ZPANU, id=1d3e6984-a206-2585-0ff1-096feea8b23e, timestamp=1641270302884}] 2022-01-04 04:25:22.044  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 04:25:22.045  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 04:25:22.045 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-04T04:25:32.884+0000|370acb7a-f4d1-4ca3-98c4-5a44f8df3181|Request Id: 370acb7a-f4d1-4ca3-98c4-5a44f8df3181. Transaction Id: 8QF91. Begin TS: 2022-01-04T04:25:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:25:32.884 DEBUG 1 --- [ask-scheduler-2] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 370acb7a-f4d1-4ca3-98c4-5a44f8df3181. Transaction Id: 8QF91. Begin TS: 2022-01-04T04:25:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:25:32.885+0000|2022-01-04T04:25:32.892+0000|370acb7a-f4d1-4ca3-98c4-5a44f8df3181|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.70.206|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 370acb7a-f4d1-4ca3-98c4-5a44f8df3181, Transaction Id: 8QF91, 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-04 04:25:32.893 ERROR 1 --- [ask-scheduler-2] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 370acb7a-f4d1-4ca3-98c4-5a44f8df3181, Transaction Id: 8QF91, 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-04 04:25:32.893 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=370acb7a-f4d1-4ca3-98c4-5a44f8df3181, X-Begin-Timestamp=2022-01-04T04:25:32.883+0000, X-TransactionID=8QF91, id=d61cf93b-284d-eb91-2f00-0fdd57ebb97d, timestamp=1641270332884}], headers={id=5cbb75e3-fedf-1bae-1199-b476a30e965c, timestamp=1641270332893}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=370acb7a-f4d1-4ca3-98c4-5a44f8df3181, X-Begin-Timestamp=2022-01-04T04:25:32.883+0000, X-TransactionID=8QF91, id=d61cf93b-284d-eb91-2f00-0fdd57ebb97d, timestamp=1641270332884}] 2022-01-04T04:26:02.883+0000|c4686e61-9ea1-4009-91fb-b25c4b033a03|Request Id: c4686e61-9ea1-4009-91fb-b25c4b033a03. Transaction Id: 5OHXT. Begin TS: 2022-01-04T04:26:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:26:02.883 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: c4686e61-9ea1-4009-91fb-b25c4b033a03. Transaction Id: 5OHXT. Begin TS: 2022-01-04T04:26:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:26:02.884+0000|2022-01-04T04:26:02.890+0000|c4686e61-9ea1-4009-91fb-b25c4b033a03|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.70.206|6|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: c4686e61-9ea1-4009-91fb-b25c4b033a03, Transaction Id: 5OHXT, 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-04 04:26:02.890 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: c4686e61-9ea1-4009-91fb-b25c4b033a03, Transaction Id: 5OHXT, 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-04 04:26:02.891 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=c4686e61-9ea1-4009-91fb-b25c4b033a03, X-Begin-Timestamp=2022-01-04T04:26:02.883+0000, X-TransactionID=5OHXT, id=907f6eee-a162-73e9-0e26-308ff9e5830e, timestamp=1641270362884}], headers={id=6cee8529-512e-5dfc-ce77-bfb80e0e657a, timestamp=1641270362891}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=c4686e61-9ea1-4009-91fb-b25c4b033a03, X-Begin-Timestamp=2022-01-04T04:26:02.883+0000, X-TransactionID=5OHXT, id=907f6eee-a162-73e9-0e26-308ff9e5830e, timestamp=1641270362884}] 2022-01-04 04:26:22.044  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 04:26:22.044  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 04:26:22.044 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-04T04:26:32.884+0000|d8b45b94-3773-4daa-b2c3-44bb6bb0efb2|Request Id: d8b45b94-3773-4daa-b2c3-44bb6bb0efb2. Transaction Id: NENAZ. Begin TS: 2022-01-04T04:26:32.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:26:32.884 DEBUG 1 --- [ask-scheduler-6] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: d8b45b94-3773-4daa-b2c3-44bb6bb0efb2. Transaction Id: NENAZ. Begin TS: 2022-01-04T04:26:32.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:26:32.885+0000|2022-01-04T04:26:32.892+0000|d8b45b94-3773-4daa-b2c3-44bb6bb0efb2|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.70.206|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: d8b45b94-3773-4daa-b2c3-44bb6bb0efb2, Transaction Id: NENAZ, 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-04 04:26:32.893 ERROR 1 --- [ask-scheduler-6] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: d8b45b94-3773-4daa-b2c3-44bb6bb0efb2, Transaction Id: NENAZ, 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-04 04:26:32.893 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=d8b45b94-3773-4daa-b2c3-44bb6bb0efb2, X-Begin-Timestamp=2022-01-04T04:26:32.884+0000, X-TransactionID=NENAZ, id=d9a50c60-ac2d-db2f-99f1-b95ac271e27e, timestamp=1641270392884}], headers={id=64b40222-54ec-d3d2-2e8a-0a69601c8d49, timestamp=1641270392893}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=d8b45b94-3773-4daa-b2c3-44bb6bb0efb2, X-Begin-Timestamp=2022-01-04T04:26:32.884+0000, X-TransactionID=NENAZ, id=d9a50c60-ac2d-db2f-99f1-b95ac271e27e, timestamp=1641270392884}] 2022-01-04T04:27:02.884+0000|7d9dacb8-81a0-4f2e-8fe0-9ffe8030cfa7|Request Id: 7d9dacb8-81a0-4f2e-8fe0-9ffe8030cfa7. Transaction Id: NXYRH. Begin TS: 2022-01-04T04:27:02.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:27:02.884 DEBUG 1 --- [ask-scheduler-6] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 7d9dacb8-81a0-4f2e-8fe0-9ffe8030cfa7. Transaction Id: NXYRH. Begin TS: 2022-01-04T04:27:02.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:27:02.885+0000|2022-01-04T04:27:02.891+0000|7d9dacb8-81a0-4f2e-8fe0-9ffe8030cfa7|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.70.206|6|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 7d9dacb8-81a0-4f2e-8fe0-9ffe8030cfa7, Transaction Id: NXYRH, 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-04 04:27:02.891 ERROR 1 --- [ask-scheduler-6] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 7d9dacb8-81a0-4f2e-8fe0-9ffe8030cfa7, Transaction Id: NXYRH, 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-04 04:27:02.892 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=7d9dacb8-81a0-4f2e-8fe0-9ffe8030cfa7, X-Begin-Timestamp=2022-01-04T04:27:02.884+0000, X-TransactionID=NXYRH, id=3138aa28-ce7c-3fe8-d385-088a246cc30d, timestamp=1641270422884}], headers={id=2f79302b-ad58-a2e0-ad3d-594efd685842, timestamp=1641270422892}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=7d9dacb8-81a0-4f2e-8fe0-9ffe8030cfa7, X-Begin-Timestamp=2022-01-04T04:27:02.884+0000, X-TransactionID=NXYRH, id=3138aa28-ce7c-3fe8-d385-088a246cc30d, timestamp=1641270422884}] 2022-01-04 04:27:22.045  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 04:27:22.045  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 04:27:22.045 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-04T04:27:32.884+0000|c83126fa-cc45-48bd-8102-a45d8e9864ff|Request Id: c83126fa-cc45-48bd-8102-a45d8e9864ff. Transaction Id: WAT81. Begin TS: 2022-01-04T04:27:32.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:27:32.884 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: c83126fa-cc45-48bd-8102-a45d8e9864ff. Transaction Id: WAT81. Begin TS: 2022-01-04T04:27:32.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:27:32.885+0000|2022-01-04T04:27:32.892+0000|c83126fa-cc45-48bd-8102-a45d8e9864ff|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.70.206|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: c83126fa-cc45-48bd-8102-a45d8e9864ff, Transaction Id: WAT81, 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-04 04:27:32.892 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: c83126fa-cc45-48bd-8102-a45d8e9864ff, Transaction Id: WAT81, 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-04 04:27:32.893 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=c83126fa-cc45-48bd-8102-a45d8e9864ff, X-Begin-Timestamp=2022-01-04T04:27:32.884+0000, X-TransactionID=WAT81, id=8cf2916b-ef9e-93c6-5188-56fe934393d8, timestamp=1641270452884}], headers={id=6bff303d-a654-fe39-9a97-1a048a40f963, timestamp=1641270452893}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=c83126fa-cc45-48bd-8102-a45d8e9864ff, X-Begin-Timestamp=2022-01-04T04:27:32.884+0000, X-TransactionID=WAT81, id=8cf2916b-ef9e-93c6-5188-56fe934393d8, timestamp=1641270452884}] 2022-01-04T04:28:02.884+0000|63d4c026-bde2-420e-b82b-4c8368450d12|Request Id: 63d4c026-bde2-420e-b82b-4c8368450d12. Transaction Id: UFW7O. Begin TS: 2022-01-04T04:28:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:28:02.883 DEBUG 1 --- [ask-scheduler-7] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 63d4c026-bde2-420e-b82b-4c8368450d12. Transaction Id: UFW7O. Begin TS: 2022-01-04T04:28:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:28:02.885+0000|2022-01-04T04:28:02.892+0000|63d4c026-bde2-420e-b82b-4c8368450d12|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.70.206|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 63d4c026-bde2-420e-b82b-4c8368450d12, Transaction Id: UFW7O, 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-04 04:28:02.892 ERROR 1 --- [ask-scheduler-7] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 63d4c026-bde2-420e-b82b-4c8368450d12, Transaction Id: UFW7O, 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-04 04:28:02.893 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=63d4c026-bde2-420e-b82b-4c8368450d12, X-Begin-Timestamp=2022-01-04T04:28:02.883+0000, X-TransactionID=UFW7O, id=d41ede39-da8b-a3ae-bc5f-0b0a0894b4b8, timestamp=1641270482884}], headers={id=ec028cf2-ad94-5d8a-99db-ccc074f18eb2, timestamp=1641270482893}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=63d4c026-bde2-420e-b82b-4c8368450d12, X-Begin-Timestamp=2022-01-04T04:28:02.883+0000, X-TransactionID=UFW7O, id=d41ede39-da8b-a3ae-bc5f-0b0a0894b4b8, timestamp=1641270482884}] 2022-01-04 04:28:22.044  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 04:28:22.044  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 04:28:22.044 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-04T04:28:32.884+0000|19f92442-3a48-44bc-acbb-eb9c6f7c8594|Request Id: 19f92442-3a48-44bc-acbb-eb9c6f7c8594. Transaction Id: BJTLR. Begin TS: 2022-01-04T04:28:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:28:32.884 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 19f92442-3a48-44bc-acbb-eb9c6f7c8594. Transaction Id: BJTLR. Begin TS: 2022-01-04T04:28:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:28:32.885+0000|2022-01-04T04:28:32.892+0000|19f92442-3a48-44bc-acbb-eb9c6f7c8594|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.70.206|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 19f92442-3a48-44bc-acbb-eb9c6f7c8594, Transaction Id: BJTLR, 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-04 04:28:32.892 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 19f92442-3a48-44bc-acbb-eb9c6f7c8594, Transaction Id: BJTLR, 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-04 04:28:32.893 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=19f92442-3a48-44bc-acbb-eb9c6f7c8594, X-Begin-Timestamp=2022-01-04T04:28:32.883+0000, X-TransactionID=BJTLR, id=65dfd845-c09c-0245-53c2-22b681d39e38, timestamp=1641270512884}], headers={id=37ab397b-d560-c780-2282-bf5d6ac03206, timestamp=1641270512893}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=19f92442-3a48-44bc-acbb-eb9c6f7c8594, X-Begin-Timestamp=2022-01-04T04:28:32.883+0000, X-TransactionID=BJTLR, id=65dfd845-c09c-0245-53c2-22b681d39e38, timestamp=1641270512884}] 2022-01-04T04:29:02.884+0000|b576df54-56d5-4961-8825-08af38a4ad6b|Request Id: b576df54-56d5-4961-8825-08af38a4ad6b. Transaction Id: A3KLV. Begin TS: 2022-01-04T04:29:02.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:29:02.884 DEBUG 1 --- [ask-scheduler-3] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: b576df54-56d5-4961-8825-08af38a4ad6b. Transaction Id: A3KLV. Begin TS: 2022-01-04T04:29:02.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:29:02.885+0000|2022-01-04T04:29:02.892+0000|b576df54-56d5-4961-8825-08af38a4ad6b|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.70.206|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: b576df54-56d5-4961-8825-08af38a4ad6b, Transaction Id: A3KLV, 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-04 04:29:02.892 ERROR 1 --- [ask-scheduler-3] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: b576df54-56d5-4961-8825-08af38a4ad6b, Transaction Id: A3KLV, 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-04 04:29:02.893 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=b576df54-56d5-4961-8825-08af38a4ad6b, X-Begin-Timestamp=2022-01-04T04:29:02.884+0000, X-TransactionID=A3KLV, id=8f492b15-b6d4-e80c-6694-871e7e0e76a8, timestamp=1641270542884}], headers={id=08ce987a-54e5-6ddf-ff7e-adefdfecfe9d, timestamp=1641270542893}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=b576df54-56d5-4961-8825-08af38a4ad6b, X-Begin-Timestamp=2022-01-04T04:29:02.884+0000, X-TransactionID=A3KLV, id=8f492b15-b6d4-e80c-6694-871e7e0e76a8, timestamp=1641270542884}] 2022-01-04 04:29:22.045  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 04:29:22.045  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 04:29:22.046 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-04T04:29:32.883+0000|a7064965-05d8-4a7d-9dca-20ee8d67390e|Request Id: a7064965-05d8-4a7d-9dca-20ee8d67390e. Transaction Id: RDWQW. Begin TS: 2022-01-04T04:29:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:29:32.883 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: a7064965-05d8-4a7d-9dca-20ee8d67390e. Transaction Id: RDWQW. Begin TS: 2022-01-04T04:29:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:29:32.884+0000|2022-01-04T04:29:32.891+0000|a7064965-05d8-4a7d-9dca-20ee8d67390e|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.70.206|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: a7064965-05d8-4a7d-9dca-20ee8d67390e, Transaction Id: RDWQW, 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-04 04:29:32.891 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: a7064965-05d8-4a7d-9dca-20ee8d67390e, Transaction Id: RDWQW, 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-04 04:29:32.891 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=a7064965-05d8-4a7d-9dca-20ee8d67390e, X-Begin-Timestamp=2022-01-04T04:29:32.883+0000, X-TransactionID=RDWQW, id=1850e50e-32b9-40ac-dc16-7c7286b42dc2, timestamp=1641270572883}], headers={id=cc01fbb3-0313-f1d9-d2d7-e9f489c54196, timestamp=1641270572891}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=a7064965-05d8-4a7d-9dca-20ee8d67390e, X-Begin-Timestamp=2022-01-04T04:29:32.883+0000, X-TransactionID=RDWQW, id=1850e50e-32b9-40ac-dc16-7c7286b42dc2, timestamp=1641270572883}] 2022-01-04T04:30:02.883+0000|ad2e26b5-6dc3-4828-94ba-2f439a6ce7b6|Request Id: ad2e26b5-6dc3-4828-94ba-2f439a6ce7b6. Transaction Id: SRFLS. Begin TS: 2022-01-04T04:30:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:30:02.883 DEBUG 1 --- [ask-scheduler-3] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: ad2e26b5-6dc3-4828-94ba-2f439a6ce7b6. Transaction Id: SRFLS. Begin TS: 2022-01-04T04:30:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:30:02.884+0000|2022-01-04T04:30:02.892+0000|ad2e26b5-6dc3-4828-94ba-2f439a6ce7b6|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.70.206|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: ad2e26b5-6dc3-4828-94ba-2f439a6ce7b6, Transaction Id: SRFLS, 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-04 04:30:02.892 ERROR 1 --- [ask-scheduler-3] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: ad2e26b5-6dc3-4828-94ba-2f439a6ce7b6, Transaction Id: SRFLS, 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-04 04:30:02.893 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=ad2e26b5-6dc3-4828-94ba-2f439a6ce7b6, X-Begin-Timestamp=2022-01-04T04:30:02.883+0000, X-TransactionID=SRFLS, id=b77da899-92ba-6715-ae65-69efa074887d, timestamp=1641270602883}], headers={id=2780b074-e10f-edb7-8d8a-183be5cc4e55, timestamp=1641270602893}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=ad2e26b5-6dc3-4828-94ba-2f439a6ce7b6, X-Begin-Timestamp=2022-01-04T04:30:02.883+0000, X-TransactionID=SRFLS, id=b77da899-92ba-6715-ae65-69efa074887d, timestamp=1641270602883}] 2022-01-04 04:30:22.043  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 04:30:22.044  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 04:30:22.044 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-04T04:30:32.884+0000|d9f19b5c-8e8c-41b0-a456-026a36759db9|Request Id: d9f19b5c-8e8c-41b0-a456-026a36759db9. Transaction Id: 2NDZ3. Begin TS: 2022-01-04T04:30:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:30:32.884 DEBUG 1 --- [ask-scheduler-3] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: d9f19b5c-8e8c-41b0-a456-026a36759db9. Transaction Id: 2NDZ3. Begin TS: 2022-01-04T04:30:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:30:32.885+0000|2022-01-04T04:30:32.891+0000|d9f19b5c-8e8c-41b0-a456-026a36759db9|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.70.206|6|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: d9f19b5c-8e8c-41b0-a456-026a36759db9, Transaction Id: 2NDZ3, 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-04 04:30:32.891 ERROR 1 --- [ask-scheduler-3] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: d9f19b5c-8e8c-41b0-a456-026a36759db9, Transaction Id: 2NDZ3, 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-04 04:30:32.892 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=d9f19b5c-8e8c-41b0-a456-026a36759db9, X-Begin-Timestamp=2022-01-04T04:30:32.883+0000, X-TransactionID=2NDZ3, id=9a7f7ffd-952c-6304-6a46-b0ddda2987ac, timestamp=1641270632884}], headers={id=70d8bddd-9037-b603-f7c3-ad23b0ed9f3e, timestamp=1641270632892}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=d9f19b5c-8e8c-41b0-a456-026a36759db9, X-Begin-Timestamp=2022-01-04T04:30:32.883+0000, X-TransactionID=2NDZ3, id=9a7f7ffd-952c-6304-6a46-b0ddda2987ac, timestamp=1641270632884}] 2022-01-04T04:31:02.884+0000|806bf409-d76c-4205-81f6-58ce363fbdfd|Request Id: 806bf409-d76c-4205-81f6-58ce363fbdfd. Transaction Id: YONQN. Begin TS: 2022-01-04T04:31:02.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:31:02.884 DEBUG 1 --- [ask-scheduler-6] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 806bf409-d76c-4205-81f6-58ce363fbdfd. Transaction Id: YONQN. Begin TS: 2022-01-04T04:31:02.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:31:02.885+0000|2022-01-04T04:31:02.891+0000|806bf409-d76c-4205-81f6-58ce363fbdfd|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.70.206|6|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 806bf409-d76c-4205-81f6-58ce363fbdfd, Transaction Id: YONQN, 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-04 04:31:02.891 ERROR 1 --- [ask-scheduler-6] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 806bf409-d76c-4205-81f6-58ce363fbdfd, Transaction Id: YONQN, 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-04 04:31:02.892 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=806bf409-d76c-4205-81f6-58ce363fbdfd, X-Begin-Timestamp=2022-01-04T04:31:02.884+0000, X-TransactionID=YONQN, id=e17f2ce4-dfce-8b73-b146-5530c6d718b9, timestamp=1641270662884}], headers={id=3072a58a-d7ab-64e7-2e66-addb6fbf3880, timestamp=1641270662892}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=806bf409-d76c-4205-81f6-58ce363fbdfd, X-Begin-Timestamp=2022-01-04T04:31:02.884+0000, X-TransactionID=YONQN, id=e17f2ce4-dfce-8b73-b146-5530c6d718b9, timestamp=1641270662884}] 2022-01-04 04:31:22.044  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 04:31:22.044  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 04:31:22.044 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-04T04:31:32.884+0000|6d93a032-3457-4919-a50f-093499146a9e|Request Id: 6d93a032-3457-4919-a50f-093499146a9e. Transaction Id: OVJDJ. Begin TS: 2022-01-04T04:31:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:31:32.883 DEBUG 1 --- [ask-scheduler-3] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 6d93a032-3457-4919-a50f-093499146a9e. Transaction Id: OVJDJ. Begin TS: 2022-01-04T04:31:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:31:32.884+0000|2022-01-04T04:31:32.891+0000|6d93a032-3457-4919-a50f-093499146a9e|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.70.206|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 6d93a032-3457-4919-a50f-093499146a9e, Transaction Id: OVJDJ, 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-04 04:31:32.891 ERROR 1 --- [ask-scheduler-3] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 6d93a032-3457-4919-a50f-093499146a9e, Transaction Id: OVJDJ, 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-04 04:31:32.892 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=6d93a032-3457-4919-a50f-093499146a9e, X-Begin-Timestamp=2022-01-04T04:31:32.883+0000, X-TransactionID=OVJDJ, id=2050f821-7ae5-f169-b92a-a2e9f8b61d65, timestamp=1641270692884}], headers={id=a7dfee95-1e75-91bc-20df-6470e8da7d9a, timestamp=1641270692892}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=6d93a032-3457-4919-a50f-093499146a9e, X-Begin-Timestamp=2022-01-04T04:31:32.883+0000, X-TransactionID=OVJDJ, id=2050f821-7ae5-f169-b92a-a2e9f8b61d65, timestamp=1641270692884}] 2022-01-04T04:32:02.884+0000|ae226958-387a-452a-981c-018092eda080|Request Id: ae226958-387a-452a-981c-018092eda080. Transaction Id: TRU9F. Begin TS: 2022-01-04T04:32:02.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:32:02.884 DEBUG 1 --- [ask-scheduler-5] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: ae226958-387a-452a-981c-018092eda080. Transaction Id: TRU9F. Begin TS: 2022-01-04T04:32:02.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:32:02.885+0000|2022-01-04T04:32:02.892+0000|ae226958-387a-452a-981c-018092eda080|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.70.206|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: ae226958-387a-452a-981c-018092eda080, Transaction Id: TRU9F, 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-04 04:32:02.892 ERROR 1 --- [ask-scheduler-5] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: ae226958-387a-452a-981c-018092eda080, Transaction Id: TRU9F, 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-04 04:32:02.893 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=ae226958-387a-452a-981c-018092eda080, X-Begin-Timestamp=2022-01-04T04:32:02.884+0000, X-TransactionID=TRU9F, id=e1634ce8-50e1-fbcb-cbab-16d089510fbe, timestamp=1641270722884}], headers={id=470056a7-f532-673d-104f-1968a73ef256, timestamp=1641270722893}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=ae226958-387a-452a-981c-018092eda080, X-Begin-Timestamp=2022-01-04T04:32:02.884+0000, X-TransactionID=TRU9F, id=e1634ce8-50e1-fbcb-cbab-16d089510fbe, timestamp=1641270722884}] 2022-01-04 04:32:22.044  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 04:32:22.044  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 04:32:22.044 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-04T04:32:32.884+0000|6a18c98c-ba25-4eb8-adea-37f5860e8186|Request Id: 6a18c98c-ba25-4eb8-adea-37f5860e8186. Transaction Id: Y6WPL. Begin TS: 2022-01-04T04:32:32.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:32:32.884 DEBUG 1 --- [ask-scheduler-9] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 6a18c98c-ba25-4eb8-adea-37f5860e8186. Transaction Id: Y6WPL. Begin TS: 2022-01-04T04:32:32.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:32:32.885+0000|2022-01-04T04:32:32.892+0000|6a18c98c-ba25-4eb8-adea-37f5860e8186|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.70.206|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 6a18c98c-ba25-4eb8-adea-37f5860e8186, Transaction Id: Y6WPL, 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-04 04:32:32.892 ERROR 1 --- [ask-scheduler-9] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 6a18c98c-ba25-4eb8-adea-37f5860e8186, Transaction Id: Y6WPL, 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-04 04:32:32.893 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=6a18c98c-ba25-4eb8-adea-37f5860e8186, X-Begin-Timestamp=2022-01-04T04:32:32.884+0000, X-TransactionID=Y6WPL, id=209ba1a2-b298-01a5-c686-425097afdf8d, timestamp=1641270752884}], headers={id=37f3cb8a-8d5c-e837-17ff-e3aa7ac38c3e, timestamp=1641270752893}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=6a18c98c-ba25-4eb8-adea-37f5860e8186, X-Begin-Timestamp=2022-01-04T04:32:32.884+0000, X-TransactionID=Y6WPL, id=209ba1a2-b298-01a5-c686-425097afdf8d, timestamp=1641270752884}] 2022-01-04T04:33:02.884+0000|e08d7f96-8b10-4f2c-8772-06fc0cee269a|Request Id: e08d7f96-8b10-4f2c-8772-06fc0cee269a. Transaction Id: 2NFBB. Begin TS: 2022-01-04T04:33:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:33:02.883 DEBUG 1 --- [ask-scheduler-1] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: e08d7f96-8b10-4f2c-8772-06fc0cee269a. Transaction Id: 2NFBB. Begin TS: 2022-01-04T04:33:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:33:02.885+0000|2022-01-04T04:33:02.892+0000|e08d7f96-8b10-4f2c-8772-06fc0cee269a|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.70.206|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: e08d7f96-8b10-4f2c-8772-06fc0cee269a, Transaction Id: 2NFBB, 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-04 04:33:02.892 ERROR 1 --- [ask-scheduler-1] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: e08d7f96-8b10-4f2c-8772-06fc0cee269a, Transaction Id: 2NFBB, 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-04 04:33:02.893 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=e08d7f96-8b10-4f2c-8772-06fc0cee269a, X-Begin-Timestamp=2022-01-04T04:33:02.883+0000, X-TransactionID=2NFBB, id=cddc8d85-d40f-e6b6-9ada-62a1c393e172, timestamp=1641270782884}], headers={id=d1d9b3ca-3d11-8d1e-a127-3715f6a09744, timestamp=1641270782893}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=e08d7f96-8b10-4f2c-8772-06fc0cee269a, X-Begin-Timestamp=2022-01-04T04:33:02.883+0000, X-TransactionID=2NFBB, id=cddc8d85-d40f-e6b6-9ada-62a1c393e172, timestamp=1641270782884}] 2022-01-04 04:33:22.043  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 04:33:22.044  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 04:33:22.044 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-04T04:33:32.883+0000|671e884c-87ba-425e-87ea-7d6b5bcfc249|Request Id: 671e884c-87ba-425e-87ea-7d6b5bcfc249. Transaction Id: JWBN8. Begin TS: 2022-01-04T04:33:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:33:32.883 DEBUG 1 --- [ask-scheduler-2] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 671e884c-87ba-425e-87ea-7d6b5bcfc249. Transaction Id: JWBN8. Begin TS: 2022-01-04T04:33:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:33:32.885+0000|2022-01-04T04:33:32.892+0000|671e884c-87ba-425e-87ea-7d6b5bcfc249|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.70.206|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 671e884c-87ba-425e-87ea-7d6b5bcfc249, Transaction Id: JWBN8, 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-04 04:33:32.892 ERROR 1 --- [ask-scheduler-2] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 671e884c-87ba-425e-87ea-7d6b5bcfc249, Transaction Id: JWBN8, 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-04 04:33:32.893 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=671e884c-87ba-425e-87ea-7d6b5bcfc249, X-Begin-Timestamp=2022-01-04T04:33:32.883+0000, X-TransactionID=JWBN8, id=4e81fa46-4ed1-f1fa-ced6-dc63b1c7cb70, timestamp=1641270812884}], headers={id=246a05eb-fe78-9a53-ec06-c502ef014c47, timestamp=1641270812893}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=671e884c-87ba-425e-87ea-7d6b5bcfc249, X-Begin-Timestamp=2022-01-04T04:33:32.883+0000, X-TransactionID=JWBN8, id=4e81fa46-4ed1-f1fa-ced6-dc63b1c7cb70, timestamp=1641270812884}] 2022-01-04T04:34:02.883+0000|22d0a897-c5e7-4e1e-8968-ee2ef29a326a|Request Id: 22d0a897-c5e7-4e1e-8968-ee2ef29a326a. Transaction Id: 2K7UG. Begin TS: 2022-01-04T04:34:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:34:02.883 DEBUG 1 --- [ask-scheduler-2] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 22d0a897-c5e7-4e1e-8968-ee2ef29a326a. Transaction Id: 2K7UG. Begin TS: 2022-01-04T04:34:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:34:02.884+0000|2022-01-04T04:34:02.891+0000|22d0a897-c5e7-4e1e-8968-ee2ef29a326a|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.70.206|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 22d0a897-c5e7-4e1e-8968-ee2ef29a326a, Transaction Id: 2K7UG, 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-04 04:34:02.891 ERROR 1 --- [ask-scheduler-2] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 22d0a897-c5e7-4e1e-8968-ee2ef29a326a, Transaction Id: 2K7UG, 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-04 04:34:02.892 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=22d0a897-c5e7-4e1e-8968-ee2ef29a326a, X-Begin-Timestamp=2022-01-04T04:34:02.883+0000, X-TransactionID=2K7UG, id=fa8ccd8d-9cd6-6f25-fbb9-eff98b78293d, timestamp=1641270842884}], headers={id=72513f2e-f0b4-d596-8c47-c37d03a99b3b, timestamp=1641270842892}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=22d0a897-c5e7-4e1e-8968-ee2ef29a326a, X-Begin-Timestamp=2022-01-04T04:34:02.883+0000, X-TransactionID=2K7UG, id=fa8ccd8d-9cd6-6f25-fbb9-eff98b78293d, timestamp=1641270842884}] 2022-01-04 04:34:22.044  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 04:34:22.044  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 04:34:22.044 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-04T04:34:32.884+0000|e6f862c3-7951-4a0f-818b-a33cd73e4ce0|Request Id: e6f862c3-7951-4a0f-818b-a33cd73e4ce0. Transaction Id: GIEJJ. Begin TS: 2022-01-04T04:34:32.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:34:32.884 DEBUG 1 --- [sk-scheduler-10] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: e6f862c3-7951-4a0f-818b-a33cd73e4ce0. Transaction Id: GIEJJ. Begin TS: 2022-01-04T04:34:32.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:34:32.885+0000|2022-01-04T04:34:32.891+0000|e6f862c3-7951-4a0f-818b-a33cd73e4ce0|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.70.206|6|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: e6f862c3-7951-4a0f-818b-a33cd73e4ce0, Transaction Id: GIEJJ, 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-04 04:34:32.891 ERROR 1 --- [sk-scheduler-10] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: e6f862c3-7951-4a0f-818b-a33cd73e4ce0, Transaction Id: GIEJJ, 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-04 04:34:32.892 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=e6f862c3-7951-4a0f-818b-a33cd73e4ce0, X-Begin-Timestamp=2022-01-04T04:34:32.884+0000, X-TransactionID=GIEJJ, id=9fba8f66-9f00-cf2b-4f20-38cc7fa3c9c1, timestamp=1641270872884}], headers={id=b3665340-d35f-748f-eab6-c48311a5da55, timestamp=1641270872892}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=e6f862c3-7951-4a0f-818b-a33cd73e4ce0, X-Begin-Timestamp=2022-01-04T04:34:32.884+0000, X-TransactionID=GIEJJ, id=9fba8f66-9f00-cf2b-4f20-38cc7fa3c9c1, timestamp=1641270872884}] 2022-01-04T04:35:02.884+0000|9d6d5774-10e8-4e24-976d-de602207b063|Request Id: 9d6d5774-10e8-4e24-976d-de602207b063. Transaction Id: Y9RZM. Begin TS: 2022-01-04T04:35:02.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:35:02.884 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 9d6d5774-10e8-4e24-976d-de602207b063. Transaction Id: Y9RZM. Begin TS: 2022-01-04T04:35:02.884+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:35:02.885+0000|2022-01-04T04:35:02.893+0000|9d6d5774-10e8-4e24-976d-de602207b063|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.70.206|8|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: 9d6d5774-10e8-4e24-976d-de602207b063, Transaction Id: Y9RZM, 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-04 04:35:02.893 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: 9d6d5774-10e8-4e24-976d-de602207b063, Transaction Id: Y9RZM, 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-04 04:35:02.894 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=9d6d5774-10e8-4e24-976d-de602207b063, X-Begin-Timestamp=2022-01-04T04:35:02.884+0000, X-TransactionID=Y9RZM, id=fc55d971-1b20-4a43-0ba2-de843c92ff4f, timestamp=1641270902884}], headers={id=11adf6be-8f9e-6c06-c04b-a3feba153b45, timestamp=1641270902894}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c1?limit=50000, headers={X-RequestID=9d6d5774-10e8-4e24-976d-de602207b063, X-Begin-Timestamp=2022-01-04T04:35:02.884+0000, X-TransactionID=Y9RZM, id=fc55d971-1b20-4a43-0ba2-de843c92ff4f, timestamp=1641270902884}] 2022-01-04 04:35:22.043  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : PolicySync file does not exist 2022-01-04 04:35:22.044  INFO 1 --- [ parallel-1] o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap  : Got successful output from ConfigMap file 2022-01-04 04:35:22.044 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-04T04:35:32.883+0000|ca3a9f94-2715-4ef3-87af-adf678261e19|Request Id: ca3a9f94-2715-4ef3-87af-adf678261e19. Transaction Id: YKQHQ. Begin TS: 2022-01-04T04:35:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:35:32.883 DEBUG 1 --- [ask-scheduler-8] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: ca3a9f94-2715-4ef3-87af-adf678261e19. Transaction Id: YKQHQ. Begin TS: 2022-01-04T04:35:32.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:35:32.884+0000|2022-01-04T04:35:32.891+0000|ca3a9f94-2715-4ef3-87af-adf678261e19|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.70.206|7|dcae-tcagen2||org.onap.dcae.analytics.web.http.EelfAuditLogInterceptor|||message-router:3904|||||Request Id: ca3a9f94-2715-4ef3-87af-adf678261e19, Transaction Id: YKQHQ, 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-04 04:35:32.891 ERROR 1 --- [ask-scheduler-8] o.o.d.a.w.http.EelfAuditLogInterceptor  : Request Id: ca3a9f94-2715-4ef3-87af-adf678261e19, Transaction Id: YKQHQ, 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-04 04:35:32.892 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=ca3a9f94-2715-4ef3-87af-adf678261e19, X-Begin-Timestamp=2022-01-04T04:35:32.883+0000, X-TransactionID=YKQHQ, id=48e68f90-378e-58cc-05c2-8b0d7967c6c7, timestamp=1641270932884}], headers={id=6a26ff59-acc0-8607-9e7c-34a5e7ff4ca4, timestamp=1641270932892}] for original GenericMessage [payload=http://message-router:3904/events/unauthenticated.VES_MEASUREMENT_OUTPUT/cg1/c0?limit=50000, headers={X-RequestID=ca3a9f94-2715-4ef3-87af-adf678261e19, X-Begin-Timestamp=2022-01-04T04:35:32.883+0000, X-TransactionID=YKQHQ, id=48e68f90-378e-58cc-05c2-8b0d7967c6c7, timestamp=1641270932884}] 2022-01-04T04:36:02.884+0000|627dee45-fa1d-48bb-ae0f-708fcfa06ae0|Request Id: 627dee45-fa1d-48bb-ae0f-708fcfa06ae0. Transaction Id: IJ5AM. Begin TS: 2022-01-04T04:36:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04 04:36:02.884 DEBUG 1 --- [ask-scheduler-7] o.o.d.a.w.d.MrTriggerMessageProvider  : Request Id: 627dee45-fa1d-48bb-ae0f-708fcfa06ae0. Transaction Id: IJ5AM. Begin TS: 2022-01-04T04:36:02.883+0000. Starting new DMaaP MR Subscriber poll. 2022-01-04T04:36:02.885+0000|2022-01-04T04:36:02.891+0000|627dee45-fa1d-48bb-ae0f-708fcfa06ae0