Results

By type

          JVM Arguments:  -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml  -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml  

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.3.7.RELEASE)

2022-12-02T11:40:49.367Z||main|||||INFO|500||The following profiles are active: basic
2022-12-02T11:41:04.488Z||main|||||INFO|500||Starting service [Tomcat]
2022-12-02T11:41:04.490Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-12-02T11:41:04.667Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-12-02T11:41:11.968Z||main|||||INFO|500||catdb-pool - Starting...
2022-12-02T11:41:12.492Z||main|||||INFO|500||catdb-pool - Start completed.
2022-12-02T11:41:13.191Z||main|||||INFO|500||reqdb-pool - Starting...
2022-12-02T11:41:13.210Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-12-02T11:41:13.403Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-12-02T11:41:13.762Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-12-02T11:41:14.477Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-12-02T11:41:16.758Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-02T11:41:19.452Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-02T11:41:19.551Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-12-02T11:41:20.332Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-02T11:41:20.556Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-12-02T11:41:21.824Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-02T11:41:23.153Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-12-02T11:41:23.190Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: 
java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
	at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
	at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$3d37c175.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-12-02T11:41:23.192Z||main|||||WARN|500||The sdc end point is not alive
2022-12-02T11:41:26.810Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-12-02T11:41:29.733Z||main|||||WARN|500||---
2022-12-02T11:41:29.734Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-12-02T11:41:29.734Z||main|||||WARN|500||---
2022-12-02T11:41:30.173Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-12-02T11:41:35.737Z||main|||||INFO|500||Started Application in 50.143 seconds (JVM running for 53.034)
2022-12-02T11:41:35.750Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-02T11:41:35.752Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-02T11:41:35.768Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-02T11:41:35.790Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-02T11:41:35.841Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 384f6e18-2f08-4f14-861b-0afc9acab54d url= /sdc/v1/artifactTypes
2022-12-02T11:41:35.842Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-12-02T11:41:36.093Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-12-02T11:41:36.124Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-12-02T11:41:36.148Z||scheduling-1|||||DEBUG|500||create keys
2022-12-02T11:41:36.159Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-12-02T11:41:36.204Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T11:41:36.221Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 95ec9844-fa72-41df-b03e-399c85e93c51 url= /sdc/v1/registerForDistribution
2022-12-02T11:41:36.326Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 95ec9844-fa72-41df-b03e-399c85e93c51 url= /sdc/v1/registerForDistribution
2022-12-02T11:41:36.327Z||scheduling-1|||||INFO|500||start DistributionClient
2022-12-02T11:41:36.340Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T11:41:36.342Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T11:41:36.350Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-12-02T11:41:36.351Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T11:41:36.352Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T11:41:36.352Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T11:41:36.352Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T11:41:46.738Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T11:41:46.778Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T11:42:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T11:42:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T11:42:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T11:42:36.342Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T11:42:36.344Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T11:42:36.345Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T11:42:45.914Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T11:42:45.917Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T11:43:36.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T11:43:36.338Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T11:43:36.338Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T11:43:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T11:43:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T11:43:36.342Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T11:43:45.894Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T11:43:45.896Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T11:44:36.338Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T11:44:36.341Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T11:44:36.342Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T11:44:36.343Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T11:44:36.342Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T11:44:36.343Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T11:44:45.905Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T11:44:45.905Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T11:45:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T11:45:36.339Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T11:45:36.339Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T11:45:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T11:45:36.343Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T11:45:36.344Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T11:45:45.902Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T11:45:45.902Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T11:46:36.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T11:46:36.339Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T11:46:36.339Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T11:46:36.341Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T11:46:36.342Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T11:46:36.343Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T11:46:45.898Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T11:46:45.902Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T11:47:36.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T11:47:36.338Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T11:47:36.338Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T11:47:36.340Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T11:47:36.342Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T11:47:36.342Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T11:47:45.891Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T11:47:45.891Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T11:48:36.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T11:48:36.338Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T11:48:36.338Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T11:48:36.340Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T11:48:36.341Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T11:48:36.341Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T11:48:45.884Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T11:48:45.894Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T11:49:36.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T11:49:36.340Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T11:49:36.340Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T11:49:36.340Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T11:49:36.341Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T11:49:36.341Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T11:49:45.901Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T11:49:45.914Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T11:50:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T11:50:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T11:50:36.339Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T11:50:36.340Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T11:50:36.342Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T11:50:36.342Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T11:50:45.928Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T11:50:45.936Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T11:51:02.695Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-12-02T11:51:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T11:51:36.340Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T11:51:36.340Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T11:51:36.340Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T11:51:36.341Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T11:51:36.342Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T11:51:45.898Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T11:51:45.899Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T11:52:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T11:52:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T11:52:36.339Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T11:52:36.340Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T11:52:36.341Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T11:52:36.341Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T11:52:45.893Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T11:52:45.909Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T11:53:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T11:53:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T11:53:36.339Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T11:53:36.341Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T11:53:36.342Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T11:53:36.342Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T11:53:45.903Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T11:53:45.903Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T11:54:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T11:54:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T11:54:36.339Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T11:54:36.340Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T11:54:36.341Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T11:54:36.341Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T11:54:45.892Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T11:54:45.894Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T11:55:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T11:55:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T11:55:36.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T11:55:36.341Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T11:55:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T11:55:36.341Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T11:55:45.897Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T11:55:45.896Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T11:56:36.338Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T11:56:36.340Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T11:56:36.340Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T11:56:36.341Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T11:56:36.341Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T11:56:36.342Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T11:56:45.903Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T11:56:45.905Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T11:57:36.338Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T11:57:36.340Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T11:57:36.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T11:57:36.341Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T11:57:36.341Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T11:57:36.341Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T11:57:45.902Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T11:57:45.908Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T11:58:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T11:58:36.339Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T11:58:36.339Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T11:58:36.340Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T11:58:36.341Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T11:58:36.341Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T11:58:38.704Z||http-nio-8085-exec-9|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [0x160x030x010x020x000x010x000x010xfc0x030x030xd6E0x91$E0x030x9e0xa4m0xb80xeek0xa40xd80x8ax0xa00x80m-f-!0x0c0x020xc80x810xa10x96<0xf40x19]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-02T11:58:45.909Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T11:58:45.909Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T11:59:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T11:59:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T11:59:36.339Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T11:59:36.340Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T11:59:36.341Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T11:59:36.341Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T11:59:45.915Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T11:59:45.916Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:00:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:00:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:00:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:00:36.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:00:36.342Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:00:36.342Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:00:45.894Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:00:45.897Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:01:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:01:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:01:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:01:36.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:01:36.341Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:01:36.341Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:01:45.893Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:01:45.893Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:02:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:02:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:02:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:02:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:02:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:02:36.341Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:02:45.914Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:02:45.919Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:03:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:03:36.340Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:03:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:03:36.341Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:03:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:03:36.341Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:03:45.902Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:03:45.903Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:04:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:04:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:04:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:04:36.340Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:04:36.341Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:04:36.341Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:04:45.918Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:04:45.919Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:05:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:05:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:05:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:05:36.340Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:05:36.341Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:05:36.341Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:05:45.901Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:05:45.901Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:06:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:06:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:06:36.390Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:06:36.391Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:06:36.391Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:06:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:06:45.951Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:06:45.950Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:07:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:07:36.339Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:07:36.339Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:07:36.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:07:36.342Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:07:36.342Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:07:45.896Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:07:45.896Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:08:36.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:08:36.338Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:08:36.339Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:08:36.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:08:36.341Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:08:36.341Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:08:45.887Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:08:45.890Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:09:36.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:09:36.338Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:09:36.338Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:09:36.340Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:09:36.341Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:09:36.341Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:09:45.892Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:09:45.892Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:10:36.339Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:10:36.341Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:10:36.342Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:10:36.342Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:10:36.342Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:10:36.342Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:10:45.896Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:10:45.897Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:11:36.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:11:36.338Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:11:36.338Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:11:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:11:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:11:36.341Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:11:45.882Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:11:45.885Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:12:36.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:12:36.338Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:12:36.338Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:12:36.342Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:12:36.342Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:12:36.343Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:12:45.896Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:12:45.902Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:13:36.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:13:36.338Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:13:36.338Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:13:36.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:13:36.341Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:13:36.342Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:13:45.893Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:13:45.894Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:14:36.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:14:36.338Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:14:36.338Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:14:36.340Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:14:36.341Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:14:36.341Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:14:45.888Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:14:45.888Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:15:36.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:15:36.338Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:15:36.338Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:15:36.340Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:15:36.341Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:15:36.341Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:15:45.922Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:15:45.923Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:16:36.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:16:36.338Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:16:36.338Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:16:36.340Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:16:36.341Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:16:36.341Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:16:45.887Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:16:45.907Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:17:36.338Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:17:36.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:17:36.341Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:17:36.341Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:17:36.341Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:17:36.341Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:17:45.900Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:17:45.935Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:18:36.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:18:36.338Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:18:36.338Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:18:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:18:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:18:36.342Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:18:45.895Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:18:45.896Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:19:36.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:19:36.338Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:19:36.338Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:19:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:19:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:19:36.341Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:19:45.883Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:19:45.888Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:20:36.339Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:20:36.340Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:20:36.340Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:20:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:20:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:20:36.341Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:20:45.891Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:20:45.893Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:21:36.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:21:36.338Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:21:36.338Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:21:36.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:21:36.341Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:21:36.341Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:21:45.892Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:21:45.900Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:22:36.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:22:36.338Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:22:36.339Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:22:36.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:22:36.341Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:22:36.341Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:22:45.925Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:22:45.926Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:23:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:23:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:23:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:23:36.340Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:23:36.343Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:23:36.343Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:23:45.898Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:23:45.898Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:24:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:24:36.340Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:24:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:24:36.340Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:24:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:24:36.341Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:24:45.893Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:24:45.898Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:25:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:25:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:25:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:25:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:25:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:25:36.341Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:25:45.920Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:25:45.920Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:26:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:26:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:26:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:26:36.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:26:36.341Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:26:36.341Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:26:45.889Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:26:45.894Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:27:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:27:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:27:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:27:36.340Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:27:36.341Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:27:36.341Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:27:45.887Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:27:45.896Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:28:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:28:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:28:36.339Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:28:36.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:28:36.341Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:28:36.341Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:28:45.894Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:28:45.896Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:29:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:29:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:29:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:29:36.340Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:29:36.341Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:29:36.341Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:29:45.908Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:29:45.911Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:30:36.341Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:30:36.348Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:30:36.349Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:30:36.351Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:30:36.353Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:30:36.354Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:30:45.935Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:30:45.936Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:31:36.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:31:36.338Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:31:36.338Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:31:36.341Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:31:36.342Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:31:36.342Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:31:45.889Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:31:45.890Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:32:36.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:32:36.339Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:32:36.339Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:32:36.347Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:32:36.348Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:32:36.348Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:32:45.907Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:32:45.907Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:33:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:33:36.338Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:33:36.338Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:33:36.340Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:33:36.341Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:33:36.341Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:33:45.913Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:33:45.962Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:34:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:34:36.338Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:34:36.338Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:34:36.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:34:36.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:34:36.341Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:34:45.886Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:34:45.894Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:35:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:35:36.339Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:35:36.339Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:35:36.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:35:36.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:35:36.341Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:35:45.887Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:35:45.890Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:36:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:36:36.338Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:36:36.338Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:36:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:36:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:36:36.341Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:36:45.909Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:36:45.919Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:37:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:37:36.340Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:37:36.340Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:37:36.340Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:37:36.341Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:37:36.341Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:37:45.887Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:37:45.888Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:38:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:38:36.338Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:38:36.338Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:38:36.341Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:38:36.341Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:38:36.341Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:38:45.899Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:38:45.899Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:39:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:39:36.339Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:39:36.339Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:39:36.341Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:39:36.342Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:39:36.342Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:39:45.967Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:39:45.968Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:40:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:40:36.338Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:40:36.339Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:40:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:40:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:40:36.341Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:40:45.904Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:40:45.905Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:41:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:41:36.338Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:41:36.338Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:41:36.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:41:36.341Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:41:36.341Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:41:45.891Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:41:45.892Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:42:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:42:36.338Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:42:36.338Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:42:36.340Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:42:36.341Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:42:36.343Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:42:45.894Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:42:45.895Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:43:36.338Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:43:36.341Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:43:36.342Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:43:36.343Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:43:36.342Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:43:36.347Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:43:45.899Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:43:45.906Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:44:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:44:36.338Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:44:36.339Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:44:36.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:44:36.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:44:36.341Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:44:45.898Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:44:45.898Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:45:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:45:36.338Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:45:36.338Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:45:36.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:45:36.341Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:45:36.341Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:45:45.930Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:45:45.930Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:46:36.338Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:46:36.340Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:46:36.341Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:46:36.341Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:46:36.341Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:46:36.340Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:46:45.917Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:46:45.922Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:47:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:47:36.338Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:47:36.338Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:47:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:47:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:47:36.342Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:47:45.892Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:47:45.895Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:48:36.338Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:48:36.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:48:36.342Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:48:36.343Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:48:36.346Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:48:36.348Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:48:45.949Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:48:45.955Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:49:36.338Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:49:36.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:49:36.342Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:49:36.343Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:49:36.342Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:49:36.343Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:49:45.914Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:49:45.914Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:50:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:50:36.339Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:50:36.339Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:50:36.340Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:50:36.341Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:50:36.342Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:50:45.891Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:50:45.893Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:51:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:51:36.338Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:51:36.339Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:51:36.340Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:51:36.342Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:51:36.342Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:51:45.895Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:51:45.895Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:52:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:52:36.338Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:52:36.339Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:52:36.341Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:52:36.342Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:52:36.342Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:52:45.909Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:52:45.909Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:53:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:53:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:53:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:53:36.341Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:53:36.342Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:53:36.342Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:53:45.898Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:53:45.898Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:54:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:54:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:54:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:54:36.340Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:54:36.341Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:54:36.342Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:54:45.898Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:54:45.898Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:55:36.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:55:36.340Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:55:36.340Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:55:36.340Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:55:36.341Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:55:36.341Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:55:45.893Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:55:45.897Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:56:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:56:36.339Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:56:36.339Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:56:36.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:56:36.341Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:56:36.341Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:56:45.913Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:56:45.913Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:57:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:57:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:57:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:57:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:57:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:57:36.341Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:57:45.887Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:57:45.887Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:58:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:58:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:58:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:58:36.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:58:36.341Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:58:36.342Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:58:45.895Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:58:45.895Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:59:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:59:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:59:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:59:36.340Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T12:59:36.341Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T12:59:36.341Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T12:59:45.890Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T12:59:45.892Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:00:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:00:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:00:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:00:36.340Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:00:36.341Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:00:36.341Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:00:45.895Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:00:45.898Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:01:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:01:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:01:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:01:36.340Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:01:36.341Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:01:36.341Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:01:45.890Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:01:45.896Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:02:36.338Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:02:36.340Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:02:36.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:02:36.342Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:02:36.341Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:02:36.342Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:02:45.896Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:02:45.936Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:03:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:03:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:03:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:03:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:03:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:03:36.341Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:03:45.886Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:03:45.887Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:04:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:04:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:04:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:04:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:04:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:04:36.341Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:04:45.912Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:04:45.912Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:05:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:05:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:05:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:05:36.340Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:05:36.341Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:05:36.341Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:05:45.894Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:05:45.927Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:06:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:06:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:06:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:06:36.340Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:06:36.341Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:06:36.341Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:06:45.910Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:06:45.911Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:07:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:07:36.338Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:07:36.338Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:07:36.341Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:07:36.342Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:07:36.342Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:07:45.896Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:07:45.898Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:08:36.341Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:08:36.342Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:08:36.343Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:08:36.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:08:36.343Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:08:36.343Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:08:45.909Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:08:45.909Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:09:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:09:36.340Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:09:36.341Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:09:36.341Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:09:36.353Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:09:36.354Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:09:45.925Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:09:45.928Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:10:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:10:36.338Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:10:36.338Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:10:36.340Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:10:36.341Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:10:36.341Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:10:45.907Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:10:45.907Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:11:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:11:36.338Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:11:36.338Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:11:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:11:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:11:36.341Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:11:45.889Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:11:45.893Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:12:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:12:36.338Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:12:36.338Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:12:36.340Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:12:36.341Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:12:36.341Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:12:45.890Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:12:45.890Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:13:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:13:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:13:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:13:36.340Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:13:36.341Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:13:36.342Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:13:45.889Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:13:45.897Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:14:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:14:36.339Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:14:36.339Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:14:36.340Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:14:36.341Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:14:36.341Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:14:45.902Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:14:45.906Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:15:36.338Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:15:36.342Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:15:36.342Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:15:36.352Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:15:36.353Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:15:36.353Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:15:45.935Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:15:45.938Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:16:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:16:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:16:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:16:36.340Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:16:36.342Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:16:36.342Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:16:45.907Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:16:45.907Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:17:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:17:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:17:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:17:36.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:17:36.341Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:17:36.342Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:17:45.897Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:17:45.897Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:18:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:18:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:18:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:18:36.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:18:36.341Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:18:36.341Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:18:45.922Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:18:45.922Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:19:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:19:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:19:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:19:36.346Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:19:36.348Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:19:36.351Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:19:45.902Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:19:45.910Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:20:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:20:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:20:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:20:36.340Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:20:36.341Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:20:36.341Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:20:45.921Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:20:45.935Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:21:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:21:36.340Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:21:36.340Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:21:36.340Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:21:36.341Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:21:36.341Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:21:45.894Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:21:45.894Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:22:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:22:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:22:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:22:36.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:22:36.341Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:22:36.341Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:22:45.904Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:22:45.906Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:23:36.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:23:36.338Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:23:36.338Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:23:36.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:23:36.341Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:23:36.342Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:23:45.913Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:23:45.917Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:24:36.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:24:36.338Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:24:36.338Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:24:36.340Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:24:36.341Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:24:36.341Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:24:45.917Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:24:45.926Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:25:36.338Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:25:36.339Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:25:36.339Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:25:36.340Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:25:36.341Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:25:36.341Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:25:45.886Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:25:45.887Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:26:36.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:26:36.338Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:26:36.338Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:26:36.341Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:26:36.342Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:26:36.342Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:26:45.887Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:26:45.887Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:27:36.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:27:36.338Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:27:36.338Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:27:36.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:27:36.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:27:36.341Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:27:45.889Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:27:45.893Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:28:36.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:28:36.340Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:28:36.340Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:28:36.340Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:28:36.341Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:28:36.341Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:28:45.894Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:28:45.913Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:29:36.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:29:36.338Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:29:36.338Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:29:36.340Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:29:36.341Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:29:36.341Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:29:45.891Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:29:45.891Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:30:36.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:30:36.338Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:30:36.338Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:30:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:30:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:30:36.341Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:30:45.913Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:30:45.913Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:31:36.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:31:36.338Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:31:36.338Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:31:36.340Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:31:36.341Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:31:36.342Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:31:45.887Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:31:45.887Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:32:36.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:32:36.338Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:32:36.338Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:32:36.341Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:32:36.341Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:32:36.341Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:32:45.923Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:32:45.924Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:33:36.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:33:36.338Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:33:36.338Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:33:36.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:33:36.341Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:33:36.341Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:33:45.897Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:33:45.897Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:34:36.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:34:36.338Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:34:36.339Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:34:36.341Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:34:36.342Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:34:36.342Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:34:45.884Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:34:45.886Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:35:36.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:35:36.346Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:35:36.347Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:35:36.349Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:35:36.350Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:35:36.350Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:35:45.967Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:35:45.969Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:36:36.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:36:36.338Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:36:36.338Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:36:36.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:36:36.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:36:36.341Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:36:45.889Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:36:45.892Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:37:36.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:37:36.338Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:37:36.338Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:37:36.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:37:36.341Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:37:36.341Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:37:45.918Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:37:45.918Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:38:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:38:36.338Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:38:36.339Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:38:36.340Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:38:36.350Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:38:36.351Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:38:45.918Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:38:45.939Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:39:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:39:36.339Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:39:36.339Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:39:36.342Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:39:36.343Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:39:36.343Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:39:45.909Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:39:45.911Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:40:36.339Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:40:36.340Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:40:36.341Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:40:36.341Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:40:36.348Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:40:36.348Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:40:45.935Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:40:45.948Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:41:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:41:36.339Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:41:36.339Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:41:36.345Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:41:36.346Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:41:36.347Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:41:45.923Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:41:45.923Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:42:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:42:36.339Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:42:36.339Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:42:36.341Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:42:36.342Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:42:36.342Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:42:45.893Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:42:45.897Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:43:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:43:36.338Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:43:36.338Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:43:36.341Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:43:36.341Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:43:36.342Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:43:45.900Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:43:45.926Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:44:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:44:36.338Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:44:36.338Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:44:36.341Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:44:36.341Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:44:36.342Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:44:45.897Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:44:45.897Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:45:36.345Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:45:36.345Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:45:36.346Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:45:36.347Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:45:36.347Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:45:36.348Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:45:45.932Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:45:45.932Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:46:36.338Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:46:36.339Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:46:36.340Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:46:36.340Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:46:36.341Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:46:36.341Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:46:45.940Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:46:45.974Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:47:36.338Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:47:36.339Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:47:36.340Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:47:36.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:47:36.341Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:47:36.341Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:47:45.911Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:47:45.911Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:48:36.338Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:48:36.339Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:48:36.339Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:48:36.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:48:36.341Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:48:36.341Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:48:45.909Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:48:45.909Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:49:36.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:49:36.338Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:49:36.338Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:49:36.340Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:49:36.342Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:49:36.342Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:49:45.955Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:49:45.955Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:50:36.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:50:36.338Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:50:36.338Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:50:36.341Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:50:36.342Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:50:36.342Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:50:45.905Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:50:45.908Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:51:36.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:51:36.338Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:51:36.338Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:51:36.342Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:51:36.342Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:51:36.342Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:51:45.899Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:51:45.900Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:52:36.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:52:36.338Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:52:36.338Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:52:36.340Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:52:36.341Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:52:36.342Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:52:45.899Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:52:45.899Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:53:36.338Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:53:36.339Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:53:36.339Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:53:36.340Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:53:36.341Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:53:36.341Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:53:45.932Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:53:45.932Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:54:36.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:54:36.338Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:54:36.339Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:54:36.340Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:54:36.341Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:54:36.341Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:54:45.895Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:54:45.900Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:55:36.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:55:36.338Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:55:36.339Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:55:36.340Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:55:36.341Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:55:36.341Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:55:45.931Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:55:45.931Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:56:36.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:56:36.338Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:56:36.338Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:56:36.341Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:56:36.342Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:56:36.343Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:56:45.895Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:56:45.908Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:57:36.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:57:36.339Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:57:36.339Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:57:36.340Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:57:36.341Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:57:36.341Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:57:45.898Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:57:45.899Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:58:36.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:58:36.338Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:58:36.338Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:58:36.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:58:36.341Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:58:36.341Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:58:45.887Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:58:45.889Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:59:36.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:59:36.338Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:59:36.338Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:59:36.341Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T13:59:36.342Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T13:59:36.342Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T13:59:45.896Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T13:59:45.902Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:00:36.342Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:00:36.342Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:00:36.343Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:00:36.343Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:00:36.343Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:00:36.343Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:00:45.907Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:00:45.907Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:01:36.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:01:36.339Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:01:36.339Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:01:36.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:01:36.341Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:01:36.341Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:01:45.891Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:01:45.891Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:02:36.338Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:02:36.338Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:02:36.339Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:02:36.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:02:36.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:02:36.341Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:02:45.896Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:02:45.898Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:03:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:03:36.337Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:03:36.337Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:03:36.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:03:36.341Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:03:36.341Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:03:45.889Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:03:45.889Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:04:36.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:04:36.338Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:04:36.338Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:04:36.340Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:04:36.341Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:04:36.341Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:04:45.889Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:04:45.889Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:05:36.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:05:36.338Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:05:36.338Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:05:36.340Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:05:36.343Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:05:36.343Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:05:45.906Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:05:45.906Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:06:36.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:06:36.338Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:06:36.338Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:06:36.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:06:36.341Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:06:36.341Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:06:45.899Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:06:45.899Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:07:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:07:36.340Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:07:36.340Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:07:36.341Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:07:36.341Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:07:36.341Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:07:45.914Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:07:45.914Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:08:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:08:36.338Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:08:36.338Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:08:36.343Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:08:36.343Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:08:36.343Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:08:45.891Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:08:45.897Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:09:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:09:36.338Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:09:36.339Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:09:36.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:09:36.341Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:09:36.341Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:09:45.892Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:09:45.892Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:10:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:10:36.338Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:10:36.338Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:10:36.341Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:10:36.343Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:10:36.343Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:10:45.886Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:10:45.887Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:11:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:11:36.338Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:11:36.338Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:11:36.340Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:11:36.342Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:11:36.342Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:11:45.889Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:11:45.890Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:12:36.338Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:12:36.339Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:12:36.340Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:12:36.340Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:12:36.341Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:12:36.341Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:12:45.958Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:12:45.958Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:13:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:13:36.338Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:13:36.338Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:13:36.340Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:13:36.341Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:13:36.341Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:13:45.914Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:13:45.915Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:14:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:14:36.338Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:14:36.338Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:14:36.340Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:14:36.341Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:14:36.341Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:14:45.895Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:14:45.895Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:15:36.338Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:15:36.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:15:36.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:15:36.342Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:15:36.341Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:15:36.343Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:15:45.943Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:15:45.944Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:16:36.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:16:36.341Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:16:36.342Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:16:36.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:16:36.343Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:16:36.343Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:16:45.915Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:16:45.919Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:17:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:17:36.338Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:17:36.338Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:17:36.340Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:17:36.341Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:17:36.341Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:17:45.956Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:17:45.957Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:18:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:18:36.338Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:18:36.338Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:18:36.342Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:18:36.342Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:18:36.342Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:18:45.900Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:18:45.901Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:19:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:19:36.338Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:19:36.338Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:19:36.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:19:36.341Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:19:36.341Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:19:45.905Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:19:45.913Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:20:36.340Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:20:36.342Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:20:36.342Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:20:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:20:36.342Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:20:36.344Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:20:45.933Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:20:45.934Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:21:36.338Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:21:36.340Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:21:36.341Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:21:36.341Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:21:36.342Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:21:36.342Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:21:45.903Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:21:45.925Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:22:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:22:36.339Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:22:36.339Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:22:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:22:36.343Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:22:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:22:45.921Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:22:45.922Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:23:36.338Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:23:36.338Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:23:36.339Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:23:36.340Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:23:36.341Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:23:36.341Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:23:45.993Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:23:45.995Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:24:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:24:36.338Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:24:36.338Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:24:36.341Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:24:36.346Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:24:36.347Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:24:45.896Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:24:45.903Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:25:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:25:36.338Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:25:36.338Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:25:36.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:25:36.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:25:36.341Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:25:45.892Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:25:45.907Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:26:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:26:36.338Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:26:36.338Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:26:36.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:26:36.344Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:26:36.344Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:26:45.916Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:26:45.945Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:27:36.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:27:36.338Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:27:36.338Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:27:36.341Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:27:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:27:36.342Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:27:45.915Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:27:45.921Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:28:36.338Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:28:36.340Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:28:36.341Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:28:36.341Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:28:36.341Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:28:36.341Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:28:45.896Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:28:45.904Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:29:36.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:29:36.338Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:29:36.338Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:29:36.341Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:29:36.342Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:29:36.342Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:29:45.898Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:29:45.898Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:30:36.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:30:36.337Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:30:36.338Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:30:36.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:30:36.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:30:36.341Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:30:45.938Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:30:45.939Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:31:36.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:31:36.338Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:31:36.338Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:31:36.340Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:31:36.341Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:31:36.343Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:31:45.902Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:31:45.936Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:32:36.338Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:32:36.340Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:32:36.341Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:32:36.342Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:32:36.340Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:32:36.344Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:32:45.911Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:32:45.924Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:33:36.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:33:36.338Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:33:36.338Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:33:36.341Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:33:36.341Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:33:36.342Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:33:45.892Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:33:45.892Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:34:36.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:34:36.339Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:34:36.339Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:34:36.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:34:36.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:34:36.341Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:34:45.896Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:34:45.896Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:35:36.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:35:36.338Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:35:36.339Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:35:36.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:35:36.344Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:35:36.344Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:35:45.913Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:35:45.914Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:36:36.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:36:36.338Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:36:36.339Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:36:36.341Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:36:36.342Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:36:36.342Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:36:45.904Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:36:45.904Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:37:36.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:37:36.338Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:37:36.338Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:37:36.340Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:37:36.341Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:37:36.341Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:37:45.892Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:37:45.893Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:38:36.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:38:36.338Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:38:36.338Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:38:36.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:38:36.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:38:36.341Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:38:45.893Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:38:45.897Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:39:36.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:39:36.339Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:39:36.339Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:39:36.340Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:39:36.341Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:39:36.341Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:39:45.921Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:39:45.921Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:40:36.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:40:36.339Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:40:36.339Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:40:36.349Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:40:36.350Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:40:36.350Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:40:45.932Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:40:45.936Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:41:36.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:41:36.339Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:41:36.340Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:41:36.340Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:41:36.341Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:41:36.341Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:41:45.900Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:41:45.900Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:42:36.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:42:36.338Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:42:36.338Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:42:36.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:42:36.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:42:36.341Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:42:45.912Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:42:45.988Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:43:36.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:43:36.337Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:43:36.337Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:43:36.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:43:36.341Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:43:36.341Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:43:45.885Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:43:45.891Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:44:36.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:44:36.338Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:44:36.338Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:44:36.340Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:44:36.341Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:44:36.341Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:44:45.883Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:44:45.890Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:45:36.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:45:36.338Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:45:36.338Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:45:36.340Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:45:36.341Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:45:36.341Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:45:45.893Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:45:45.896Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:46:36.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:46:36.338Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:46:36.338Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:46:36.340Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:46:36.341Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:46:36.341Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:46:45.885Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:46:45.886Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:47:36.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:47:36.338Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:47:36.338Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:47:36.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:47:36.341Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:47:36.341Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:47:45.903Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:47:45.906Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:48:36.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:48:36.339Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:48:36.339Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:48:36.340Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:48:36.341Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:48:36.341Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:48:45.891Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:48:45.893Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:49:36.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:49:36.338Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:49:36.338Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:49:36.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:49:36.342Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:49:36.343Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:49:45.899Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:49:45.904Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:50:36.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:50:36.338Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:50:36.338Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:50:36.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:50:36.341Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:50:36.341Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:50:45.909Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:50:45.933Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:51:36.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:51:36.338Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:51:36.338Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:51:36.341Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:51:36.342Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:51:36.342Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:51:45.912Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:51:45.975Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:52:36.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:52:36.337Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:52:36.338Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:52:36.341Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:52:36.342Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:52:36.342Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:52:45.900Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:52:45.903Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:53:36.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:53:36.338Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:53:36.338Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:53:36.340Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:53:36.341Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:53:36.341Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:53:45.885Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:53:45.887Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:54:36.338Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:54:36.340Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:54:36.341Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:54:36.341Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:54:36.341Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:54:36.341Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:54:45.905Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:54:45.925Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:55:36.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:55:36.338Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:55:36.338Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:55:36.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:55:36.341Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:55:36.341Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:55:45.931Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:55:45.976Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:56:36.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:56:36.338Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:56:36.338Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:56:36.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:56:36.341Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:56:36.341Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:56:45.883Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:56:45.885Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:57:36.338Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:57:36.339Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:57:36.339Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:57:36.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:57:36.340Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:57:36.341Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:57:45.891Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:57:45.895Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:58:36.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:58:36.338Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:58:36.338Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:58:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:58:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:58:36.341Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:58:45.893Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:58:45.903Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:59:36.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:59:36.338Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:59:36.339Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:59:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T14:59:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T14:59:36.341Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T14:59:45.907Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T14:59:45.909Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:00:36.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:00:36.338Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:00:36.339Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:00:36.340Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:00:36.341Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:00:36.341Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:00:45.900Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:00:45.900Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:01:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:01:36.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:01:36.338Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:01:36.340Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:01:36.341Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:01:36.341Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:01:45.892Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:01:45.892Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:02:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:02:36.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:02:36.338Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:02:36.340Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:02:36.341Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:02:36.341Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:02:45.891Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:02:45.891Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:03:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:03:36.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:03:36.338Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:03:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:03:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:03:36.341Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:03:45.891Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:03:45.906Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:04:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:04:36.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:04:36.338Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:04:36.341Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:04:36.342Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:04:36.342Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:04:45.913Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:04:45.914Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:05:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:05:36.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:05:36.338Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:05:36.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:05:36.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:05:36.341Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:05:45.955Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:05:45.957Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:06:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:06:36.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:06:36.338Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:06:36.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:06:36.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:06:36.342Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:06:45.886Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:06:45.892Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:07:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:07:36.340Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:07:36.340Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:07:36.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:07:36.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:07:36.341Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:07:45.892Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:07:45.892Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:08:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:08:36.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:08:36.338Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:08:36.340Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:08:36.341Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:08:36.341Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:08:45.892Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:08:45.910Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:09:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:09:36.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:09:36.338Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:09:36.340Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:09:36.341Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:09:36.341Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:09:45.891Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:09:45.891Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:10:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:10:36.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:10:36.338Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:10:36.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:10:36.341Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:10:36.341Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:10:45.895Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:10:45.897Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:11:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:11:36.337Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:11:36.338Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:11:36.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:11:36.341Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:11:36.341Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:11:45.887Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:11:45.888Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:12:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:12:36.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:12:36.339Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:12:36.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:12:36.340Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:12:36.341Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:12:45.898Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:12:45.898Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:13:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:13:36.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:13:36.340Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:13:36.340Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:13:36.341Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:13:36.341Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:13:45.889Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:13:45.890Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:14:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:14:36.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:14:36.338Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:14:36.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:14:36.341Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:14:36.341Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:14:45.896Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:14:45.897Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:15:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:15:36.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:15:36.338Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:15:36.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:15:36.344Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:15:36.344Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:15:45.932Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:15:45.957Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:16:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:16:36.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:16:36.338Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:16:36.340Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:16:36.341Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:16:36.341Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:16:45.904Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:16:45.935Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:17:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:17:36.337Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:17:36.338Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:17:36.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:17:36.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:17:36.341Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:17:45.890Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:17:45.891Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:18:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:18:36.339Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:18:36.339Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:18:36.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:18:36.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:18:36.341Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:18:45.889Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:18:45.892Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:19:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:19:36.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:19:36.338Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:19:36.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:19:36.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:19:36.341Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:19:45.961Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:19:45.971Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:20:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:20:36.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:20:36.338Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:20:36.340Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:20:36.341Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:20:36.341Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:20:45.885Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:20:45.886Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:21:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:21:36.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:21:36.338Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:21:36.340Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:21:36.341Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:21:36.341Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:21:45.893Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:21:45.901Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:22:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:22:36.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:22:36.338Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:22:36.340Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:22:36.341Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:22:36.341Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:22:45.896Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:22:45.905Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:23:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:23:36.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:23:36.338Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:23:36.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:23:36.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:23:36.341Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:23:45.890Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:23:45.891Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:24:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:24:36.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:24:36.338Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:24:36.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:24:36.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:24:36.341Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:24:45.885Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:24:45.888Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:25:36.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:25:36.340Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:25:36.341Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:25:36.341Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:25:36.340Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:25:36.342Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:25:45.947Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:25:45.950Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:26:36.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:26:36.338Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:26:36.339Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:26:36.340Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:26:36.343Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:26:36.343Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:26:45.906Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:26:45.907Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:27:36.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:27:36.338Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:27:36.338Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:27:36.340Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:27:36.341Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:27:36.342Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:27:45.912Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:27:45.916Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:28:36.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:28:36.338Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:28:36.338Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:28:36.340Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:28:36.341Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:28:36.341Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:28:45.918Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:28:45.919Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:29:36.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:29:36.338Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:29:36.338Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:29:36.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:29:36.341Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:29:36.341Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:29:45.914Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:29:45.917Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:30:36.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:30:36.338Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:30:36.338Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:30:36.341Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:30:36.341Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:30:36.341Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:30:45.895Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:30:45.898Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:31:36.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:31:36.338Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:31:36.338Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:31:36.340Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:31:36.341Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:31:36.341Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:31:45.916Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:31:45.921Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:32:36.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:32:36.340Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:32:36.340Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:32:36.341Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:32:36.341Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:32:36.341Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:32:45.912Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:32:45.912Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:33:36.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:33:36.338Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:33:36.338Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:33:36.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:33:36.341Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:33:36.342Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:33:45.886Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:33:45.890Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:34:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:34:36.337Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:34:36.338Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:34:36.340Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:34:36.341Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:34:36.341Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:34:45.883Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:34:45.890Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:35:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:35:36.338Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:35:36.338Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:35:36.340Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:35:36.341Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:35:36.341Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:35:45.910Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:35:45.912Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:36:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:36:36.338Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:36:36.339Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:36:36.340Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:36:36.341Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:36:36.341Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:36:45.893Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:36:45.895Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:37:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:37:36.338Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:37:36.338Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:37:36.340Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:37:36.342Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:37:36.342Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:37:45.927Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:37:45.933Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:38:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:38:36.338Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:38:36.338Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:38:36.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:38:36.341Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:38:36.341Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:38:45.912Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:38:45.925Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:39:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:39:36.338Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:39:36.338Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:39:36.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:39:36.341Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:39:36.341Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:39:45.881Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:39:45.888Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:40:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:40:36.340Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:40:36.341Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:40:36.341Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:40:36.341Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:40:36.342Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:40:45.920Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:40:45.920Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:41:36.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:41:36.338Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:41:36.338Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:41:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:41:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:41:36.342Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:41:45.917Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:41:45.918Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:42:36.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:42:36.338Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:42:36.338Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:42:36.340Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:42:36.341Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:42:36.341Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:42:45.947Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:42:45.963Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:43:36.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:43:36.338Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:43:36.338Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:43:36.340Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:43:36.341Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:43:36.341Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:43:45.890Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:43:45.890Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:44:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:44:36.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:44:36.338Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:44:36.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:44:36.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:44:36.341Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:44:45.905Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:44:45.905Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:45:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:45:36.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:45:36.338Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:45:36.340Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:45:36.341Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:45:36.342Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:45:45.907Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:45:45.907Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:46:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:46:36.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:46:36.338Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:46:36.343Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:46:36.343Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:46:36.344Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:46:45.945Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:46:45.951Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:47:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:47:36.339Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:47:36.339Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:47:36.340Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:47:36.341Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:47:36.342Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:47:45.922Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:47:45.922Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:48:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:48:36.337Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:48:36.338Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:48:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:48:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:48:36.341Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:48:45.892Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:48:45.899Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:49:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:49:36.337Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:49:36.338Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:49:36.340Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:49:36.341Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:49:36.341Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:49:45.889Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:49:45.916Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:50:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:50:36.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:50:36.338Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:50:36.340Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:50:36.341Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:50:36.341Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:50:45.904Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:50:45.906Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:51:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:51:36.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:51:36.338Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:51:36.340Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:51:36.341Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:51:36.342Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:51:45.905Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:51:45.925Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:52:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:52:36.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:52:36.338Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:52:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:52:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:52:36.341Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:52:45.906Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:52:45.918Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:53:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:53:36.340Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:53:36.340Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:53:36.340Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:53:36.341Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:53:36.341Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:53:45.902Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:53:45.902Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:54:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:54:36.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:54:36.338Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:54:36.340Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:54:36.341Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:54:36.341Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:54:45.883Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:54:45.888Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:55:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:55:36.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:55:36.338Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:55:36.340Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:55:36.341Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:55:36.341Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:55:45.906Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:55:45.917Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:56:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:56:36.339Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:56:36.339Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:56:36.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:56:36.342Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:56:36.342Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:56:45.889Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:56:45.894Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:57:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:57:36.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:57:36.338Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:57:36.340Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:57:36.341Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:57:36.341Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:57:45.890Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:57:45.897Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:58:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:58:36.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:58:36.338Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:58:36.340Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:58:36.341Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:58:36.341Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:58:45.950Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:58:45.969Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:59:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:59:36.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T15:59:36.340Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:59:36.341Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:59:36.341Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T15:59:36.341Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T15:59:45.898Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T15:59:45.907Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:00:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:00:36.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:00:36.338Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:00:36.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:00:36.341Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:00:36.341Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:00:45.933Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:00:45.938Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:01:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:01:36.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:01:36.338Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:01:36.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:01:36.341Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:01:36.341Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:01:45.881Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:01:45.883Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:02:36.338Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:02:36.339Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:02:36.339Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:02:36.347Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:02:36.348Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:02:36.348Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:02:45.920Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:02:45.925Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:03:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:03:36.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:03:36.338Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:03:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:03:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:03:36.341Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:03:45.904Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:03:45.926Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:04:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:04:36.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:04:36.338Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:04:36.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:04:36.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:04:36.341Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:04:45.916Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:04:45.919Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:05:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:05:36.339Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:05:36.339Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:05:36.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:05:36.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:05:36.341Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:05:45.920Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:05:45.929Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:06:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:06:36.339Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:06:36.339Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:06:36.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:06:36.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:06:36.341Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:06:45.882Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:06:45.882Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:07:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:07:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:07:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:07:36.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:07:36.342Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:07:36.343Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:07:45.931Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:07:45.931Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:08:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:08:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:08:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:08:36.340Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:08:36.341Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:08:36.341Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:08:45.915Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:08:45.917Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:09:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:09:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:09:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:09:36.340Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:09:36.341Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:09:36.341Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:09:45.896Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:09:45.912Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:10:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:10:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:10:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:10:36.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:10:36.341Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:10:36.341Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:10:45.926Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:10:45.935Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:11:36.339Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:11:36.339Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:11:36.340Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:11:36.341Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:11:36.341Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:11:36.342Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:11:45.977Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:11:45.982Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:12:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:12:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:12:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:12:36.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:12:36.341Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:12:36.341Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:12:45.891Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:12:45.893Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:13:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:13:36.340Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:13:36.340Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:13:36.340Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:13:36.340Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:13:36.341Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:13:45.946Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:13:45.946Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:14:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:14:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:14:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:14:36.340Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:14:36.341Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:14:36.341Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:14:45.915Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:14:45.921Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:15:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:15:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:15:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:15:36.340Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:15:36.341Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:15:36.341Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:15:45.928Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:15:45.936Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:16:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:16:36.337Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:16:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:16:36.340Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:16:36.341Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:16:36.341Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:16:45.897Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:16:45.897Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:17:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:17:36.338Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:17:36.338Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:17:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:17:36.343Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:17:36.343Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:17:45.929Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:17:45.930Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:18:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:18:36.338Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:18:36.339Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:18:36.340Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:18:36.341Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:18:36.341Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:18:45.901Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:18:45.908Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:19:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:19:36.338Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:19:36.339Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:19:36.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:19:36.341Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:19:36.341Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:19:45.910Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:19:45.916Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:20:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:20:36.338Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:20:36.339Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:20:36.341Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:20:36.341Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:20:36.341Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:20:45.924Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:20:45.934Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:21:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:21:36.338Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:21:36.338Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:21:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:21:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:21:36.341Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:21:45.889Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:21:45.894Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:22:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:22:36.337Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:22:36.338Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:22:36.340Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:22:36.341Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:22:36.341Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:22:45.897Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:22:45.898Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:23:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:23:36.338Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:23:36.338Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:23:36.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:23:36.341Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:23:36.341Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:23:45.951Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:23:45.956Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:24:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:24:36.338Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:24:36.338Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:24:36.340Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:24:36.341Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:24:36.341Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:24:45.882Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:24:45.888Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:25:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:25:36.338Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:25:36.338Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:25:36.340Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:25:36.341Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:25:36.341Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:25:45.928Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:25:45.930Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:26:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:26:36.340Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:26:36.340Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:26:36.340Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:26:36.341Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:26:36.341Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:26:45.906Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:26:45.907Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:27:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:27:36.338Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:27:36.338Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:27:36.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:27:36.341Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:27:36.342Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:27:45.901Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:27:45.900Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:28:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:28:36.338Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:28:36.338Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:28:36.341Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:28:36.342Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:28:36.342Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:28:45.905Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:28:45.906Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:29:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:29:36.338Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:29:36.338Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:29:36.340Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:29:36.341Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:29:36.341Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:29:45.895Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:29:45.905Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:30:36.338Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:30:36.339Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:30:36.339Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:30:36.340Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:30:36.341Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:30:36.341Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:30:45.929Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:30:45.931Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:31:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:31:36.338Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:31:36.338Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:31:36.340Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:31:36.341Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:31:36.341Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:31:45.912Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:31:45.912Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:32:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:32:36.339Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:32:36.340Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:32:36.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:32:36.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:32:36.341Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:32:45.915Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:32:45.923Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:33:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:33:36.339Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:33:36.339Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:33:36.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:33:36.341Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:33:36.341Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:33:45.926Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:33:45.939Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:34:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:34:36.338Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:34:36.339Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:34:36.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:34:36.341Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:34:36.341Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:34:45.904Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:34:45.908Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:35:36.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:35:36.338Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:35:36.338Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:35:36.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:35:36.341Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:35:36.341Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:35:45.912Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:35:45.915Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:36:36.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:36:36.338Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:36:36.338Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:36:36.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:36:36.341Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:36:36.341Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:36:45.905Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:36:45.910Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:37:36.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:37:36.338Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:37:36.338Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:37:36.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:37:36.341Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:37:36.341Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:37:45.932Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:37:45.940Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:38:36.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:38:36.338Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:38:36.338Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:38:36.340Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:38:36.342Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:38:36.342Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:38:45.902Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:38:45.908Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:39:36.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:39:36.340Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:39:36.340Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:39:36.340Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:39:36.341Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:39:36.342Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:39:45.892Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:39:45.909Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:40:36.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:40:36.339Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:40:36.339Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:40:36.340Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:40:36.341Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:40:36.341Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:40:45.919Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:40:45.921Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:41:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:41:36.338Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:41:36.338Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:41:36.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:41:36.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:41:36.341Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:41:45.922Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:41:45.923Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:42:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:42:36.338Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:42:36.338Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:42:36.340Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:42:36.341Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:42:36.341Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:42:45.898Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:42:45.899Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:43:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:43:36.339Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:43:36.339Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:43:36.340Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:43:36.341Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:43:36.341Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:43:45.887Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:43:45.890Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:44:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:44:36.338Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:44:36.338Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:44:36.340Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:44:36.341Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:44:36.341Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:44:45.912Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:44:45.918Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:45:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:45:36.338Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:45:36.338Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:45:36.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:45:36.345Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:45:36.346Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:45:45.898Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:45:45.898Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:46:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:46:36.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:46:36.340Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:46:36.341Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:46:36.341Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:46:36.342Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:46:45.919Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:46:45.921Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:47:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:47:36.337Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:47:36.338Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:47:36.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:47:36.341Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:47:36.341Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:47:45.884Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:47:45.897Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:48:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:48:36.338Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:48:36.338Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:48:36.340Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:48:36.341Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:48:36.341Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:48:45.902Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:48:45.905Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:49:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:49:36.338Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:49:36.338Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:49:36.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:49:36.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:49:36.341Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:49:45.898Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:49:45.906Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:50:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:50:36.378Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:50:36.379Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:50:36.379Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:50:36.379Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:50:36.379Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:50:45.965Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:50:45.970Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:51:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:51:36.340Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:51:36.340Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:51:36.340Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:51:36.341Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:51:36.341Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:51:45.951Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:51:45.952Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:52:36.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:52:36.338Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:52:36.338Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:52:36.341Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:52:36.341Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:52:36.342Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:52:45.926Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:52:45.926Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:53:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:53:36.338Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:53:36.338Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:53:36.341Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:53:36.341Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:53:36.342Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:53:45.882Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:53:45.883Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:54:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:54:36.338Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:54:36.338Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:54:36.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:54:36.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:54:36.341Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:54:45.900Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:54:45.919Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:55:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:55:36.338Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:55:36.338Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:55:36.340Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:55:36.341Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:55:36.341Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:55:45.893Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:55:45.898Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:56:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:56:36.338Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:56:36.338Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:56:36.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:56:36.341Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:56:36.341Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:56:45.894Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:56:45.899Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:57:36.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:57:36.340Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:57:36.340Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:57:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:57:36.340Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:57:36.341Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:57:45.903Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:57:45.910Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:58:36.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:58:36.338Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:58:36.338Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:58:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:58:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:58:36.341Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:58:45.971Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:58:45.984Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:59:36.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:59:36.338Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:59:36.338Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:59:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T16:59:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T16:59:36.341Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T16:59:45.892Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T16:59:45.892Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:00:36.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:00:36.338Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:00:36.338Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:00:36.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:00:36.341Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:00:36.341Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:00:45.909Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:00:45.910Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:01:36.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:01:36.338Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:01:36.338Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:01:36.340Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:01:36.341Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:01:36.341Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:01:45.942Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:01:45.966Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:02:36.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:02:36.338Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:02:36.338Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:02:36.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:02:36.341Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:02:36.341Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:02:45.888Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:02:45.918Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:03:36.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:03:36.340Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:03:36.340Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:03:36.341Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:03:36.341Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:03:36.341Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:03:45.897Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:03:45.915Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:04:36.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:04:36.338Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:04:36.338Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:04:36.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:04:36.341Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:04:36.341Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:04:45.908Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:04:45.909Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:05:36.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:05:36.338Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:05:36.338Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:05:36.340Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:05:36.341Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:05:36.341Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:05:45.900Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:05:45.900Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:06:36.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:06:36.338Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:06:36.338Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:06:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:06:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:06:36.341Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:06:44.795Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:06:44.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-02T17:06:44.799Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"6d70db74-c0b9-4927-92cb-8945f86fcfbf","serviceName":"vFW 2022-12-02 17-05-41","serviceVersion":"1.0","serviceUUID":"5c2db4fc-4e43-4bcc-927b-8ebfd87eaa1a","serviceDescription":"catalog service description","serviceInvariantUUID":"82085c6a-bdf1-4c11-be49-b6d44cb5ca78","resources":[{"resourceInstanceName":"vFW b61f7fbe-abdf 0","resourceName":"vFW b61f7fbe-abdf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"46c5c2b1-11f8-4ff9-9b7d-15cf0197005f","resourceInvariantUUID":"3eed4cc6-77a8-409e-a200-6b1bd9ff4888","resourceCustomizationUUID":"4757028f-cc45-460e-a648-5fa3a8339df5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/vf-license-model.xml","artifactChecksum":"MjkyZTU0OWEwMjFhOTdhNTY3ODY2OTNiOGNlODUwYzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fa3d3831-c521-43b4-9d87-13c0bb246373","artifactVersion":"1"},{"artifactName":"vfwb61f7fbeabdf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/vfwb61f7fbeabdf0_modules.json","artifactChecksum":"MGJmNTFjOTExMjUzOGEzNDIzNDgyYWMwMGNmZDU3MTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cf738223-9b5f-4c68-96cb-ed52576895dd","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2252c075-f886-4032-b909-64d4e1d11805","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/vendor-license-model.xml","artifactChecksum":"MzA3OGM5OGU3MWJmZTEyMGRkYjQyOTU3NGI0YzcwM2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"eac686c2-4451-4964-bbbf-3a7e8b11f9c4","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1dc76109-7e51-43da-9805-2bdccbaf2d82","artifactVersion":"2","generatedFromUUID":"2252c075-f886-4032-b909-64d4e1d11805"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221202170541-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221202170541/1.0/artifacts/service-Vfw20221202170541-template.yml","artifactChecksum":"MWJiMThjMDNiZDgxMGE5MWNhYTYwOWJjZGFiYjFkZGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"df357f5e-8ff4-42ea-9a72-ed801329698c","artifactVersion":"1"},{"artifactName":"service-Vfw20221202170541-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221202170541/1.0/artifacts/service-Vfw20221202170541-csar.csar","artifactChecksum":"ZmJlYmE3ZWU1NjNlYTZmNGExOGNlNmUzZTQ0YzA0NTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fe42e9bf-742e-4686-8bbf-4637137998ec","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-02T17:06:44.835Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T17:06:44.849Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:06:44.872Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:06:44.872Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670000796337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:06:44.972Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-12-02T17:06:44.979Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:06:44.980Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:06:44.985Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:06:44.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:06:44.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670000799900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:06:44.994Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:06:44.995Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:06:45.007Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:06:45.881Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T17:06:45.882Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:06:45.884Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:06:45.885Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670000796337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/vfwb61f7fbeabdf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-02T17:06:45.984Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T17:06:45.986Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:06:45.986Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:06:45.998Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:06:45.999Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:06:46.885Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T17:06:46.886Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:06:46.888Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:06:46.888Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670000796337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-02T17:06:46.988Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:06:46.990Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:06:46.990Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:06:47.003Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:06:47.004Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-02T17:06:47.889Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T17:06:47.890Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:06:47.892Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:06:47.892Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670000796337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:06:47.994Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-02T17:06:47.995Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:06:47.995Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:06:48.010Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:06:48.011Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:06:48.893Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T17:06:48.894Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:06:48.895Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:06:48.895Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670000796337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-02T17:06:48.996Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:06:48.997Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:06:48.997Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:06:49.011Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:06:49.012Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:06:49.899Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T17:06:49.900Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:06:49.902Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:06:49.902Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670000796337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/artifacts/service-Vfw20221202170541-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:06:50.002Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:06:50.003Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:06:50.003Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:06:50.015Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:06:50.016Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-02T17:06:50.903Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T17:06:50.904Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:06:50.907Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:06:50.907Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670000796337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/artifacts/service-Vfw20221202170541-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T17:06:51.006Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T17:06:51.007Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:06:51.007Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:06:51.020Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:06:51.021Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-02T17:06:51.908Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "serviceName": "vFW 2022-12-02 17-05-41",
  "serviceVersion": "1.0",
  "serviceUUID": "5c2db4fc-4e43-4bcc-927b-8ebfd87eaa1a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "82085c6a-bdf1-4c11-be49-b6d44cb5ca78",
  "resources": [
    {
      "resourceInstanceName": "vFW b61f7fbe-abdf 0",
      "resourceCustomizationUUID": "4757028f-cc45-460e-a648-5fa3a8339df5",
      "resourceName": "vFW b61f7fbe-abdf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "46c5c2b1-11f8-4ff9-9b7d-15cf0197005f",
      "resourceInvariantUUID": "3eed4cc6-77a8-409e-a200-6b1bd9ff4888",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb61f7fbeabdf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/vfwb61f7fbeabdf0_modules.json",
          "artifactChecksum": "MGJmNTFjOTExMjUzOGEzNDIzNDgyYWMwMGNmZDU3MTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "cf738223-9b5f-4c68-96cb-ed52576895dd",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2252c075-f886-4032-b909-64d4e1d11805",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1dc76109-7e51-43da-9805-2bdccbaf2d82",
            "generatedFromUUID": "2252c075-f886-4032-b909-64d4e1d11805"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1dc76109-7e51-43da-9805-2bdccbaf2d82",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221202170541-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/artifacts/service-Vfw20221202170541-csar.csar",
      "artifactChecksum": "ZmJlYmE3ZWU1NjNlYTZmNGExOGNlNmUzZTQ0YzA0NTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fe42e9bf-742e-4686-8bbf-4637137998ec"
    }
  ],
  "workloadContext": "Production"
}
2022-12-02T17:06:51.910Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-02T17:06:51.910Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5c2db4fc-4e43-4bcc-927b-8ebfd87eaa1a ASDC
2022-12-02T17:06:52.012Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:6d70db74-c0b9-4927-92cb-8945f86fcfbf
ServiceName:vFW 2022-12-02 17-05-41
ServiceVersion:1.0
ServiceUUID:5c2db4fc-4e43-4bcc-927b-8ebfd87eaa1a
ServiceInvariantUUID:82085c6a-bdf1-4c11-be49-b6d44cb5ca78
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221202170541-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221202170541/1.0/artifacts/service-Vfw20221202170541-csar.csar
ArtifactUUID:fe42e9bf-742e-4686-8bbf-4637137998ec
ArtifactChecksum:ZmJlYmE3ZWU1NjNlYTZmNGExOGNlNmUzZTQ0YzA0NTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b61f7fbe-abdf 0
ResourceCustomizationUUID:4757028f-cc45-460e-a648-5fa3a8339df5
ResourceInvariantUUID:3eed4cc6-77a8-409e-a200-6b1bd9ff4888
ResourceName:vFW b61f7fbe-abdf
ResourceType:VF
ResourceUUID:46c5c2b1-11f8-4ff9-9b7d-15cf0197005f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb61f7fbeabdf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/vfwb61f7fbeabdf0_modules.json
ArtifactUUID:cf738223-9b5f-4c68-96cb-ed52576895dd
ArtifactChecksum:MGJmNTFjOTExMjUzOGEzNDIzNDgyYWMwMGNmZDU3MTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.yaml
ArtifactUUID:2252c075-f886-4032-b909-64d4e1d11805
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.env
ArtifactUUID:1dc76109-7e51-43da-9805-2bdccbaf2d82
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.env
ArtifactUUID:1dc76109-7e51-43da-9805-2bdccbaf2d82
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-02T17:06:52.012Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5c2db4fc-4e43-4bcc-927b-8ebfd87eaa1a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T17:06:52.303Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-02T17:06:52.304Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-02T17:06:52.306Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-02T17:06:52.307Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fe42e9bf-742e-4686-8bbf-4637137998ec from URL: /sdc/v1/catalog/services/Vfw20221202170541/1.0/artifacts/service-Vfw20221202170541-csar.csar
2022-12-02T17:06:52.307Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-02T17:06:52.309Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221202170541/1.0/artifacts/service-Vfw20221202170541-csar.csar
2022-12-02T17:06:52.467Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-02T17:06:52.484Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221202170541/1.0/artifacts/service-Vfw20221202170541-csar.csar fe42e9bf-742e-4686-8bbf-4637137998ec 100728
2022-12-02T17:06:52.486Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221202170541/1.0/artifacts/service-Vfw20221202170541-csar.csar ASDC sendASDCNotification
2022-12-02T17:06:52.486Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221202170541/1.0/artifacts/service-Vfw20221202170541-csar.csar
2022-12-02T17:06:52.488Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T17:06:52.490Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:06:52.492Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:06:52.492Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670000812484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/artifacts/service-Vfw20221202170541-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:06:52.593Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-02T17:06:52.594Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:06:52.595Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:06:52.610Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:06:52.610Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:06:53.493Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-02T17:06:53.494Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-02T17:06:53.495Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: fe42e9bf-742e-4686-8bbf-4637137998ec, URL: /sdc/v1/catalog/services/Vfw20221202170541/1.0/artifacts/service-Vfw20221202170541-csar.csar to file: /app/ASDC/1/service-Vfw20221202170541-csar.csar
2022-12-02T17:06:53.496Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221202170541-csar.csar
2022-12-02T17:06:53.616Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221202170541-csar.csar
2022-12-02T17:06:53.617Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221202170541-csar.csar
2022-12-02T17:06:54.075Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10613602758516358412/Definitions/service-Vfw20221202170541-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-12-02T17:06:56.950Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-02T17:06:56.954Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-12-02T17:06:56.955Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221202170541-csar.csar
2022-12-02T17:06:56.955Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-12-02T17:06:56.955Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221202170541-csar.csar
2022-12-02T17:06:56.956Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b61f7fbe-abdf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221202170541-csar.csar
2022-12-02T17:06:56.956Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221202170541-csar.csar
2022-12-02T17:06:56.956Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221202170541-csar.csar
2022-12-02T17:06:56.956Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221202170541-csar.csar
2022-12-02T17:06:56.956Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221202170541-csar.csar
2022-12-02T17:06:56.956Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221202170541-csar.csar
2022-12-02T17:06:56.956Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221202170541-csar.csar
2022-12-02T17:06:56.956Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221202170541-csar.csar
2022-12-02T17:06:56.956Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221202170541-csar.csar
2022-12-02T17:06:56.956Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221202170541-csar.csar
2022-12-02T17:06:56.956Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-12-02T17:06:56.963Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:06:56.964Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-02 17-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:06:56.967Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vFW b61f7fbe-abdf 0 is matching search criteria
2022-12-02T17:06:56.968Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-12-02T17:06:56.969Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b61f7fbe-abdf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-02T17:06:56.971Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:06:56.971Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-02 17-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:06:56.971Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vFW b61f7fbe-abdf 0 is matching search criteria
2022-12-02T17:06:56.971Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-12-02T17:06:56.972Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b61f7fbe-abdf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-02T17:06:56.972Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:06:56.972Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-02 17-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:06:56.976Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:06:56.976Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vFW b61f7fbe-abdf 0 is not matching search criteria
2022-12-02T17:06:56.976Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-02T17:06:56.977Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-02T17:06:56.977Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-02T17:06:56.977Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-02T17:06:56.977Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-02T17:06:56.977Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-02T17:06:56.977Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-02T17:06:56.977Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-02T17:06:56.977Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-02T17:06:56.977Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-02T17:06:56.977Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-02T17:06:56.977Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-02T17:06:56.978Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-02T17:06:56.978Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-02T17:06:56.978Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-02T17:06:56.978Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-02T17:06:56.978Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:06:56.978Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-02 17-05-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-02T17:06:56.981Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:06:56.982Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vFW b61f7fbe-abdf 0 is matching search criteria
2022-12-02T17:06:56.982Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b61f7fbe-abdf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T17:06:56.982Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:06:56.982Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vFW b61f7fbe-abdf 0 is matching search criteria
2022-12-02T17:06:56.982Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b61f7fbe-abdf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T17:06:56.982Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:06:56.982Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vFW b61f7fbe-abdf 0 is matching search criteria
2022-12-02T17:06:56.983Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b61f7fbe-abdf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T17:06:56.983Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:06:56.983Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vFW b61f7fbe-abdf 0 is not matching search criteria
2022-12-02T17:06:56.983Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-02T17:06:56.983Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-02T17:06:56.983Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-02T17:06:56.983Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-02T17:06:56.983Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-02T17:06:56.983Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-02T17:06:56.983Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-02T17:06:56.983Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-02T17:06:56.983Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-02T17:06:56.983Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-02T17:06:56.983Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-02T17:06:56.983Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7bd82521-3b73-4e65-a237-4bcb0166b58f
2022-12-02T17:06:56.984Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:06:56.984Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vFW b61f7fbe-abdf 0 is not matching search criteria
2022-12-02T17:06:56.984Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-02T17:06:56.984Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-02T17:06:56.984Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-02T17:06:56.984Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-02T17:06:56.984Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-02T17:06:56.984Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-02T17:06:56.984Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-02T17:06:56.984Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-02T17:06:56.984Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-02T17:06:56.984Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-02T17:06:56.984Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-02T17:06:56.984Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-02T17:06:56.984Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=29460e6f-ce58-4dd9-a7dc-617de0b69e6e
2022-12-02T17:06:56.984Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:06:56.985Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vFW b61f7fbe-abdf 0 is not matching search criteria
2022-12-02T17:06:56.985Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-02T17:06:56.985Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-02T17:06:56.985Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-02T17:06:56.985Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-02T17:06:56.985Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-02T17:06:56.985Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-02T17:06:56.985Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-02T17:06:56.985Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-02T17:06:56.986Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-02T17:06:56.986Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-02T17:06:56.986Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-02T17:06:56.986Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-02T17:06:56.986Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=db331f44-b4c7-4d9f-9f37-39be2e30d7b3
2022-12-02T17:06:56.986Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:06:56.986Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-02 17-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:06:56.986Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:06:56.987Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-02 17-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:06:56.987Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:06:56.987Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-02 17-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:06:56.987Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:06:56.987Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-02 17-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:06:56.987Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-12-02 17-05-41
Description:catalog service description
Model UUID:5c2db4fc-4e43-4bcc-927b-8ebfd87eaa1a
Model Version:NULL
Model InvariantUuid:82085c6a-bdf1-4c11-be49-b6d44cb5ca78
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b61f7fbe-abdf
Model UUID:7abcd4e9-9f44-4f86-aadb-9c493954f5ee
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3eed4cc6-77a8-409e-a200-6b1bd9ff4888
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4757028f-cc45-460e-a648-5fa3a8339df5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:322bd4ef-8c06-47e1-8513-e0f68e70617d
ModelName:VfwB61f7fbeAbdf..base_vfw..module-0
ModelUuid:36666dca-b9df-4360-a13c-e5fcff0d657c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7bd82521-3b73-4e65-a237-4bcb0166b58f
ModelInvariantUuid:89c9a423-62db-4a75-8533-38d05a82b1b1
ModelName:vFW b61f7fbe-abdf-nodes.vfwCvfc
ModelUuid:f21df068-32e8-44fb-8c98-909da643ddf6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:70ae9886-b067-4944-9bd3-06a041a9415e
ModelInvariantUuid:62e204a8-a449-496c-a6c0-cc6dae558e0b
ModelName:VfwB61f7fbeAbdf.compute.nodes.heat.vfw
ModelUuid:2bc7bebd-c8fc-46f2-b364-b9033bb3b8f7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:29460e6f-ce58-4dd9-a7dc-617de0b69e6e
ModelInvariantUuid:945fe1e8-6785-40e2-a9f3-f7a5d6609c2c
ModelName:vFW b61f7fbe-abdf-nodes.vsnCvfc
ModelUuid:aa85e9ea-6603-4b3e-b587-4a95a01ae15e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:e8cabe99-1e9f-4501-9ab7-60a421ba11d1
ModelInvariantUuid:8d0d9604-d1f5-45da-afbf-fcc8a3cbf5f2
ModelName:VfwB61f7fbeAbdf.compute.nodes.heat.vsn
ModelUuid:46783079-e0ed-4e46-b62e-09cff4e8f093
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:db331f44-b4c7-4d9f-9f37-39be2e30d7b3
ModelInvariantUuid:2e5c2d40-0cd4-4afc-b0e4-139df95bf620
ModelName:vFW b61f7fbe-abdf-nodes.vpgCvfc
ModelUuid:deaec1f2-8b7b-4438-a67a-db75a6e9148d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:74b1396e-c698-464d-a3e7-d9893f27be37
ModelInvariantUuid:26e47b8d-68a0-4a40-996d-09ac4d6c5072
ModelName:VfwB61f7fbeAbdf.compute.nodes.heat.vpg
ModelUuid:0997efa5-dde1-456b-99de-266321f43938
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-02T17:06:57.016Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 46c5c2b1-11f8-4ff9-9b7d-15cf0197005f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-02T17:06:57.112Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||vFW b61f7fbe-abdf 0
2022-12-02T17:06:57.118Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 46c5c2b1-11f8-4ff9-9b7d-15cf0197005f
2022-12-02T17:06:57.118Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: cf738223-9b5f-4c68-96cb-ed52576895dd from URL: /sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/vfwb61f7fbeabdf0_modules.json
2022-12-02T17:06:57.118Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-02T17:06:57.118Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/vfwb61f7fbeabdf0_modules.json
2022-12-02T17:06:57.183Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-02T17:06:57.183Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/vfwb61f7fbeabdf0_modules.json cf738223-9b5f-4c68-96cb-ed52576895dd 785
2022-12-02T17:06:57.184Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/vfwb61f7fbeabdf0_modules.json ASDC sendASDCNotification
2022-12-02T17:06:57.184Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/vfwb61f7fbeabdf0_modules.json
2022-12-02T17:06:57.184Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T17:06:57.184Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:06:57.188Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:06:57.188Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670000817184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/vfwb61f7fbeabdf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:06:57.287Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T17:06:57.289Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:06:57.290Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:06:57.312Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:06:57.312Z||pool-11-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:06:58.190Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwB61f7fbeAbdf..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "322bd4ef-8c06-47e1-8513-e0f68e70617d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "36666dca-b9df-4360-a13c-e5fcff0d657c",
    "vfModuleModelCustomizationUUID": "9d0efced-debe-43ec-84b1-f598fcb6d685",
    "isBase": true,
    "artifacts": [
      "2252c075-f886-4032-b909-64d4e1d11805",
      "1dc76109-7e51-43da-9805-2bdccbaf2d82"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-02T17:06:58.218Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB61f7fbeAbdf..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:36666dca-b9df-4360-a13c-e5fcff0d657c
VfModuleModelInvariantUUID:322bd4ef-8c06-47e1-8513-e0f68e70617d
VfModuleModelDescription:NULL
Artifacts UUID List:{
2252c075-f886-4032-b909-64d4e1d11805
,
1dc76109-7e51-43da-9805-2bdccbaf2d82

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-12-02T17:06:58.222Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwB61f7fbeAbdf..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "322bd4ef-8c06-47e1-8513-e0f68e70617d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "36666dca-b9df-4360-a13c-e5fcff0d657c",
    "vfModuleModelCustomizationUUID": "9d0efced-debe-43ec-84b1-f598fcb6d685",
    "isBase": true,
    "artifacts": [
      "2252c075-f886-4032-b909-64d4e1d11805",
      "1dc76109-7e51-43da-9805-2bdccbaf2d82"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-02T17:06:58.222Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB61f7fbeAbdf..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:36666dca-b9df-4360-a13c-e5fcff0d657c
VfModuleModelInvariantUUID:322bd4ef-8c06-47e1-8513-e0f68e70617d
VfModuleModelDescription:NULL
Artifacts UUID List:{
2252c075-f886-4032-b909-64d4e1d11805
,
1dc76109-7e51-43da-9805-2bdccbaf2d82

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-12-02T17:06:58.223Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2252c075-f886-4032-b909-64d4e1d11805 from URL: /sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.yaml
2022-12-02T17:06:58.223Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-02T17:06:58.223Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.yaml
2022-12-02T17:06:58.283Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-02T17:06:58.298Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.yaml 2252c075-f886-4032-b909-64d4e1d11805 20368
2022-12-02T17:06:58.299Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-02T17:06:58.299Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.yaml
2022-12-02T17:06:58.299Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T17:06:58.299Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:06:58.301Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:06:58.302Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670000818299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:06:58.401Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T17:06:58.402Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:06:58.403Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:06:58.416Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:06:58.416Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:06:59.302Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1dc76109-7e51-43da-9805-2bdccbaf2d82 from URL: /sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.env
2022-12-02T17:06:59.303Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-02T17:06:59.304Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.env
2022-12-02T17:06:59.366Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-02T17:06:59.366Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.env 1dc76109-7e51-43da-9805-2bdccbaf2d82 2098
2022-12-02T17:06:59.367Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-02T17:06:59.367Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.env
2022-12-02T17:06:59.367Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T17:06:59.367Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:06:59.371Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:06:59.371Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670000819367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:06:59.473Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-02T17:06:59.474Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:06:59.474Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:06:59.501Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:06:59.501Z||pool-13-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:07:00.373Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 5c2db4fc-4e43-4bcc-927b-8ebfd87eaa1a
2022-12-02T17:07:00.374Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b61f7fbe-abdf 0 46c5c2b1-11f8-4ff9-9b7d-15cf0197005f ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-02T17:07:00.444Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@31eb5ec5, org.onap.sdc.toscaparser.api.parameters.Input@492ae2d3, org.onap.sdc.toscaparser.api.parameters.Input@54d51900, org.onap.sdc.toscaparser.api.parameters.Input@7fa36e6f, org.onap.sdc.toscaparser.api.parameters.Input@14d51a28]
2022-12-02T17:07:00.452Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:07:00.453Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-02 17-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:07:00.454Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-12-02T17:07:00.454Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 4757028f-cc45-460e-a648-5fa3a8339df5
2022-12-02T17:07:00.454Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4757028f-cc45-460e-a648-5fa3a8339df5 matches Tosca VF Customization UUID: 4757028f-cc45-460e-a648-5fa3a8339df5
2022-12-02T17:07:00.454Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 4757028f-cc45-460e-a648-5fa3a8339df5  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-02T17:07:00.468Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:07:00.469Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-02 17-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:07:00.471Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 4757028f-cc45-460e-a648-5fa3a8339df5: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-02T17:07:00.471Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3e6d80c7
2022-12-02T17:07:00.471Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:07:00.472Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-02 17-05-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-02T17:07:00.473Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9d0efced-debe-43ec-84b1-f598fcb6d685
2022-12-02T17:07:00.474Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9d0efced-debe-43ec-84b1-f598fcb6d685
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-02T17:07:00.487Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:07:00.488Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vFW b61f7fbe-abdf 0 is matching search criteria
2022-12-02T17:07:00.488Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b61f7fbe-abdf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T17:07:00.490Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:07:00.490Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vFW b61f7fbe-abdf 0 is matching search criteria
2022-12-02T17:07:00.490Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b61f7fbe-abdf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T17:07:00.491Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:07:00.491Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vFW b61f7fbe-abdf 0 is not matching search criteria
2022-12-02T17:07:00.491Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-02T17:07:00.491Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-02T17:07:00.491Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-02T17:07:00.491Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-02T17:07:00.492Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-02T17:07:00.492Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-02T17:07:00.492Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-02T17:07:00.492Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-02T17:07:00.492Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-02T17:07:00.492Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-02T17:07:00.493Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-02T17:07:00.493Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7bd82521-3b73-4e65-a237-4bcb0166b58f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-02T17:07:00.504Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:07:00.505Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vFW b61f7fbe-abdf 0 is matching search criteria
2022-12-02T17:07:00.505Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b61f7fbe-abdf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T17:07:00.506Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:07:00.506Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vFW b61f7fbe-abdf 0 is not matching search criteria
2022-12-02T17:07:00.506Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-02T17:07:00.506Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-02T17:07:00.506Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-02T17:07:00.507Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-02T17:07:00.507Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-02T17:07:00.507Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-02T17:07:00.507Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-02T17:07:00.507Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-02T17:07:00.508Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-02T17:07:00.508Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-02T17:07:00.508Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-02T17:07:00.508Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-02T17:07:00.508Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=29460e6f-ce58-4dd9-a7dc-617de0b69e6e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-02T17:07:00.520Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:07:00.521Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vFW b61f7fbe-abdf 0 is matching search criteria
2022-12-02T17:07:00.521Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b61f7fbe-abdf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T17:07:00.524Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:07:00.525Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vFW b61f7fbe-abdf 0 is not matching search criteria
2022-12-02T17:07:00.525Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-02T17:07:00.525Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-02T17:07:00.526Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-02T17:07:00.526Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-02T17:07:00.526Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-02T17:07:00.526Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-02T17:07:00.526Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-02T17:07:00.526Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-02T17:07:00.526Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-02T17:07:00.527Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-02T17:07:00.527Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-02T17:07:00.527Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-02T17:07:00.527Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=db331f44-b4c7-4d9f-9f37-39be2e30d7b3
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-02T17:07:00.531Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:07:00.531Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vFW b61f7fbe-abdf 0 is matching search criteria
2022-12-02T17:07:00.532Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b61f7fbe-abdf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T17:07:00.532Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:07:00.533Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Node template vFW b61f7fbe-abdf 0 is matching search criteria
2022-12-02T17:07:00.533Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b61f7fbe-abdf 0] matching following query criteria: sdcType=VF, customizationUUID=4757028f-cc45-460e-a648-5fa3a8339df5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-02T17:07:00.538Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:07:00.539Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-02 17-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:07:00.540Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 5c2db4fc-4e43-4bcc-927b-8ebfd87eaa1a: vFW b61f7fbe-abdf
2022-12-02T17:07:00.540Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:07:00.540Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-02 17-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:07:00.541Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:07:00.541Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-02 17-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:07:00.542Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:07:00.543Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-02 17-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:07:00.543Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:07:00.543Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-02 17-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:07:00.543Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:07:00.543Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-12-02 17-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:07:00.543Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-12-02 17-05-41 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T17:07:01.020Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b61f7fbe-abdf 46c5c2b1-11f8-4ff9-9b7d-15cf0197005f 1 ASDC deployResourceStructure
2022-12-02T17:07:01.020Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/vfwb61f7fbeabdf0_modules.json ASDC sendASDCNotification
2022-12-02T17:07:01.021Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/vfwb61f7fbeabdf0_modules.json
2022-12-02T17:07:01.021Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T17:07:01.021Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:07:01.023Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:07:01.023Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670000821020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/vfwb61f7fbeabdf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-02T17:07:01.123Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:07:01.124Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:07:01.124Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:07:01.141Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:07:01.145Z||pool-14-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:07:02.024Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-02T17:07:02.024Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.yaml
2022-12-02T17:07:02.024Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T17:07:02.025Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:07:02.026Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:07:02.027Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670000822024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-12-02T17:07:02.127Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:07:02.128Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:07:02.128Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:07:02.145Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:07:02.146Z||pool-15-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-12-02T17:07:03.027Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-02T17:07:03.028Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.env
2022-12-02T17:07:03.028Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T17:07:03.028Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:07:03.031Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:07:03.032Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670000823027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-12-02T17:07:03.131Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T17:07:03.132Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:07:03.132Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:07:03.152Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:07:03.153Z||pool-16-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-12-02T17:07:04.033Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221202170541/1.0/artifacts/service-Vfw20221202170541-csar.csar ASDC sendASDCNotification
2022-12-02T17:07:04.033Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221202170541/1.0/artifacts/service-Vfw20221202170541-csar.csar
2022-12-02T17:07:04.033Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T17:07:04.034Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:07:04.036Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:07:04.037Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670000824032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/artifacts/service-Vfw20221202170541-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T17:07:04.136Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T17:07:04.138Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:07:04.138Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:07:04.177Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:07:04.178Z||pool-17-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:07:05.038Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d70db74-c0b9-4927-92cb-8945f86fcfbf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T17:07:05.072Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d70db74-c0b9-4927-92cb-8945f86fcfbf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T17:07:05.076Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-02T17:07:05.076Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-02T17:07:05.076Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-02T17:07:35.076Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d70db74-c0b9-4927-92cb-8945f86fcfbf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T17:07:35.090Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d70db74-c0b9-4927-92cb-8945f86fcfbf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T17:07:35.092Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-02T17:07:35.093Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-02T17:07:35.093Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-02T17:07:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:07:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:07:36.342Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:07:36.369Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:07:36.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:07:36.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "cds",
  "timestamp": 1670000798116,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:07:36.371Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:08:05.093Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d70db74-c0b9-4927-92cb-8945f86fcfbf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T17:08:05.106Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d70db74-c0b9-4927-92cb-8945f86fcfbf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T17:08:05.110Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-02T17:08:05.111Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-02T17:08:05.111Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-02T17:08:35.111Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d70db74-c0b9-4927-92cb-8945f86fcfbf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T17:08:35.126Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d70db74-c0b9-4927-92cb-8945f86fcfbf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T17:08:35.130Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-02T17:08:35.130Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-02T17:08:35.130Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-02T17:08:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:08:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:08:36.341Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:08:36.367Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:08:36.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:08:36.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670000796337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:08:36.375Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:05.130Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d70db74-c0b9-4927-92cb-8945f86fcfbf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T17:09:05.147Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d70db74-c0b9-4927-92cb-8945f86fcfbf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T17:09:05.151Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-02T17:09:05.151Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-02T17:09:05.151Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-02T17:09:35.152Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d70db74-c0b9-4927-92cb-8945f86fcfbf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T17:09:35.178Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d70db74-c0b9-4927-92cb-8945f86fcfbf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T17:09:35.183Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-02T17:09:35.183Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-02T17:09:35.183Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-02T17:09:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:09:36.342Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:09:36.343Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:09:36.379Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:09:36.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670000799900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/vfwb61f7fbeabdf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "cds",
  "timestamp": 1670000798116,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/vfwb61f7fbeabdf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670000796337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/vfwb61f7fbeabdf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-02T17:09:36.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670000799900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "cds",
  "timestamp": 1670000798116,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670000796337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-02T17:09:36.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670000799900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "cds",
  "timestamp": 1670000798116,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670000796337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670000807753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670000799900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "cds",
  "timestamp": 1670000798116,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670000796337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-02T17:09:36.409Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.409Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.409Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670000807753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/vfwb61f7fbeabdf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.409Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.409Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.409Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670000799900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/artifacts/service-Vfw20221202170541-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.409Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.409Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.409Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "cds",
  "timestamp": 1670000798116,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/artifacts/service-Vfw20221202170541-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.410Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.410Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670000796337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/artifacts/service-Vfw20221202170541-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.410Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.410Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670000807753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.410Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.410Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670000799900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/artifacts/service-Vfw20221202170541-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.410Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.410Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "cds",
  "timestamp": 1670000798116,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/artifacts/service-Vfw20221202170541-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T17:09:36.410Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.410Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670000796337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/artifacts/service-Vfw20221202170541-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T17:09:36.410Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.410Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670000807753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.410Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.410Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "cds",
  "timestamp": 1670000812079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/artifacts/service-Vfw20221202170541-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:09:36.411Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:09:36.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670000807753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.411Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670000812484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/artifacts/service-Vfw20221202170541-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:09:36.411Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:09:36.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "cds",
  "timestamp": 1670000813107,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/artifacts/service-Vfw20221202170541-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-02T17:09:36.446Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6d70db74-c0b9-4927-92cb-8945f86fcfbf
2022-12-02T17:09:36.447Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d70db74-c0b9-4927-92cb-8945f86fcfbf and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T17:09:36.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670000807753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/artifacts/service-Vfw20221202170541-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.486Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670000807753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/artifacts/service-Vfw20221202170541-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T17:09:36.486Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670000813965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.486Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670000815628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/artifacts/service-Vfw20221202170541-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:09:36.486Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:09:36.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670000813965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/vfwb61f7fbeabdf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-02T17:09:36.486Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670000813965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-02T17:09:36.487Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670000817184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/vfwb61f7fbeabdf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:09:36.492Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:09:36.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.492Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670000813965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.492Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.492Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670000818299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:09:36.493Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:09:36.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670000813965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-02T17:09:36.493Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670000819367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:09:36.493Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:09:36.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670000813965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/artifacts/service-Vfw20221202170541-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.493Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670000813965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/artifacts/service-Vfw20221202170541-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T17:09:36.493Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670000820974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/artifacts/service-Vfw20221202170541-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T17:09:36.493Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:09:36.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670000821020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/vfwb61f7fbeabdf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-02T17:09:36.493Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:09:36.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670000821807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/vfwb61f7fbeabdf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:09:36.493Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:09:36.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670000821979,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-02T17:09:36.514Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6d70db74-c0b9-4927-92cb-8945f86fcfbf
2022-12-02T17:09:36.514Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d70db74-c0b9-4927-92cb-8945f86fcfbf and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T17:09:36.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670000822024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-12-02T17:09:36.542Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:09:36.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "aai-ml",
  "timestamp": 1670000821034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670000822901,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:09:36.542Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:09:36.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670000823027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-12-02T17:09:36.542Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:09:36.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "aai-ml",
  "timestamp": 1670000821034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/vfwb61f7fbeabdf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670000824032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/artifacts/service-Vfw20221202170541-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T17:09:36.543Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:09:36.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670000823972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:09:36.543Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:09:36.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "aai-ml",
  "timestamp": 1670000821034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670000825135,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-02T17:09:36.550Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6d70db74-c0b9-4927-92cb-8945f86fcfbf
2022-12-02T17:09:36.551Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d70db74-c0b9-4927-92cb-8945f86fcfbf and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T17:09:36.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "aai-ml",
  "timestamp": 1670000821034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.563Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670000826142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/vfwb61f7fbeabdf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-02T17:09:36.564Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:09:36.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.564Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "aai-ml",
  "timestamp": 1670000821034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/resourceInstances/vfwb61f7fbeabdf0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.564Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.564Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "aai-ml",
  "timestamp": 1670000821034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/artifacts/service-Vfw20221202170541-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.564Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.564Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "aai-ml",
  "timestamp": 1670000821034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/artifacts/service-Vfw20221202170541-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T17:09:36.565Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.565Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.565Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "aai-ml",
  "timestamp": 1670000828925,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/artifacts/service-Vfw20221202170541-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:09:36.565Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:09:36.565Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.565Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "cds",
  "timestamp": 1670000828116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.566Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.566Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670000833965,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.566Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.566Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "cds",
  "timestamp": 1670000828116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/basic_onboard_hepoqm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.566Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.566Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670000833965,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/basic_onboard_hepoqm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-02T17:09:36.566Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.566Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "cds",
  "timestamp": 1670000828116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.566Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.566Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670000833965,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-02T17:09:36.566Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.566Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670000837753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.567Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.567Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.567Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "cds",
  "timestamp": 1670000828116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.567Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.567Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.567Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670000833965,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.567Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.567Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.567Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670000837753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/basic_onboard_hepoqm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.568Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "cds",
  "timestamp": 1670000828116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.568Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670000833965,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-02T17:09:36.568Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670000837753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.568Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "cds",
  "timestamp": 1670000828116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/artifacts/service-BasicOnboardHepoqm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.569Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670000833965,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/artifacts/service-BasicOnboardHepoqm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.569Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670000839900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.569Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670000837753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.569Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "cds",
  "timestamp": 1670000828116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/artifacts/service-BasicOnboardHepoqm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T17:09:36.570Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670000833965,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/artifacts/service-BasicOnboardHepoqm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T17:09:36.570Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670000839900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/basic_onboard_hepoqm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.570Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670000837753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.570Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670000842978,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/basic_onboard_hepoqm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:09:36.570Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:09:36.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "cds",
  "timestamp": 1670000843083,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/artifacts/service-BasicOnboardHepoqm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:09:36.570Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:09:36.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670000839900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.571Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670000837753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/artifacts/service-BasicOnboardHepoqm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.571Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "cds",
  "timestamp": 1670000844091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/artifacts/service-BasicOnboardHepoqm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T17:09:36.593Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b9c99c3c-8706-4507-8f87-22e684544395
2022-12-02T17:09:36.594Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b9c99c3c-8706-4507-8f87-22e684544395 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T17:09:36.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670000844099,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:09:36.607Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:09:36.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670000839900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670000837753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/artifacts/service-BasicOnboardHepoqm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T17:09:36.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670000845177,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:09:36.608Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:09:36.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670000839900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.609Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670000845627,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/artifacts/service-BasicOnboardHepoqm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:09:36.609Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:09:36.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "aai-ml",
  "timestamp": 1670000845155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221202170541/1.0/artifacts/service-Vfw20221202170541-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T17:09:36.609Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:09:36.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670000846202,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-02T17:09:36.618Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b9c99c3c-8706-4507-8f87-22e684544395
2022-12-02T17:09:36.618Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b9c99c3c-8706-4507-8f87-22e684544395 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T17:09:36.629Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.630Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670000839900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/artifacts/service-BasicOnboardHepoqm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.630Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.630Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.630Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "aai-ml",
  "timestamp": 1670000846161,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-02T17:09:36.637Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6d70db74-c0b9-4927-92cb-8945f86fcfbf
2022-12-02T17:09:36.637Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d70db74-c0b9-4927-92cb-8945f86fcfbf and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T17:09:36.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670000847207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/basic_onboard_hepoqm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-02T17:09:36.652Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:09:36.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670000839900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/artifacts/service-BasicOnboardHepoqm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670000847940,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/artifacts/service-BasicOnboardHepoqm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T17:09:36.653Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:09:36.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670000848947,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-02T17:09:36.661Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b9c99c3c-8706-4507-8f87-22e684544395
2022-12-02T17:09:36.661Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b9c99c3c-8706-4507-8f87-22e684544395 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T17:09:36.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "aai-ml",
  "timestamp": 1670000851034,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.676Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "aai-ml",
  "timestamp": 1670000851034,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/basic_onboard_hepoqm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.676Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "aai-ml",
  "timestamp": 1670000851034,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.677Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:09:36.677Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:09:36.677Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "aai-ml",
  "timestamp": 1670000851034,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:09:36.677Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:10:05.183Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d70db74-c0b9-4927-92cb-8945f86fcfbf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T17:10:05.199Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d70db74-c0b9-4927-92cb-8945f86fcfbf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T17:10:05.203Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-02T17:10:05.204Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-02T17:10:05.204Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-02T17:10:05.204Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-02T17:10:05.204Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T17:10:05.204Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T17:10:05.204Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T17:10:05.204Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T17:10:05.204Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T17:10:05.204Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-02T17:10:05.212Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-02T17:10:35.213Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6d70db74-c0b9-4927-92cb-8945f86fcfbf and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-02T17:10:35.228Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6d70db74-c0b9-4927-92cb-8945f86fcfbf and serviceModelVersionId: 5c2db4fc-4e43-4bcc-927b-8ebfd87eaa1a
2022-12-02T17:10:35.228Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 82085c6a-bdf1-4c11-be49-b6d44cb5ca78
2022-12-02T17:10:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:10:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:10:36.341Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:10:36.885Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:10:36.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:10:36.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "aai-ml",
  "timestamp": 1670000851034,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:10:36.887Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:10:36.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:10:36.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "aai-ml",
  "timestamp": 1670000851034,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/artifacts/service-BasicOnboardHepoqm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:10:36.887Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:10:36.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:10:36.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "aai-ml",
  "timestamp": 1670000851034,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/artifacts/service-BasicOnboardHepoqm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T17:10:36.888Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:10:36.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:10:36.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "aai-ml",
  "timestamp": 1670000858786,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/artifacts/service-BasicOnboardHepoqm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:10:36.888Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:10:36.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:10:36.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "aai-ml",
  "timestamp": 1670000866028,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/artifacts/service-BasicOnboardHepoqm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T17:10:36.888Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:10:36.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:10:36.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "aai-ml",
  "timestamp": 1670000867032,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-02T17:10:36.905Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b9c99c3c-8706-4507-8f87-22e684544395
2022-12-02T17:10:36.906Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b9c99c3c-8706-4507-8f87-22e684544395 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T17:10:48.234Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/82085c6a-bdf1-4c11-be49-b6d44cb5ca78/model-vers/model-ver/5c2db4fc-4e43-4bcc-927b-8ebfd87eaa1a?depth=0
2022-12-02T17:10:48.429Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-12-02T17:10:49.052Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82085c6a-bdf1-4c11-be49-b6d44cb5ca78/model-vers/model-ver/5c2db4fc-4e43-4bcc-927b-8ebfd87eaa1a?depth=0|INFO|500||Invoke
2022-12-02T17:10:49.063Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82085c6a-bdf1-4c11-be49-b6d44cb5ca78/model-vers/model-ver/5c2db4fc-4e43-4bcc-927b-8ebfd87eaa1a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82085c6a-bdf1-4c11-be49-b6d44cb5ca78/model-vers/model-ver/5c2db4fc-4e43-4bcc-927b-8ebfd87eaa1a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6d70db74-c0b9-4927-92cb-8945f86fcfbf], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a0052e8d-47b0-4896-8e61-7e10c8786bbd], X-ECOMP-RequestID=[6d70db74-c0b9-4927-92cb-8945f86fcfbf], X-TransactionId=[], X-ONAP-RequestID=[6d70db74-c0b9-4927-92cb-8945f86fcfbf], Content-Type=[application/merge-patch+json]}
2022-12-02T17:10:49.215Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82085c6a-bdf1-4c11-be49-b6d44cb5ca78/model-vers/model-ver/5c2db4fc-4e43-4bcc-927b-8ebfd87eaa1a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-02T17:10:49.457Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82085c6a-bdf1-4c11-be49-b6d44cb5ca78/model-vers/model-ver/5c2db4fc-4e43-4bcc-927b-8ebfd87eaa1a?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82085c6a-bdf1-4c11-be49-b6d44cb5ca78/model-vers/model-ver/5c2db4fc-4e43-4bcc-927b-8ebfd87eaa1a?depth=0 has http status code:200 and response headers:{date=[Fri, 02 Dec 2022 17:10:48 GMT], content-length=[0], vertex-id=[172160], x-aai-txid=[2-aai-resources-221202-17:10:48:563-55249], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-02T17:10:49.458Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82085c6a-bdf1-4c11-be49-b6d44cb5ca78/model-vers/model-ver/5c2db4fc-4e43-4bcc-927b-8ebfd87eaa1a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-02T17:10:49.459Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82085c6a-bdf1-4c11-be49-b6d44cb5ca78/model-vers/model-ver/5c2db4fc-4e43-4bcc-927b-8ebfd87eaa1a?depth=0|INFO|500||InvokeReturn
2022-12-02T17:10:49.463Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-02T17:10:49.463Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-02T17:10:49.472Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-02T17:10:49.473Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6d70db74-c0b9-4927-92cb-8945f86fcfbf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-02T17:10:49.475Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-02T17:10:49.475Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:10:49.478Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:10:49.479Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001049473,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-02T17:10:49.578Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T17:10:49.579Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:10:49.580Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:10:49.593Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:10:49.593Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-02T17:10:50.494Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:10:50.494Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:10:50.495Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:10:54.932Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:10:54.934Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-02T17:10:54.934Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"b9c99c3c-8706-4507-8f87-22e684544395","serviceName":"basic_onboard_HepOQm","serviceVersion":"1.0","serviceUUID":"e2a3be4e-edd6-4bf3-acf6-6d25fdc1dfaf","serviceDescription":"service","serviceInvariantUUID":"cf616309-4fa4-4197-ba4f-7771c69810e4","resources":[{"resourceInstanceName":"basic_onboard_HepOQm 0","resourceName":"basic_onboard_HepOQm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b87aee91-5f0d-4e8f-b4f3-0c8213d44259","resourceInvariantUUID":"dbbd3fd6-5106-4440-bf12-1a456295a5fb","resourceCustomizationUUID":"b1855be2-f985-42b2-a390-253d72ea6e51","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/vf-license-model.xml","artifactChecksum":"NzM5YWRlNTgwODJhNDA1ZjcwOTYzYmFmNTg4MGZjYzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9b25581a-cce2-4d20-b3e3-2438bff1b96b","artifactVersion":"1"},{"artifactName":"basic_onboard_hepoqm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/basic_onboard_hepoqm0_modules.json","artifactChecksum":"ZTI3NjU2M2JiNWQyNWNlZWNkY2YwOTcyNTUwOWM5Yzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"29778401-0462-40a5-9188-f995f402f331","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7243af7a-43d8-4c6e-923b-3e828a1b880e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c5e0e4c6-e905-4074-917e-c9901b122075","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"962d0ce8-7c54-4440-89d6-312ddf3f5899","artifactVersion":"2","generatedFromUUID":"7243af7a-43d8-4c6e-923b-3e828a1b880e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardHepoqm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/artifacts/service-BasicOnboardHepoqm-template.yml","artifactChecksum":"MWUzODBiMDU5MDIwM2I2ZjY2ZWZhYmEzOWNiZjA0YTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a0791c98-923c-4418-b9a0-70d30deb7283","artifactVersion":"1"},{"artifactName":"service-BasicOnboardHepoqm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/artifacts/service-BasicOnboardHepoqm-csar.csar","artifactChecksum":"OGJkMjdmMTI2MGZmOWE0MWViZjc3OWUxY2RhMzRhOGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f010861e-fbf9-4c2d-8104-ef79a8343bda","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-02T17:10:54.940Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T17:10:54.948Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:10:54.951Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:10:54.951Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001050494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:10:55.052Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-02T17:10:55.053Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:10:55.054Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:10:55.075Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:10:55.076Z||pool-19-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-12-02T17:10:55.952Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T17:10:55.953Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:10:55.956Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:10:55.956Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001050494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/basic_onboard_hepoqm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-02T17:10:56.058Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-02T17:10:56.059Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:10:56.059Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:10:56.079Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:10:56.080Z||pool-20-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-12-02T17:10:56.957Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T17:10:56.958Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:10:56.960Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:10:56.960Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001050494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-02T17:10:57.060Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:10:57.061Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:10:57.061Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:10:57.079Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:10:57.080Z||pool-21-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:10:57.960Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T17:10:57.961Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:10:57.963Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:10:57.963Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001050494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:10:58.065Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-02T17:10:58.067Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:10:58.067Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:10:58.081Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:10:58.082Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:10:58.965Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T17:10:58.965Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:10:58.968Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:10:58.968Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001050494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-02T17:10:59.068Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:10:59.069Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:10:59.070Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:10:59.089Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:10:59.090Z||pool-23-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:10:59.968Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T17:10:59.969Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:10:59.971Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:10:59.971Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001050494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/artifacts/service-BasicOnboardHepoqm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:11:00.072Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-02T17:11:00.073Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:11:00.073Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:11:00.087Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:11:00.088Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-02T17:11:00.971Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T17:11:00.972Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:11:00.974Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:11:00.974Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001050494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/artifacts/service-BasicOnboardHepoqm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T17:11:01.074Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:11:01.075Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:11:01.075Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:11:01.086Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:11:01.087Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:11:01.976Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "serviceName": "basic_onboard_HepOQm",
  "serviceVersion": "1.0",
  "serviceUUID": "e2a3be4e-edd6-4bf3-acf6-6d25fdc1dfaf",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cf616309-4fa4-4197-ba4f-7771c69810e4",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_HepOQm 0",
      "resourceCustomizationUUID": "b1855be2-f985-42b2-a390-253d72ea6e51",
      "resourceName": "basic_onboard_HepOQm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b87aee91-5f0d-4e8f-b4f3-0c8213d44259",
      "resourceInvariantUUID": "dbbd3fd6-5106-4440-bf12-1a456295a5fb",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_hepoqm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/basic_onboard_hepoqm0_modules.json",
          "artifactChecksum": "ZTI3NjU2M2JiNWQyNWNlZWNkY2YwOTcyNTUwOWM5Yzc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "29778401-0462-40a5-9188-f995f402f331",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7243af7a-43d8-4c6e-923b-3e828a1b880e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "962d0ce8-7c54-4440-89d6-312ddf3f5899",
            "generatedFromUUID": "7243af7a-43d8-4c6e-923b-3e828a1b880e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "962d0ce8-7c54-4440-89d6-312ddf3f5899",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardHepoqm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/artifacts/service-BasicOnboardHepoqm-csar.csar",
      "artifactChecksum": "OGJkMjdmMTI2MGZmOWE0MWViZjc3OWUxY2RhMzRhOGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f010861e-fbf9-4c2d-8104-ef79a8343bda"
    }
  ],
  "workloadContext": "Production"
}
2022-12-02T17:11:01.976Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-02T17:11:01.976Z|6d70db74-c0b9-4927-92cb-8945f86fcfbf|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e2a3be4e-edd6-4bf3-acf6-6d25fdc1dfaf ASDC
2022-12-02T17:11:01.976Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:b9c99c3c-8706-4507-8f87-22e684544395
ServiceName:basic_onboard_HepOQm
ServiceVersion:1.0
ServiceUUID:e2a3be4e-edd6-4bf3-acf6-6d25fdc1dfaf
ServiceInvariantUUID:cf616309-4fa4-4197-ba4f-7771c69810e4
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardHepoqm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/artifacts/service-BasicOnboardHepoqm-csar.csar
ArtifactUUID:f010861e-fbf9-4c2d-8104-ef79a8343bda
ArtifactChecksum:OGJkMjdmMTI2MGZmOWE0MWViZjc3OWUxY2RhMzRhOGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_HepOQm 0
ResourceCustomizationUUID:b1855be2-f985-42b2-a390-253d72ea6e51
ResourceInvariantUUID:dbbd3fd6-5106-4440-bf12-1a456295a5fb
ResourceName:basic_onboard_HepOQm
ResourceType:VF
ResourceUUID:b87aee91-5f0d-4e8f-b4f3-0c8213d44259
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_hepoqm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/basic_onboard_hepoqm0_modules.json
ArtifactUUID:29778401-0462-40a5-9188-f995f402f331
ArtifactChecksum:ZTI3NjU2M2JiNWQyNWNlZWNkY2YwOTcyNTUwOWM5Yzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.yaml
ArtifactUUID:7243af7a-43d8-4c6e-923b-3e828a1b880e
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.env
ArtifactUUID:962d0ce8-7c54-4440-89d6-312ddf3f5899
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.env
ArtifactUUID:962d0ce8-7c54-4440-89d6-312ddf3f5899
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-02T17:11:01.977Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e2a3be4e-edd6-4bf3-acf6-6d25fdc1dfaf ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-02T17:11:02.022Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-02T17:11:02.023Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-02T17:11:02.023Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-02T17:11:02.023Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f010861e-fbf9-4c2d-8104-ef79a8343bda from URL: /sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/artifacts/service-BasicOnboardHepoqm-csar.csar
2022-12-02T17:11:02.023Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-02T17:11:02.023Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/artifacts/service-BasicOnboardHepoqm-csar.csar
2022-12-02T17:11:02.194Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-02T17:11:02.197Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/artifacts/service-BasicOnboardHepoqm-csar.csar f010861e-fbf9-4c2d-8104-ef79a8343bda 75301
2022-12-02T17:11:02.197Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/artifacts/service-BasicOnboardHepoqm-csar.csar ASDC sendASDCNotification
2022-12-02T17:11:02.197Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/artifacts/service-BasicOnboardHepoqm-csar.csar
2022-12-02T17:11:02.197Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T17:11:02.198Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:11:02.199Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:11:02.199Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001062197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/artifacts/service-BasicOnboardHepoqm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:11:02.301Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-02T17:11:02.302Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:11:02.302Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:11:02.319Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:11:02.319Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:11:03.200Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-02T17:11:03.201Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-02T17:11:03.203Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: f010861e-fbf9-4c2d-8104-ef79a8343bda, URL: /sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/artifacts/service-BasicOnboardHepoqm-csar.csar to file: /app/ASDC/1/service-BasicOnboardHepoqm-csar.csar
2022-12-02T17:11:03.203Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardHepoqm-csar.csar
2022-12-02T17:11:03.204Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardHepoqm-csar.csar
2022-12-02T17:11:03.204Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardHepoqm-csar.csar
2022-12-02T17:11:03.333Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8715130412708732714/Definitions/service-BasicOnboardHepoqm-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-12-02T17:11:04.533Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-02T17:11:04.534Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-12-02T17:11:04.534Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardHepoqm-csar.csar
2022-12-02T17:11:04.534Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-02T17:11:04.534Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardHepoqm-csar.csar
2022-12-02T17:11:04.535Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_HepOQm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardHepoqm-csar.csar
2022-12-02T17:11:04.535Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHepoqm-csar.csar
2022-12-02T17:11:04.535Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHepoqm-csar.csar
2022-12-02T17:11:04.535Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHepoqm-csar.csar
2022-12-02T17:11:04.535Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardHepoqm-csar.csar
2022-12-02T17:11:04.535Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardHepoqm-csar.csar
2022-12-02T17:11:04.535Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-12-02T17:11:04.535Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:11:04.535Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_HepOQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:11:04.535Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_HepOQm 0 is matching search criteria
2022-12-02T17:11:04.536Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-12-02T17:11:04.536Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_HepOQm 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-02T17:11:04.536Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:11:04.536Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_HepOQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:11:04.536Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_HepOQm 0 is matching search criteria
2022-12-02T17:11:04.536Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-12-02T17:11:04.536Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_HepOQm 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-02T17:11:04.536Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:11:04.536Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_HepOQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:11:04.536Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:11:04.536Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_HepOQm 0 is not matching search criteria
2022-12-02T17:11:04.537Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-12-02T17:11:04.537Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-12-02T17:11:04.537Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-12-02T17:11:04.537Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-02T17:11:04.537Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-02T17:11:04.537Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:11:04.537Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_HepOQm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-02T17:11:04.537Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:11:04.537Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_HepOQm 0 is matching search criteria
2022-12-02T17:11:04.537Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_HepOQm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T17:11:04.537Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:11:04.537Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_HepOQm 0 is matching search criteria
2022-12-02T17:11:04.537Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_HepOQm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T17:11:04.537Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:11:04.538Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_HepOQm 0 is matching search criteria
2022-12-02T17:11:04.538Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_HepOQm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T17:11:04.538Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:11:04.538Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_HepOQm 0 is not matching search criteria
2022-12-02T17:11:04.538Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-02T17:11:04.538Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-02T17:11:04.538Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=364a261d-9656-4180-a726-36b29e2cf9df
2022-12-02T17:11:04.538Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:11:04.538Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_HepOQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:11:04.538Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:11:04.538Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_HepOQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:11:04.538Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:11:04.538Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_HepOQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:11:04.538Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:11:04.538Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_HepOQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:11:04.538Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_HepOQm
Description:service
Model UUID:e2a3be4e-edd6-4bf3-acf6-6d25fdc1dfaf
Model Version:NULL
Model InvariantUuid:cf616309-4fa4-4197-ba4f-7771c69810e4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_HepOQm
Model UUID:95c5f893-bcc5-4e78-9c9c-4c93d2473088
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dbbd3fd6-5106-4440-bf12-1a456295a5fb
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b1855be2-f985-42b2-a390-253d72ea6e51
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c9410e7d-c5f3-4883-9b82-abb0f7c40087
ModelName:BasicOnboardHepoqm..base_ubuntu18..module-0
ModelUuid:be0d72d5-4ff4-42e2-83fa-7f8c67c5aba6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:364a261d-9656-4180-a726-36b29e2cf9df
ModelInvariantUuid:5a722be5-941c-4880-9605-2eb7f1bf057e
ModelName:basic_onboard_HepOQm-nodes.ubuntu18Cvfc
ModelUuid:e40e4fac-52d8-46ee-96c2-0e523e53796e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:866a271f-c049-44bb-b5e1-a87c2f5ad8a7
ModelInvariantUuid:5dfe2bdc-97d0-4d4e-b3b1-16d1322b11ff
ModelName:BasicOnboardHepoqm.compute.nodes.heat.ubuntu18
ModelUuid:f8e7fece-ba8c-425c-bdd8-f3ee74cd9f3d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-02T17:11:04.561Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: b87aee91-5f0d-4e8f-b4f3-0c8213d44259
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-02T17:11:04.567Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||basic_onboard_HepOQm 0
2022-12-02T17:11:04.567Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b87aee91-5f0d-4e8f-b4f3-0c8213d44259
2022-12-02T17:11:04.567Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 29778401-0462-40a5-9188-f995f402f331 from URL: /sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/basic_onboard_hepoqm0_modules.json
2022-12-02T17:11:04.567Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-02T17:11:04.567Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/basic_onboard_hepoqm0_modules.json
2022-12-02T17:11:04.624Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-02T17:11:04.625Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/basic_onboard_hepoqm0_modules.json 29778401-0462-40a5-9188-f995f402f331 798
2022-12-02T17:11:04.625Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/basic_onboard_hepoqm0_modules.json ASDC sendASDCNotification
2022-12-02T17:11:04.625Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/basic_onboard_hepoqm0_modules.json
2022-12-02T17:11:04.625Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T17:11:04.625Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:11:04.628Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:11:04.628Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001064625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/basic_onboard_hepoqm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:11:04.730Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-02T17:11:04.731Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:11:04.731Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:11:04.742Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:11:04.743Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:11:05.628Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardHepoqm..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "c9410e7d-c5f3-4883-9b82-abb0f7c40087",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "be0d72d5-4ff4-42e2-83fa-7f8c67c5aba6",
    "vfModuleModelCustomizationUUID": "b0d17960-fe0c-4046-85bf-00fbf14cdcc9",
    "isBase": true,
    "artifacts": [
      "7243af7a-43d8-4c6e-923b-3e828a1b880e",
      "962d0ce8-7c54-4440-89d6-312ddf3f5899"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-02T17:11:05.633Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHepoqm..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:be0d72d5-4ff4-42e2-83fa-7f8c67c5aba6
VfModuleModelInvariantUUID:c9410e7d-c5f3-4883-9b82-abb0f7c40087
VfModuleModelDescription:NULL
Artifacts UUID List:{
7243af7a-43d8-4c6e-923b-3e828a1b880e
,
962d0ce8-7c54-4440-89d6-312ddf3f5899

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-12-02T17:11:05.635Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardHepoqm..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "c9410e7d-c5f3-4883-9b82-abb0f7c40087",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "be0d72d5-4ff4-42e2-83fa-7f8c67c5aba6",
    "vfModuleModelCustomizationUUID": "b0d17960-fe0c-4046-85bf-00fbf14cdcc9",
    "isBase": true,
    "artifacts": [
      "7243af7a-43d8-4c6e-923b-3e828a1b880e",
      "962d0ce8-7c54-4440-89d6-312ddf3f5899"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-02T17:11:05.636Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHepoqm..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:be0d72d5-4ff4-42e2-83fa-7f8c67c5aba6
VfModuleModelInvariantUUID:c9410e7d-c5f3-4883-9b82-abb0f7c40087
VfModuleModelDescription:NULL
Artifacts UUID List:{
7243af7a-43d8-4c6e-923b-3e828a1b880e
,
962d0ce8-7c54-4440-89d6-312ddf3f5899

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-12-02T17:11:05.636Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7243af7a-43d8-4c6e-923b-3e828a1b880e from URL: /sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.yaml
2022-12-02T17:11:05.636Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-02T17:11:05.636Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.yaml
2022-12-02T17:11:05.692Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-02T17:11:05.692Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.yaml 7243af7a-43d8-4c6e-923b-3e828a1b880e 5033
2022-12-02T17:11:05.692Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-02T17:11:05.693Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.yaml
2022-12-02T17:11:05.693Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T17:11:05.693Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:11:05.694Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:11:05.694Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001065692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:11:05.795Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-02T17:11:05.795Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:11:05.796Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:11:05.808Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:11:05.809Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-02T17:11:06.695Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 962d0ce8-7c54-4440-89d6-312ddf3f5899 from URL: /sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.env
2022-12-02T17:11:06.696Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-02T17:11:06.696Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.env
2022-12-02T17:11:06.780Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-02T17:11:06.780Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.env 962d0ce8-7c54-4440-89d6-312ddf3f5899 909
2022-12-02T17:11:06.781Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-02T17:11:06.781Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.env
2022-12-02T17:11:06.781Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T17:11:06.781Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:11:06.784Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:11:06.784Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001066781,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:11:06.883Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T17:11:06.884Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:11:06.884Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:11:06.899Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:11:06.900Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:11:07.785Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: e2a3be4e-edd6-4bf3-acf6-6d25fdc1dfaf
2022-12-02T17:11:07.786Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_HepOQm 0 b87aee91-5f0d-4e8f-b4f3-0c8213d44259 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-02T17:11:07.822Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@c7b4da1, org.onap.sdc.toscaparser.api.parameters.Input@45f622d4, org.onap.sdc.toscaparser.api.parameters.Input@2f69a77e, org.onap.sdc.toscaparser.api.parameters.Input@26910895, org.onap.sdc.toscaparser.api.parameters.Input@70514fa3]
2022-12-02T17:11:07.823Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:11:07.823Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_HepOQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:11:07.824Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-12-02T17:11:07.824Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= b1855be2-f985-42b2-a390-253d72ea6e51
2022-12-02T17:11:07.824Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b1855be2-f985-42b2-a390-253d72ea6e51 matches Tosca VF Customization UUID: b1855be2-f985-42b2-a390-253d72ea6e51
2022-12-02T17:11:07.824Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: b1855be2-f985-42b2-a390-253d72ea6e51  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-02T17:11:07.827Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:11:07.827Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_HepOQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:11:07.828Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id b1855be2-f985-42b2-a390-253d72ea6e51: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-02T17:11:07.828Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@488e5fa5
2022-12-02T17:11:07.828Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:11:07.828Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_HepOQm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-02T17:11:07.829Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b0d17960-fe0c-4046-85bf-00fbf14cdcc9
2022-12-02T17:11:07.829Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b0d17960-fe0c-4046-85bf-00fbf14cdcc9
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-02T17:11:07.838Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:11:07.838Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_HepOQm 0 is matching search criteria
2022-12-02T17:11:07.839Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_HepOQm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T17:11:07.839Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:11:07.839Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_HepOQm 0 is matching search criteria
2022-12-02T17:11:07.839Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_HepOQm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T17:11:07.839Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:11:07.839Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_HepOQm 0 is not matching search criteria
2022-12-02T17:11:07.839Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-02T17:11:07.839Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-02T17:11:07.839Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=364a261d-9656-4180-a726-36b29e2cf9df
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-02T17:11:07.844Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:11:07.844Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_HepOQm 0 is matching search criteria
2022-12-02T17:11:07.844Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_HepOQm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T17:11:07.844Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:11:07.845Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_HepOQm 0 is matching search criteria
2022-12-02T17:11:07.845Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_HepOQm 0] matching following query criteria: sdcType=VF, customizationUUID=b1855be2-f985-42b2-a390-253d72ea6e51
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-02T17:11:07.848Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:11:07.849Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_HepOQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:11:07.849Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid e2a3be4e-edd6-4bf3-acf6-6d25fdc1dfaf: basic_onboard_HepOQm
2022-12-02T17:11:07.850Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:11:07.850Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_HepOQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:11:07.850Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:11:07.850Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_HepOQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:11:07.850Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:11:07.850Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_HepOQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:11:07.850Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:11:07.850Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_HepOQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:11:07.850Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:11:07.850Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_HepOQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:11:07.850Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_HepOQm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T17:11:08.046Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_HepOQm b87aee91-5f0d-4e8f-b4f3-0c8213d44259 1 ASDC deployResourceStructure
2022-12-02T17:11:08.047Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/basic_onboard_hepoqm0_modules.json ASDC sendASDCNotification
2022-12-02T17:11:08.047Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/basic_onboard_hepoqm0_modules.json
2022-12-02T17:11:08.047Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T17:11:08.047Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:11:08.049Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:11:08.050Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001068047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/basic_onboard_hepoqm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-02T17:11:08.150Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T17:11:08.151Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:11:08.151Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:11:08.165Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:11:08.166Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:11:09.051Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-02T17:11:09.051Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.yaml
2022-12-02T17:11:09.051Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T17:11:09.054Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:11:09.057Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:11:09.057Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001069051,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-12-02T17:11:09.156Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T17:11:09.158Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:11:09.158Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:11:09.172Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:11:09.173Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:11:10.060Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-02T17:11:10.060Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.env
2022-12-02T17:11:10.060Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T17:11:10.060Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:11:10.062Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:11:10.063Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001070060,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-12-02T17:11:10.163Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:11:10.163Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:11:10.163Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:11:10.180Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:11:10.180Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:11:11.064Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/artifacts/service-BasicOnboardHepoqm-csar.csar ASDC sendASDCNotification
2022-12-02T17:11:11.065Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/artifacts/service-BasicOnboardHepoqm-csar.csar
2022-12-02T17:11:11.065Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T17:11:11.065Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:11:11.067Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:11:11.067Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001071064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/artifacts/service-BasicOnboardHepoqm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T17:11:11.167Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:11:11.168Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:11:11.168Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:11:11.179Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:11:11.180Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-12-02T17:11:12.068Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b9c99c3c-8706-4507-8f87-22e684544395
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T17:11:12.083Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b9c99c3c-8706-4507-8f87-22e684544395
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T17:11:12.088Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-02T17:11:12.088Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-02T17:11:12.088Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-02T17:11:12.088Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-02T17:11:12.088Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T17:11:12.088Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T17:11:12.088Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T17:11:12.088Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T17:11:12.089Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T17:11:12.089Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-02T17:11:12.098Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-02T17:11:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:11:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:11:36.341Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:11:36.970Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:11:36.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:11:36.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d70db74-c0b9-4927-92cb-8945f86fcfbf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001049473,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-02T17:11:36.972Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:11:36.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:11:36.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001050494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:11:36.972Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:11:36.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:11:36.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001050494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/basic_onboard_hepoqm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-02T17:11:36.972Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:11:36.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:11:36.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001050494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-02T17:11:36.973Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:11:36.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:11:36.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001050494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:11:36.973Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:11:36.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:11:36.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001050494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-02T17:11:36.973Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:11:36.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:11:36.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001050494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/artifacts/service-BasicOnboardHepoqm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:11:36.973Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:11:36.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:11:36.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001050494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/artifacts/service-BasicOnboardHepoqm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T17:11:36.973Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:11:36.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:11:36.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001062197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/artifacts/service-BasicOnboardHepoqm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:11:36.973Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:11:36.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:11:36.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001064625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/basic_onboard_hepoqm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:11:36.974Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:11:36.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:11:36.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001065692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:11:36.974Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:11:36.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:11:36.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001066781,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:11:36.974Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:11:36.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:11:36.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001068047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/basic_onboard_hepoqm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-02T17:11:36.974Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:11:36.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:11:36.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001069051,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-12-02T17:11:36.974Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:11:36.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:11:36.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001070060,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/resourceInstances/basic_onboard_hepoqm0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-12-02T17:11:36.974Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:11:36.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:11:36.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001071064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHepoqm/1.0/artifacts/service-BasicOnboardHepoqm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T17:11:36.974Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:11:42.099Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b9c99c3c-8706-4507-8f87-22e684544395 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-02T17:11:42.107Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b9c99c3c-8706-4507-8f87-22e684544395 and serviceModelVersionId: e2a3be4e-edd6-4bf3-acf6-6d25fdc1dfaf
2022-12-02T17:11:42.107Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cf616309-4fa4-4197-ba4f-7771c69810e4
2022-12-02T17:11:42.108Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cf616309-4fa4-4197-ba4f-7771c69810e4/model-vers/model-ver/e2a3be4e-edd6-4bf3-acf6-6d25fdc1dfaf?depth=0
2022-12-02T17:11:42.115Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-12-02T17:11:42.163Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf616309-4fa4-4197-ba4f-7771c69810e4/model-vers/model-ver/e2a3be4e-edd6-4bf3-acf6-6d25fdc1dfaf?depth=0|INFO|500||Invoke
2022-12-02T17:11:42.164Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf616309-4fa4-4197-ba4f-7771c69810e4/model-vers/model-ver/e2a3be4e-edd6-4bf3-acf6-6d25fdc1dfaf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf616309-4fa4-4197-ba4f-7771c69810e4/model-vers/model-ver/e2a3be4e-edd6-4bf3-acf6-6d25fdc1dfaf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b9c99c3c-8706-4507-8f87-22e684544395], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c07cfa2f-cbf7-4912-aab1-6d7bcaee6da7], X-ECOMP-RequestID=[b9c99c3c-8706-4507-8f87-22e684544395], X-TransactionId=[], X-ONAP-RequestID=[b9c99c3c-8706-4507-8f87-22e684544395], Content-Type=[application/merge-patch+json]}
2022-12-02T17:11:42.198Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf616309-4fa4-4197-ba4f-7771c69810e4/model-vers/model-ver/e2a3be4e-edd6-4bf3-acf6-6d25fdc1dfaf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-02T17:11:42.293Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf616309-4fa4-4197-ba4f-7771c69810e4/model-vers/model-ver/e2a3be4e-edd6-4bf3-acf6-6d25fdc1dfaf?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf616309-4fa4-4197-ba4f-7771c69810e4/model-vers/model-ver/e2a3be4e-edd6-4bf3-acf6-6d25fdc1dfaf?depth=0 has http status code:200 and response headers:{date=[Fri, 02 Dec 2022 17:11:41 GMT], content-length=[0], vertex-id=[196720], x-aai-txid=[1-aai-resources-221202-17:11:41:541-57871], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-02T17:11:42.294Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf616309-4fa4-4197-ba4f-7771c69810e4/model-vers/model-ver/e2a3be4e-edd6-4bf3-acf6-6d25fdc1dfaf?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-02T17:11:42.295Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf616309-4fa4-4197-ba4f-7771c69810e4/model-vers/model-ver/e2a3be4e-edd6-4bf3-acf6-6d25fdc1dfaf?depth=0|INFO|500||InvokeReturn
2022-12-02T17:11:42.296Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-02T17:11:42.296Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-02T17:11:42.302Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-02T17:11:42.303Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b9c99c3c-8706-4507-8f87-22e684544395 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-02T17:11:42.304Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-02T17:11:42.304Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:11:42.306Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:11:42.306Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001102303,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-02T17:11:42.406Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:11:42.407Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:11:42.407Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:11:42.432Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:11:42.432Z||pool-34-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-02T17:11:43.326Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:11:43.328Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:11:43.328Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:11:52.896Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:11:52.897Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:11:52.898Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:11:52.898Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:12:02.481Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:12:02.482Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:12:02.482Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:12:02.483Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:12:12.033Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:12:12.034Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:12:12.035Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:12:12.035Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:12:21.580Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:12:36.337Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:12:36.338Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:12:36.338Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:12:36.340Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:12:36.341Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:12:36.341Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:12:36.969Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:12:36.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-02T17:12:36.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b9c99c3c-8706-4507-8f87-22e684544395",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001102303,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-02T17:12:36.971Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:12:45.884Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:13:36.339Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:13:36.340Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:13:36.340Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:13:36.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:13:36.341Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:13:36.341Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:13:45.893Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:13:45.893Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:14:36.337Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:14:36.338Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:14:36.338Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:14:36.340Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:14:36.341Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:14:36.341Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:14:45.899Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:14:45.899Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:15:36.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:15:36.338Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:15:36.338Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:15:36.340Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:15:36.342Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:15:36.343Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:15:45.900Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:15:45.901Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:16:36.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:16:36.339Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:16:36.339Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:16:36.340Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:16:36.341Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:16:36.341Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:16:45.894Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:16:45.897Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:17:36.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:17:36.338Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:17:36.338Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:17:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:17:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:17:36.342Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:17:45.891Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:17:45.895Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:18:36.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:18:36.337Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:18:36.338Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:18:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:18:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:18:36.341Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:18:45.888Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:18:45.888Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:19:36.337Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:19:36.338Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:19:36.338Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:19:36.340Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:19:36.341Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:19:36.341Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:19:45.892Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:19:45.892Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:20:36.337Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:20:36.338Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:20:36.338Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:20:36.340Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:20:36.341Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:20:36.341Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:20:45.899Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:20:45.902Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:21:36.337Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:21:36.339Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:21:36.339Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:21:36.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:21:36.341Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:21:36.341Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:21:36.978Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:21:36.978Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:21:36.979Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-02T17:21:36.979Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"3d520857-1bab-4c51-89f4-d47ab5456669","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"9f15c54a-a44e-40a2-9300-73ee644dba49","serviceDescription":"service","serviceInvariantUUID":"57d39379-c500-4660-b4a7-e6a04a5cd1db","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e4ee51c9-e013-45fe-a23c-c3563e1cf28c","resourceInvariantUUID":"1222a89c-55b0-4ab2-9a96-0da2e2fac4f0","resourceCustomizationUUID":"bb43fe55-0130-4206-b818-c2c1d7dd9f36","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"MjdiNTk0MGFjOGU5MWNjMmJiNGVjZWYwYTBlMGNjYmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c88ff0e4-1594-42c2-86d6-4f2eee3bd156","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NDQ3NjRmZTUyMGFjNjkxOThkYjQwNmMwNzg5ZWQxNjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8453b413-37ec-4dad-abea-00a5ca7ea5b1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-02T17:21:36.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-02T17:21:36.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d520857-1bab-4c51-89f4-d47ab5456669",
  "consumerID": "aai-ml",
  "timestamp": 1670001661034,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:21:36.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:21:36.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-02T17:21:36.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d520857-1bab-4c51-89f4-d47ab5456669",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670001659900,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:21:36.981Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:21:36.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-02T17:21:36.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d520857-1bab-4c51-89f4-d47ab5456669",
  "consumerID": "aai-ml",
  "timestamp": 1670001661034,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T17:21:36.981Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:21:36.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-02T17:21:36.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d520857-1bab-4c51-89f4-d47ab5456669",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670001659900,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:21:36.983Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:21:36.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-02T17:21:36.983Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d520857-1bab-4c51-89f4-d47ab5456669",
  "consumerID": "cds",
  "timestamp": 1670001668116,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:21:36.983Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:21:36.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-02T17:21:36.984Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d520857-1bab-4c51-89f4-d47ab5456669",
  "consumerID": "aai-ml",
  "timestamp": 1670001668556,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:21:36.984Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T17:21:36.985Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:21:36.986Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:21:36.987Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-02T17:21:36.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d520857-1bab-4c51-89f4-d47ab5456669",
  "consumerID": "cds",
  "timestamp": 1670001668116,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T17:21:36.990Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:21:36.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-02T17:21:36.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d520857-1bab-4c51-89f4-d47ab5456669",
  "consumerID": "cds",
  "timestamp": 1670001670894,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:21:36.990Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:21:36.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-02T17:21:36.990Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:21:36.990Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3d520857-1bab-4c51-89f4-d47ab5456669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001696337,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:21:36.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d520857-1bab-4c51-89f4-d47ab5456669",
  "consumerID": "cds",
  "timestamp": 1670001671908,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T17:21:37.040Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3d520857-1bab-4c51-89f4-d47ab5456669
2022-12-02T17:21:37.041Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d520857-1bab-4c51-89f4-d47ab5456669 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T17:21:37.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-02T17:21:37.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d520857-1bab-4c51-89f4-d47ab5456669",
  "consumerID": "aai-ml",
  "timestamp": 1670001673304,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T17:21:37.058Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:21:37.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-02T17:21:37.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d520857-1bab-4c51-89f4-d47ab5456669",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670001673965,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:21:37.058Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:21:37.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-02T17:21:37.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d520857-1bab-4c51-89f4-d47ab5456669",
  "consumerID": "aai-ml",
  "timestamp": 1670001674308,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-02T17:21:37.068Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3d520857-1bab-4c51-89f4-d47ab5456669
2022-12-02T17:21:37.069Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d520857-1bab-4c51-89f4-d47ab5456669 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T17:21:37.090Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:21:37.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-02T17:21:37.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d520857-1bab-4c51-89f4-d47ab5456669",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670001673965,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T17:21:37.090Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:21:37.091Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:21:37.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:21:37.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-02T17:21:37.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d520857-1bab-4c51-89f4-d47ab5456669",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670001677753,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:21:37.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:21:37.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-02T17:21:37.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d520857-1bab-4c51-89f4-d47ab5456669",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670001677753,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T17:21:37.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:21:37.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-02T17:21:37.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d520857-1bab-4c51-89f4-d47ab5456669",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670001680595,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:21:37.091Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:21:37.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-02T17:21:37.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d520857-1bab-4c51-89f4-d47ab5456669",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670001682755,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T17:21:37.091Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:21:37.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-02T17:21:37.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d520857-1bab-4c51-89f4-d47ab5456669",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670001683761,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-02T17:21:37.103Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:21:37.104Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:21:37.114Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3d520857-1bab-4c51-89f4-d47ab5456669
2022-12-02T17:21:37.115Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d520857-1bab-4c51-89f4-d47ab5456669 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T17:21:37.993Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T17:21:37.994Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:21:38.005Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:21:38.005Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3d520857-1bab-4c51-89f4-d47ab5456669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001696337,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T17:21:38.099Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-12-02T17:21:38.100Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:21:38.100Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:21:38.125Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:21:38.126Z||pool-36-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:21:39.029Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "3d520857-1bab-4c51-89f4-d47ab5456669",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "9f15c54a-a44e-40a2-9300-73ee644dba49",
  "serviceDescription": "service",
  "serviceInvariantUUID": "57d39379-c500-4660-b4a7-e6a04a5cd1db",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "bb43fe55-0130-4206-b818-c2c1d7dd9f36",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "e4ee51c9-e013-45fe-a23c-c3563e1cf28c",
      "resourceInvariantUUID": "1222a89c-55b0-4ab2-9a96-0da2e2fac4f0",
      "category": "Generic",
      "subcategory": "Network Elements",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicNetwork-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
      "artifactChecksum": "NDQ3NjRmZTUyMGFjNjkxOThkYjQwNmMwNzg5ZWQxNjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8453b413-37ec-4dad-abea-00a5ca7ea5b1"
    }
  ],
  "workloadContext": "Production"
}
2022-12-02T17:21:39.030Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-02T17:21:39.030Z|b9c99c3c-8706-4507-8f87-22e684544395|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9f15c54a-a44e-40a2-9300-73ee644dba49 ASDC
2022-12-02T17:21:39.030Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:3d520857-1bab-4c51-89f4-d47ab5456669
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:9f15c54a-a44e-40a2-9300-73ee644dba49
ServiceInvariantUUID:57d39379-c500-4660-b4a7-e6a04a5cd1db
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:8453b413-37ec-4dad-abea-00a5ca7ea5b1
ArtifactChecksum:NDQ3NjRmZTUyMGFjNjkxOThkYjQwNmMwNzg5ZWQxNjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:bb43fe55-0130-4206-b818-c2c1d7dd9f36
ResourceInvariantUUID:1222a89c-55b0-4ab2-9a96-0da2e2fac4f0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:e4ee51c9-e013-45fe-a23c-c3563e1cf28c
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-12-02T17:21:39.031Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9f15c54a-a44e-40a2-9300-73ee644dba49 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-02T17:21:39.065Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-02T17:21:39.066Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-02T17:21:39.066Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-02T17:21:39.066Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8453b413-37ec-4dad-abea-00a5ca7ea5b1 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-02T17:21:39.067Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-02T17:21:39.067Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-02T17:21:39.155Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-02T17:21:39.160Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8453b413-37ec-4dad-abea-00a5ca7ea5b1 57660
2022-12-02T17:21:39.161Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-02T17:21:39.161Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-02T17:21:39.161Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T17:21:39.162Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:21:39.166Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:21:39.167Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3d520857-1bab-4c51-89f4-d47ab5456669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001699161,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:21:39.266Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-02T17:21:39.267Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:21:39.267Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:21:39.284Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:21:39.285Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:21:40.168Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-02T17:21:40.169Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-02T17:21:40.170Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 8453b413-37ec-4dad-abea-00a5ca7ea5b1, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-02T17:21:40.170Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-12-02T17:21:40.171Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-02T17:21:40.171Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-02T17:21:40.290Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13638925248544845626/Definitions/service-BasicNetwork-template.yml
2022-12-02T17:21:40.814Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-02T17:21:40.815Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-12-02T17:21:40.816Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-02T17:21:40.816Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-12-02T17:21:40.816Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-02T17:21:40.816Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-02T17:21:40.816Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-02T17:21:40.816Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-02T17:21:40.816Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-02T17:21:40.816Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-02T17:21:40.816Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-02T17:21:40.816Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-02T17:21:40.817Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-12-02T17:21:40.817Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:21:40.817Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:21:40.818Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-02T17:21:40.819Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-12-02T17:21:40.819Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-02T17:21:40.819Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:21:40.819Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:21:40.819Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-02T17:21:40.820Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-12-02T17:21:40.820Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-02T17:21:40.820Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:21:40.820Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:21:40.820Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:21:40.821Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:21:40.821Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:21:40.821Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:21:40.821Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:21:40.821Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:21:40.821Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:21:40.822Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:21:40.822Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:9f15c54a-a44e-40a2-9300-73ee644dba49
Model Version:NULL
Model InvariantUuid:57d39379-c500-4660-b4a7-e6a04a5cd1db
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:1222a89c-55b0-4ab2-9a96-0da2e2fac4f0
Model UUID:a0455151-cee4-4188-a7ef-7f8806e0b89e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:bb43fe55-0130-4206-b818-c2c1d7dd9f36
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-02T17:21:40.831Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: e4ee51c9-e013-45fe-a23c-c3563e1cf28c
2022-12-02T17:21:40.831Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||No resources found for Service: 9f15c54a-a44e-40a2-9300-73ee644dba49
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-02T17:21:40.840Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||
2022-12-02T17:21:40.840Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-12-02T17:21:40.842Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 9f15c54a-a44e-40a2-9300-73ee644dba49
2022-12-02T17:21:40.842Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 9f15c54a-a44e-40a2-9300-73ee644dba49
2022-12-02T17:21:40.842Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-12-02T17:21:40.842Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-02T17:21:40.850Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@39c704e7, org.onap.sdc.toscaparser.api.parameters.Input@2f6092a, org.onap.sdc.toscaparser.api.parameters.Input@739c139f, org.onap.sdc.toscaparser.api.parameters.Input@592b0ee4, org.onap.sdc.toscaparser.api.parameters.Input@584ac91a]
2022-12-02T17:21:40.851Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:21:40.851Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:21:40.852Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:21:40.852Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:21:40.852Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 9f15c54a-a44e-40a2-9300-73ee644dba49: Generic NeutronNet
2022-12-02T17:21:40.852Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:21:40.852Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:21:40.852Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:21:40.853Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-12-02T17:21:40.919Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:21:40.919Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:21:40.919Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:21:40.919Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:21:40.920Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:21:40.920Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:21:40.920Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-12-02T17:21:41.043Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-12-02T17:21:41.043Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-02T17:21:41.044Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-02T17:21:41.044Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T17:21:41.044Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:21:41.047Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:21:41.047Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3d520857-1bab-4c51-89f4-d47ab5456669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001701043,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T17:21:41.147Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:21:41.148Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:21:41.148Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:21:41.166Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:21:41.166Z||pool-38-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:21:42.049Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d520857-1bab-4c51-89f4-d47ab5456669
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T17:21:42.075Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d520857-1bab-4c51-89f4-d47ab5456669
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T17:21:42.083Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-02T17:21:42.083Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-02T17:21:42.084Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-02T17:21:42.084Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-02T17:21:42.084Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T17:21:42.085Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T17:21:42.085Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T17:21:42.085Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T17:21:42.085Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-02T17:21:42.103Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-02T17:22:12.103Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3d520857-1bab-4c51-89f4-d47ab5456669 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-02T17:22:12.112Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3d520857-1bab-4c51-89f4-d47ab5456669 and serviceModelVersionId: 9f15c54a-a44e-40a2-9300-73ee644dba49
2022-12-02T17:22:12.112Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 57d39379-c500-4660-b4a7-e6a04a5cd1db
2022-12-02T17:22:12.114Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/57d39379-c500-4660-b4a7-e6a04a5cd1db/model-vers/model-ver/9f15c54a-a44e-40a2-9300-73ee644dba49?depth=0
2022-12-02T17:22:12.118Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-12-02T17:22:12.159Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/57d39379-c500-4660-b4a7-e6a04a5cd1db/model-vers/model-ver/9f15c54a-a44e-40a2-9300-73ee644dba49?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-12-02T17:22:12.162Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/57d39379-c500-4660-b4a7-e6a04a5cd1db/model-vers/model-ver/9f15c54a-a44e-40a2-9300-73ee644dba49?depth=0|INFO|500||Invoke
2022-12-02T17:22:12.185Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/57d39379-c500-4660-b4a7-e6a04a5cd1db/model-vers/model-ver/9f15c54a-a44e-40a2-9300-73ee644dba49?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-02T17:22:12.301Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/57d39379-c500-4660-b4a7-e6a04a5cd1db/model-vers/model-ver/9f15c54a-a44e-40a2-9300-73ee644dba49?depth=0|INFO|500||InvokeReturn
2022-12-02T17:22:12.302Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/57d39379-c500-4660-b4a7-e6a04a5cd1db/model-vers/model-ver/9f15c54a-a44e-40a2-9300-73ee644dba49?depth=0 has http status code:200 and response headers:{date=[Fri, 02 Dec 2022 17:22:11 GMT], content-length=[0], vertex-id=[729256], x-aai-txid=[2-aai-resources-221202-17:22:11:519-92772], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-02T17:22:12.303Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-12-02T17:22:12.303Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-02T17:22:12.303Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-02T17:22:12.308Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-02T17:22:12.308Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3d520857-1bab-4c51-89f4-d47ab5456669 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-02T17:22:12.309Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-02T17:22:12.309Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:22:12.311Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:22:12.311Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3d520857-1bab-4c51-89f4-d47ab5456669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001732309,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-02T17:22:12.411Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:22:12.412Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:22:12.412Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:22:12.439Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:22:12.440Z||pool-39-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-02T17:22:36.338Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:22:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:22:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:22:36.341Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:22:36.343Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:22:36.343Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:22:36.478Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:22:36.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:22:36.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d520857-1bab-4c51-89f4-d47ab5456669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001696337,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:22:36.481Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:22:36.975Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:22:36.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-02T17:22:36.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"095c6147-cbc1-4568-991a-501f6ced3949","serviceName":"Demo_pNF_u3A2dYbr03ronfriwcLX","serviceVersion":"1.0","serviceUUID":"a0822dd6-7e72-4663-aa51-bfd6fa165d0e","serviceDescription":"catalog service description","serviceInvariantUUID":"e87fb41e-aca8-4eba-94b3-f435ffae1a5e","resources":[{"resourceInstanceName":"pNF fe15b2c1-484f 0","resourceName":"pNF fe15b2c1-484f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2fecfaf9-170d-4da4-b6ca-cb27123e250c","resourceInvariantUUID":"1580ec67-6e10-46cf-a531-b033a2266700","resourceCustomizationUUID":"38534683-d2f5-4d05-8ac2-54b4d250b870","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/vf-license-model.xml","artifactChecksum":"OTc0ZDQ0MWZiYjU3YTVjMzkxYzc5NzlkMTEyYjM2YmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aadf3332-aecd-48ed-aa31-306ad1c45669","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/pNF.csar","artifactChecksum":"MzIxMzBmYzZkOTkyODZmNmNjN2E3M2MyMjNhMGQwNjE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"400a273b-b31c-458f-8b3b-a3465620d506","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d4866ffe-887f-41b3-81f9-aad5fdcba091","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/vendor-license-model.xml","artifactChecksum":"NTIwYzBhN2MxMWY0MTY5M2ZlZDA2MzQ0M2ZiMjhjNDE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2f69170f-1e0e-43b3-9a02-5c9c2b8f39b5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"da8a769c-d413-44fe-94b6-93da1616c80b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6257ebfc-2abb-42cf-8699-9691b9f7d286","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfU3a2dybr03ronfriwclx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/artifacts/service-DemoPnfU3a2dybr03ronfriwclx-template.yml","artifactChecksum":"ZmU0MmVkY2NiMTZjZDg2MjAwZmU1MzdlNGMxM2NkZmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"395f0123-d415-427f-b50a-801c6d11348a","artifactVersion":"1"},{"artifactName":"service-DemoPnfU3a2dybr03ronfriwclx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/artifacts/service-DemoPnfU3a2dybr03ronfriwclx-csar.csar","artifactChecksum":"OWVkMDk2MjcyYzEzYmM1MWY1OThjOTcwZjlmODE5NzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"308fb381-d162-4bc9-ac72-8701a48c87a5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-02T17:22:36.980Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T17:22:36.980Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:22:36.983Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:22:36.984Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001756337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:22:37.084Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T17:22:37.085Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:22:37.085Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:22:37.104Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:22:37.104Z||pool-40-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:22:37.985Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T17:22:37.985Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:22:37.988Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:22:37.988Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001756337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:22:38.088Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:22:38.090Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:22:38.090Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:22:38.113Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:22:38.114Z||pool-41-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:22:38.988Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T17:22:38.989Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:22:38.991Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:22:38.991Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001756337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:22:39.093Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-02T17:22:39.094Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:22:39.094Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:22:39.106Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:22:39.107Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:22:39.991Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T17:22:39.992Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:22:39.994Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:22:39.995Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001756337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:22:40.095Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:22:40.095Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:22:40.096Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:22:40.109Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:22:40.110Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:22:40.995Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T17:22:40.996Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:22:40.999Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:22:40.999Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001756337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:22:41.101Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-02T17:22:41.103Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:22:41.103Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:22:41.118Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:22:41.119Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:22:42.000Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T17:22:42.001Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:22:42.003Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:22:42.003Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001756337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:22:42.103Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:22:42.104Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:22:42.104Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:22:42.122Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:22:42.123Z||pool-45-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:22:43.004Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T17:22:43.005Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:22:43.009Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:22:43.010Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001756337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/artifacts/service-DemoPnfU3a2dybr03ronfriwclx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:22:43.110Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:22:43.111Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:22:43.111Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:22:43.145Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:22:43.146Z||pool-46-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-12-02T17:22:44.011Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T17:22:44.012Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:22:44.021Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:22:44.021Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001756337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/artifacts/service-DemoPnfU3a2dybr03ronfriwclx-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T17:22:44.121Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:22:44.122Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:22:44.122Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:22:44.135Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:22:44.136Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:22:45.023Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "serviceName": "Demo_pNF_u3A2dYbr03ronfriwcLX",
  "serviceVersion": "1.0",
  "serviceUUID": "a0822dd6-7e72-4663-aa51-bfd6fa165d0e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e87fb41e-aca8-4eba-94b3-f435ffae1a5e",
  "resources": [
    {
      "resourceInstanceName": "pNF fe15b2c1-484f 0",
      "resourceCustomizationUUID": "38534683-d2f5-4d05-8ac2-54b4d250b870",
      "resourceName": "pNF fe15b2c1-484f",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2fecfaf9-170d-4da4-b6ca-cb27123e250c",
      "resourceInvariantUUID": "1580ec67-6e10-46cf-a531-b033a2266700",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfU3a2dybr03ronfriwclx-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/artifacts/service-DemoPnfU3a2dybr03ronfriwclx-csar.csar",
      "artifactChecksum": "OWVkMDk2MjcyYzEzYmM1MWY1OThjOTcwZjlmODE5NzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "308fb381-d162-4bc9-ac72-8701a48c87a5"
    }
  ],
  "workloadContext": "Production"
}
2022-12-02T17:22:45.023Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-02T17:22:45.024Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a0822dd6-7e72-4663-aa51-bfd6fa165d0e ASDC
2022-12-02T17:22:45.024Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:095c6147-cbc1-4568-991a-501f6ced3949
ServiceName:Demo_pNF_u3A2dYbr03ronfriwcLX
ServiceVersion:1.0
ServiceUUID:a0822dd6-7e72-4663-aa51-bfd6fa165d0e
ServiceInvariantUUID:e87fb41e-aca8-4eba-94b3-f435ffae1a5e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfU3a2dybr03ronfriwclx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/artifacts/service-DemoPnfU3a2dybr03ronfriwclx-csar.csar
ArtifactUUID:308fb381-d162-4bc9-ac72-8701a48c87a5
ArtifactChecksum:OWVkMDk2MjcyYzEzYmM1MWY1OThjOTcwZjlmODE5NzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF fe15b2c1-484f 0
ResourceCustomizationUUID:38534683-d2f5-4d05-8ac2-54b4d250b870
ResourceInvariantUUID:1580ec67-6e10-46cf-a531-b033a2266700
ResourceName:pNF fe15b2c1-484f
ResourceType:PNF
ResourceUUID:2fecfaf9-170d-4da4-b6ca-cb27123e250c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-12-02T17:22:45.024Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a0822dd6-7e72-4663-aa51-bfd6fa165d0e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T17:22:45.065Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-02T17:22:45.066Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-02T17:22:45.066Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-02T17:22:45.066Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 308fb381-d162-4bc9-ac72-8701a48c87a5 from URL: /sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/artifacts/service-DemoPnfU3a2dybr03ronfriwclx-csar.csar
2022-12-02T17:22:45.067Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-02T17:22:45.067Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/artifacts/service-DemoPnfU3a2dybr03ronfriwclx-csar.csar
2022-12-02T17:22:45.152Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-02T17:22:45.155Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/artifacts/service-DemoPnfU3a2dybr03ronfriwclx-csar.csar 308fb381-d162-4bc9-ac72-8701a48c87a5 87759
2022-12-02T17:22:45.156Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/artifacts/service-DemoPnfU3a2dybr03ronfriwclx-csar.csar ASDC sendASDCNotification
2022-12-02T17:22:45.156Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/artifacts/service-DemoPnfU3a2dybr03ronfriwclx-csar.csar
2022-12-02T17:22:45.156Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T17:22:45.156Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:22:45.158Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:22:45.158Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001765156,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/artifacts/service-DemoPnfU3a2dybr03ronfriwclx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:22:45.259Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-02T17:22:45.260Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:22:45.260Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:22:45.272Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:22:45.273Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-02T17:22:46.159Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-02T17:22:46.160Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-02T17:22:46.161Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 308fb381-d162-4bc9-ac72-8701a48c87a5, URL: /sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/artifacts/service-DemoPnfU3a2dybr03ronfriwclx-csar.csar to file: /app/ASDC/1/service-DemoPnfU3a2dybr03ronfriwclx-csar.csar
2022-12-02T17:22:46.161Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfU3a2dybr03ronfriwclx-csar.csar
2022-12-02T17:22:46.161Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfU3a2dybr03ronfriwclx-csar.csar
2022-12-02T17:22:46.162Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfU3a2dybr03ronfriwclx-csar.csar
2022-12-02T17:22:46.293Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3709523693931214637/Definitions/service-DemoPnfU3a2dybr03ronfriwclx-template.yml
2022-12-02T17:22:47.179Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-02T17:22:47.180Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-12-02T17:22:47.180Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfU3a2dybr03ronfriwclx-csar.csar
2022-12-02T17:22:47.180Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-02T17:22:47.180Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfU3a2dybr03ronfriwclx-csar.csar
2022-12-02T17:22:47.180Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfU3a2dybr03ronfriwclx-csar.csar
2022-12-02T17:22:47.180Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfU3a2dybr03ronfriwclx-csar.csar
2022-12-02T17:22:47.180Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfU3a2dybr03ronfriwclx-csar.csar
2022-12-02T17:22:47.180Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfU3a2dybr03ronfriwclx-csar.csar
2022-12-02T17:22:47.180Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF fe15b2c1-484f 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfU3a2dybr03ronfriwclx-csar.csar
2022-12-02T17:22:47.180Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfU3a2dybr03ronfriwclx-csar.csar
2022-12-02T17:22:47.180Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-12-02T17:22:47.180Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:22:47.180Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_u3A2dYbr03ronfriwcLX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:22:47.180Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Node template pNF fe15b2c1-484f 0 is matching search criteria
2022-12-02T17:22:47.181Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-12-02T17:22:47.181Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF fe15b2c1-484f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-02T17:22:47.181Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:22:47.181Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_u3A2dYbr03ronfriwcLX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:22:47.181Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Node template pNF fe15b2c1-484f 0 is matching search criteria
2022-12-02T17:22:47.181Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-12-02T17:22:47.181Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF fe15b2c1-484f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-02T17:22:47.181Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:22:47.181Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_u3A2dYbr03ronfriwcLX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:22:47.181Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:22:47.181Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_u3A2dYbr03ronfriwcLX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:22:47.181Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:22:47.181Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_u3A2dYbr03ronfriwcLX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:22:47.181Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:22:47.181Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_u3A2dYbr03ronfriwcLX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:22:47.181Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:22:47.182Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_u3A2dYbr03ronfriwcLX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:22:47.182Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_u3A2dYbr03ronfriwcLX
Description:catalog service description
Model UUID:a0822dd6-7e72-4663-aa51-bfd6fa165d0e
Model Version:NULL
Model InvariantUuid:e87fb41e-aca8-4eba-94b3-f435ffae1a5e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-02T17:22:47.192Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2fecfaf9-170d-4da4-b6ca-cb27123e250c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-02T17:22:47.196Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||INFO|500||pNF fe15b2c1-484f 0
2022-12-02T17:22:47.197Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2fecfaf9-170d-4da4-b6ca-cb27123e250c
2022-12-02T17:22:47.197Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||No resources found for Service: a0822dd6-7e72-4663-aa51-bfd6fa165d0e
2022-12-02T17:22:47.197Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: a0822dd6-7e72-4663-aa51-bfd6fa165d0e
2022-12-02T17:22:47.197Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF fe15b2c1-484f 0 2fecfaf9-170d-4da4-b6ca-cb27123e250c ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-02T17:22:47.204Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@79cc8ad3, org.onap.sdc.toscaparser.api.parameters.Input@6a7d692a, org.onap.sdc.toscaparser.api.parameters.Input@2f6d956d, org.onap.sdc.toscaparser.api.parameters.Input@61dbf2b0, org.onap.sdc.toscaparser.api.parameters.Input@7c5c664a]
2022-12-02T17:22:47.204Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:22:47.204Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_u3A2dYbr03ronfriwcLX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:22:47.205Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid a0822dd6-7e72-4663-aa51-bfd6fa165d0e: pNF fe15b2c1-484f
2022-12-02T17:22:47.205Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||INFO|500||Processing PNF resource: 2fecfaf9-170d-4da4-b6ca-cb27123e250c
2022-12-02T17:22:47.205Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:22:47.205Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_u3A2dYbr03ronfriwcLX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:22:47.205Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||INFO|500||Resource customization UUID: 38534683-d2f5-4d05-8ac2-54b4d250b870 is the same as notified resource customizationUUID: 38534683-d2f5-4d05-8ac2-54b4d250b870
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-12-02T17:22:47.294Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF fe15b2c1-484f 2fecfaf9-170d-4da4-b6ca-cb27123e250c 0 ASDC deployResourceStructure
2022-12-02T17:22:47.295Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/artifacts/service-DemoPnfU3a2dybr03ronfriwclx-csar.csar ASDC sendASDCNotification
2022-12-02T17:22:47.295Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/artifacts/service-DemoPnfU3a2dybr03ronfriwclx-csar.csar
2022-12-02T17:22:47.295Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T17:22:47.295Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:22:47.297Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:22:47.297Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001767295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/artifacts/service-DemoPnfU3a2dybr03ronfriwclx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T17:22:47.397Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T17:22:47.398Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:22:47.398Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:22:47.412Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:22:47.413Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-02T17:22:48.298Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 095c6147-cbc1-4568-991a-501f6ced3949
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T17:22:48.312Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 095c6147-cbc1-4568-991a-501f6ced3949
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T17:22:48.316Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-02T17:22:48.316Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-02T17:22:48.316Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-02T17:23:18.316Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 095c6147-cbc1-4568-991a-501f6ced3949
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T17:23:18.332Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 095c6147-cbc1-4568-991a-501f6ced3949
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T17:23:18.340Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-02T17:23:18.340Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-02T17:23:18.341Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-02T17:23:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:23:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:23:36.341Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:23:36.382Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:23:36.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d520857-1bab-4c51-89f4-d47ab5456669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001696337,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T17:23:36.384Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:23:36.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d520857-1bab-4c51-89f4-d47ab5456669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001699161,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:23:36.385Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:23:36.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d520857-1bab-4c51-89f4-d47ab5456669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001701043,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T17:23:36.385Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:23:36.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d520857-1bab-4c51-89f4-d47ab5456669",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001732309,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-02T17:23:36.385Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:23:36.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "cds",
  "timestamp": 1670001728116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:23:36.385Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:23:36.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "cds",
  "timestamp": 1670001728116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:23:36.385Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:23:36.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670001733965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:23:36.385Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:23:36.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.386Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "cds",
  "timestamp": 1670001728116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:23:36.386Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:23:36.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.386Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670001733965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:23:36.386Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:23:36.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "cds",
  "timestamp": 1670001728116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:23:36.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:23:36.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670001733965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:23:36.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:23:36.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "cds",
  "timestamp": 1670001728116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:23:36.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:23:36.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670001733965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:23:36.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:23:36.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670001737753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:23:36.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:23:36.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "cds",
  "timestamp": 1670001728116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:23:36.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:23:36.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670001733965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:23:36.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:23:36.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670001737753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:23:36.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:23:36.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "cds",
  "timestamp": 1670001728116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/artifacts/service-DemoPnfU3a2dybr03ronfriwclx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:23:36.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:23:36.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670001733965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:23:36.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:23:36.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670001737753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:23:36.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:23:36.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "cds",
  "timestamp": 1670001728116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/artifacts/service-DemoPnfU3a2dybr03ronfriwclx-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T17:23:36.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:23:36.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670001733965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/artifacts/service-DemoPnfU3a2dybr03ronfriwclx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:23:36.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:23:36.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670001739900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:23:36.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:23:36.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670001737753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:23:36.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:23:36.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "cds",
  "timestamp": 1670001741619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/artifacts/service-DemoPnfU3a2dybr03ronfriwclx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:23:36.388Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:23:36.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670001733965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/artifacts/service-DemoPnfU3a2dybr03ronfriwclx-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T17:23:36.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:23:36.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670001739900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:23:36.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:23:36.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670001737753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:23:36.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:23:36.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "cds",
  "timestamp": 1670001742630,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/artifacts/service-DemoPnfU3a2dybr03ronfriwclx-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-02T17:23:36.405Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 095c6147-cbc1-4568-991a-501f6ced3949
2022-12-02T17:23:36.405Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 095c6147-cbc1-4568-991a-501f6ced3949 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T17:23:36.438Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.438Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670001739900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:23:36.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:23:36.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670001737753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:23:36.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:23:36.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670001739900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:23:36.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:23:36.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670001737753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/artifacts/service-DemoPnfU3a2dybr03ronfriwclx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:23:36.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:23:36.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670001739900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:23:36.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:23:36.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670001737753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/artifacts/service-DemoPnfU3a2dybr03ronfriwclx-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T17:23:36.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:23:36.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670001739900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-12-02T17:23:36.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:23:36.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670001746519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/artifacts/service-DemoPnfU3a2dybr03ronfriwclx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:23:36.440Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:23:36.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670001739900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/artifacts/service-DemoPnfU3a2dybr03ronfriwclx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:23:36.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:23:36.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670001748335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/artifacts/service-DemoPnfU3a2dybr03ronfriwclx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T17:23:36.440Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:23:36.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670001739900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/artifacts/service-DemoPnfU3a2dybr03ronfriwclx-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:23:36.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:23:36.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670001749340,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-02T17:23:36.448Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 095c6147-cbc1-4568-991a-501f6ced3949
2022-12-02T17:23:36.448Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 095c6147-cbc1-4568-991a-501f6ced3949 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T17:23:36.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670001748754,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:23:36.473Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:23:36.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670001749950,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-12-02T17:23:36.474Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:23:36.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670001750954,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-02T17:23:36.480Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 095c6147-cbc1-4568-991a-501f6ced3949
2022-12-02T17:23:36.480Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 095c6147-cbc1-4568-991a-501f6ced3949 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T17:23:36.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "aai-ml",
  "timestamp": 1670001751034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:23:36.504Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:23:36.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "aai-ml",
  "timestamp": 1670001751034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:23:36.504Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:23:36.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "cds",
  "timestamp": 1670001743637,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:23:36.504Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:23:36.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "aai-ml",
  "timestamp": 1670001751034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:23:36.504Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:23:36.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "cds",
  "timestamp": 1670001743637,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:23:36.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:23:36.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670001753965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:23:36.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:23:36.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "aai-ml",
  "timestamp": 1670001751034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:23:36.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:23:36.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "cds",
  "timestamp": 1670001743637,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:23:36.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:23:36.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:23:36.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670001753965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-02T17:23:36.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:23:48.341Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 095c6147-cbc1-4568-991a-501f6ced3949
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T17:23:48.356Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 095c6147-cbc1-4568-991a-501f6ced3949
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T17:23:48.360Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-02T17:23:48.360Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-02T17:23:48.360Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-02T17:24:18.360Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 095c6147-cbc1-4568-991a-501f6ced3949
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T17:24:18.385Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 095c6147-cbc1-4568-991a-501f6ced3949
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T17:24:18.394Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-02T17:24:18.394Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-02T17:24:18.394Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-02T17:24:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:24:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:24:36.341Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:24:36.385Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:24:36.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:24:36.386Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "aai-ml",
  "timestamp": 1670001751034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:24:36.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:24:48.394Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 095c6147-cbc1-4568-991a-501f6ced3949
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T17:24:48.411Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 095c6147-cbc1-4568-991a-501f6ced3949
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T17:24:48.416Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-02T17:24:48.416Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-02T17:24:48.416Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-02T17:25:18.417Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 095c6147-cbc1-4568-991a-501f6ced3949
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T17:25:18.436Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 095c6147-cbc1-4568-991a-501f6ced3949
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T17:25:18.440Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-02T17:25:18.440Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-02T17:25:18.440Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-02T17:25:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:25:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:25:36.341Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:25:36.366Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:25:36.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:36.878Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "cds",
  "timestamp": 1670001743637,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:36.880Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:36.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:36.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670001753965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-02T17:25:36.881Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:36.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:36.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001756337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:36.881Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:36.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:36.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "aai-ml",
  "timestamp": 1670001751034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:36.881Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:36.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:36.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "cds",
  "timestamp": 1670001743637,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:36.882Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:36.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:36.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670001753965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:36.882Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:36.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:36.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001756337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:36.882Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:36.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:36.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "aai-ml",
  "timestamp": 1670001751034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/artifacts/service-DemoPnfU3a2dybr03ronfriwclx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:36.882Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:36.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:36.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "cds",
  "timestamp": 1670001743637,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:36.882Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:36.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:36.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670001753965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-02T17:25:36.882Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:36.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:36.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001756337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:36.882Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:36.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:36.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "aai-ml",
  "timestamp": 1670001751034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/artifacts/service-DemoPnfU3a2dybr03ronfriwclx-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T17:25:36.882Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:36.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:36.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "cds",
  "timestamp": 1670001743637,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T17:25:36.882Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:36.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:36.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670001753965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:36.882Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:36.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:36.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001756337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:36.883Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:36.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:36.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "aai-ml",
  "timestamp": 1670001759799,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/artifacts/service-DemoPnfU3a2dybr03ronfriwclx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:25:36.883Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:25:36.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:36.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "cds",
  "timestamp": 1670001760682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:25:36.883Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:25:36.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:36.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670001753965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T17:25:36.883Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:36.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:36.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001756337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:36.883Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:36.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:36.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670001759900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:36.883Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:36.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:36.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "cds",
  "timestamp": 1670001761715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T17:25:36.911Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 54458b26-0e49-408a-aea4-f62ce894de44
2022-12-02T17:25:36.911Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54458b26-0e49-408a-aea4-f62ce894de44 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T17:25:36.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:36.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670001761718,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:25:36.932Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:25:36.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:36.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001756337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/resourceInstances/pnffe15b2c1484f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:36.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:36.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:36.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670001759900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:36.933Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:36.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:36.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670001762805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:25:36.933Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:25:36.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:36.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001756337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/artifacts/service-DemoPnfU3a2dybr03ronfriwclx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:36.933Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:36.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:36.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670001759900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:36.933Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:36.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:36.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670001763883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:25:36.934Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:25:36.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:36.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001756337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/artifacts/service-DemoPnfU3a2dybr03ronfriwclx-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T17:25:36.934Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:36.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:36.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670001759900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:36.934Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:36.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:36.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670001764915,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-02T17:25:36.947Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 54458b26-0e49-408a-aea4-f62ce894de44
2022-12-02T17:25:36.947Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54458b26-0e49-408a-aea4-f62ce894de44 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T17:25:36.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:36.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001765156,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/artifacts/service-DemoPnfU3a2dybr03ronfriwclx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:25:36.974Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:25:36.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:36.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670001759900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:36.975Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:36.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:36.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "aai-ml",
  "timestamp": 1670001764849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/artifacts/service-DemoPnfU3a2dybr03ronfriwclx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T17:25:36.975Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:25:36.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:36.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670001765921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-02T17:25:36.975Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:25:36.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:36.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "cds",
  "timestamp": 1670001762721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:36.975Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:36.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:36.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670001759900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:36.975Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:36.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:36.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "aai-ml",
  "timestamp": 1670001765854,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-02T17:25:36.982Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 095c6147-cbc1-4568-991a-501f6ced3949
2022-12-02T17:25:36.982Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 095c6147-cbc1-4568-991a-501f6ced3949 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T17:25:36.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:36.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "cds",
  "timestamp": 1670001762721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:36.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:36.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:36.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001767295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfU3a2dybr03ronfriwclx/1.0/artifacts/service-DemoPnfU3a2dybr03ronfriwclx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T17:25:36.999Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:25:36.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:36.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670001759900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:36.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:36.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:36.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "cds",
  "timestamp": 1670001762721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:36.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:36.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:36.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670001767753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "cds",
  "timestamp": 1670001762721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670001767753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "cds",
  "timestamp": 1670001762721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670001767753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "cds",
  "timestamp": 1670001762721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670001767753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "cds",
  "timestamp": 1670001762721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670001767753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "cds",
  "timestamp": 1670001762721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670001767753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "cds",
  "timestamp": 1670001762721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T17:25:37.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670001767753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T17:25:37.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670001773965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "cds",
  "timestamp": 1670001775195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:25:37.001Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:25:37.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670001775483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:25:37.001Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:25:37.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670001773965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-02T17:25:37.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "cds",
  "timestamp": 1670001776202,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T17:25:37.018Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 030bad15-a70d-44b0-b209-528e26061192
2022-12-02T17:25:37.018Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 030bad15-a70d-44b0-b209-528e26061192 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T17:25:37.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670001773965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-02T17:25:37.031Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670001777699,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T17:25:37.031Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:25:37.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670001773965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-02T17:25:37.031Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670001778704,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-02T17:25:37.040Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 54458b26-0e49-408a-aea4-f62ce894de44
2022-12-02T17:25:37.040Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54458b26-0e49-408a-aea4-f62ce894de44 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T17:25:37.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670001773965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-02T17:25:37.055Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.055Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670001767753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.055Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.055Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670001773965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.056Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670001767753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.056Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670001773965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-02T17:25:37.056Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670001779900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.056Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670001767753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.056Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670001773965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.056Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "aai-ml",
  "timestamp": 1670001781034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.057Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670001779900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.057Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670001767753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.057Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670001773965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T17:25:37.057Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "aai-ml",
  "timestamp": 1670001781034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.058Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670001779900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.058Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670001767753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.058Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670001783746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:25:37.058Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:25:37.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "aai-ml",
  "timestamp": 1670001781034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.058Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670001779900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.059Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670001767753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.059Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670001784813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:25:37.059Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:25:37.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "aai-ml",
  "timestamp": 1670001781034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.059Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670001779900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.059Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670001767753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.059Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670001785883,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:25:37.059Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:25:37.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "aai-ml",
  "timestamp": 1670001781034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670001779900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670001767753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670001786963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:25:37.060Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:25:37.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "aai-ml",
  "timestamp": 1670001781034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670001779900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670001767753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T17:25:37.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670001788022,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-02T17:25:37.069Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 030bad15-a70d-44b0-b209-528e26061192
2022-12-02T17:25:37.070Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 030bad15-a70d-44b0-b209-528e26061192 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T17:25:37.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "aai-ml",
  "timestamp": 1670001781034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T17:25:37.082Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670001779900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.083Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670001788813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:25:37.083Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:25:37.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670001789027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-02T17:25:37.083Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:25:37.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "aai-ml",
  "timestamp": 1670001788789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:25:37.083Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:25:37.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670001779900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.083Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670001791001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T17:25:37.083Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:25:37.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670001792005,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-02T17:25:37.091Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 030bad15-a70d-44b0-b209-528e26061192
2022-12-02T17:25:37.092Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 030bad15-a70d-44b0-b209-528e26061192 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T17:25:37.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "aai-ml",
  "timestamp": 1670001795750,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T17:25:37.106Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:25:37.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "aai-ml",
  "timestamp": 1670001796754,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-02T17:25:37.126Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 54458b26-0e49-408a-aea4-f62ce894de44
2022-12-02T17:25:37.127Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54458b26-0e49-408a-aea4-f62ce894de44 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T17:25:37.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "aai-ml",
  "timestamp": 1670001781034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "aai-ml",
  "timestamp": 1670001781034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "aai-ml",
  "timestamp": 1670001781034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "aai-ml",
  "timestamp": 1670001781034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "aai-ml",
  "timestamp": 1670001781034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "aai-ml",
  "timestamp": 1670001781034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.143Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "aai-ml",
  "timestamp": 1670001781034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.143Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "aai-ml",
  "timestamp": 1670001781034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:25:37.143Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "aai-ml",
  "timestamp": 1670001781034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T17:25:37.143Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:25:37.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "aai-ml",
  "timestamp": 1670001806843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:25:37.143Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:25:37.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "aai-ml",
  "timestamp": 1670001813961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T17:25:37.144Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:25:37.144Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T17:25:37.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "aai-ml",
  "timestamp": 1670001814964,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-02T17:25:37.150Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 030bad15-a70d-44b0-b209-528e26061192
2022-12-02T17:25:37.151Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 030bad15-a70d-44b0-b209-528e26061192 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T17:25:48.441Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 095c6147-cbc1-4568-991a-501f6ced3949
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T17:25:48.458Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 095c6147-cbc1-4568-991a-501f6ced3949
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T17:25:48.462Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-02T17:25:48.462Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-02T17:25:48.462Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-02T17:25:48.462Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-02T17:25:48.462Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T17:25:48.463Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T17:25:48.463Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T17:25:48.463Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T17:25:48.463Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T17:25:48.463Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-02T17:25:48.469Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-02T17:26:18.469Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 095c6147-cbc1-4568-991a-501f6ced3949 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-02T17:26:18.476Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 095c6147-cbc1-4568-991a-501f6ced3949 and serviceModelVersionId: a0822dd6-7e72-4663-aa51-bfd6fa165d0e
2022-12-02T17:26:18.476Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e87fb41e-aca8-4eba-94b3-f435ffae1a5e
2022-12-02T17:26:18.478Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e87fb41e-aca8-4eba-94b3-f435ffae1a5e/model-vers/model-ver/a0822dd6-7e72-4663-aa51-bfd6fa165d0e?depth=0
2022-12-02T17:26:18.483Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-12-02T17:26:18.542Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e87fb41e-aca8-4eba-94b3-f435ffae1a5e/model-vers/model-ver/a0822dd6-7e72-4663-aa51-bfd6fa165d0e?depth=0|INFO|500||Invoke
2022-12-02T17:26:18.544Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e87fb41e-aca8-4eba-94b3-f435ffae1a5e/model-vers/model-ver/a0822dd6-7e72-4663-aa51-bfd6fa165d0e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e87fb41e-aca8-4eba-94b3-f435ffae1a5e/model-vers/model-ver/a0822dd6-7e72-4663-aa51-bfd6fa165d0e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[095c6147-cbc1-4568-991a-501f6ced3949], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[73268f5f-34f1-487a-9086-12888867e1a9], X-ECOMP-RequestID=[095c6147-cbc1-4568-991a-501f6ced3949], X-TransactionId=[], X-ONAP-RequestID=[095c6147-cbc1-4568-991a-501f6ced3949], Content-Type=[application/merge-patch+json]}
2022-12-02T17:26:18.574Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e87fb41e-aca8-4eba-94b3-f435ffae1a5e/model-vers/model-ver/a0822dd6-7e72-4663-aa51-bfd6fa165d0e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-02T17:26:18.691Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e87fb41e-aca8-4eba-94b3-f435ffae1a5e/model-vers/model-ver/a0822dd6-7e72-4663-aa51-bfd6fa165d0e?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e87fb41e-aca8-4eba-94b3-f435ffae1a5e/model-vers/model-ver/a0822dd6-7e72-4663-aa51-bfd6fa165d0e?depth=0 has http status code:200 and response headers:{date=[Fri, 02 Dec 2022 17:26:17 GMT], content-length=[0], vertex-id=[209008], x-aai-txid=[1-aai-resources-221202-17:26:17:905-5557], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-02T17:26:18.692Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e87fb41e-aca8-4eba-94b3-f435ffae1a5e/model-vers/model-ver/a0822dd6-7e72-4663-aa51-bfd6fa165d0e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-02T17:26:18.693Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e87fb41e-aca8-4eba-94b3-f435ffae1a5e/model-vers/model-ver/a0822dd6-7e72-4663-aa51-bfd6fa165d0e?depth=0|INFO|500||InvokeReturn
2022-12-02T17:26:18.694Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-02T17:26:18.694Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-02T17:26:18.701Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-02T17:26:18.702Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 095c6147-cbc1-4568-991a-501f6ced3949 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-02T17:26:18.702Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-02T17:26:18.702Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:26:18.704Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:26:18.704Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001978702,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-02T17:26:18.804Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:26:18.806Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:26:18.806Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:26:18.830Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:26:18.830Z||pool-50-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-02T17:26:19.717Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-02T17:26:19.717Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"54458b26-0e49-408a-aea4-f62ce894de44","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e00ef4da-7ab3-4bc5-ae8f-6fb688de28d4","serviceDescription":"service","serviceInvariantUUID":"6edeac36-5aef-497a-91d5-7732066cec2b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"69e5db9b-63d6-43bd-871a-dbe4525c6fee","resourceInvariantUUID":"27fbcf8a-a154-4864-940c-796ecdbee256","resourceCustomizationUUID":"dd52cda8-7950-4ec5-a2f1-fd2cae4cc674","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"YTNjMWFhMzVlNWIxOTQwNDFiMWI0MzUxZGZlMzIxMDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1ebc14b9-6659-440a-ab91-0fbfcdd81691","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"YjYxMjQ0MzI2ZDI0N2UxNjk3ZGVkZjQ0OTM2ZDlhYTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0a7ef183-0ccd-411f-b849-369cd5f1b406","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1fe28a3b-4304-45b5-99aa-08aa8bbf8705","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"77f089ac-18ca-45a1-9305-3fb9a7c0e87e","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fb438008-bfd4-430e-89a8-cd83321146c0","artifactVersion":"2","generatedFromUUID":"1fe28a3b-4304-45b5-99aa-08aa8bbf8705"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"M2ZjNDUyZTZiZmI4MzY4ZDRjY2UxMWNiYzc4YTM5MzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f2ba1580-461c-4ba7-ba37-a21540ac8f90","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTdhZWFlZGVkYmEzMDM3NTk2N2M4YjFlMWYwODBjMmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0a7369d9-a5af-401d-abed-9f53c31dfcf7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-02T17:26:19.718Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T17:26:19.718Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:26:19.719Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:26:19.720Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001756337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:26:19.820Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:26:19.820Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:26:19.821Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:26:19.832Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:26:19.833Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:26:20.720Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T17:26:20.721Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:26:20.722Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:26:20.723Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001756337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-02T17:26:20.823Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:26:20.824Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:26:20.824Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:26:20.835Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:26:20.836Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-02T17:26:21.723Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T17:26:21.725Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:26:21.727Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:26:21.727Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001756337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-02T17:26:21.828Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-02T17:26:21.829Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:26:21.830Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:26:21.841Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:26:21.842Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:26:22.728Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T17:26:22.729Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:26:22.731Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:26:22.731Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001756337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:26:22.831Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:26:22.832Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:26:22.832Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:26:22.844Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:26:22.844Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:26:23.731Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T17:26:23.732Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:26:23.734Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:26:23.734Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001756337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-02T17:26:23.834Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:26:23.835Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:26:23.835Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:26:23.849Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:26:23.850Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:26:24.735Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T17:26:24.736Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:26:24.737Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:26:24.738Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001756337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:26:24.838Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:26:24.839Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:26:24.839Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:26:24.861Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:26:24.862Z||pool-56-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-12-02T17:26:25.738Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T17:26:25.739Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:26:25.741Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:26:25.741Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001756337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T17:26:25.841Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T17:26:25.842Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:26:25.843Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:26:25.857Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:26:25.858Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-02T17:26:26.743Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "e00ef4da-7ab3-4bc5-ae8f-6fb688de28d4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6edeac36-5aef-497a-91d5-7732066cec2b",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "dd52cda8-7950-4ec5-a2f1-fd2cae4cc674",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "69e5db9b-63d6-43bd-871a-dbe4525c6fee",
      "resourceInvariantUUID": "27fbcf8a-a154-4864-940c-796ecdbee256",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
          "artifactChecksum": "YjYxMjQ0MzI2ZDI0N2UxNjk3ZGVkZjQ0OTM2ZDlhYTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0a7ef183-0ccd-411f-b849-369cd5f1b406",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1fe28a3b-4304-45b5-99aa-08aa8bbf8705",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "fb438008-bfd4-430e-89a8-cd83321146c0",
            "generatedFromUUID": "1fe28a3b-4304-45b5-99aa-08aa8bbf8705"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "fb438008-bfd4-430e-89a8-cd83321146c0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTdhZWFlZGVkYmEzMDM3NTk2N2M4YjFlMWYwODBjMmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0a7369d9-a5af-401d-abed-9f53c31dfcf7"
    }
  ],
  "workloadContext": "Production"
}
2022-12-02T17:26:26.743Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-02T17:26:26.743Z|095c6147-cbc1-4568-991a-501f6ced3949|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e00ef4da-7ab3-4bc5-ae8f-6fb688de28d4 ASDC
2022-12-02T17:26:26.744Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:54458b26-0e49-408a-aea4-f62ce894de44
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:e00ef4da-7ab3-4bc5-ae8f-6fb688de28d4
ServiceInvariantUUID:6edeac36-5aef-497a-91d5-7732066cec2b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:0a7369d9-a5af-401d-abed-9f53c31dfcf7
ArtifactChecksum:NTdhZWFlZGVkYmEzMDM3NTk2N2M4YjFlMWYwODBjMmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:dd52cda8-7950-4ec5-a2f1-fd2cae4cc674
ResourceInvariantUUID:27fbcf8a-a154-4864-940c-796ecdbee256
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:69e5db9b-63d6-43bd-871a-dbe4525c6fee
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:0a7ef183-0ccd-411f-b849-369cd5f1b406
ArtifactChecksum:YjYxMjQ0MzI2ZDI0N2UxNjk3ZGVkZjQ0OTM2ZDlhYTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:1fe28a3b-4304-45b5-99aa-08aa8bbf8705
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:fb438008-bfd4-430e-89a8-cd83321146c0
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:fb438008-bfd4-430e-89a8-cd83321146c0
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-02T17:26:26.744Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e00ef4da-7ab3-4bc5-ae8f-6fb688de28d4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-02T17:26:26.778Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-02T17:26:26.779Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-02T17:26:26.779Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-02T17:26:26.780Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0a7369d9-a5af-401d-abed-9f53c31dfcf7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-02T17:26:26.780Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-02T17:26:26.780Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-02T17:26:26.973Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-02T17:26:26.976Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 0a7369d9-a5af-401d-abed-9f53c31dfcf7 74817
2022-12-02T17:26:26.977Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-12-02T17:26:26.977Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-02T17:26:26.977Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T17:26:26.977Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:26:26.982Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:26:26.982Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001986977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:26:27.081Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T17:26:27.082Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:26:27.082Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:26:27.095Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:26:27.096Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:26:27.983Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-02T17:26:27.984Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-02T17:26:27.984Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 0a7369d9-a5af-401d-abed-9f53c31dfcf7, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-12-02T17:26:27.985Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-12-02T17:26:27.985Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-12-02T17:26:27.985Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-12-02T17:26:28.077Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3807815569942343859/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-12-02T17:26:29.231Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-02T17:26:29.237Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-12-02T17:26:29.237Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-02T17:26:29.237Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-02T17:26:29.238Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-02T17:26:29.238Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-02T17:26:29.238Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-02T17:26:29.238Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-02T17:26:29.238Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-02T17:26:29.238Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-02T17:26:29.238Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-02T17:26:29.238Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-12-02T17:26:29.238Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:26:29.238Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:26:29.238Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-02T17:26:29.238Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-12-02T17:26:29.238Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-02T17:26:29.239Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:26:29.239Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:26:29.239Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-02T17:26:29.239Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-12-02T17:26:29.239Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-02T17:26:29.239Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:26:29.239Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:26:29.239Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:26:29.239Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-02T17:26:29.239Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-12-02T17:26:29.239Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-12-02T17:26:29.239Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-12-02T17:26:29.239Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-02T17:26:29.239Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-02T17:26:29.239Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:26:29.239Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-02T17:26:29.240Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:26:29.240Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-02T17:26:29.240Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T17:26:29.240Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:26:29.240Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-02T17:26:29.240Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T17:26:29.240Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:26:29.240Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-02T17:26:29.240Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T17:26:29.240Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:26:29.240Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-02T17:26:29.240Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-02T17:26:29.240Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-02T17:26:29.240Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=875868c8-fc1a-46b7-965e-c88baca48357
2022-12-02T17:26:29.241Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:26:29.241Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:26:29.241Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:26:29.241Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:26:29.241Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:26:29.241Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:26:29.241Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:26:29.241Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:26:29.241Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:e00ef4da-7ab3-4bc5-ae8f-6fb688de28d4
Model Version:NULL
Model InvariantUuid:6edeac36-5aef-497a-91d5-7732066cec2b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:40dbeaab-86ff-45fd-9b43-12899caf9ccd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:27fbcf8a-a154-4864-940c-796ecdbee256
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:dd52cda8-7950-4ec5-a2f1-fd2cae4cc674
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:932b691d-b27e-4667-a66e-6e0f6f3b834f
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:f73150f2-779e-4f66-8dc4-89a38a657c14
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:875868c8-fc1a-46b7-965e-c88baca48357
ModelInvariantUuid:73642ffa-c995-4a65-849f-bf733d513587
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:e20c61ed-502e-41b0-9e17-430a7d334984
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:e7b5e2b3-7b7a-4742-9dab-1d196da5f04c
ModelInvariantUuid:ea2e3953-42bf-4005-99fb-b8afe7e0f378
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:2540933e-37f8-4347-a957-64bd0b9e70d7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-02T17:26:29.254Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 69e5db9b-63d6-43bd-871a-dbe4525c6fee
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-02T17:26:29.258Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||basic_vm 0
2022-12-02T17:26:29.258Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 69e5db9b-63d6-43bd-871a-dbe4525c6fee
2022-12-02T17:26:29.258Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0a7ef183-0ccd-411f-b849-369cd5f1b406 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-12-02T17:26:29.258Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-02T17:26:29.259Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-12-02T17:26:29.356Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-02T17:26:29.357Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 0a7ef183-0ccd-411f-b849-369cd5f1b406 787
2022-12-02T17:26:29.357Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-12-02T17:26:29.357Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-12-02T17:26:29.357Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T17:26:29.357Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:26:29.359Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:26:29.359Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001989357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:26:29.460Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:26:29.460Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:26:29.461Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:26:29.474Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:26:29.475Z||pool-59-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:26:30.360Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "932b691d-b27e-4667-a66e-6e0f6f3b834f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f73150f2-779e-4f66-8dc4-89a38a657c14",
    "vfModuleModelCustomizationUUID": "49380c3c-6971-440e-a014-792ec0851a65",
    "isBase": true,
    "artifacts": [
      "1fe28a3b-4304-45b5-99aa-08aa8bbf8705",
      "fb438008-bfd4-430e-89a8-cd83321146c0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-02T17:26:30.363Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f73150f2-779e-4f66-8dc4-89a38a657c14
VfModuleModelInvariantUUID:932b691d-b27e-4667-a66e-6e0f6f3b834f
VfModuleModelDescription:NULL
Artifacts UUID List:{
1fe28a3b-4304-45b5-99aa-08aa8bbf8705
,
fb438008-bfd4-430e-89a8-cd83321146c0

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-12-02T17:26:30.365Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "932b691d-b27e-4667-a66e-6e0f6f3b834f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f73150f2-779e-4f66-8dc4-89a38a657c14",
    "vfModuleModelCustomizationUUID": "49380c3c-6971-440e-a014-792ec0851a65",
    "isBase": true,
    "artifacts": [
      "1fe28a3b-4304-45b5-99aa-08aa8bbf8705",
      "fb438008-bfd4-430e-89a8-cd83321146c0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-02T17:26:30.366Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f73150f2-779e-4f66-8dc4-89a38a657c14
VfModuleModelInvariantUUID:932b691d-b27e-4667-a66e-6e0f6f3b834f
VfModuleModelDescription:NULL
Artifacts UUID List:{
1fe28a3b-4304-45b5-99aa-08aa8bbf8705
,
fb438008-bfd4-430e-89a8-cd83321146c0

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-12-02T17:26:30.366Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1fe28a3b-4304-45b5-99aa-08aa8bbf8705 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-12-02T17:26:30.366Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-02T17:26:30.366Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-12-02T17:26:30.432Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-02T17:26:30.433Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 1fe28a3b-4304-45b5-99aa-08aa8bbf8705 5033
2022-12-02T17:26:30.433Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-12-02T17:26:30.433Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-12-02T17:26:30.433Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T17:26:30.433Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:26:30.435Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:26:30.435Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001990433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:26:30.535Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:26:30.536Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:26:30.536Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:26:30.553Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:26:30.554Z||pool-60-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-02T17:26:31.436Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fb438008-bfd4-430e-89a8-cd83321146c0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-12-02T17:26:31.436Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-02T17:26:31.436Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-12-02T17:26:31.508Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-02T17:26:31.509Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env fb438008-bfd4-430e-89a8-cd83321146c0 903
2022-12-02T17:26:31.511Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-12-02T17:26:31.511Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-12-02T17:26:31.511Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T17:26:31.512Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:26:31.514Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:26:31.514Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001991511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:26:31.614Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:26:31.615Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:26:31.615Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:26:31.643Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:26:31.644Z||pool-61-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-12-02T17:26:32.516Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: e00ef4da-7ab3-4bc5-ae8f-6fb688de28d4
2022-12-02T17:26:32.517Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 69e5db9b-63d6-43bd-871a-dbe4525c6fee ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-02T17:26:32.530Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4cb20040, org.onap.sdc.toscaparser.api.parameters.Input@7d1c76f2, org.onap.sdc.toscaparser.api.parameters.Input@3eb61963, org.onap.sdc.toscaparser.api.parameters.Input@30112941, org.onap.sdc.toscaparser.api.parameters.Input@6c7d8f03]
2022-12-02T17:26:32.532Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:26:32.532Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:26:32.532Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-12-02T17:26:32.532Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= dd52cda8-7950-4ec5-a2f1-fd2cae4cc674
2022-12-02T17:26:32.532Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dd52cda8-7950-4ec5-a2f1-fd2cae4cc674 matches Tosca VF Customization UUID: dd52cda8-7950-4ec5-a2f1-fd2cae4cc674
2022-12-02T17:26:32.532Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: dd52cda8-7950-4ec5-a2f1-fd2cae4cc674  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-02T17:26:32.535Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:26:32.535Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:26:32.536Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id dd52cda8-7950-4ec5-a2f1-fd2cae4cc674: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-02T17:26:32.536Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4559d844
2022-12-02T17:26:32.536Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:26:32.536Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-02T17:26:32.536Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 49380c3c-6971-440e-a014-792ec0851a65
2022-12-02T17:26:32.536Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 49380c3c-6971-440e-a014-792ec0851a65
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-02T17:26:32.539Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:26:32.540Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-02T17:26:32.540Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T17:26:32.540Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:26:32.540Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-02T17:26:32.540Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T17:26:32.541Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:26:32.541Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-02T17:26:32.541Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-02T17:26:32.541Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-02T17:26:32.541Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=875868c8-fc1a-46b7-965e-c88baca48357
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-02T17:26:32.544Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:26:32.545Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-02T17:26:32.545Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T17:26:32.546Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:26:32.546Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-02T17:26:32.546Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=dd52cda8-7950-4ec5-a2f1-fd2cae4cc674
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-02T17:26:32.548Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:26:32.549Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:26:32.549Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid e00ef4da-7ab3-4bc5-ae8f-6fb688de28d4: basic_vm
2022-12-02T17:26:32.549Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:26:32.549Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:26:32.549Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:26:32.549Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:26:32.549Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:26:32.549Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:26:32.549Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:26:32.550Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:26:32.550Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:26:32.550Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:26:32.550Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T17:26:32.640Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 69e5db9b-63d6-43bd-871a-dbe4525c6fee 1 ASDC deployResourceStructure
2022-12-02T17:26:32.641Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-12-02T17:26:32.641Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-12-02T17:26:32.641Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T17:26:32.641Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:26:32.643Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:26:32.643Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001992641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-02T17:26:32.743Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:26:32.744Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:26:32.745Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:26:32.757Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:26:32.758Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:26:33.645Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-12-02T17:26:33.646Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-12-02T17:26:33.646Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T17:26:33.646Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:26:33.647Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:26:33.648Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001993645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-02T17:26:33.749Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-02T17:26:33.750Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:26:33.750Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:26:33.764Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:26:33.765Z||pool-63-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:26:34.649Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-12-02T17:26:34.650Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-12-02T17:26:34.650Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T17:26:34.650Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:26:34.653Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:26:34.653Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001994649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-02T17:26:34.752Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T17:26:34.753Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:26:34.753Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:26:34.767Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:26:34.767Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-02T17:26:35.654Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-12-02T17:26:35.654Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-02T17:26:35.654Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T17:26:35.655Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:26:35.656Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:26:35.656Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001995654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T17:26:35.757Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-02T17:26:35.758Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:26:35.758Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:26:35.771Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:26:35.771Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:26:36.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:26:36.341Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:26:36.341Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:26:36.657Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54458b26-0e49-408a-aea4-f62ce894de44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T17:26:36.682Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54458b26-0e49-408a-aea4-f62ce894de44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T17:26:36.686Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-02T17:26:36.686Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-02T17:26:36.686Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-02T17:26:36.687Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-02T17:26:36.687Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T17:26:36.687Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T17:26:36.687Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T17:26:36.687Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T17:26:36.687Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T17:26:36.687Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-02T17:26:36.692Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-02T17:26:36.978Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:26:36.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T17:26:36.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "095c6147-cbc1-4568-991a-501f6ced3949",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001978702,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-02T17:26:36.979Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:26:36.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T17:26:36.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001756337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:26:36.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:26:36.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T17:26:36.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001756337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-02T17:26:36.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:26:36.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T17:26:36.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001756337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-02T17:26:36.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:26:36.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T17:26:36.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001756337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:26:36.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:26:36.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T17:26:36.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001756337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-02T17:26:36.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:26:36.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T17:26:36.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001756337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:26:36.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:26:36.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T17:26:36.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001756337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T17:26:36.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:26:36.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T17:26:36.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001986977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:26:36.981Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:26:36.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T17:26:36.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001989357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:26:36.981Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:26:36.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T17:26:36.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001990433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:26:36.981Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:26:36.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T17:26:36.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001991511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:26:36.981Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:26:36.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T17:26:36.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001992641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-02T17:26:36.981Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:26:36.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T17:26:36.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001993645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-02T17:26:36.982Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:26:36.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T17:26:36.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001994649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-02T17:26:36.982Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:26:36.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T17:26:36.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670001995654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T17:26:36.982Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:27:06.693Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54458b26-0e49-408a-aea4-f62ce894de44 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-02T17:27:06.699Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54458b26-0e49-408a-aea4-f62ce894de44 and serviceModelVersionId: e00ef4da-7ab3-4bc5-ae8f-6fb688de28d4
2022-12-02T17:27:06.700Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6edeac36-5aef-497a-91d5-7732066cec2b
2022-12-02T17:27:06.701Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6edeac36-5aef-497a-91d5-7732066cec2b/model-vers/model-ver/e00ef4da-7ab3-4bc5-ae8f-6fb688de28d4?depth=0
2022-12-02T17:27:06.707Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-12-02T17:27:06.748Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6edeac36-5aef-497a-91d5-7732066cec2b/model-vers/model-ver/e00ef4da-7ab3-4bc5-ae8f-6fb688de28d4?depth=0|INFO|500||Invoke
2022-12-02T17:27:06.749Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6edeac36-5aef-497a-91d5-7732066cec2b/model-vers/model-ver/e00ef4da-7ab3-4bc5-ae8f-6fb688de28d4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6edeac36-5aef-497a-91d5-7732066cec2b/model-vers/model-ver/e00ef4da-7ab3-4bc5-ae8f-6fb688de28d4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[54458b26-0e49-408a-aea4-f62ce894de44], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6fc0da75-58c9-4ad2-a694-0d0e52eea65d], X-ECOMP-RequestID=[54458b26-0e49-408a-aea4-f62ce894de44], X-TransactionId=[], X-ONAP-RequestID=[54458b26-0e49-408a-aea4-f62ce894de44], Content-Type=[application/merge-patch+json]}
2022-12-02T17:27:06.774Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6edeac36-5aef-497a-91d5-7732066cec2b/model-vers/model-ver/e00ef4da-7ab3-4bc5-ae8f-6fb688de28d4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-02T17:27:06.858Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6edeac36-5aef-497a-91d5-7732066cec2b/model-vers/model-ver/e00ef4da-7ab3-4bc5-ae8f-6fb688de28d4?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6edeac36-5aef-497a-91d5-7732066cec2b/model-vers/model-ver/e00ef4da-7ab3-4bc5-ae8f-6fb688de28d4?depth=0 has http status code:200 and response headers:{date=[Fri, 02 Dec 2022 17:27:06 GMT], content-length=[0], vertex-id=[794792], x-aai-txid=[2-aai-resources-221202-17:27:06:105-43923], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-02T17:27:06.858Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6edeac36-5aef-497a-91d5-7732066cec2b/model-vers/model-ver/e00ef4da-7ab3-4bc5-ae8f-6fb688de28d4?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-02T17:27:06.859Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6edeac36-5aef-497a-91d5-7732066cec2b/model-vers/model-ver/e00ef4da-7ab3-4bc5-ae8f-6fb688de28d4?depth=0|INFO|500||InvokeReturn
2022-12-02T17:27:06.861Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-02T17:27:06.861Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-02T17:27:06.867Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-02T17:27:06.867Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54458b26-0e49-408a-aea4-f62ce894de44 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-02T17:27:06.868Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-02T17:27:06.868Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:27:06.874Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:27:06.874Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002026867,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-02T17:27:06.972Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-02T17:27:06.974Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:27:06.974Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:27:06.995Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:27:06.996Z||pool-66-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-02T17:27:07.891Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:27:07.891Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:27:07.892Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:27:12.362Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:27:12.363Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-02T17:27:12.364Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"030bad15-a70d-44b0-b209-528e26061192","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"2840eda5-3a8e-45ae-a3f7-3a3f52565a13","serviceDescription":"service","serviceInvariantUUID":"33f49116-e6de-4e46-b042-60df13e77706","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ffbd7fa6-ddd5-4af3-a0ba-19beec24c84b","resourceInvariantUUID":"120a82e0-a571-430c-af45-0424622c088a","resourceCustomizationUUID":"697ba754-7060-46cb-954a-df1d1981df5c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"NzZkNzk0YzI1NGI3MWNkNWY4NmRiZDA3MjQ5MjE2MzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0cd08778-ba1d-4193-9da0-7a593166f397","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"90f15a16-aae8-4e73-9f91-5943a98fb3a7","artifactVersion":"2","generatedFromUUID":"54fdf6ff-2448-4b0c-8444-54c13fccf28f"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"54fdf6ff-2448-4b0c-8444-54c13fccf28f","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"Mjc2NzgyZjFjY2I4OGQyN2VmZGFiNzk0MGYwOWYxMjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b8326ef9-c106-4140-9453-2b0800748307","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3537725e-0dc2-49d6-9f58-f3d5b38e4f7c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e71e7eab-b009-4699-ac48-29bfb8fc3a33","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e2af2760-124b-48ab-a92c-3ffb1d52e358","artifactVersion":"2","generatedFromUUID":"3537725e-0dc2-49d6-9f58-f3d5b38e4f7c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZmM2OWMyMzM1Y2U5NmIzNTYzOTg5Nzg0NTAyZjA1ZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2cbe5415-3dd3-4cab-8e1b-534dc167574c","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YWQyMmU3OGRiZTU0YWM2NGQxYmY2N2Y1MTU2ZjgzOTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"975fae75-0282-4a1d-a867-4e7fcb1559c0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-02T17:27:12.366Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T17:27:12.367Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:27:12.370Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:27:12.370Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002027891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:27:12.470Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:27:12.471Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:27:12.471Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:27:12.485Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:27:12.485Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":2,"count":1}
2022-12-02T17:27:13.370Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T17:27:13.371Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:27:13.378Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:27:13.378Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002027891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-02T17:27:13.479Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:27:13.480Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:27:13.480Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:27:13.494Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:27:13.494Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-02T17:27:14.386Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T17:27:14.386Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:27:14.389Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:27:14.390Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002027891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-02T17:27:14.489Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T17:27:14.490Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:27:14.490Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:27:14.502Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:27:14.503Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:27:15.393Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T17:27:15.393Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:27:15.395Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:27:15.395Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002027891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-02T17:27:15.495Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:27:15.496Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:27:15.496Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:27:15.512Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:27:15.512Z||pool-70-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-02T17:27:16.398Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T17:27:16.399Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:27:16.401Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:27:16.401Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002027891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-02T17:27:16.502Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:27:16.502Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:27:16.503Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:27:16.517Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:27:16.518Z||pool-71-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:27:17.402Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T17:27:17.402Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:27:17.404Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:27:17.405Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002027891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:27:17.504Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T17:27:17.505Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:27:17.505Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:27:17.516Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:27:17.517Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:27:18.409Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T17:27:18.410Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:27:18.411Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:27:18.412Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002027891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-02T17:27:18.512Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:27:18.513Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:27:18.513Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:27:18.529Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:27:18.529Z||pool-73-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:27:19.413Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T17:27:19.413Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:27:19.415Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:27:19.415Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002027891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:27:19.516Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:27:19.517Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:27:19.517Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:27:19.528Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:27:19.529Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-02T17:27:20.420Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T17:27:20.422Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:27:20.430Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:27:20.431Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002027891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T17:27:20.525Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-12-02T17:27:20.526Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:27:20.526Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:27:20.538Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:27:20.539Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:27:21.432Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "2840eda5-3a8e-45ae-a3f7-3a3f52565a13",
  "serviceDescription": "service",
  "serviceInvariantUUID": "33f49116-e6de-4e46-b042-60df13e77706",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "697ba754-7060-46cb-954a-df1d1981df5c",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ffbd7fa6-ddd5-4af3-a0ba-19beec24c84b",
      "resourceInvariantUUID": "120a82e0-a571-430c-af45-0424622c088a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "nginx_cloudtech_k8s_charts.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "90f15a16-aae8-4e73-9f91-5943a98fb3a7",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "nginx_cloudtech_k8s_charts.tgz",
          "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
          "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "54fdf6ff-2448-4b0c-8444-54c13fccf28f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "basic_cnf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
          "artifactChecksum": "Mjc2NzgyZjFjY2I4OGQyN2VmZGFiNzk0MGYwOWYxMjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b8326ef9-c106-4140-9453-2b0800748307",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
          "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3537725e-0dc2-49d6-9f58-f3d5b38e4f7c",
          "generatedArtifact": {
            "artifactName": "base_dummy.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
            "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e2af2760-124b-48ab-a92c-3ffb1d52e358",
            "generatedFromUUID": "3537725e-0dc2-49d6-9f58-f3d5b38e4f7c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
          "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e2af2760-124b-48ab-a92c-3ffb1d52e358",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YWQyMmU3OGRiZTU0YWM2NGQxYmY2N2Y1MTU2ZjgzOTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "975fae75-0282-4a1d-a867-4e7fcb1559c0"
    }
  ],
  "workloadContext": "Production"
}
2022-12-02T17:27:21.432Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-02T17:27:21.432Z|54458b26-0e49-408a-aea4-f62ce894de44|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 2840eda5-3a8e-45ae-a3f7-3a3f52565a13 ASDC
2022-12-02T17:27:21.432Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:030bad15-a70d-44b0-b209-528e26061192
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:2840eda5-3a8e-45ae-a3f7-3a3f52565a13
ServiceInvariantUUID:33f49116-e6de-4e46-b042-60df13e77706
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:975fae75-0282-4a1d-a867-4e7fcb1559c0
ArtifactChecksum:YWQyMmU3OGRiZTU0YWM2NGQxYmY2N2Y1MTU2ZjgzOTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:697ba754-7060-46cb-954a-df1d1981df5c
ResourceInvariantUUID:120a82e0-a571-430c-af45-0424622c088a
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:ffbd7fa6-ddd5-4af3-a0ba-19beec24c84b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:90f15a16-aae8-4e73-9f91-5943a98fb3a7
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:54fdf6ff-2448-4b0c-8444-54c13fccf28f
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:b8326ef9-c106-4140-9453-2b0800748307
ArtifactChecksum:Mjc2NzgyZjFjY2I4OGQyN2VmZGFiNzk0MGYwOWYxMjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:3537725e-0dc2-49d6-9f58-f3d5b38e4f7c
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:e2af2760-124b-48ab-a92c-3ffb1d52e358
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:e2af2760-124b-48ab-a92c-3ffb1d52e358
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-02T17:27:21.433Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2840eda5-3a8e-45ae-a3f7-3a3f52565a13 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-02T17:27:21.465Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-02T17:27:21.466Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-02T17:27:21.466Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-02T17:27:21.466Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 975fae75-0282-4a1d-a867-4e7fcb1559c0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-02T17:27:21.466Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-02T17:27:21.466Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-02T17:27:21.629Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-02T17:27:21.632Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 975fae75-0282-4a1d-a867-4e7fcb1559c0 73671
2022-12-02T17:27:21.633Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-12-02T17:27:21.633Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-02T17:27:21.633Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T17:27:21.633Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:27:21.634Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:27:21.635Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002041633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:27:21.735Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:27:21.736Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:27:21.736Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:27:21.759Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:27:21.759Z||pool-76-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:27:22.635Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-02T17:27:22.637Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-02T17:27:22.637Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 975fae75-0282-4a1d-a867-4e7fcb1559c0, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-02T17:27:22.664Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-12-02T17:27:22.665Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-02T17:27:22.665Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-02T17:27:22.753Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4701481370224059566/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-12-02T17:27:23.842Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-02T17:27:23.843Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-12-02T17:27:23.843Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-02T17:27:23.843Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-12-02T17:27:23.843Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-02T17:27:23.843Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-02T17:27:23.843Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-02T17:27:23.843Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-02T17:27:23.843Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-12-02T17:27:23.843Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:27:23.843Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:27:23.843Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-02T17:27:23.843Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-12-02T17:27:23.843Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-02T17:27:23.843Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:27:23.843Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:27:23.843Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-02T17:27:23.843Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-12-02T17:27:23.844Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-02T17:27:23.844Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:27:23.844Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:27:23.844Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:27:23.844Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-02T17:27:23.844Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-12-02T17:27:23.844Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria
2022-12-02T17:27:23.844Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-02T17:27:23.844Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:27:23.844Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-02T17:27:23.844Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:27:23.844Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-02T17:27:23.844Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T17:27:23.845Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:27:23.845Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-02T17:27:23.845Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T17:27:23.845Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:27:23.845Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-02T17:27:23.845Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T17:27:23.845Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:27:23.845Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-02T17:27:23.845Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-12-02T17:27:23.845Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=c7fa233a-4c40-4659-b0c8-52c824e13736
2022-12-02T17:27:23.845Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:27:23.845Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:27:23.845Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:27:23.845Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:27:23.845Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:27:23.845Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:27:23.845Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:27:23.845Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:27:23.846Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:2840eda5-3a8e-45ae-a3f7-3a3f52565a13
Model Version:NULL
Model InvariantUuid:33f49116-e6de-4e46-b042-60df13e77706
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:d12fa7bb-0eb9-4650-8c3f-494204bccada
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:120a82e0-a571-430c-af45-0424622c088a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:697ba754-7060-46cb-954a-df1d1981df5c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:48b35742-68b1-45cd-9edf-4ada4ead9332
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:4d7ffd0c-dc89-436d-b937-878b9af2590b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c7fa233a-4c40-4659-b0c8-52c824e13736
ModelInvariantUuid:61b818cc-970f-4835-b22c-95c935c776de
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:0291ec4d-48c5-4130-a52c-ef1cfd7766d0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:4c527e42-64a8-4d71-8ec0-6207942387d1
ModelInvariantUuid:6e308f59-965b-4d6a-baba-7b426c19ddff
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:2e95637c-96d8-45a0-ba19-1109a3e845cb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-02T17:27:23.854Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: ffbd7fa6-ddd5-4af3-a0ba-19beec24c84b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-02T17:27:23.859Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||basic_cnf 0
2022-12-02T17:27:23.860Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ffbd7fa6-ddd5-4af3-a0ba-19beec24c84b
2022-12-02T17:27:23.860Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 90f15a16-aae8-4e73-9f91-5943a98fb3a7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-12-02T17:27:23.860Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-02T17:27:23.860Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-12-02T17:27:23.918Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-02T17:27:23.919Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 90f15a16-aae8-4e73-9f91-5943a98fb3a7 12
2022-12-02T17:27:23.919Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-12-02T17:27:23.919Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-12-02T17:27:23.919Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T17:27:23.919Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:27:23.922Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:27:23.922Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002043919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:27:24.022Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:27:24.023Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:27:24.023Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:27:24.036Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:27:24.037Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:27:24.926Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 54fdf6ff-2448-4b0c-8444-54c13fccf28f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-12-02T17:27:24.926Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-02T17:27:24.926Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-12-02T17:27:24.990Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-02T17:27:24.991Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 54fdf6ff-2448-4b0c-8444-54c13fccf28f 2688
2022-12-02T17:27:24.991Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-12-02T17:27:24.991Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-12-02T17:27:24.991Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T17:27:24.991Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:27:24.994Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:27:24.994Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002044991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:27:25.094Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:27:25.095Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:27:25.095Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:27:25.113Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:27:25.114Z||pool-78-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-12-02T17:27:25.997Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b8326ef9-c106-4140-9453-2b0800748307 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-12-02T17:27:25.997Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-02T17:27:25.997Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-12-02T17:27:26.049Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-02T17:27:26.049Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json b8326ef9-c106-4140-9453-2b0800748307 828
2022-12-02T17:27:26.050Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-12-02T17:27:26.050Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-12-02T17:27:26.050Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T17:27:26.050Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:27:26.051Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:27:26.051Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002046050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:27:26.152Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-02T17:27:26.153Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:27:26.153Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:27:26.165Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:27:26.166Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:27:27.054Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "48b35742-68b1-45cd-9edf-4ada4ead9332",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4d7ffd0c-dc89-436d-b937-878b9af2590b",
    "vfModuleModelCustomizationUUID": "679cb09e-05af-430f-8604-4ec791544419",
    "isBase": true,
    "artifacts": [
      "3537725e-0dc2-49d6-9f58-f3d5b38e4f7c",
      "54fdf6ff-2448-4b0c-8444-54c13fccf28f",
      "e2af2760-124b-48ab-a92c-3ffb1d52e358"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-02T17:27:27.057Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4d7ffd0c-dc89-436d-b937-878b9af2590b
VfModuleModelInvariantUUID:48b35742-68b1-45cd-9edf-4ada4ead9332
VfModuleModelDescription:NULL
Artifacts UUID List:{
3537725e-0dc2-49d6-9f58-f3d5b38e4f7c
,
54fdf6ff-2448-4b0c-8444-54c13fccf28f
,
e2af2760-124b-48ab-a92c-3ffb1d52e358

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-12-02T17:27:27.059Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "48b35742-68b1-45cd-9edf-4ada4ead9332",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4d7ffd0c-dc89-436d-b937-878b9af2590b",
    "vfModuleModelCustomizationUUID": "679cb09e-05af-430f-8604-4ec791544419",
    "isBase": true,
    "artifacts": [
      "3537725e-0dc2-49d6-9f58-f3d5b38e4f7c",
      "54fdf6ff-2448-4b0c-8444-54c13fccf28f",
      "e2af2760-124b-48ab-a92c-3ffb1d52e358"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-02T17:27:27.059Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4d7ffd0c-dc89-436d-b937-878b9af2590b
VfModuleModelInvariantUUID:48b35742-68b1-45cd-9edf-4ada4ead9332
VfModuleModelDescription:NULL
Artifacts UUID List:{
3537725e-0dc2-49d6-9f58-f3d5b38e4f7c
,
54fdf6ff-2448-4b0c-8444-54c13fccf28f
,
e2af2760-124b-48ab-a92c-3ffb1d52e358

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-12-02T17:27:27.059Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3537725e-0dc2-49d6-9f58-f3d5b38e4f7c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-12-02T17:27:27.059Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-02T17:27:27.059Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-12-02T17:27:27.108Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-02T17:27:27.108Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 3537725e-0dc2-49d6-9f58-f3d5b38e4f7c 1164
2022-12-02T17:27:27.108Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-12-02T17:27:27.108Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-12-02T17:27:27.108Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T17:27:27.109Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:27:27.110Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:27:27.110Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002047108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:27:27.210Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:27:27.211Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:27:27.211Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:27:27.224Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:27:27.225Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:27:28.111Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e2af2760-124b-48ab-a92c-3ffb1d52e358 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-12-02T17:27:28.111Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-02T17:27:28.112Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-12-02T17:27:28.160Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-02T17:27:28.161Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env e2af2760-124b-48ab-a92c-3ffb1d52e358 200
2022-12-02T17:27:28.161Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-12-02T17:27:28.161Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-12-02T17:27:28.161Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T17:27:28.161Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:27:28.164Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:27:28.164Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002048161,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:27:28.264Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:27:28.265Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:27:28.266Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:27:28.285Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:27:28.286Z||pool-81-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:27:29.165Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 2840eda5-3a8e-45ae-a3f7-3a3f52565a13
2022-12-02T17:27:29.168Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 ffbd7fa6-ddd5-4af3-a0ba-19beec24c84b ASDC
2022-12-02T17:27:29.194Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-02T17:27:29.217Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@70b4cbbc, org.onap.sdc.toscaparser.api.parameters.Input@2425a94, org.onap.sdc.toscaparser.api.parameters.Input@7f893f3c, org.onap.sdc.toscaparser.api.parameters.Input@2d8147ab, org.onap.sdc.toscaparser.api.parameters.Input@7bbe908c]
2022-12-02T17:27:29.218Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:27:29.218Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:27:29.218Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-12-02T17:27:29.219Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 697ba754-7060-46cb-954a-df1d1981df5c
2022-12-02T17:27:29.219Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 697ba754-7060-46cb-954a-df1d1981df5c matches Tosca VF Customization UUID: 697ba754-7060-46cb-954a-df1d1981df5c
2022-12-02T17:27:29.219Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 697ba754-7060-46cb-954a-df1d1981df5c  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-02T17:27:29.223Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:27:29.226Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:27:29.227Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 697ba754-7060-46cb-954a-df1d1981df5c: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-02T17:27:29.227Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7a65e91a
2022-12-02T17:27:29.227Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:27:29.227Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-02T17:27:29.228Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 679cb09e-05af-430f-8604-4ec791544419
2022-12-02T17:27:29.228Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 679cb09e-05af-430f-8604-4ec791544419
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-02T17:27:29.233Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:27:29.233Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-02T17:27:29.234Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T17:27:29.234Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:27:29.234Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-02T17:27:29.234Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T17:27:29.234Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:27:29.234Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-02T17:27:29.235Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-12-02T17:27:29.235Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=c7fa233a-4c40-4659-b0c8-52c824e13736
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-02T17:27:29.239Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:27:29.240Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-02T17:27:29.240Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T17:27:29.241Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:27:29.241Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-02T17:27:29.241Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=697ba754-7060-46cb-954a-df1d1981df5c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-02T17:27:29.247Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:27:29.248Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:27:29.249Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 2840eda5-3a8e-45ae-a3f7-3a3f52565a13: basic_cnf
2022-12-02T17:27:29.249Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:27:29.249Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:27:29.249Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:27:29.249Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:27:29.249Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:27:29.250Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:27:29.250Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:27:29.250Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:27:29.250Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T17:27:29.250Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T17:27:29.250Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T17:27:29.376Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf ffbd7fa6-ddd5-4af3-a0ba-19beec24c84b 1 ASDC deployResourceStructure
2022-12-02T17:27:29.377Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-12-02T17:27:29.377Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-12-02T17:27:29.378Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-02T17:27:29.378Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:27:29.380Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:27:29.380Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002049377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-12-02T17:27:29.480Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:27:29.481Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:27:29.481Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:27:29.492Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:27:29.493Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:27:30.381Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-12-02T17:27:30.381Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-12-02T17:27:30.381Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-02T17:27:30.381Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:27:30.383Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:27:30.383Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002050381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-12-02T17:27:30.483Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:27:30.484Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:27:30.484Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:27:30.497Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:27:30.498Z||pool-83-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:27:31.384Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-12-02T17:27:31.385Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-12-02T17:27:31.385Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T17:27:31.385Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:27:31.387Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:27:31.388Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002051384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-02T17:27:31.487Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T17:27:31.488Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:27:31.489Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:27:31.502Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:27:31.503Z||pool-84-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:27:32.389Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-12-02T17:27:32.389Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-12-02T17:27:32.389Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T17:27:32.389Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:27:32.398Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:27:32.399Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002052389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-12-02T17:27:32.499Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:27:32.500Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:27:32.500Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:27:32.513Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:27:32.513Z||pool-85-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:27:33.400Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-12-02T17:27:33.400Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-12-02T17:27:33.400Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T17:27:33.401Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:27:33.403Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:27:33.403Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002053399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-12-02T17:27:33.503Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:27:33.504Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:27:33.504Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:27:33.515Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:27:33.516Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-02T17:27:34.403Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-12-02T17:27:34.404Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-02T17:27:34.404Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T17:27:34.404Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:27:34.406Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:27:34.407Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002054403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T17:27:34.507Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:27:34.508Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:27:34.508Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:27:34.521Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:27:34.522Z||pool-87-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-02T17:27:35.408Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 030bad15-a70d-44b0-b209-528e26061192
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T17:27:35.419Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 030bad15-a70d-44b0-b209-528e26061192
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T17:27:35.423Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-02T17:27:35.423Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-02T17:27:35.423Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-02T17:27:35.423Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-02T17:27:35.423Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T17:27:35.423Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T17:27:35.423Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T17:27:35.423Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T17:27:35.423Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T17:27:35.423Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-02T17:27:35.429Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-02T17:27:36.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:27:36.341Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:27:36.342Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:27:36.976Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:27:36.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T17:27:36.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54458b26-0e49-408a-aea4-f62ce894de44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002026867,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-02T17:27:36.978Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:27:36.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T17:27:36.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002027891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:27:36.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:27:36.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T17:27:36.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002027891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-02T17:27:36.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:27:36.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T17:27:36.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002027891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-02T17:27:36.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:27:36.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T17:27:36.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002027891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-02T17:27:36.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:27:36.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T17:27:36.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002027891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-02T17:27:36.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:27:36.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T17:27:36.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002027891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:27:36.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:27:36.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T17:27:36.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002027891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-02T17:27:36.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:27:36.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T17:27:36.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002027891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T17:27:36.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:27:36.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T17:27:36.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002027891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T17:27:36.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-02T17:27:36.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T17:27:36.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002041633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:27:36.981Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:27:36.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T17:27:36.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002043919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:27:36.982Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:27:36.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T17:27:36.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002044991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:27:36.982Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:27:36.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T17:27:36.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002046050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:27:36.982Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:27:36.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T17:27:36.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002047108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:27:36.983Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:27:36.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T17:27:36.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002048161,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-02T17:27:36.983Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:27:36.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T17:27:36.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002049377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-12-02T17:27:36.983Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:27:36.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T17:27:36.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002050381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-12-02T17:27:36.984Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:27:36.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T17:27:36.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002051384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-02T17:27:36.984Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:27:36.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T17:27:36.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002052389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-12-02T17:27:36.984Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:27:36.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T17:27:36.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002053399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-12-02T17:27:36.985Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:27:36.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-02T17:27:36.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002054403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T17:27:36.985Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:28:05.429Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 030bad15-a70d-44b0-b209-528e26061192 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-02T17:28:05.435Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 030bad15-a70d-44b0-b209-528e26061192 and serviceModelVersionId: 2840eda5-3a8e-45ae-a3f7-3a3f52565a13
2022-12-02T17:28:05.435Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 33f49116-e6de-4e46-b042-60df13e77706
2022-12-02T17:28:05.436Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/33f49116-e6de-4e46-b042-60df13e77706/model-vers/model-ver/2840eda5-3a8e-45ae-a3f7-3a3f52565a13?depth=0
2022-12-02T17:28:05.440Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-12-02T17:28:05.475Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33f49116-e6de-4e46-b042-60df13e77706/model-vers/model-ver/2840eda5-3a8e-45ae-a3f7-3a3f52565a13?depth=0|INFO|500||Invoke
2022-12-02T17:28:05.476Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33f49116-e6de-4e46-b042-60df13e77706/model-vers/model-ver/2840eda5-3a8e-45ae-a3f7-3a3f52565a13?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33f49116-e6de-4e46-b042-60df13e77706/model-vers/model-ver/2840eda5-3a8e-45ae-a3f7-3a3f52565a13?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[030bad15-a70d-44b0-b209-528e26061192], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[141c7504-f803-4a3c-8a60-4e64eea5fb10], X-ECOMP-RequestID=[030bad15-a70d-44b0-b209-528e26061192], X-TransactionId=[], X-ONAP-RequestID=[030bad15-a70d-44b0-b209-528e26061192], Content-Type=[application/merge-patch+json]}
2022-12-02T17:28:05.510Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33f49116-e6de-4e46-b042-60df13e77706/model-vers/model-ver/2840eda5-3a8e-45ae-a3f7-3a3f52565a13?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-02T17:28:05.613Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33f49116-e6de-4e46-b042-60df13e77706/model-vers/model-ver/2840eda5-3a8e-45ae-a3f7-3a3f52565a13?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33f49116-e6de-4e46-b042-60df13e77706/model-vers/model-ver/2840eda5-3a8e-45ae-a3f7-3a3f52565a13?depth=0 has http status code:200 and response headers:{date=[Fri, 02 Dec 2022 17:28:04 GMT], content-length=[0], vertex-id=[827560], x-aai-txid=[2-aai-resources-221202-17:28:04:840-74133], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-02T17:28:05.614Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33f49116-e6de-4e46-b042-60df13e77706/model-vers/model-ver/2840eda5-3a8e-45ae-a3f7-3a3f52565a13?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-02T17:28:05.614Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33f49116-e6de-4e46-b042-60df13e77706/model-vers/model-ver/2840eda5-3a8e-45ae-a3f7-3a3f52565a13?depth=0|INFO|500||InvokeReturn
2022-12-02T17:28:05.614Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-02T17:28:05.614Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-02T17:28:05.621Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-02T17:28:05.621Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 030bad15-a70d-44b0-b209-528e26061192 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-02T17:28:05.621Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-02T17:28:05.622Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-02T17:28:05.623Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T17:28:05.624Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002085621,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-02T17:28:05.724Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T17:28:05.724Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T17:28:05.724Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:28:05.741Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:28:05.741Z||pool-88-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-02T17:28:06.659Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:28:06.660Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:28:06.660Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:28:16.217Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:28:16.218Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:28:16.219Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:28:16.219Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:28:25.772Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:28:25.773Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:28:25.773Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:28:25.774Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:28:35.321Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:28:35.322Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:28:35.322Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:28:35.322Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:28:36.340Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:28:36.341Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:28:36.341Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:28:36.988Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:28:36.989Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-02T17:28:36.989Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "030bad15-a70d-44b0-b209-528e26061192",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670002085621,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-02T17:28:36.990Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T17:28:44.862Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:28:44.862Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:28:44.863Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:28:44.863Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:28:54.419Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:29:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:29:36.340Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:29:36.340Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:29:36.340Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:29:36.341Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:29:36.341Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:29:45.891Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:29:45.893Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:30:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:30:36.338Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:30:36.338Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:30:36.340Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:30:36.341Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:30:36.341Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:30:45.901Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:30:45.927Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:31:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:31:36.338Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:31:36.338Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:31:36.340Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:31:36.341Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:31:36.341Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:31:45.917Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:31:45.917Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:32:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:32:36.338Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:32:36.338Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:32:36.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:32:36.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:32:36.341Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:32:45.902Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:32:45.903Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:33:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:33:36.339Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:33:36.339Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:33:36.340Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:33:36.341Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:33:36.341Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:33:45.888Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:33:45.890Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:34:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:34:36.339Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:34:36.339Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:34:36.340Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:34:36.341Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:34:36.341Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:34:45.890Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:34:45.894Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:35:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:35:36.338Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:35:36.338Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:35:36.340Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:35:36.341Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:35:36.341Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:35:45.891Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:35:45.892Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:36:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:36:36.339Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:36:36.339Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:36:36.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:36:36.341Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:36:36.341Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:36:45.899Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:36:45.908Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:37:36.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:37:36.342Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:37:36.342Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:37:36.342Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:37:36.342Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:37:36.342Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:37:45.897Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:37:45.899Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:38:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:38:36.338Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:38:36.339Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:38:36.341Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:38:36.342Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:38:36.342Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:38:45.903Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:38:45.904Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:39:36.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:39:36.343Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:39:36.343Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:39:36.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:39:36.345Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:39:36.345Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:39:45.923Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:39:45.939Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:40:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:40:36.338Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:40:36.339Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:40:36.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:40:36.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:40:36.341Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:40:45.888Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:40:45.888Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:41:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:41:36.338Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:41:36.338Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:41:36.340Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:41:36.341Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:41:36.341Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:41:45.891Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:41:45.892Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:42:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:42:36.340Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:42:36.341Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:42:36.341Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:42:36.341Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:42:36.341Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:42:45.900Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:42:45.900Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:43:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:43:36.337Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:43:36.338Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:43:36.340Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:43:36.341Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:43:36.341Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:43:45.892Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:43:45.903Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:44:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:44:36.340Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:44:36.340Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:44:36.340Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:44:36.341Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:44:36.341Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:44:45.890Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:44:45.893Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:45:36.339Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:45:36.340Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:45:36.340Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:45:36.340Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:45:36.341Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:45:36.342Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:45:45.918Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:45:45.922Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:46:36.338Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:46:36.339Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:46:36.339Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:46:36.340Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:46:36.341Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:46:36.341Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:46:45.904Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:46:45.906Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:47:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:47:36.338Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:47:36.338Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:47:36.340Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:47:36.341Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:47:36.342Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:47:45.898Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:47:45.899Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:48:36.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:48:36.338Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:48:36.340Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:48:36.340Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:48:36.341Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:48:36.341Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:48:45.905Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:48:45.911Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:49:36.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:49:36.338Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:49:36.338Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:49:36.340Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:49:36.341Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:49:36.341Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:49:45.885Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:49:45.886Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:50:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:50:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:50:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:50:36.340Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:50:36.341Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:50:36.341Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:50:45.902Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:50:45.902Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:51:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:51:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:51:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:51:36.340Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:51:36.341Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:51:36.342Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:51:45.904Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:51:45.930Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:52:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:52:36.340Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:52:36.340Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:52:36.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:52:36.340Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:52:36.341Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:52:45.903Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:52:45.903Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:53:36.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:53:36.338Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:53:36.338Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:53:36.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:53:36.341Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:53:36.341Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:53:45.895Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:53:45.895Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:54:36.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:54:36.338Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:54:36.338Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:54:36.340Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:54:36.341Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:54:36.341Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:54:45.898Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:54:45.899Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:55:36.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:55:36.338Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:55:36.338Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:55:36.340Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:55:36.341Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:55:36.341Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:55:45.882Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:55:45.898Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:56:36.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:56:36.338Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:56:36.338Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:56:36.340Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:56:36.341Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:56:36.341Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:56:45.936Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:56:45.936Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:57:36.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:57:36.338Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:57:36.338Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:57:36.341Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:57:36.341Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:57:36.342Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:57:45.891Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:57:45.895Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:58:36.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:58:36.338Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:58:36.338Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:58:36.340Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:58:36.341Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:58:36.343Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:58:45.900Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:58:45.900Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:59:36.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:59:36.337Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:59:36.337Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:59:36.340Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T17:59:36.341Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T17:59:36.341Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T17:59:45.898Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T17:59:45.898Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:00:36.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:00:36.340Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:00:36.341Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:00:36.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:00:36.345Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:00:36.345Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:00:45.937Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:00:45.939Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:01:36.339Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:01:36.339Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:01:36.340Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:01:36.340Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:01:36.340Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:01:36.341Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:01:45.903Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:01:45.905Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:02:36.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:02:36.338Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:02:36.338Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:02:36.340Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:02:36.340Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:02:36.341Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:02:36.534Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:02:36.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670004133964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:02:36.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:36.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "cds",
  "timestamp": 1670004128116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:02:36.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:36.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "cds",
  "timestamp": 1670004128116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:02:36.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:36.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670004133964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-02T18:02:36.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:36.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "cds",
  "timestamp": 1670004128116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:02:36.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:36.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670004133964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-02T18:02:36.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:36.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670004137753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:02:36.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:36.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670004133964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:02:36.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:36.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "cds",
  "timestamp": 1670004128116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:02:36.539Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:36.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670004137753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:02:36.539Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:36.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670004133964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-02T18:02:36.539Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:36.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "cds",
  "timestamp": 1670004128116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:02:36.539Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:36.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670004137753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:02:36.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:36.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670004133964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:02:36.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:36.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "cds",
  "timestamp": 1670004128116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:02:36.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:36.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670004139900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:02:36.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:36.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670004137753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:02:36.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:36.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670004133964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:02:36.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:36.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "cds",
  "timestamp": 1670004128116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:02:36.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:36.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670004139900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:02:36.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:36.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670004137753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:02:36.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:36.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670004133964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T18:02:36.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:36.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "cds",
  "timestamp": 1670004128116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T18:02:36.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:36.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670004139900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:02:36.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:36.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670004137753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:02:36.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:36.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670004144202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-02T18:02:36.542Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:02:36.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "cds",
  "timestamp": 1670004144379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T18:02:36.542Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:02:36.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670004139900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:02:36.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:36.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670004137753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:02:36.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:36.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670004145264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-02T18:02:36.543Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:02:36.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670004139900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:02:36.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:36.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670004137753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T18:02:36.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:36.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670004146327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-02T18:02:36.544Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:02:36.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670004139900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:02:36.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:36.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670004146550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T18:02:36.544Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:02:36.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670004139900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:02:36.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:36.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670004147364,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T18:02:36.575Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ee8d4c2b-751b-4851-adc5-1e78ddf76035
2022-12-02T18:02:36.576Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee8d4c2b-751b-4851-adc5-1e78ddf76035 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T18:02:36.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "cds",
  "timestamp": 1670004147648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-02T18:02:36.607Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ee8d4c2b-751b-4851-adc5-1e78ddf76035
2022-12-02T18:02:36.607Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee8d4c2b-751b-4851-adc5-1e78ddf76035 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T18:02:36.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670004139900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:02:36.624Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:36.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670004148370,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-02T18:02:36.624Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:02:36.625Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.625Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670004148903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T18:02:36.625Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:02:36.625Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.625Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "cds",
  "timestamp": 1670004148652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:02:36.625Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:36.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670004149913,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-02T18:02:36.633Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ee8d4c2b-751b-4851-adc5-1e78ddf76035
2022-12-02T18:02:36.633Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee8d4c2b-751b-4851-adc5-1e78ddf76035 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T18:02:36.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "cds",
  "timestamp": 1670004148652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:02:36.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:36.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "cds",
  "timestamp": 1670004148652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:02:36.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:36.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "cds",
  "timestamp": 1670004148652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:02:36.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:36.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "aai-ml",
  "timestamp": 1670004151034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:02:36.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:36.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "cds",
  "timestamp": 1670004148652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:02:36.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:36.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "aai-ml",
  "timestamp": 1670004151034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:02:36.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:36.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "cds",
  "timestamp": 1670004148652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:02:36.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:36.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "aai-ml",
  "timestamp": 1670004151034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:02:36.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:36.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670004153965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:02:36.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:36.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "cds",
  "timestamp": 1670004148652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:02:36.648Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:36.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "aai-ml",
  "timestamp": 1670004151034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:02:36.648Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:36.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-02T18:02:36.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670004153965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-02T18:02:36.648Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:02:37.007Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:02:37.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-02T18:02:37.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"ee8d4c2b-751b-4851-adc5-1e78ddf76035","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"0be6341b-fb16-45b4-9d28-f52afeb3f00f","serviceDescription":"service","serviceInvariantUUID":"45133c78-324c-4e8d-a9c5-579dce284465","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"85ea8531-ba84-4fdc-8f3f-95e45795e290","resourceInvariantUUID":"de7f5349-42cf-45e2-a042-6b70401fc4d1","resourceCustomizationUUID":"47fa4a2e-f9bc-4611-ab60-25fe4ab075e8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"MDgwYTFkYWRhMWIwYTQ2MmZhNGFiOWQwMGMzZTZmMjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ba2bab3a-6c95-4392-86be-3fad641c8d57","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"ZjE5NTY2MDhhMWIwMTc3OTkzNDk0ZjJkOTUwMWZhOWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d90df969-e992-4974-9220-abf87f499ebb","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"702c543e-0bf5-4017-a68e-0c3a3b2e746c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"07d06d80-5fcf-4124-8bca-1ae756a95a2d","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9b8d817f-9252-4eba-8fe4-8930f56bbbcd","artifactVersion":"2","generatedFromUUID":"702c543e-0bf5-4017-a68e-0c3a3b2e746c"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"NWQwYjI0MDVkYzhkMzcwZWQyZTA1NWE4YTBkZmE1MWU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"04620d9e-2d09-4ddd-9ac1-699001c575ae","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"ZWM5M2YzZjcwZjhmY2VlNjM4OGI5NGVhZjQwMmRjYWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"30f07ab3-22b6-4644-a71a-464d6b4ac854","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZGZmNTIwYmM3NjJiMWY5MDk0YWI5MGZlY2M2ZmFhODA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"af0f13a6-2d53-4cc4-ac0a-b508be6f2985","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-02T18:02:37.010Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T18:02:37.011Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:02:37.014Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:02:37.014Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004156337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:02:37.114Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T18:02:37.115Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:02:37.115Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:02:37.148Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:02:37.149Z||pool-89-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-12-02T18:02:38.015Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T18:02:38.015Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:02:38.019Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:02:38.019Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004156337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-02T18:02:38.119Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T18:02:38.120Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:02:38.120Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:02:38.134Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:02:38.135Z||pool-90-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-02T18:02:39.019Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T18:02:39.020Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:02:39.022Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:02:39.022Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004156337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-02T18:02:39.124Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-02T18:02:39.125Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:02:39.125Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:02:39.142Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:02:39.143Z||pool-91-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-02T18:02:40.023Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T18:02:40.024Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:02:40.026Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:02:40.026Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004156337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:02:40.127Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T18:02:40.128Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:02:40.128Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:02:40.140Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:02:40.141Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-02T18:02:41.027Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T18:02:41.028Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:02:41.030Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:02:41.030Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004156337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-02T18:02:41.131Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T18:02:41.131Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:02:41.132Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:02:41.144Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:02:41.145Z||pool-93-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-02T18:02:42.031Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T18:02:42.032Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:02:42.034Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:02:42.034Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004156337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:02:42.134Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T18:02:42.135Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:02:42.135Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:02:42.148Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:02:42.149Z||pool-94-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-02T18:02:43.035Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T18:02:43.035Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:02:43.038Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:02:43.038Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004156337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:02:43.144Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-12-02T18:02:43.145Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:02:43.145Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:02:43.162Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:02:43.162Z||pool-95-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-02T18:02:44.039Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T18:02:44.039Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:02:44.042Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:02:44.043Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004156337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T18:02:44.143Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T18:02:44.144Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:02:44.144Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:02:44.165Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:02:44.165Z||pool-96-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-12-02T18:02:45.044Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0be6341b-fb16-45b4-9d28-f52afeb3f00f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "45133c78-324c-4e8d-a9c5-579dce284465",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "47fa4a2e-f9bc-4611-ab60-25fe4ab075e8",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "85ea8531-ba84-4fdc-8f3f-95e45795e290",
      "resourceInvariantUUID": "de7f5349-42cf-45e2-a042-6b70401fc4d1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "ZjE5NTY2MDhhMWIwMTc3OTkzNDk0ZjJkOTUwMWZhOWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d90df969-e992-4974-9220-abf87f499ebb",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "702c543e-0bf5-4017-a68e-0c3a3b2e746c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9b8d817f-9252-4eba-8fe4-8930f56bbbcd",
            "generatedFromUUID": "702c543e-0bf5-4017-a68e-0c3a3b2e746c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9b8d817f-9252-4eba-8fe4-8930f56bbbcd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZGZmNTIwYmM3NjJiMWY5MDk0YWI5MGZlY2M2ZmFhODA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "af0f13a6-2d53-4cc4-ac0a-b508be6f2985"
    }
  ],
  "workloadContext": "Production"
}
2022-12-02T18:02:45.044Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-02T18:02:45.044Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0be6341b-fb16-45b4-9d28-f52afeb3f00f ASDC
2022-12-02T18:02:45.045Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:ee8d4c2b-751b-4851-adc5-1e78ddf76035
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:0be6341b-fb16-45b4-9d28-f52afeb3f00f
ServiceInvariantUUID:45133c78-324c-4e8d-a9c5-579dce284465
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:af0f13a6-2d53-4cc4-ac0a-b508be6f2985
ArtifactChecksum:ZGZmNTIwYmM3NjJiMWY5MDk0YWI5MGZlY2M2ZmFhODA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:47fa4a2e-f9bc-4611-ab60-25fe4ab075e8
ResourceInvariantUUID:de7f5349-42cf-45e2-a042-6b70401fc4d1
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:85ea8531-ba84-4fdc-8f3f-95e45795e290
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:d90df969-e992-4974-9220-abf87f499ebb
ArtifactChecksum:ZjE5NTY2MDhhMWIwMTc3OTkzNDk0ZjJkOTUwMWZhOWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:702c543e-0bf5-4017-a68e-0c3a3b2e746c
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:9b8d817f-9252-4eba-8fe4-8930f56bbbcd
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:9b8d817f-9252-4eba-8fe4-8930f56bbbcd
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-02T18:02:45.045Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0be6341b-fb16-45b4-9d28-f52afeb3f00f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-02T18:02:45.127Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-02T18:02:45.132Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-02T18:02:45.132Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-02T18:02:45.132Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: af0f13a6-2d53-4cc4-ac0a-b508be6f2985 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-02T18:02:45.132Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-02T18:02:45.132Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-02T18:02:45.218Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-02T18:02:45.222Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar af0f13a6-2d53-4cc4-ac0a-b508be6f2985 82620
2022-12-02T18:02:45.222Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-12-02T18:02:45.223Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-02T18:02:45.223Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T18:02:45.223Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:02:45.225Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:02:45.225Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004165222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T18:02:45.326Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T18:02:45.328Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:02:45.328Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:02:45.341Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:02:45.341Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-02T18:02:46.226Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-02T18:02:46.227Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-02T18:02:46.228Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: af0f13a6-2d53-4cc4-ac0a-b508be6f2985, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-02T18:02:46.228Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-12-02T18:02:46.228Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-02T18:02:46.228Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-02T18:02:46.349Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6216602368814630504/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-12-02T18:02:47.387Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-02T18:02:47.387Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-02T18:02:47.387Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-02T18:02:47.387Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-02T18:02:47.387Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-02T18:02:47.387Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-02T18:02:47.387Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-02T18:02:47.387Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-02T18:02:47.387Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-02T18:02:47.387Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-02T18:02:47.387Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-02T18:02:47.388Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-02T18:02:47.388Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:02:47.388Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T18:02:47.388Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-02T18:02:47.388Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-02T18:02:47.388Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-02T18:02:47.388Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:02:47.388Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T18:02:47.389Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-02T18:02:47.389Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-02T18:02:47.389Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-02T18:02:47.389Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:02:47.389Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T18:02:47.389Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:02:47.389Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-02T18:02:47.389Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-12-02T18:02:47.389Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-12-02T18:02:47.389Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-12-02T18:02:47.389Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-02T18:02:47.389Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-02T18:02:47.389Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:02:47.389Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-02T18:02:47.389Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:02:47.389Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-02T18:02:47.389Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T18:02:47.390Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:02:47.390Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-02T18:02:47.390Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T18:02:47.390Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:02:47.390Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-02T18:02:47.390Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T18:02:47.390Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:02:47.390Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-02T18:02:47.390Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-02T18:02:47.390Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-02T18:02:47.391Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3c3e2ffb-2cad-4671-aeb7-be7ecdd4fa7c
2022-12-02T18:02:47.391Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:02:47.391Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T18:02:47.391Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:02:47.391Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T18:02:47.391Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:02:47.391Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T18:02:47.391Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:02:47.391Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T18:02:47.391Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:0be6341b-fb16-45b4-9d28-f52afeb3f00f
Model Version:NULL
Model InvariantUuid:45133c78-324c-4e8d-a9c5-579dce284465
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:2bd26704-b012-49e5-89cc-79b329f5ff71
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:de7f5349-42cf-45e2-a042-6b70401fc4d1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:47fa4a2e-f9bc-4611-ab60-25fe4ab075e8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fdcf1071-d4eb-4966-bdf3-cf4124d6715a
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:d37e03a9-f5ca-4f9c-8272-447deac1ea8e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3c3e2ffb-2cad-4671-aeb7-be7ecdd4fa7c
ModelInvariantUuid:d889a55c-4f38-45d5-b02a-ef2c2cb9d43c
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:0224c93f-3680-4ef9-aa30-a8c573397f46
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4954d041-857b-4335-bd81-ccf330cee9c2
ModelInvariantUuid:5e0d124d-92ea-4049-b3dd-9bfd811a564a
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:4192ade0-e52e-464f-aa35-cf64de6b9550
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-02T18:02:47.400Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 85ea8531-ba84-4fdc-8f3f-95e45795e290
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-02T18:02:47.405Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2022-12-02T18:02:47.405Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 85ea8531-ba84-4fdc-8f3f-95e45795e290
2022-12-02T18:02:47.405Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d90df969-e992-4974-9220-abf87f499ebb from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-12-02T18:02:47.405Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-02T18:02:47.405Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-12-02T18:02:47.464Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-02T18:02:47.464Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json d90df969-e992-4974-9220-abf87f499ebb 792
2022-12-02T18:02:47.464Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-12-02T18:02:47.464Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-12-02T18:02:47.464Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T18:02:47.465Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:02:47.467Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:02:47.467Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004167464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-02T18:02:47.567Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T18:02:47.567Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:02:47.568Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:02:47.583Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:02:47.584Z||pool-98-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-02T18:02:48.467Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "fdcf1071-d4eb-4966-bdf3-cf4124d6715a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d37e03a9-f5ca-4f9c-8272-447deac1ea8e",
    "vfModuleModelCustomizationUUID": "283c0080-be09-4c0f-a809-cc157603aa40",
    "isBase": true,
    "artifacts": [
      "702c543e-0bf5-4017-a68e-0c3a3b2e746c",
      "9b8d817f-9252-4eba-8fe4-8930f56bbbcd"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-02T18:02:48.475Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d37e03a9-f5ca-4f9c-8272-447deac1ea8e
VfModuleModelInvariantUUID:fdcf1071-d4eb-4966-bdf3-cf4124d6715a
VfModuleModelDescription:NULL
Artifacts UUID List:{
702c543e-0bf5-4017-a68e-0c3a3b2e746c
,
9b8d817f-9252-4eba-8fe4-8930f56bbbcd

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-12-02T18:02:48.483Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "fdcf1071-d4eb-4966-bdf3-cf4124d6715a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d37e03a9-f5ca-4f9c-8272-447deac1ea8e",
    "vfModuleModelCustomizationUUID": "283c0080-be09-4c0f-a809-cc157603aa40",
    "isBase": true,
    "artifacts": [
      "702c543e-0bf5-4017-a68e-0c3a3b2e746c",
      "9b8d817f-9252-4eba-8fe4-8930f56bbbcd"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-02T18:02:48.483Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d37e03a9-f5ca-4f9c-8272-447deac1ea8e
VfModuleModelInvariantUUID:fdcf1071-d4eb-4966-bdf3-cf4124d6715a
VfModuleModelDescription:NULL
Artifacts UUID List:{
702c543e-0bf5-4017-a68e-0c3a3b2e746c
,
9b8d817f-9252-4eba-8fe4-8930f56bbbcd

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-12-02T18:02:48.483Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 702c543e-0bf5-4017-a68e-0c3a3b2e746c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-12-02T18:02:48.483Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-02T18:02:48.484Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-12-02T18:02:48.577Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-02T18:02:48.579Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 702c543e-0bf5-4017-a68e-0c3a3b2e746c 5033
2022-12-02T18:02:48.579Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-12-02T18:02:48.579Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-12-02T18:02:48.579Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T18:02:48.580Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:02:48.583Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:02:48.583Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004168579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-02T18:02:48.683Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T18:02:48.684Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:02:48.684Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:02:48.695Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:02:48.696Z||pool-99-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-02T18:02:49.584Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9b8d817f-9252-4eba-8fe4-8930f56bbbcd from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-12-02T18:02:49.585Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-02T18:02:49.585Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-12-02T18:02:49.647Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-02T18:02:49.647Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 9b8d817f-9252-4eba-8fe4-8930f56bbbcd 903
2022-12-02T18:02:49.647Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-12-02T18:02:49.647Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-12-02T18:02:49.647Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T18:02:49.648Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:02:49.652Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:02:49.653Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004169647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-02T18:02:49.752Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T18:02:49.753Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:02:49.753Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:02:49.766Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:02:49.766Z||pool-100-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-02T18:02:50.653Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 0be6341b-fb16-45b4-9d28-f52afeb3f00f
2022-12-02T18:02:50.655Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 85ea8531-ba84-4fdc-8f3f-95e45795e290 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-02T18:02:50.669Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@70f8c8d0, org.onap.sdc.toscaparser.api.parameters.Input@1cbe13a9, org.onap.sdc.toscaparser.api.parameters.Input@42e8219c, org.onap.sdc.toscaparser.api.parameters.Input@6bd38562, org.onap.sdc.toscaparser.api.parameters.Input@5d5b6e80]
2022-12-02T18:02:50.670Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:02:50.671Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T18:02:50.671Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-12-02T18:02:50.671Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 47fa4a2e-f9bc-4611-ab60-25fe4ab075e8
2022-12-02T18:02:50.671Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 47fa4a2e-f9bc-4611-ab60-25fe4ab075e8 matches Tosca VF Customization UUID: 47fa4a2e-f9bc-4611-ab60-25fe4ab075e8
2022-12-02T18:02:50.671Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 47fa4a2e-f9bc-4611-ab60-25fe4ab075e8  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-02T18:02:50.674Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:02:50.675Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T18:02:50.675Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 47fa4a2e-f9bc-4611-ab60-25fe4ab075e8: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2022-12-02T18:02:50.675Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@45fc551f
2022-12-02T18:02:50.675Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:02:50.676Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-02T18:02:50.676Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 283c0080-be09-4c0f-a809-cc157603aa40
2022-12-02T18:02:50.676Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 283c0080-be09-4c0f-a809-cc157603aa40
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-02T18:02:50.679Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:02:50.679Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-02T18:02:50.679Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T18:02:50.681Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:02:50.682Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-02T18:02:50.682Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T18:02:50.682Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:02:50.682Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-02T18:02:50.683Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-02T18:02:50.683Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-02T18:02:50.683Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3c3e2ffb-2cad-4671-aeb7-be7ecdd4fa7c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-02T18:02:50.686Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:02:50.686Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-02T18:02:50.686Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T18:02:50.687Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:02:50.687Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-02T18:02:50.687Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=47fa4a2e-f9bc-4611-ab60-25fe4ab075e8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-02T18:02:50.689Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:02:50.689Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T18:02:50.690Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 0be6341b-fb16-45b4-9d28-f52afeb3f00f: basic_vm_macro
2022-12-02T18:02:50.690Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:02:50.690Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T18:02:50.690Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:02:50.690Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T18:02:50.690Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:02:50.690Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T18:02:50.690Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:02:50.690Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T18:02:50.690Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:02:50.691Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T18:02:50.691Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T18:02:50.788Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 85ea8531-ba84-4fdc-8f3f-95e45795e290 1 ASDC deployResourceStructure
2022-12-02T18:02:50.789Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-12-02T18:02:50.789Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-12-02T18:02:50.789Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T18:02:50.790Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:02:50.792Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:02:50.792Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004170789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-02T18:02:50.892Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T18:02:50.893Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:02:50.893Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:02:50.904Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:02:50.905Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-02T18:02:51.793Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-12-02T18:02:51.796Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-12-02T18:02:51.796Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T18:02:51.797Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:02:51.799Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:02:51.799Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004171793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-02T18:02:51.899Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T18:02:51.900Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:02:51.900Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:02:51.918Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:02:51.919Z||pool-102-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-02T18:02:52.801Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-12-02T18:02:52.802Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-12-02T18:02:52.803Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T18:02:52.803Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:02:52.806Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:02:52.806Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004172800,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-02T18:02:52.906Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T18:02:52.907Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:02:52.907Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:02:52.919Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:02:52.919Z||pool-103-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-02T18:02:53.807Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-12-02T18:02:53.808Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-02T18:02:53.808Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T18:02:53.808Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:02:53.812Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:02:53.812Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004173807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T18:02:53.917Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-12-02T18:02:53.918Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:02:53.918Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:02:53.933Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:02:53.933Z||pool-104-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-02T18:02:54.819Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee8d4c2b-751b-4851-adc5-1e78ddf76035
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T18:02:54.842Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee8d4c2b-751b-4851-adc5-1e78ddf76035
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T18:02:54.848Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-02T18:02:54.849Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-02T18:02:54.849Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-02T18:03:24.851Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee8d4c2b-751b-4851-adc5-1e78ddf76035
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T18:03:24.866Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee8d4c2b-751b-4851-adc5-1e78ddf76035
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T18:03:24.869Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-02T18:03:24.870Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-02T18:03:24.870Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-02T18:03:36.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:03:36.342Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:03:36.342Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:03:36.388Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:03:36.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:03:36.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "aai-ml",
  "timestamp": 1670004151034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:03:36.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:03:54.870Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee8d4c2b-751b-4851-adc5-1e78ddf76035
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T18:03:54.888Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee8d4c2b-751b-4851-adc5-1e78ddf76035
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T18:03:54.892Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-02T18:03:54.893Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-02T18:03:54.893Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-02T18:04:24.893Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee8d4c2b-751b-4851-adc5-1e78ddf76035
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T18:04:24.912Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee8d4c2b-751b-4851-adc5-1e78ddf76035
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T18:04:24.915Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-02T18:04:24.916Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-02T18:04:24.916Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-02T18:04:36.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:04:36.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:04:36.341Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:04:36.387Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:04:36.387Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:04:36.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "cds",
  "timestamp": 1670004148652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:04:36.388Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:04:54.916Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee8d4c2b-751b-4851-adc5-1e78ddf76035
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T18:04:54.954Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee8d4c2b-751b-4851-adc5-1e78ddf76035
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T18:04:54.959Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-02T18:04:54.959Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-02T18:04:54.959Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-02T18:05:24.959Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee8d4c2b-751b-4851-adc5-1e78ddf76035
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T18:05:24.977Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee8d4c2b-751b-4851-adc5-1e78ddf76035
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T18:05:24.982Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-02T18:05:24.982Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-02T18:05:24.983Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-02T18:05:36.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:05:36.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:05:36.341Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:05:36.376Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:05:36.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670004153965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-02T18:05:36.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004156337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:05:36.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "aai-ml",
  "timestamp": 1670004151034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:05:36.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "cds",
  "timestamp": 1670004148652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:05:36.380Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670004153965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:05:36.380Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004156337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-02T18:05:36.380Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "aai-ml",
  "timestamp": 1670004151034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:05:36.380Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "cds",
  "timestamp": 1670004148652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T18:05:36.381Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670004153965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-02T18:05:36.381Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004156337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-02T18:05:36.381Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "aai-ml",
  "timestamp": 1670004151034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T18:05:36.381Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "cds",
  "timestamp": 1670004159481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T18:05:36.381Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:05:36.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670004153965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-02T18:05:36.381Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004156337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:05:36.382Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "aai-ml",
  "timestamp": 1670004159816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T18:05:36.382Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:05:36.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670004153965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-02T18:05:36.382Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004156337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-02T18:05:36.382Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "cds",
  "timestamp": 1670004161049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T18:05:36.400Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e3e33fca-e79c-4970-a210-16dfb2a67804
2022-12-02T18:05:36.400Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3e33fca-e79c-4970-a210-16dfb2a67804 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T18:05:36.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670004159900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:05:36.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670004153965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:05:36.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004156337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:05:36.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670004159900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:05:36.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670004153965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:05:36.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004156337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:05:36.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670004159900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:05:36.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670004153965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T18:05:36.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004156337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T18:05:36.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670004159900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:05:36.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670004164953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-02T18:05:36.412Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:05:36.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004165222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T18:05:36.412Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:05:36.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670004159900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:05:36.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670004166057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-02T18:05:36.413Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:05:36.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670004159900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:05:36.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670004167130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-02T18:05:36.413Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:05:36.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004167464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-02T18:05:36.413Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:05:36.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670004159900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:05:36.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "aai-ml",
  "timestamp": 1670004167374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T18:05:36.413Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:05:36.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670004168227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-02T18:05:36.413Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:05:36.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670004167753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:05:36.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670004159900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:05:36.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004168579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-02T18:05:36.414Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:05:36.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "aai-ml",
  "timestamp": 1670004168378,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-02T18:05:36.421Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ee8d4c2b-751b-4851-adc5-1e78ddf76035
2022-12-02T18:05:36.421Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee8d4c2b-751b-4851-adc5-1e78ddf76035 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T18:05:36.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670004169300,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-02T18:05:36.439Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e3e33fca-e79c-4970-a210-16dfb2a67804
2022-12-02T18:05:36.439Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3e33fca-e79c-4970-a210-16dfb2a67804 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T18:05:36.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670004167753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:05:36.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670004159900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:05:36.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004169647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-02T18:05:36.450Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:05:36.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "aai-ml",
  "timestamp": 1670004151034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:05:36.451Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670004170304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-02T18:05:36.451Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:05:36.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670004167753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:05:36.451Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670004159900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:05:36.451Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004170789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-02T18:05:36.451Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:05:36.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "aai-ml",
  "timestamp": 1670004151034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:05:36.451Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670004167753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:05:36.452Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004171793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-02T18:05:36.452Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:05:36.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "aai-ml",
  "timestamp": 1670004151034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:05:36.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670004167753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:05:36.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004172800,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-02T18:05:36.453Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:05:36.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "aai-ml",
  "timestamp": 1670004151034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:05:36.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670004167753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:05:36.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004173807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T18:05:36.453Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:05:36.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "aai-ml",
  "timestamp": 1670004151034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:05:36.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670004167753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:05:36.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "aai-ml",
  "timestamp": 1670004151034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:05:36.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670004167753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:05:36.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "aai-ml",
  "timestamp": 1670004151034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:05:36.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670004167753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:05:36.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "aai-ml",
  "timestamp": 1670004151034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:05:36.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670004167753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T18:05:36.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "aai-ml",
  "timestamp": 1670004151034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:05:36.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670004178566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T18:05:36.454Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:05:36.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "aai-ml",
  "timestamp": 1670004151034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T18:05:36.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "aai-ml",
  "timestamp": 1670004179497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T18:05:36.454Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:05:36.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670004180782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T18:05:36.455Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:05:36.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670004181786,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-02T18:05:36.466Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e3e33fca-e79c-4970-a210-16dfb2a67804
2022-12-02T18:05:36.466Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3e33fca-e79c-4970-a210-16dfb2a67804 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T18:05:36.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "aai-ml",
  "timestamp": 1670004187333,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T18:05:36.482Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:05:36.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "aai-ml",
  "timestamp": 1670004188337,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-02T18:05:36.493Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e3e33fca-e79c-4970-a210-16dfb2a67804
2022-12-02T18:05:36.493Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3e33fca-e79c-4970-a210-16dfb2a67804 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T18:05:36.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "aai-ml",
  "timestamp": 1670004211034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:05:36.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "aai-ml",
  "timestamp": 1670004211034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:05:36.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670004213965,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:05:36.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "aai-ml",
  "timestamp": 1670004211034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:05:36.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:36.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:05:36.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670004213965,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:05:36.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:05:54.983Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee8d4c2b-751b-4851-adc5-1e78ddf76035
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T18:05:55.010Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee8d4c2b-751b-4851-adc5-1e78ddf76035
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T18:05:55.014Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-02T18:05:55.014Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-02T18:05:55.014Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-02T18:05:55.015Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-02T18:05:55.015Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T18:05:55.015Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T18:05:55.015Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T18:05:55.015Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T18:05:55.015Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T18:05:55.015Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-02T18:05:55.025Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-02T18:06:25.026Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ee8d4c2b-751b-4851-adc5-1e78ddf76035 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-02T18:06:25.039Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ee8d4c2b-751b-4851-adc5-1e78ddf76035 and serviceModelVersionId: 0be6341b-fb16-45b4-9d28-f52afeb3f00f
2022-12-02T18:06:25.040Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 45133c78-324c-4e8d-a9c5-579dce284465
2022-12-02T18:06:25.041Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/45133c78-324c-4e8d-a9c5-579dce284465/model-vers/model-ver/0be6341b-fb16-45b4-9d28-f52afeb3f00f?depth=0
2022-12-02T18:06:25.047Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-12-02T18:06:25.079Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45133c78-324c-4e8d-a9c5-579dce284465/model-vers/model-ver/0be6341b-fb16-45b4-9d28-f52afeb3f00f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-12-02T18:06:25.081Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45133c78-324c-4e8d-a9c5-579dce284465/model-vers/model-ver/0be6341b-fb16-45b4-9d28-f52afeb3f00f?depth=0|INFO|500||Invoke
2022-12-02T18:06:25.101Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45133c78-324c-4e8d-a9c5-579dce284465/model-vers/model-ver/0be6341b-fb16-45b4-9d28-f52afeb3f00f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-02T18:06:25.249Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45133c78-324c-4e8d-a9c5-579dce284465/model-vers/model-ver/0be6341b-fb16-45b4-9d28-f52afeb3f00f?depth=0|INFO|500||InvokeReturn
2022-12-02T18:06:25.250Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45133c78-324c-4e8d-a9c5-579dce284465/model-vers/model-ver/0be6341b-fb16-45b4-9d28-f52afeb3f00f?depth=0 has http status code:200 and response headers:{date=[Fri, 02 Dec 2022 18:06:24 GMT], content-length=[0], vertex-id=[946344], x-aai-txid=[2-aai-resources-221202-18:06:24:400-82905], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-02T18:06:25.251Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-12-02T18:06:25.251Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-02T18:06:25.251Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-02T18:06:25.256Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-02T18:06:25.257Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ee8d4c2b-751b-4851-adc5-1e78ddf76035 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-02T18:06:25.257Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-02T18:06:25.257Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:06:25.260Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:06:25.260Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004385257,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-02T18:06:25.360Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T18:06:25.361Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:06:25.361Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:06:25.389Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:06:25.389Z||pool-105-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-02T18:06:26.289Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-02T18:06:26.290Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"e3e33fca-e79c-4970-a210-16dfb2a67804","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"2e4239ee-93de-415a-bb0e-85f94b81d64b","serviceDescription":"service","serviceInvariantUUID":"bfdcecd5-4c48-4d06-9733-52f91b4703a0","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a8cfe69b-8d75-48f4-8bea-6b2150d6cc13","resourceInvariantUUID":"4d35a765-bfb0-4d17-9e0c-e7533ccacdbe","resourceCustomizationUUID":"1c80681f-8f49-4060-acd7-81eb1f7ae8dc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"N2VhMzlkYzMxOTk0ZTEzYmI2N2VjN2U2NWE3NTM3ZGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ce99ab9-9869-4521-9445-76d5f8463ded","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"Y2JjOTU5OTFjM2RlMTFiM2NmYTA5MWI3Mjg0MDIxODM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7e0aaf47-b336-4c12-b4dc-67ddc491ff0d","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"77e38423-22e7-41fe-938c-928e8fb3bf8b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"827a006a-7850-4a79-ac52-67a7212aa8ca","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"eb92c6b1-0202-4468-9540-1fc3b2883a4a","artifactVersion":"2","generatedFromUUID":"1161cff3-0699-4d8a-b2c1-47e9297d86f6"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"96e4273a-3ebf-4a83-ba67-e5403fba8711","artifactVersion":"2","generatedFromUUID":"77e38423-22e7-41fe-938c-928e8fb3bf8b"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1161cff3-0699-4d8a-b2c1-47e9297d86f6","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"562b50a2-cb29-48f6-a6fe-254754812fc6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"YjM3NzAzMWQzNTk0M2VkMzRkZjEzNWQzNjQ1NzRiZTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f64da23a-24c6-44bd-aad4-b0d1f0535255","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MGFmYzg2ZWQyYTllNTQyYTYzNGQxODA4ZTcyMDU2ZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cde48e10-107a-484e-8dd2-d8a232f75aba","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-02T18:06:26.291Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T18:06:26.291Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:06:26.296Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:06:26.296Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004156337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:06:26.396Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T18:06:26.397Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:06:26.397Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:06:26.420Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:06:26.421Z||pool-106-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-12-02T18:06:27.297Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T18:06:27.297Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:06:27.299Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:06:27.299Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004156337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-02T18:06:27.400Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-02T18:06:27.400Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:06:27.401Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:06:27.413Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:06:27.414Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-02T18:06:28.300Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T18:06:28.301Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:06:28.302Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:06:28.303Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004156337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-02T18:06:28.403Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T18:06:28.404Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:06:28.404Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:06:28.442Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:06:28.443Z||pool-108-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-12-02T18:06:29.303Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T18:06:29.304Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:06:29.307Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:06:29.307Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004156337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:06:29.407Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T18:06:29.408Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:06:29.409Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:06:29.420Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:06:29.421Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-02T18:06:30.307Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T18:06:30.308Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:06:30.310Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:06:30.310Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004156337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-02T18:06:30.410Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T18:06:30.411Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:06:30.411Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:06:30.431Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:06:30.432Z||pool-110-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-02T18:06:31.312Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T18:06:31.312Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:06:31.315Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:06:31.315Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004156337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-02T18:06:31.415Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T18:06:31.416Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:06:31.417Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:06:31.433Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:06:31.434Z||pool-111-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-02T18:06:32.317Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T18:06:32.318Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:06:32.320Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:06:32.320Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004156337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-02T18:06:32.420Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T18:06:32.421Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:06:32.421Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:06:32.445Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:06:32.446Z||pool-112-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-12-02T18:06:33.321Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T18:06:33.322Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:06:33.324Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:06:33.324Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004156337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:06:33.424Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T18:06:33.425Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:06:33.426Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:06:33.439Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:06:33.439Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-02T18:06:34.325Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T18:06:34.326Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:06:34.328Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:06:34.328Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004156337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:06:34.428Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T18:06:34.429Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:06:34.429Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:06:34.444Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:06:34.445Z||pool-114-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-02T18:06:35.328Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T18:06:35.329Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:06:35.331Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:06:35.331Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004156337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T18:06:35.431Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T18:06:35.432Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:06:35.432Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:06:35.467Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:06:35.467Z||pool-115-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-12-02T18:06:36.333Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "2e4239ee-93de-415a-bb0e-85f94b81d64b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "bfdcecd5-4c48-4d06-9733-52f91b4703a0",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "1c80681f-8f49-4060-acd7-81eb1f7ae8dc",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a8cfe69b-8d75-48f4-8bea-6b2150d6cc13",
      "resourceInvariantUUID": "4d35a765-bfb0-4d17-9e0c-e7533ccacdbe",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "Y2JjOTU5OTFjM2RlMTFiM2NmYTA5MWI3Mjg0MDIxODM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7e0aaf47-b336-4c12-b4dc-67ddc491ff0d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "77e38423-22e7-41fe-938c-928e8fb3bf8b",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "96e4273a-3ebf-4a83-ba67-e5403fba8711",
            "generatedFromUUID": "77e38423-22e7-41fe-938c-928e8fb3bf8b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "eb92c6b1-0202-4468-9540-1fc3b2883a4a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "96e4273a-3ebf-4a83-ba67-e5403fba8711",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1161cff3-0699-4d8a-b2c1-47e9297d86f6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MGFmYzg2ZWQyYTllNTQyYTYzNGQxODA4ZTcyMDU2ZTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cde48e10-107a-484e-8dd2-d8a232f75aba"
    }
  ],
  "workloadContext": "Production"
}
2022-12-02T18:06:36.335Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-02T18:06:36.335Z|ee8d4c2b-751b-4851-adc5-1e78ddf76035|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 2e4239ee-93de-415a-bb0e-85f94b81d64b ASDC
2022-12-02T18:06:36.335Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:e3e33fca-e79c-4970-a210-16dfb2a67804
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:2e4239ee-93de-415a-bb0e-85f94b81d64b
ServiceInvariantUUID:bfdcecd5-4c48-4d06-9733-52f91b4703a0
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:cde48e10-107a-484e-8dd2-d8a232f75aba
ArtifactChecksum:MGFmYzg2ZWQyYTllNTQyYTYzNGQxODA4ZTcyMDU2ZTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:1c80681f-8f49-4060-acd7-81eb1f7ae8dc
ResourceInvariantUUID:4d35a765-bfb0-4d17-9e0c-e7533ccacdbe
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:a8cfe69b-8d75-48f4-8bea-6b2150d6cc13
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:7e0aaf47-b336-4c12-b4dc-67ddc491ff0d
ArtifactChecksum:Y2JjOTU5OTFjM2RlMTFiM2NmYTA5MWI3Mjg0MDIxODM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:77e38423-22e7-41fe-938c-928e8fb3bf8b
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:96e4273a-3ebf-4a83-ba67-e5403fba8711
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:eb92c6b1-0202-4468-9540-1fc3b2883a4a
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:96e4273a-3ebf-4a83-ba67-e5403fba8711
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:1161cff3-0699-4d8a-b2c1-47e9297d86f6
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-02T18:06:36.335Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2e4239ee-93de-415a-bb0e-85f94b81d64b ASDC treatNotification
2022-12-02T18:06:36.341Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:06:36.342Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:06:36.342Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
2022-12-02T18:06:36.376Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:06:36.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "aai-ml",
  "timestamp": 1670004211034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:06:36.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:06:36.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670004213965,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:06:36.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:06:36.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "aai-ml",
  "timestamp": 1670004211034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:06:36.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:06:36.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670004213965,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:06:36.380Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:06:36.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "aai-ml",
  "timestamp": 1670004211034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:06:36.380Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:06:36.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670004213965,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:06:36.380Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:06:36.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "cds",
  "timestamp": 1670004218116,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:06:36.380Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:06:36.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "aai-ml",
  "timestamp": 1670004211034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:06:36.380Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:06:36.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670004213965,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:06:36.380Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:06:36.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "cds",
  "timestamp": 1670004218116,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:06:36.380Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:06:36.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "aai-ml",
  "timestamp": 1670004211034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:06:36.380Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:06:36.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670004213965,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:06:36.381Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:06:36.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "cds",
  "timestamp": 1670004218116,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:06:36.381Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:06:36.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670004219900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:06:36.381Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:06:36.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "aai-ml",
  "timestamp": 1670004211034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T18:06:36.381Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:06:36.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670004213965,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:06:36.381Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:06:36.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "cds",
  "timestamp": 1670004218116,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:06:36.381Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:06:36.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670004219900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:06:36.381Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:06:36.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1670004213965,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T18:06:36.382Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:06:36.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "aai-ml",
  "timestamp": 1670004222115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T18:06:36.382Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:06:36.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "cds",
  "timestamp": 1670004218116,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:06:36.382Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:06:36.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670004219900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:06:36.382Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:06:36.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "cds",
  "timestamp": 1670004218116,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:06:36.382Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:06:36.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670004219900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:06:36.382Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:06:36.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "cds",
  "timestamp": 1670004218116,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:06:36.382Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:06:36.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670004219900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:06:36.383Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:06:36.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "cds",
  "timestamp": 1670004218116,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:06:36.383Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:06:36.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670004219900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:06:36.383Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:06:36.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "cds",
  "timestamp": 1670004218116,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T18:06:36.383Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:06:36.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670004219900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-12-02T18:06:36.383Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:06:36.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "aai-ml",
  "timestamp": 1670004226858,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T18:06:36.383Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:06:36.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "cds",
  "timestamp": 1670004228021,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T18:06:36.383Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:06:36.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670004227753,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:06:36.383Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:06:36.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670004219900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:06:36.383Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:06:36.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "aai-ml",
  "timestamp": 1670004227862,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-02T18:06:36.400Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-02T18:06:36.400Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-02T18:06:36.401Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-02T18:06:36.401Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cde48e10-107a-484e-8dd2-d8a232f75aba from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-02T18:06:36.401Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-02T18:06:36.401Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T18:06:36.409Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7dffa6d6-9cd2-49b0-9280-cab945386859
2022-12-02T18:06:36.409Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7dffa6d6-9cd2-49b0-9280-cab945386859 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T18:06:36.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670004227753,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:06:36.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:06:36.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670004219900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:06:36.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:06:36.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "cds",
  "timestamp": 1670004229411,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-02T18:06:36.427Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7dffa6d6-9cd2-49b0-9280-cab945386859
2022-12-02T18:06:36.428Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7dffa6d6-9cd2-49b0-9280-cab945386859 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T18:06:36.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670004227753,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:06:36.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:06:36.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670004229749,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-02T18:06:36.441Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:06:36.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670004227753,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:06:36.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:06:36.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670004230785,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-12-02T18:06:36.442Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:06:36.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670004227753,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:06:36.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:06:36.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1670004231789,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-02T18:06:36.452Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 7dffa6d6-9cd2-49b0-9280-cab945386859
2022-12-02T18:06:36.452Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7dffa6d6-9cd2-49b0-9280-cab945386859 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T18:06:36.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670004227753,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:06:36.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:06:36.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670004227753,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:06:36.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:06:36.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670004227753,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:06:36.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:06:36.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670004227753,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T18:06:36.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:06:36.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670004237526,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T18:06:36.478Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:06:36.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670004239442,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T18:06:36.478Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:06:36.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:06:36.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1670004240450,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-02T18:06:36.488Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7dffa6d6-9cd2-49b0-9280-cab945386859
2022-12-02T18:06:36.488Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7dffa6d6-9cd2-49b0-9280-cab945386859 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T18:06:36.597Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-02T18:06:36.617Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar cde48e10-107a-484e-8dd2-d8a232f75aba 162973
2022-12-02T18:06:36.617Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-12-02T18:06:36.617Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-02T18:06:36.618Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T18:06:36.618Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:06:36.620Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:06:36.621Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004396617,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T18:06:36.720Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T18:06:36.722Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:06:36.722Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:06:36.741Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:06:36.742Z||pool-116-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-02T18:06:37.621Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-02T18:06:37.622Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-02T18:06:37.622Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: cde48e10-107a-484e-8dd2-d8a232f75aba, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-02T18:06:37.623Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-12-02T18:06:37.623Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-02T18:06:37.623Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-02T18:06:37.744Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9595476214198233551/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-12-02T18:06:38.854Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-02T18:06:38.854Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-02T18:06:38.854Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-02T18:06:38.854Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-12-02T18:06:38.854Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-02T18:06:38.854Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-02T18:06:38.854Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-02T18:06:38.854Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-02T18:06:38.854Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-02T18:06:38.855Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:06:38.855Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T18:06:38.855Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-02T18:06:38.855Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-02T18:06:38.855Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-02T18:06:38.855Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:06:38.855Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T18:06:38.855Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-02T18:06:38.855Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-02T18:06:38.855Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-02T18:06:38.856Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:06:38.856Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T18:06:38.856Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:06:38.856Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-12-02T18:06:38.856Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-12-02T18:06:38.856Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-12-02T18:06:38.856Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-02T18:06:38.856Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:06:38.856Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-02T18:06:38.856Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:06:38.856Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-02T18:06:38.856Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T18:06:38.856Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:06:38.856Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-02T18:06:38.856Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T18:06:38.857Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:06:38.857Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-02T18:06:38.857Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T18:06:38.857Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:06:38.857Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-02T18:06:38.857Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T18:06:38.857Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:06:38.857Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-12-02T18:06:38.857Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-12-02T18:06:38.857Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=9e874bbf-ef83-4f0f-938b-fbca1d571b6f
2022-12-02T18:06:38.857Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:06:38.857Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T18:06:38.857Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:06:38.859Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T18:06:38.859Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:06:38.859Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T18:06:38.860Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:06:38.860Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T18:06:38.860Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:2e4239ee-93de-415a-bb0e-85f94b81d64b
Model Version:NULL
Model InvariantUuid:bfdcecd5-4c48-4d06-9733-52f91b4703a0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:f40eb569-e29c-4195-b968-5ff605e69e06
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4d35a765-bfb0-4d17-9e0c-e7533ccacdbe
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1c80681f-8f49-4060-acd7-81eb1f7ae8dc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b29f1287-e703-421e-8962-da7f91be12ab
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:f9f4ca4c-97ff-4277-a596-052b2b9c1833
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:edfb2067-32a6-468d-908c-d895ebffe949
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:6a972dcc-835e-4d5e-8076-ef51df621c3a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9e874bbf-ef83-4f0f-938b-fbca1d571b6f
ModelInvariantUuid:8306f93c-14ed-49e1-b438-4075cf921920
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:2f90313b-13e8-4661-bc47-c6c37f6486de
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:cdef0914-dc86-426d-9944-067bf97ce2a7
ModelInvariantUuid:e944a3e1-8d5c-4ab0-80cc-fb8b5e663419
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:3975b628-e893-4d94-a26a-73f328b96129
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-02T18:06:38.870Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: a8cfe69b-8d75-48f4-8bea-6b2150d6cc13
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-02T18:06:38.874Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0
2022-12-02T18:06:38.874Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a8cfe69b-8d75-48f4-8bea-6b2150d6cc13
2022-12-02T18:06:38.875Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7e0aaf47-b336-4c12-b4dc-67ddc491ff0d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-12-02T18:06:38.875Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-02T18:06:38.875Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-12-02T18:06:38.933Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-02T18:06:38.934Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 7e0aaf47-b336-4c12-b4dc-67ddc491ff0d 1565
2022-12-02T18:06:38.934Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-12-02T18:06:38.935Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-12-02T18:06:38.935Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T18:06:38.935Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:06:38.937Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:06:38.937Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004398934,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-02T18:06:39.037Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T18:06:39.038Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:06:39.038Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:06:39.051Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:06:39.051Z||pool-117-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-02T18:06:39.938Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "edfb2067-32a6-468d-908c-d895ebffe949",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6a972dcc-835e-4d5e-8076-ef51df621c3a",
    "vfModuleModelCustomizationUUID": "3aec31f4-9d88-4b32-bb7b-ea7685f066ce",
    "isBase": true,
    "artifacts": [
      "77e38423-22e7-41fe-938c-928e8fb3bf8b",
      "96e4273a-3ebf-4a83-ba67-e5403fba8711"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "b29f1287-e703-421e-8962-da7f91be12ab",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f9f4ca4c-97ff-4277-a596-052b2b9c1833",
    "vfModuleModelCustomizationUUID": "fa0e9074-2331-4dec-a98d-ff2534838800",
    "isBase": false,
    "artifacts": [
      "1161cff3-0699-4d8a-b2c1-47e9297d86f6"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-02T18:06:39.941Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6a972dcc-835e-4d5e-8076-ef51df621c3a
VfModuleModelInvariantUUID:edfb2067-32a6-468d-908c-d895ebffe949
VfModuleModelDescription:NULL
Artifacts UUID List:{
77e38423-22e7-41fe-938c-928e8fb3bf8b
,
96e4273a-3ebf-4a83-ba67-e5403fba8711

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_template_dummy_ignore
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:f9f4ca4c-97ff-4277-a596-052b2b9c1833
VfModuleModelInvariantUUID:b29f1287-e703-421e-8962-da7f91be12ab
VfModuleModelDescription:NULL
Artifacts UUID List:{
1161cff3-0699-4d8a-b2c1-47e9297d86f6

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-12-02T18:06:39.943Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "edfb2067-32a6-468d-908c-d895ebffe949",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6a972dcc-835e-4d5e-8076-ef51df621c3a",
    "vfModuleModelCustomizationUUID": "3aec31f4-9d88-4b32-bb7b-ea7685f066ce",
    "isBase": true,
    "artifacts": [
      "77e38423-22e7-41fe-938c-928e8fb3bf8b",
      "96e4273a-3ebf-4a83-ba67-e5403fba8711"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "b29f1287-e703-421e-8962-da7f91be12ab",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f9f4ca4c-97ff-4277-a596-052b2b9c1833",
    "vfModuleModelCustomizationUUID": "fa0e9074-2331-4dec-a98d-ff2534838800",
    "isBase": false,
    "artifacts": [
      "1161cff3-0699-4d8a-b2c1-47e9297d86f6"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-02T18:06:39.943Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6a972dcc-835e-4d5e-8076-ef51df621c3a
VfModuleModelInvariantUUID:edfb2067-32a6-468d-908c-d895ebffe949
VfModuleModelDescription:NULL
Artifacts UUID List:{
77e38423-22e7-41fe-938c-928e8fb3bf8b
,
96e4273a-3ebf-4a83-ba67-e5403fba8711

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_template_dummy_ignore
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:f9f4ca4c-97ff-4277-a596-052b2b9c1833
VfModuleModelInvariantUUID:b29f1287-e703-421e-8962-da7f91be12ab
VfModuleModelDescription:NULL
Artifacts UUID List:{
1161cff3-0699-4d8a-b2c1-47e9297d86f6

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-12-02T18:06:39.943Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 77e38423-22e7-41fe-938c-928e8fb3bf8b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-12-02T18:06:39.943Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-02T18:06:39.944Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-12-02T18:06:39.989Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-02T18:06:39.989Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 77e38423-22e7-41fe-938c-928e8fb3bf8b 914
2022-12-02T18:06:39.990Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-12-02T18:06:39.990Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-12-02T18:06:39.990Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T18:06:39.990Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:06:39.992Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:06:39.992Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004399990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-02T18:06:40.092Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T18:06:40.093Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:06:40.094Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:06:40.105Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:06:40.106Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-02T18:06:40.992Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: eb92c6b1-0202-4468-9540-1fc3b2883a4a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-12-02T18:06:40.993Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-02T18:06:40.993Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-12-02T18:06:41.041Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-02T18:06:41.042Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env eb92c6b1-0202-4468-9540-1fc3b2883a4a 12
2022-12-02T18:06:41.042Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-12-02T18:06:41.042Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-12-02T18:06:41.042Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T18:06:41.042Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:06:41.044Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:06:41.044Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004401042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-12-02T18:06:41.144Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T18:06:41.145Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:06:41.145Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:06:41.157Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:06:41.158Z||pool-119-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-02T18:06:42.045Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 96e4273a-3ebf-4a83-ba67-e5403fba8711 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-12-02T18:06:42.046Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-02T18:06:42.046Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-12-02T18:06:42.129Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-02T18:06:42.129Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 96e4273a-3ebf-4a83-ba67-e5403fba8711 96
2022-12-02T18:06:42.129Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-12-02T18:06:42.129Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-12-02T18:06:42.129Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T18:06:42.130Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:06:42.132Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:06:42.133Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004402129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-02T18:06:42.232Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T18:06:42.235Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:06:42.236Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:06:42.253Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:06:42.254Z||pool-120-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-02T18:06:43.133Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1161cff3-0699-4d8a-b2c1-47e9297d86f6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-12-02T18:06:43.134Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-02T18:06:43.134Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-12-02T18:06:43.197Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-02T18:06:43.198Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 1161cff3-0699-4d8a-b2c1-47e9297d86f6 20206
2022-12-02T18:06:43.199Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-12-02T18:06:43.199Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-12-02T18:06:43.199Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T18:06:43.199Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:06:43.202Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:06:43.203Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004403198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-02T18:06:43.303Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T18:06:43.304Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:06:43.304Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:06:43.319Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:06:43.320Z||pool-121-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-02T18:06:44.211Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 2e4239ee-93de-415a-bb0e-85f94b81d64b
2022-12-02T18:06:44.211Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 a8cfe69b-8d75-48f4-8bea-6b2150d6cc13 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-02T18:06:44.225Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@33e4bf86, org.onap.sdc.toscaparser.api.parameters.Input@4d0f2e63, org.onap.sdc.toscaparser.api.parameters.Input@3f5cbddc, org.onap.sdc.toscaparser.api.parameters.Input@5792a572, org.onap.sdc.toscaparser.api.parameters.Input@419c3889]
2022-12-02T18:06:44.230Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:06:44.230Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T18:06:44.230Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-12-02T18:06:44.231Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 1c80681f-8f49-4060-acd7-81eb1f7ae8dc
2022-12-02T18:06:44.231Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1c80681f-8f49-4060-acd7-81eb1f7ae8dc matches Tosca VF Customization UUID: 1c80681f-8f49-4060-acd7-81eb1f7ae8dc
2022-12-02T18:06:44.231Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 1c80681f-8f49-4060-acd7-81eb1f7ae8dc  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-02T18:06:44.234Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:06:44.234Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T18:06:44.236Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 1c80681f-8f49-4060-acd7-81eb1f7ae8dc: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2022-12-02T18:06:44.236Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6dc70264
2022-12-02T18:06:44.237Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:06:44.237Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-02T18:06:44.237Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fa0e9074-2331-4dec-a98d-ff2534838800
2022-12-02T18:06:44.237Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fa0e9074-2331-4dec-a98d-ff2534838800
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-02T18:06:44.240Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:06:44.240Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-02T18:06:44.240Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T18:06:44.241Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:06:44.244Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-02T18:06:44.244Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-02T18:06:44.244Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:06:44.244Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-02T18:06:44.244Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=1c80681f-8f49-4060-acd7-81eb1f7ae8dc
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-02T18:06:44.247Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:06:44.248Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T18:06:44.248Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 2e4239ee-93de-415a-bb0e-85f94b81d64b: basic_cnf_macro
2022-12-02T18:06:44.248Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:06:44.248Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T18:06:44.248Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:06:44.248Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T18:06:44.249Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:06:44.249Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T18:06:44.249Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:06:44.249Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T18:06:44.249Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:06:44.249Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T18:06:44.249Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-02T18:06:44.327Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro a8cfe69b-8d75-48f4-8bea-6b2150d6cc13 2 ASDC deployResourceStructure
2022-12-02T18:06:44.328Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-12-02T18:06:44.328Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-12-02T18:06:44.328Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T18:06:44.328Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:06:44.338Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:06:44.338Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004404328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-02T18:06:44.436Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-02T18:06:44.437Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:06:44.437Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:06:44.455Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:06:44.455Z||pool-122-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-12-02T18:06:45.342Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-12-02T18:06:45.342Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-12-02T18:06:45.342Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T18:06:45.343Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:06:45.346Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:06:45.347Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004405342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-12-02T18:06:45.447Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T18:06:45.448Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:06:45.448Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:06:45.462Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:06:45.463Z||pool-123-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-02T18:06:46.350Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-12-02T18:06:46.351Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-12-02T18:06:46.351Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-02T18:06:46.351Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:06:46.356Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:06:46.356Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004406350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-12-02T18:06:46.456Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T18:06:46.457Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:06:46.457Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:06:46.478Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:06:46.479Z||pool-124-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-02T18:06:47.357Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-12-02T18:06:47.364Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-12-02T18:06:47.364Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T18:06:47.365Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:06:47.367Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:06:47.367Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004407357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-12-02T18:06:47.468Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-02T18:06:47.469Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:06:47.469Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:06:47.482Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:06:47.483Z||pool-125-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-02T18:06:48.370Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-12-02T18:06:48.371Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-12-02T18:06:48.371Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-02T18:06:48.371Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:06:48.373Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:06:48.373Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004408370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-12-02T18:06:48.475Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-02T18:06:48.476Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:06:48.476Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:06:48.491Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:06:48.492Z||pool-126-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-02T18:06:49.374Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-12-02T18:06:49.375Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-02T18:06:49.376Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T18:06:49.376Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:06:49.378Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:06:49.378Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004409374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T18:06:49.478Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T18:06:49.479Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:06:49.479Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:06:49.497Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:06:49.498Z||pool-127-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-02T18:06:50.378Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3e33fca-e79c-4970-a210-16dfb2a67804
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T18:06:50.388Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3e33fca-e79c-4970-a210-16dfb2a67804
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T18:06:50.391Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-02T18:06:50.391Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-02T18:06:50.391Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-02T18:06:50.391Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-02T18:06:50.391Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T18:06:50.391Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T18:06:50.391Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T18:06:50.391Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T18:06:50.392Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T18:06:50.392Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-02T18:06:50.400Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-02T18:07:20.401Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e3e33fca-e79c-4970-a210-16dfb2a67804 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-02T18:07:20.411Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e3e33fca-e79c-4970-a210-16dfb2a67804 and serviceModelVersionId: 2e4239ee-93de-415a-bb0e-85f94b81d64b
2022-12-02T18:07:20.411Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bfdcecd5-4c48-4d06-9733-52f91b4703a0
2022-12-02T18:07:20.412Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bfdcecd5-4c48-4d06-9733-52f91b4703a0/model-vers/model-ver/2e4239ee-93de-415a-bb0e-85f94b81d64b?depth=0
2022-12-02T18:07:20.416Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-12-02T18:07:20.443Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfdcecd5-4c48-4d06-9733-52f91b4703a0/model-vers/model-ver/2e4239ee-93de-415a-bb0e-85f94b81d64b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-12-02T18:07:20.444Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfdcecd5-4c48-4d06-9733-52f91b4703a0/model-vers/model-ver/2e4239ee-93de-415a-bb0e-85f94b81d64b?depth=0|INFO|500||Invoke
2022-12-02T18:07:20.465Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfdcecd5-4c48-4d06-9733-52f91b4703a0/model-vers/model-ver/2e4239ee-93de-415a-bb0e-85f94b81d64b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-02T18:07:20.548Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfdcecd5-4c48-4d06-9733-52f91b4703a0/model-vers/model-ver/2e4239ee-93de-415a-bb0e-85f94b81d64b?depth=0|INFO|500||InvokeReturn
2022-12-02T18:07:20.549Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfdcecd5-4c48-4d06-9733-52f91b4703a0/model-vers/model-ver/2e4239ee-93de-415a-bb0e-85f94b81d64b?depth=0 has http status code:200 and response headers:{date=[Fri, 02 Dec 2022 18:07:19 GMT], content-length=[0], vertex-id=[991400], x-aai-txid=[1-aai-resources-221202-18:07:19:761-8002], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-02T18:07:20.550Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-12-02T18:07:20.550Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-02T18:07:20.550Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-02T18:07:20.558Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-02T18:07:20.559Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e3e33fca-e79c-4970-a210-16dfb2a67804 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-02T18:07:20.559Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-02T18:07:20.559Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:07:20.567Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:07:20.567Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004440559,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-02T18:07:20.666Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T18:07:20.667Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:07:20.667Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:07:20.684Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:07:20.685Z||pool-128-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-02T18:07:21.580Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:07:21.580Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:07:21.580Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:07:26.052Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:07:26.053Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-02T18:07:26.053Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"7dffa6d6-9cd2-49b0-9280-cab945386859","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"bce9c128-b165-4fa6-ad76-cc748d206ef2","serviceDescription":"service","serviceInvariantUUID":"9bdd6411-99e8-4286-9f39-df0985e1eed2","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8bd0aa5b-7369-4e63-8b30-73045998f75a","resourceInvariantUUID":"e771104c-d29e-40b4-a6ce-3a77dec3455a","resourceCustomizationUUID":"5f678592-4f93-4727-be9a-1ed68c8aa777","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"MTBiODk2NThjMzVmY2U1YjdhZGNiMTRiNmNiYjllNzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d61cec6d-9d4e-4072-8bfe-cf5fbec7806a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"35061786-7094-4a8c-a969-4919478d5a6f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2b1ba952-59d8-494a-bc54-d612d4444924","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"ZGU4NzI0YzAxY2U2NDRjYjM3YTM4OTlmNjhhZTA2YzM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"14734e00-c041-4bfe-959e-551bda2a4866","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49417743-73d9-463c-aff8-400dc66a1fda","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2af93809-5411-49b7-848a-e4daae0c0b22","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ed657ba1-4d94-489a-8305-b28b703d5eef","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"MzYyNmM2ZmFlOGU4Y2E2NjkzNzZlYTA2YmI2Y2RlOTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ce739df6-9584-4710-9b92-b35813e9c57a","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"OGMyMzAxNDFhODUxMTkyNTdkYzY4ODJlNjU2ZWM0MmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"757a2ffc-2f26-4935-afb5-3df66e90efd8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-02T18:07:26.055Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T18:07:26.055Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:07:26.057Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:07:26.058Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004441580,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:07:26.157Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T18:07:26.158Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:07:26.158Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:07:26.170Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:07:26.171Z||pool-129-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-02T18:07:27.058Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T18:07:27.058Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:07:27.060Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:07:27.060Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004441580,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:07:27.160Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T18:07:27.161Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:07:27.162Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:07:27.174Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:07:27.175Z||pool-130-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-02T18:07:28.062Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T18:07:28.063Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:07:28.064Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:07:28.065Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004441580,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:07:28.164Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T18:07:28.165Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:07:28.165Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:07:28.178Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:07:28.178Z||pool-131-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-02T18:07:29.065Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T18:07:29.066Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:07:29.068Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:07:29.068Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004441580,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:07:29.168Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T18:07:29.169Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:07:29.169Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:07:29.185Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:07:29.186Z||pool-132-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-02T18:07:30.068Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T18:07:30.069Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:07:30.071Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:07:30.071Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004441580,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:07:30.171Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T18:07:30.172Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:07:30.172Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:07:30.185Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:07:30.185Z||pool-133-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-02T18:07:31.072Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T18:07:31.072Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:07:31.074Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:07:31.074Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004441580,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:07:31.174Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T18:07:31.175Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:07:31.175Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:07:31.207Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:07:31.208Z||pool-134-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-12-02T18:07:32.075Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T18:07:32.075Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:07:32.077Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:07:32.077Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004441580,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:07:32.177Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T18:07:32.178Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:07:32.179Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:07:32.190Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:07:32.190Z||pool-135-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-02T18:07:33.078Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T18:07:33.079Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:07:33.080Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:07:33.080Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004441580,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:07:33.180Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T18:07:33.181Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:07:33.181Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:07:33.202Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:07:33.204Z||pool-136-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-12-02T18:07:34.081Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-02T18:07:34.081Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:07:34.083Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:07:34.083Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004441580,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T18:07:34.183Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T18:07:34.184Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:07:34.184Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:07:34.196Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:07:34.197Z||pool-137-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-02T18:07:35.084Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "bce9c128-b165-4fa6-ad76-cc748d206ef2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9bdd6411-99e8-4286-9f39-df0985e1eed2",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "5f678592-4f93-4727-be9a-1ed68c8aa777",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "8bd0aa5b-7369-4e63-8b30-73045998f75a",
      "resourceInvariantUUID": "e771104c-d29e-40b4-a6ce-3a77dec3455a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "OGMyMzAxNDFhODUxMTkyNTdkYzY4ODJlNjU2ZWM0MmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "757a2ffc-2f26-4935-afb5-3df66e90efd8"
    }
  ],
  "workloadContext": "Production"
}
2022-12-02T18:07:35.084Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-02T18:07:35.084Z|e3e33fca-e79c-4970-a210-16dfb2a67804|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bce9c128-b165-4fa6-ad76-cc748d206ef2 ASDC
2022-12-02T18:07:35.085Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:7dffa6d6-9cd2-49b0-9280-cab945386859
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:bce9c128-b165-4fa6-ad76-cc748d206ef2
ServiceInvariantUUID:9bdd6411-99e8-4286-9f39-df0985e1eed2
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:757a2ffc-2f26-4935-afb5-3df66e90efd8
ArtifactChecksum:OGMyMzAxNDFhODUxMTkyNTdkYzY4ODJlNjU2ZWM0MmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:5f678592-4f93-4727-be9a-1ed68c8aa777
ResourceInvariantUUID:e771104c-d29e-40b4-a6ce-3a77dec3455a
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:8bd0aa5b-7369-4e63-8b30-73045998f75a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-12-02T18:07:35.085Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bce9c128-b165-4fa6-ad76-cc748d206ef2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-02T18:07:35.122Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-02T18:07:35.123Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-02T18:07:35.123Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-02T18:07:35.123Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 757a2ffc-2f26-4935-afb5-3df66e90efd8 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-02T18:07:35.123Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-02T18:07:35.123Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-02T18:07:35.271Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-02T18:07:35.275Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 757a2ffc-2f26-4935-afb5-3df66e90efd8 110864
2022-12-02T18:07:35.276Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-12-02T18:07:35.276Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-02T18:07:35.276Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-02T18:07:35.276Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:07:35.278Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:07:35.278Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004455276,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T18:07:35.378Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T18:07:35.379Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:07:35.379Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:07:35.391Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:07:35.391Z||pool-138-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-02T18:07:36.278Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-02T18:07:36.279Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-02T18:07:36.280Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 757a2ffc-2f26-4935-afb5-3df66e90efd8, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-02T18:07:36.280Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-12-02T18:07:36.281Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-02T18:07:36.281Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-02T18:07:36.340Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:07:36.341Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:07:36.341Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:07:36.363Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15238226923134494053/Definitions/service-TestPnfMacro-template.yml
2022-12-02T18:07:36.365Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:07:36.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T18:07:36.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee8d4c2b-751b-4851-adc5-1e78ddf76035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004385257,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-02T18:07:36.366Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:07:36.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T18:07:36.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004156337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:07:36.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:07:36.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T18:07:36.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004156337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-02T18:07:36.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:07:36.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T18:07:36.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004156337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-02T18:07:36.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:07:36.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T18:07:36.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004156337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:07:36.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:07:36.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T18:07:36.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004156337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-02T18:07:36.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:07:36.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T18:07:36.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004156337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-02T18:07:36.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:07:36.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T18:07:36.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004156337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-02T18:07:36.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:07:36.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T18:07:36.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004156337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:07:36.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:07:36.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T18:07:36.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004156337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:07:36.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:07:36.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T18:07:36.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004156337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T18:07:36.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:07:37.125Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-02T18:07:37.126Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-02T18:07:37.126Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-02T18:07:37.126Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-02T18:07:37.126Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-02T18:07:37.126Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-02T18:07:37.126Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-02T18:07:37.126Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-02T18:07:37.126Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-02T18:07:37.126Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-02T18:07:37.126Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-02T18:07:37.126Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-02T18:07:37.126Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:07:37.126Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T18:07:37.126Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-12-02T18:07:37.126Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-02T18:07:37.126Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-02T18:07:37.126Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:07:37.126Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T18:07:37.126Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-12-02T18:07:37.126Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-02T18:07:37.127Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-02T18:07:37.127Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:07:37.127Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T18:07:37.127Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:07:37.127Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T18:07:37.127Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:07:37.127Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T18:07:37.127Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:07:37.127Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T18:07:37.127Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:07:37.127Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T18:07:37.127Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:bce9c128-b165-4fa6-ad76-cc748d206ef2
Model Version:NULL
Model InvariantUuid:9bdd6411-99e8-4286-9f39-df0985e1eed2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-02T18:07:37.135Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8bd0aa5b-7369-4e63-8b30-73045998f75a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-02T18:07:37.140Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||test-pnf 0
2022-12-02T18:07:37.140Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8bd0aa5b-7369-4e63-8b30-73045998f75a
2022-12-02T18:07:37.140Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||No resources found for Service: bce9c128-b165-4fa6-ad76-cc748d206ef2
2022-12-02T18:07:37.140Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: bce9c128-b165-4fa6-ad76-cc748d206ef2
2022-12-02T18:07:37.140Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 8bd0aa5b-7369-4e63-8b30-73045998f75a ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-02T18:07:37.153Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@41177f7c, org.onap.sdc.toscaparser.api.parameters.Input@5c1c913b, org.onap.sdc.toscaparser.api.parameters.Input@b3c5a91, org.onap.sdc.toscaparser.api.parameters.Input@59a1d24e, org.onap.sdc.toscaparser.api.parameters.Input@23b7ba99]
2022-12-02T18:07:37.154Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:07:37.155Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T18:07:37.155Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid bce9c128-b165-4fa6-ad76-cc748d206ef2: test-pnf
2022-12-02T18:07:37.155Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||Processing PNF resource: 8bd0aa5b-7369-4e63-8b30-73045998f75a
2022-12-02T18:07:37.156Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-02T18:07:37.156Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-02T18:07:37.156Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||Resource customization UUID: 5f678592-4f93-4727-be9a-1ed68c8aa777 is the same as notified resource customizationUUID: 5f678592-4f93-4727-be9a-1ed68c8aa777
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-12-02T18:07:37.223Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 8bd0aa5b-7369-4e63-8b30-73045998f75a 0 ASDC deployResourceStructure
2022-12-02T18:07:37.224Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-12-02T18:07:37.224Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-02T18:07:37.224Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-02T18:07:37.224Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:07:37.226Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:07:37.226Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004457224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T18:07:37.326Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-02T18:07:37.327Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:07:37.327Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:07:37.341Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:07:37.342Z||pool-139-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-02T18:07:38.227Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7dffa6d6-9cd2-49b0-9280-cab945386859
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T18:07:38.260Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7dffa6d6-9cd2-49b0-9280-cab945386859
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-02T18:07:38.267Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-02T18:07:38.268Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-02T18:07:38.268Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-02T18:07:38.268Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-02T18:07:38.269Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T18:07:38.269Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T18:07:38.269Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T18:07:38.269Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T18:07:38.269Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-02T18:07:38.269Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-02T18:07:38.284Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-02T18:08:08.285Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7dffa6d6-9cd2-49b0-9280-cab945386859 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-02T18:08:08.294Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7dffa6d6-9cd2-49b0-9280-cab945386859 and serviceModelVersionId: bce9c128-b165-4fa6-ad76-cc748d206ef2
2022-12-02T18:08:08.294Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9bdd6411-99e8-4286-9f39-df0985e1eed2
2022-12-02T18:08:08.295Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9bdd6411-99e8-4286-9f39-df0985e1eed2/model-vers/model-ver/bce9c128-b165-4fa6-ad76-cc748d206ef2?depth=0
2022-12-02T18:08:08.300Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-12-02T18:08:08.330Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9bdd6411-99e8-4286-9f39-df0985e1eed2/model-vers/model-ver/bce9c128-b165-4fa6-ad76-cc748d206ef2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-12-02T18:08:08.334Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9bdd6411-99e8-4286-9f39-df0985e1eed2/model-vers/model-ver/bce9c128-b165-4fa6-ad76-cc748d206ef2?depth=0|INFO|500||Invoke
2022-12-02T18:08:08.361Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9bdd6411-99e8-4286-9f39-df0985e1eed2/model-vers/model-ver/bce9c128-b165-4fa6-ad76-cc748d206ef2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-02T18:08:08.478Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9bdd6411-99e8-4286-9f39-df0985e1eed2/model-vers/model-ver/bce9c128-b165-4fa6-ad76-cc748d206ef2?depth=0|INFO|500||InvokeReturn
2022-12-02T18:08:08.478Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9bdd6411-99e8-4286-9f39-df0985e1eed2/model-vers/model-ver/bce9c128-b165-4fa6-ad76-cc748d206ef2?depth=0 has http status code:200 and response headers:{date=[Fri, 02 Dec 2022 18:08:07 GMT], content-length=[0], vertex-id=[266400], x-aai-txid=[0-aai-resources-221202-18:08:07:660-99944], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-02T18:08:08.479Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-12-02T18:08:08.480Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-02T18:08:08.481Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-02T18:08:08.493Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-02T18:08:08.494Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7dffa6d6-9cd2-49b0-9280-cab945386859 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-02T18:08:08.494Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-02T18:08:08.494Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-02T18:08:08.496Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-02T18:08:08.496Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004488494,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-02T18:08:08.596Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-02T18:08:08.597Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-02T18:08:08.597Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:08:08.614Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:08:08.614Z||pool-140-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-02T18:08:09.521Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:08:09.522Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:08:09.522Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:08:19.089Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:08:19.090Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:08:19.091Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:08:19.091Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:08:28.629Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:08:28.630Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:08:28.631Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:08:28.631Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:08:36.340Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:08:36.341Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:08:36.345Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:08:36.372Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:08:36.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-02T18:08:36.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004396617,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T18:08:36.374Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:08:38.179Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:08:38.179Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:08:38.180Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:08:38.180Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:08:47.722Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:08:47.723Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:08:47.723Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:08:47.723Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:08:57.281Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:09:36.337Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:09:36.338Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:09:36.338Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:09:36.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:09:36.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:09:36.341Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:09:36.373Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:09:36.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:09:36.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004398934,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-02T18:09:36.375Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:09:36.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:09:36.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004399990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-02T18:09:36.377Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:09:36.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:09:36.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004401042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-12-02T18:09:36.377Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:09:36.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:09:36.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004402129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-02T18:09:36.378Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:09:36.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:09:36.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004403198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-02T18:09:36.378Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:09:36.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:09:36.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004404328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-02T18:09:36.378Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:09:36.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:09:36.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004405342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-12-02T18:09:36.378Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:09:36.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:09:36.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004406350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-12-02T18:09:36.378Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:09:36.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:09:36.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004407357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-12-02T18:09:36.378Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:09:36.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:09:36.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004408370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-12-02T18:09:36.378Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:09:36.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:09:36.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004409374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T18:09:36.378Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:09:36.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:09:36.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e33fca-e79c-4970-a210-16dfb2a67804",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004440559,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-02T18:09:36.378Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:09:36.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:09:36.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004441580,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:09:36.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:09:36.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:09:36.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004441580,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:09:36.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:09:36.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:09:36.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004441580,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:09:36.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:09:36.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:09:36.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004441580,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:09:36.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:09:36.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:09:36.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004441580,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:09:36.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:09:36.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:09:36.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004441580,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:09:36.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:09:36.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:09:36.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004441580,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:09:36.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:09:36.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:09:36.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004441580,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-02T18:09:36.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:09:36.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:09:36.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004441580,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-02T18:09:36.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-02T18:09:36.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-02T18:09:36.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004455276,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-02T18:09:36.379Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:09:45.905Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:10:36.337Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:10:36.338Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:10:36.338Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:10:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:10:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:10:36.341Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:10:36.870Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:10:36.871Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T18:10:36.871Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004457224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-02T18:10:36.872Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:10:36.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-02T18:10:36.872Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dffa6d6-9cd2-49b0-9280-cab945386859",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1670004488494,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-02T18:10:36.872Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-02T18:10:45.896Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:11:36.337Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:11:36.337Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:11:36.337Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:11:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:11:36.340Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:11:36.341Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:11:45.891Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:11:45.904Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:12:36.337Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:12:36.338Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:12:36.338Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:12:36.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:12:36.341Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:12:36.341Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:12:45.887Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:12:45.892Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:13:36.337Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:13:36.338Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:13:36.338Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:13:36.340Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:13:36.341Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:13:36.343Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:13:45.899Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:13:45.909Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:14:36.337Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:14:36.340Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:14:36.340Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:14:36.341Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:14:36.342Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:14:36.342Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:14:45.896Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:14:45.896Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:15:36.337Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:15:36.338Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:15:36.338Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:15:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:15:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:15:36.341Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:15:45.914Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:15:45.916Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:16:36.337Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:16:36.338Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:16:36.338Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:16:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:16:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:16:36.341Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:16:45.894Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:16:45.898Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:17:36.338Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:17:36.339Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:17:36.339Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:17:36.340Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:17:36.340Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:17:36.341Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:17:45.889Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:17:45.892Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:18:36.337Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:18:36.338Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:18:36.338Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:18:36.340Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:18:36.341Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:18:36.341Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:18:45.882Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:18:45.885Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:19:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:19:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:19:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:19:36.340Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:19:36.341Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:19:36.341Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:19:45.896Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:19:45.897Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:20:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:20:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:20:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:20:36.341Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:20:36.342Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:20:36.342Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:20:45.892Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:20:45.930Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:21:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:21:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:21:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:21:36.340Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:21:36.340Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:21:36.341Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:21:45.892Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:21:45.894Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:22:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:22:36.340Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:22:36.340Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:22:36.340Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:22:36.340Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:22:36.340Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:22:45.889Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:22:45.889Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:23:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:23:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:23:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:23:36.340Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:23:36.341Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:23:36.341Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:23:45.903Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:23:45.903Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:24:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:24:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:24:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:24:36.340Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:24:36.341Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:24:36.341Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:24:45.895Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:24:45.898Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:25:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:25:36.337Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:25:36.337Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:25:36.340Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:25:36.341Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:25:36.341Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:25:45.901Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:25:45.909Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:26:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:26:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:26:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:26:36.340Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:26:36.341Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:26:36.341Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:26:45.902Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:26:45.907Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:27:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:27:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:27:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:27:36.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:27:36.341Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:27:36.341Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:27:45.890Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:27:45.890Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:28:36.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:28:36.337Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:28:36.338Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:28:36.340Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:28:36.341Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:28:36.341Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:28:45.890Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:28:45.898Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:29:36.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:29:36.337Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:29:36.337Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:29:36.340Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:29:36.340Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:29:36.341Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:29:45.914Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:29:45.919Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:30:36.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:30:36.338Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:30:36.338Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:30:36.345Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:30:36.354Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:30:36.354Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:30:45.907Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:30:45.907Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:31:36.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:31:36.340Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:31:36.340Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:31:36.341Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:31:36.342Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:31:36.342Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:31:45.892Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:31:45.892Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:32:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:32:36.337Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:32:36.338Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:32:36.341Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:32:36.341Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:32:36.341Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:32:45.885Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:32:45.885Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:33:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:33:36.338Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:33:36.338Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:33:36.340Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:33:36.341Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:33:36.341Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:33:45.904Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:33:45.907Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:34:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:34:36.338Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:34:36.338Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:34:36.340Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:34:36.341Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:34:36.341Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:34:45.885Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:34:45.886Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:35:36.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:35:36.338Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:35:36.338Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:35:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:35:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:35:36.341Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:35:45.885Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:35:45.895Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:36:36.338Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:36:36.339Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:36:36.339Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:36:36.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:36:36.341Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:36:36.341Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:36:45.904Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:36:45.906Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:37:36.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:37:36.338Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:37:36.338Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:37:36.340Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:37:36.341Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:37:36.341Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:37:45.898Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:37:45.903Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:38:36.338Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:38:36.339Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:38:36.339Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:38:36.340Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:38:36.341Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:38:36.341Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:38:45.998Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:38:46.008Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:39:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:39:36.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:39:36.344Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:39:36.344Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:39:36.344Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:39:36.348Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:39:45.928Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:39:45.929Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:40:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:40:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:40:36.341Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:40:36.373Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:40:36.373Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:40:36.374Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:40:45.910Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:40:45.946Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:41:36.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:41:36.338Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:41:36.338Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:41:36.340Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:41:36.341Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:41:36.341Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:41:45.908Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:41:45.912Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:42:36.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:42:36.338Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:42:36.338Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:42:36.340Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:42:36.341Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:42:36.341Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:42:45.894Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:42:45.903Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:43:36.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:43:36.338Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:43:36.339Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:43:36.341Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:43:36.342Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:43:36.342Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:43:45.901Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:43:45.901Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:44:36.338Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:44:36.339Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:44:36.339Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:44:36.340Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:44:36.341Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:44:36.341Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:44:45.890Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:44:45.907Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:45:36.344Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:45:36.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:45:36.345Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:45:36.345Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:45:36.345Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:45:36.345Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:45:45.910Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:45:45.910Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:46:36.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:46:36.340Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:46:36.340Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:46:36.340Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:46:36.341Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:46:36.341Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:46:45.896Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:46:45.896Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:47:36.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:47:36.338Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:47:36.338Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:47:36.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:47:36.341Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:47:36.341Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:47:45.901Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:47:45.901Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:48:36.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:48:36.338Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:48:36.338Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:48:36.340Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:48:36.341Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:48:36.341Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:48:45.910Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:48:45.929Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:49:36.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:49:36.337Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:49:36.338Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:49:36.340Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:49:36.341Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:49:36.341Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:49:45.892Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:49:45.893Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:50:36.337Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:50:36.339Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:50:36.339Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:50:36.340Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:50:36.341Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:50:36.341Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:50:45.923Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:50:45.932Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:51:36.337Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:51:36.338Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:51:36.339Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:51:36.340Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:51:36.341Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:51:36.342Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:51:45.893Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:51:45.893Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:52:36.337Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:52:36.338Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:52:36.338Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:52:36.340Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:52:36.341Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:52:36.341Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:52:45.885Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:52:45.886Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:53:36.337Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:53:36.338Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:53:36.338Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:53:36.340Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:53:36.340Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:53:36.340Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:53:45.884Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:53:45.944Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:54:36.337Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:54:36.338Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:54:36.338Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:54:36.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:54:36.341Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:54:36.341Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:54:45.887Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:54:45.889Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:55:36.337Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:55:36.339Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:55:36.339Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:55:36.340Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:55:36.340Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:55:36.341Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:55:45.892Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:55:45.928Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:56:36.337Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:56:36.338Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:56:36.338Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:56:36.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:56:36.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:56:36.341Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:56:45.915Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:56:45.922Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:57:36.337Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:57:36.338Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:57:36.338Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:57:36.340Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:57:36.341Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:57:36.341Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:57:45.891Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:57:45.893Z|3d520857-1bab-4c51-89f4-d47ab5456669|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:58:36.337Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:58:36.337Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:58:36.338Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:58:36.340Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:58:36.341Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:58:36.341Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:58:45.895Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:58:45.932Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:59:36.337Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:59:36.338Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:59:36.338Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:59:36.340Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T18:59:36.341Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T18:59:36.341Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T18:59:45.905Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T18:59:45.906Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T19:00:36.337Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T19:00:36.338Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T19:00:36.338Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T19:00:36.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T19:00:36.341Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T19:00:36.341Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T19:00:45.895Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T19:00:45.909Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T19:01:36.337Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T19:01:36.337Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T19:01:36.337Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T19:01:36.341Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T19:01:36.341Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T19:01:36.341Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T19:01:45.884Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T19:01:45.913Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T19:02:36.337Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T19:02:36.337Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T19:02:36.338Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T19:02:36.340Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T19:02:36.341Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T19:02:36.341Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T19:02:45.895Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T19:02:45.900Z|7dffa6d6-9cd2-49b0-9280-cab945386859|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T19:03:36.337Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T19:03:36.338Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T19:03:36.338Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T19:03:36.341Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T19:03:36.342Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T19:03:36.342Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T19:03:45.929Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T19:03:45.931Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T19:04:36.337Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T19:04:36.338Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T19:04:36.338Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T19:04:36.340Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T19:04:36.341Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T19:04:36.341Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T19:04:45.894Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T19:04:45.894Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T19:05:36.337Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T19:05:36.339Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T19:05:36.339Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T19:05:36.340Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T19:05:36.341Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T19:05:36.342Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T19:05:45.898Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T19:05:45.904Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T19:06:36.337Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T19:06:36.337Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T19:06:36.338Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T19:06:36.340Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T19:06:36.341Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T19:06:36.341Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T19:06:45.887Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T19:06:45.888Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T19:07:36.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T19:07:36.338Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T19:07:36.338Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T19:07:36.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T19:07:36.340Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T19:07:36.341Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T19:07:45.891Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T19:07:45.898Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T19:08:36.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T19:08:36.337Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T19:08:36.338Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T19:08:36.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T19:08:36.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T19:08:36.341Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T19:08:45.920Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T19:08:45.933Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T19:09:36.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T19:09:36.338Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T19:09:36.338Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T19:09:36.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T19:09:36.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T19:09:36.341Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T19:09:45.893Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T19:09:45.899Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T19:10:36.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T19:10:36.338Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T19:10:36.338Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T19:10:36.340Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T19:10:36.341Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T19:10:36.341Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T19:10:45.882Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T19:10:45.935Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T19:11:36.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T19:11:36.338Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T19:11:36.338Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T19:11:36.340Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T19:11:36.340Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T19:11:36.341Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T19:11:45.899Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T19:11:45.899Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T19:12:36.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T19:12:36.337Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T19:12:36.338Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T19:12:36.341Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T19:12:36.341Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T19:12:36.342Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T19:12:45.915Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T19:12:45.922Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T19:13:36.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T19:13:36.338Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T19:13:36.338Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T19:13:36.340Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-02T19:13:36.341Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-02T19:13:36.341Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ah1aMEOWg5b4WWTW) ...
2022-12-02T19:13:45.892Z|030bad15-a70d-44b0-b209-528e26061192|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-02T19:13:45.908Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK