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-01-15T01:40:57.254Z||main|||||INFO|500||The following profiles are active: basic
2022-01-15T01:41:06.229Z||main|||||INFO|500||Starting service [Tomcat]
2022-01-15T01:41:06.229Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-01-15T01:41:06.299Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-01-15T01:41:08.528Z||main|||||INFO|500||catdb-pool - Starting...
2022-01-15T01:41:08.685Z||main|||||INFO|500||catdb-pool - Start completed.
2022-01-15T01:41:09.054Z||main|||||INFO|500||reqdb-pool - Starting...
2022-01-15T01:41:09.063Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-01-15T01:41:09.140Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-01-15T01:41:09.270Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-01-15T01:41:09.684Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-01-15T01:41:10.451Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-01-15T01:41:12.270Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-01-15T01:41:12.314Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-01-15T01:41:12.778Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-01-15T01:41:12.978Z||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-01-15T01:41:14.079Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-01-15T01:41:15.037Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-01-15T01:41:15.054Z||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$$5713502a.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-01-15T01:41:15.056Z||main|||||WARN|500||The sdc end point is not alive
2022-01-15T01:41:17.783Z||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-01-15T01:41:20.476Z||main|||||WARN|500||---
2022-01-15T01:41:20.477Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-01-15T01:41:20.477Z||main|||||WARN|500||---
2022-01-15T01:41:20.831Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-01-15T01:41:24.945Z||main|||||INFO|500||Started Application in 31.757 seconds (JVM running for 32.918)
2022-01-15T01:41:24.966Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-15T01:41:24.967Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-15T01:41:25.059Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-15T01:41:25.090Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-15T01:41:25.152Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 79c9fc81-8d0c-4db1-ac02-b98afd9cb8bc url= /sdc/v1/artifactTypes
2022-01-15T01:41:25.152Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-15T01:41:25.389Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-01-15T01:41:25.412Z||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-01-15T01:41:25.446Z||scheduling-1|||||DEBUG|500||create keys
2022-01-15T01:41:25.453Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-01-15T01:41:25.771Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T01:41:25.789Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e7e50fc9-2b8d-4530-880a-367c860b7b92 url= /sdc/v1/registerForDistribution
2022-01-15T01:41:25.926Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e7e50fc9-2b8d-4530-880a-367c860b7b92 url= /sdc/v1/registerForDistribution
2022-01-15T01:41:25.927Z||scheduling-1|||||INFO|500||start DistributionClient
2022-01-15T01:41:25.936Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T01:41:25.936Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T01:41:25.940Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-01-15T01:41:25.941Z||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-01-15T01:41:25.941Z||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-01-15T01:41:25.942Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T01:41:25.942Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T01:41:36.341Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T01:41:36.350Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T01:42:25.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T01:42:25.934Z||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-01-15T01:42:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T01:42:25.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T01:42:25.936Z||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-01-15T01:42:25.936Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T01:42:35.493Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T01:42:35.493Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T01:43:25.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T01:43:25.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T01:43:25.936Z||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-01-15T01:43:25.936Z||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-01-15T01:43:25.936Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T01:43:25.936Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T01:43:35.488Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T01:43:35.489Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T01:44:25.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T01:44:25.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T01:44:25.936Z||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-01-15T01:44:25.936Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T01:44:25.936Z||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-01-15T01:44:25.936Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T01:44:35.486Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T01:44:35.486Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T01:45:25.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T01:45:25.934Z||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-01-15T01:45:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T01:45:25.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T01:45:25.938Z||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-01-15T01:45:25.938Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T01:45:35.485Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T01:45:35.485Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T01:46:25.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T01:46:25.934Z||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-01-15T01:46:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T01:46:25.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T01:46:25.935Z||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-01-15T01:46:25.936Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T01:46:35.487Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T01:46:35.487Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T01:47:25.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T01:47:25.934Z||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-01-15T01:47:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T01:47:25.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T01:47:25.935Z||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-01-15T01:47:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T01:47:35.478Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T01:47:35.484Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T01:48:25.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T01:48:25.934Z||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-01-15T01:48:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T01:48:25.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T01:48:25.935Z||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-01-15T01:48:25.936Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T01:48:35.487Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T01:48:35.487Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T01:49:25.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T01:49:25.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T01:49:25.939Z||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-01-15T01:49:25.939Z||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-01-15T01:49:25.939Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T01:49:25.940Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T01:49:35.496Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T01:49:35.496Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T01:50:25.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T01:50:25.934Z||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-01-15T01:50:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T01:50:25.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T01:50:25.935Z||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-01-15T01:50:25.936Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T01:50:35.491Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T01:50:35.491Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T01:51:25.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T01:51:25.934Z||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-01-15T01:51:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T01:51:25.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T01:51:25.935Z||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-01-15T01:51:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T01:51:33.217Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-01-15T01:51:35.486Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T01:51:35.486Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T01:52:25.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T01:52:25.934Z||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-01-15T01:52:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T01:52:25.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T01:52:25.935Z||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-01-15T01:52:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T01:52:35.484Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T01:52:35.487Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T01:53:25.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T01:53:25.934Z||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-01-15T01:53:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T01:53:25.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T01:53:25.935Z||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-01-15T01:53:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T01:53:35.490Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T01:53:35.491Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T01:54:25.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T01:54:25.934Z||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-01-15T01:54:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T01:54:25.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T01:54:25.935Z||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-01-15T01:54:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T01:54:35.482Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T01:54:35.482Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T01:55:25.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T01:55:25.934Z||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-01-15T01:55:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T01:55:25.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T01:55:25.935Z||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-01-15T01:55:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T01:55:35.481Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T01:55:35.488Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T01:56:25.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T01:56:25.934Z||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-01-15T01:56:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T01:56:25.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T01:56:25.935Z||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-01-15T01:56:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T01:56:35.487Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T01:56:35.491Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T01:57:25.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T01:57:25.934Z||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-01-15T01:57:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T01:57:25.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T01:57:25.935Z||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-01-15T01:57:25.936Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T01:57:35.483Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T01:57:35.483Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T01:58:25.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T01:58:25.934Z||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-01-15T01:58:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T01:58:25.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T01:58:25.935Z||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-01-15T01:58:25.936Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T01:58:35.484Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T01:58:35.485Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T01:59:25.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T01:59:25.934Z||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-01-15T01:59:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T01:59:25.934Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T01:59:25.935Z||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-01-15T01:59:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T01:59:35.483Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T01:59:35.488Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:00:25.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:00:25.934Z||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-01-15T02:00:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:00:25.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:00:25.935Z||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-01-15T02:00:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:00:35.484Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:00:35.484Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:01:25.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:01:25.934Z||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-01-15T02:01:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:01:25.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:01:25.935Z||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-01-15T02:01:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:01:35.483Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:01:35.483Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:02:25.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:02:25.934Z||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-01-15T02:02:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:02:25.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:02:25.935Z||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-01-15T02:02:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:02:35.503Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:02:35.505Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:03:25.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:03:25.934Z||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-01-15T02:03:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:03:25.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:03:25.935Z||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-01-15T02:03:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:03:35.483Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:03:35.483Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:04:25.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:04:25.934Z||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-01-15T02:04:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:04:25.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:04:25.935Z||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-01-15T02:04:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:04:35.482Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:04:35.482Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:05:25.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:05:25.934Z||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-01-15T02:05:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:05:25.934Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:05:25.935Z||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-01-15T02:05:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:05:35.483Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:05:35.483Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:06:25.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:06:25.934Z||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-01-15T02:06:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:06:25.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:06:25.935Z||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-01-15T02:06:25.936Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:06:35.481Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:06:35.485Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:07:25.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:07:25.934Z||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-01-15T02:07:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:07:25.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:07:25.935Z||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-01-15T02:07:25.936Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:07:35.487Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:07:35.487Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:08:25.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:08:25.934Z||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-01-15T02:08:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:08:25.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:08:25.935Z||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-01-15T02:08:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:08:35.481Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:08:35.486Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:09:25.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:09:25.934Z||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-01-15T02:09:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:09:25.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:09:25.935Z||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-01-15T02:09:25.936Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:09:35.479Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:09:35.481Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:10:25.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:10:25.934Z||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-01-15T02:10:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:10:25.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:10:25.935Z||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-01-15T02:10:25.936Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:10:35.482Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:10:35.484Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:11:25.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:11:25.934Z||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-01-15T02:11:25.934Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:11:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:11:25.935Z||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-01-15T02:11:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:11:35.485Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:11:35.488Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:12:25.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:12:25.934Z||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-01-15T02:12:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:12:25.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:12:25.935Z||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-01-15T02:12:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:12:35.485Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:12:35.489Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:13:25.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:13:25.934Z||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-01-15T02:13:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:13:25.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:13:25.935Z||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-01-15T02:13:25.936Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:13:35.476Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:13:35.481Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:14:25.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:14:25.934Z||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-01-15T02:14:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:14:25.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:14:25.935Z||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-01-15T02:14:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:14:35.483Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:14:35.486Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:15:25.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:15:25.934Z||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-01-15T02:15:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:15:25.934Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:15:25.935Z||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-01-15T02:15:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:15:35.479Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:15:35.482Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:16:25.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:16:25.934Z||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-01-15T02:16:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:16:25.934Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:16:25.935Z||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-01-15T02:16:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:16:35.487Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:16:35.487Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:17:25.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:17:25.933Z||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-01-15T02:17:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:17:25.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:17:25.935Z||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-01-15T02:17:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:17:35.481Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:17:35.481Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:18:25.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:18:25.934Z||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-01-15T02:18:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:18:25.934Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:18:25.935Z||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-01-15T02:18:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:18:35.480Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:18:35.483Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:19:25.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:19:25.934Z||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-01-15T02:19:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:19:25.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:19:25.935Z||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-01-15T02:19:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:19:35.479Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:19:35.479Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:20:25.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:20:25.934Z||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-01-15T02:20:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:20:25.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:20:25.936Z||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-01-15T02:20:25.936Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:20:35.484Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:20:35.484Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:21:25.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:21:25.934Z||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-01-15T02:21:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:21:25.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:21:25.935Z||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-01-15T02:21:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:21:35.482Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:21:35.484Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:22:25.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:22:25.934Z||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-01-15T02:22:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:22:25.934Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:22:25.935Z||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-01-15T02:22:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:22:35.484Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:22:35.488Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:23:25.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:23:25.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:23:25.935Z||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-01-15T02:23:25.935Z||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-01-15T02:23:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:23:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:23:35.485Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:23:35.486Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:24:25.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:24:25.934Z||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-01-15T02:24:25.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:24:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:24:25.935Z||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-01-15T02:24:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:24:35.481Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:24:35.487Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:25:25.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:25:25.934Z||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-01-15T02:25:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:25:25.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:25:25.936Z||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-01-15T02:25:25.937Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:25:26.299Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:25:26.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:25:26.305Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "aai-ml",
  "timestamp": 1642213518497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:25:26.322Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:25:26.323Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:25:26.323Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "cds",
  "timestamp": 1642213514820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:25:26.323Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:25:26.323Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:25:26.323Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642213516377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:25:26.323Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:25:26.323Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:25:26.323Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642213514597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:25:26.323Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:25:26.323Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:25:26.323Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "policy-id",
  "timestamp": 1642213520783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:25:26.323Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:25:26.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:25:26.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "cds",
  "timestamp": 1642213514820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vfwb0b8320db8430_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:25:26.324Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:25:26.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:25:26.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "aai-ml",
  "timestamp": 1642213518497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vfwb0b8320db8430_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:25:26.324Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:25:26.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:25:26.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642213516377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vfwb0b8320db8430_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:25:26.324Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:25:26.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:25:26.325Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642213514597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vfwb0b8320db8430_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:25:26.325Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:25:26.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:25:26.325Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "policy-id",
  "timestamp": 1642213520783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vfwb0b8320db8430_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:25:26.325Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:25:26.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:25:26.325Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642213521994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:25:26.325Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:25:26.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:25:26.325Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "cds",
  "timestamp": 1642213514820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:25:26.325Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:25:26.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:25:26.325Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "aai-ml",
  "timestamp": 1642213518497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:25:26.326Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:25:26.326Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:25:26.326Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642213516377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:25:26.326Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:25:26.326Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:25:26.326Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642213514597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:25:26.326Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:25:26.326Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:25:26.326Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "policy-id",
  "timestamp": 1642213520783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-15T02:25:26.327Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:25:26.327Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:25:26.327Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642213521994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vfwb0b8320db8430_modules.json",
  "status": "NOTIFIED"
}
2022-01-15T02:25:26.327Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:25:26.327Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:25:26.327Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "cds",
  "timestamp": 1642213514820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:25:26.327Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:25:26.327Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:25:26.327Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "aai-ml",
  "timestamp": 1642213518497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:25:26.328Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:25:26.328Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:25:26.328Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642213516377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:25:26.328Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:25:26.328Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:25:26.328Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642213514597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:25:26.328Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:25:26.328Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:25:26.328Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "policy-id",
  "timestamp": 1642213520783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:25:26.328Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:25:26.328Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:25:26.328Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "clamp",
  "timestamp": 1642213523838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:25:26.329Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:25:26.329Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:25:26.329Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642213521994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-15T02:25:26.329Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:25:26.329Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:25:26.329Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "cds",
  "timestamp": 1642213514820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:25:26.329Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:25:26.329Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:25:26.329Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "aai-ml",
  "timestamp": 1642213518497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:25:26.329Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:25:26.329Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:25:26.329Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642213516377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:25:26.329Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:25:26.329Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:25:26.330Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642213514597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:25:26.330Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:25:26.330Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:25:26.330Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "policy-id",
  "timestamp": 1642213520783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:25:26.330Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:25:26.330Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:25:26.330Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "clamp",
  "timestamp": 1642213523838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vfwb0b8320db8430_modules.json",
  "status": "NOTIFIED"
}
2022-01-15T02:25:26.330Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:25:26.330Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:25:26.330Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642213521994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:25:26.330Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:25:26.570Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:25:26.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-15T02:25:26.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"625fd06a-16c6-4916-af32-ec927669ca77","serviceName":"vFW 2022-01-15 02-22-49","serviceVersion":"1.0","serviceUUID":"7e45719b-2263-4857-9b1e-fa1fda2c6f1e","serviceDescription":"catalog service description","serviceInvariantUUID":"eaaac411-a623-4f7a-9093-91615fc7bf38","resources":[{"resourceInstanceName":"vFW b0b8320d-b843 0","resourceName":"vFW b0b8320d-b843","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b303454-3264-40aa-b8d7-aa92ff804709","resourceInvariantUUID":"c9c353f1-007d-4a85-a4b7-862f2bd35aa6","resourceCustomizationUUID":"6053b44d-80e4-436e-8d8e-d2922aab5d79","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vf-license-model.xml","artifactChecksum":"MjBhZTE5MWMwYjA5Njk1YTM2NGM1ZWFhNmE4Njc1ZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"baf87faf-bdbb-4164-b4c6-04faeaae6463","artifactVersion":"1"},{"artifactName":"vfwb0b8320db8430_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vfwb0b8320db8430_modules.json","artifactChecksum":"ZDA3NGVkMWViZWNiMzg4NjE3ZDg2OWZkYjJjYmFhNmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2b66d4f1-50de-4942-a5ee-8504b671c0e8","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f5f8e772-13b9-4315-9285-0399746f3b91","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vendor-license-model.xml","artifactChecksum":"NmRiMzdmZDQyZmZmOTQ4MjAwMjc1ZTNiOWI1MmIzYzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a9ee0376-cf60-483c-a879-a40c8825bfe3","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"013ff782-2f41-4e98-b6b4-6d50b1ca5f06","artifactVersion":"3","generatedFromUUID":"f5f8e772-13b9-4315-9285-0399746f3b91"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220115022249-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220115022249/1.0/artifacts/service-Vfw20220115022249-template.yml","artifactChecksum":"MGY3ZjA4MDQwNDdkMjVkYTU0M2FhNmE2NjhmM2VmNTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e83b9ddc-2728-42ea-bf77-dffaee2f292f","artifactVersion":"1"},{"artifactName":"service-Vfw20220115022249-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220115022249/1.0/artifacts/service-Vfw20220115022249-csar.csar","artifactChecksum":"YTQxNTZkN2E1ZTA2OGI2ZDU1YzY3NjkwNWVjZmVmYzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a965040a-87d3-4a81-8423-26c6aecea068","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-15T02:25:26.579Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:25:26.585Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:25:26.593Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:25:26.593Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642213525933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:25:26.694Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-01-15T02:25:26.699Z||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-01-15T02:25:26.700Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:25:26.714Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:25:26.715Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:25:27.599Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:25:27.599Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:25:27.601Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:25:27.601Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642213525933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vfwb0b8320db8430_modules.json",
  "status": "NOTIFIED"
}
2022-01-15T02:25:27.702Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:25:27.703Z||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-01-15T02:25:27.704Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:25:27.718Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:25:27.719Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-01-15T02:25:28.602Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:25:28.603Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:25:28.605Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:25:28.605Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642213525933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-15T02:25:28.706Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:25:28.707Z||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-01-15T02:25:28.707Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:25:28.721Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:25:28.722Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:25:29.606Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:25:29.607Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:25:29.610Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:25:29.610Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642213525933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:25:29.710Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:25:29.711Z||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-01-15T02:25:29.711Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:25:29.725Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:25:29.726Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:25:30.611Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:25:30.612Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:25:30.614Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:25:30.614Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642213525933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-15T02:25:30.714Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:25:30.716Z||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-01-15T02:25:30.716Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:25:30.731Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:25:30.732Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:25:31.615Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:25:31.616Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:25:31.618Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:25:31.619Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642213525933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/artifacts/service-Vfw20220115022249-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:25:31.719Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:25:31.720Z||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-01-15T02:25:31.720Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:25:31.735Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:25:31.736Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-01-15T02:25:32.619Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:25:32.620Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:25:32.622Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:25:32.622Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642213525933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/artifacts/service-Vfw20220115022249-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:25:32.722Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:25:32.724Z||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-01-15T02:25:32.724Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:25:32.738Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:25:32.739Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:25:33.625Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "serviceName": "vFW 2022-01-15 02-22-49",
  "serviceVersion": "1.0",
  "serviceUUID": "7e45719b-2263-4857-9b1e-fa1fda2c6f1e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "eaaac411-a623-4f7a-9093-91615fc7bf38",
  "resources": [
    {
      "resourceInstanceName": "vFW b0b8320d-b843 0",
      "resourceCustomizationUUID": "6053b44d-80e4-436e-8d8e-d2922aab5d79",
      "resourceName": "vFW b0b8320d-b843",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1b303454-3264-40aa-b8d7-aa92ff804709",
      "resourceInvariantUUID": "c9c353f1-007d-4a85-a4b7-862f2bd35aa6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb0b8320db8430_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vfwb0b8320db8430_modules.json",
          "artifactChecksum": "ZDA3NGVkMWViZWNiMzg4NjE3ZDg2OWZkYjJjYmFhNmQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2b66d4f1-50de-4942-a5ee-8504b671c0e8",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f5f8e772-13b9-4315-9285-0399746f3b91",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "3",
            "artifactUUID": "013ff782-2f41-4e98-b6b4-6d50b1ca5f06",
            "generatedFromUUID": "f5f8e772-13b9-4315-9285-0399746f3b91"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "3",
          "artifactUUID": "013ff782-2f41-4e98-b6b4-6d50b1ca5f06",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220115022249-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/artifacts/service-Vfw20220115022249-csar.csar",
      "artifactChecksum": "YTQxNTZkN2E1ZTA2OGI2ZDU1YzY3NjkwNWVjZmVmYzc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a965040a-87d3-4a81-8423-26c6aecea068"
    }
  ],
  "workloadContext": "Production"
}
2022-01-15T02:25:33.627Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-15T02:25:33.627Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7e45719b-2263-4857-9b1e-fa1fda2c6f1e ASDC
2022-01-15T02:25:33.743Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:625fd06a-16c6-4916-af32-ec927669ca77
ServiceName:vFW 2022-01-15 02-22-49
ServiceVersion:1.0
ServiceUUID:7e45719b-2263-4857-9b1e-fa1fda2c6f1e
ServiceInvariantUUID:eaaac411-a623-4f7a-9093-91615fc7bf38
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220115022249-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220115022249/1.0/artifacts/service-Vfw20220115022249-csar.csar
ArtifactUUID:a965040a-87d3-4a81-8423-26c6aecea068
ArtifactChecksum:YTQxNTZkN2E1ZTA2OGI2ZDU1YzY3NjkwNWVjZmVmYzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b0b8320d-b843 0
ResourceCustomizationUUID:6053b44d-80e4-436e-8d8e-d2922aab5d79
ResourceInvariantUUID:c9c353f1-007d-4a85-a4b7-862f2bd35aa6
ResourceName:vFW b0b8320d-b843
ResourceType:VF
ResourceUUID:1b303454-3264-40aa-b8d7-aa92ff804709
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb0b8320db8430_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vfwb0b8320db8430_modules.json
ArtifactUUID:2b66d4f1-50de-4942-a5ee-8504b671c0e8
ArtifactChecksum:ZDA3NGVkMWViZWNiMzg4NjE3ZDg2OWZkYjJjYmFhNmQ=
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/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.yaml
ArtifactUUID:f5f8e772-13b9-4315-9285-0399746f3b91
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.env
ArtifactUUID:013ff782-2f41-4e98-b6b4-6d50b1ca5f06
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.env
ArtifactUUID:013ff782-2f41-4e98-b6b4-6d50b1ca5f06
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-15T02:25:33.743Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7e45719b-2263-4857-9b1e-fa1fda2c6f1e 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-01-15T02:25:33.935Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-15T02:25:33.936Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-15T02:25:33.936Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-15T02:25:33.936Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a965040a-87d3-4a81-8423-26c6aecea068 from URL: /sdc/v1/catalog/services/Vfw20220115022249/1.0/artifacts/service-Vfw20220115022249-csar.csar
2022-01-15T02:25:33.937Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-15T02:25:33.937Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220115022249/1.0/artifacts/service-Vfw20220115022249-csar.csar
2022-01-15T02:25:34.034Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-15T02:25:34.052Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220115022249/1.0/artifacts/service-Vfw20220115022249-csar.csar a965040a-87d3-4a81-8423-26c6aecea068 98962
2022-01-15T02:25:34.053Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220115022249/1.0/artifacts/service-Vfw20220115022249-csar.csar ASDC sendASDCNotification
2022-01-15T02:25:34.053Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220115022249/1.0/artifacts/service-Vfw20220115022249-csar.csar
2022-01-15T02:25:34.054Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T02:25:34.055Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:25:34.056Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:25:34.056Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642213534052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/artifacts/service-Vfw20220115022249-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:25:34.157Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-15T02:25:34.158Z||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-01-15T02:25:34.159Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:25:34.174Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:25:34.174Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-01-15T02:25:35.057Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-15T02:25:35.058Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-15T02:25:35.059Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a965040a-87d3-4a81-8423-26c6aecea068, URL: /sdc/v1/catalog/services/Vfw20220115022249/1.0/artifacts/service-Vfw20220115022249-csar.csar to file: /app/ASDC/1/service-Vfw20220115022249-csar.csar
2022-01-15T02:25:35.059Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220115022249-csar.csar
2022-01-15T02:25:35.130Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220115022249-csar.csar
2022-01-15T02:25:35.130Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220115022249-csar.csar
2022-01-15T02:25:35.583Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4712801112094388800/Definitions/service-Vfw20220115022249-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" 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_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" 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_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_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
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_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_vlan_requirements" 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_onap_private_port_0_order" 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_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_protected_private_port_0_network_role" 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_order" 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_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 "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_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
2022-01-15T02:25:38.284Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-15T02:25:38.288Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-15T02:25:38.288Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220115022249-csar.csar
2022-01-15T02:25:38.288Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-01-15T02:25:38.288Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220115022249-csar.csar
2022-01-15T02:25:38.288Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220115022249-csar.csar
2022-01-15T02:25:38.288Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||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-Vfw20220115022249-csar.csar
2022-01-15T02:25:38.289Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220115022249-csar.csar
2022-01-15T02:25:38.289Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220115022249-csar.csar
2022-01-15T02:25:38.289Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220115022249-csar.csar
2022-01-15T02:25:38.289Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b0b8320d-b843 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220115022249-csar.csar
2022-01-15T02:25:38.289Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||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-Vfw20220115022249-csar.csar
2022-01-15T02:25:38.289Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220115022249-csar.csar
2022-01-15T02:25:38.289Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220115022249-csar.csar
2022-01-15T02:25:38.289Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||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-Vfw20220115022249-csar.csar
2022-01-15T02:25:38.289Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220115022249-csar.csar
2022-01-15T02:25:38.290Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||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-Vfw20220115022249-csar.csar
2022-01-15T02:25:38.290Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-15T02:25:38.295Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:25:38.296Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-15 02-22-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:25:38.299Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vFW b0b8320d-b843 0 is matching search criteria
2022-01-15T02:25:38.300Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-15T02:25:38.301Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b0b8320d-b843 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-15T02:25:38.302Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:25:38.302Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-15 02-22-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:25:38.302Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vFW b0b8320d-b843 0 is matching search criteria
2022-01-15T02:25:38.302Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-15T02:25:38.303Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b0b8320d-b843 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-15T02:25:38.303Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:25:38.303Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-15 02-22-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:25:38.306Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:25:38.306Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vFW b0b8320d-b843 0 is not matching search criteria
2022-01-15T02:25:38.306Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-15T02:25:38.307Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-15T02:25:38.307Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-15T02:25:38.307Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-15T02:25:38.307Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-15T02:25:38.307Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-15T02:25:38.307Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-15T02:25:38.308Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-15T02:25:38.308Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-15T02:25:38.308Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-15T02:25:38.308Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-15T02:25:38.308Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-15T02:25:38.308Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-15T02:25:38.309Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-15T02:25:38.309Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-15T02:25:38.309Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-15T02:25:38.309Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:25:38.309Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-15 02-22-49 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-15T02:25:38.310Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:25:38.310Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vFW b0b8320d-b843 0 is matching search criteria
2022-01-15T02:25:38.311Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b0b8320d-b843 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T02:25:38.311Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:25:38.311Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vFW b0b8320d-b843 0 is matching search criteria
2022-01-15T02:25:38.311Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b0b8320d-b843 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T02:25:38.311Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:25:38.312Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vFW b0b8320d-b843 0 is matching search criteria
2022-01-15T02:25:38.312Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b0b8320d-b843 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T02:25:38.312Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:25:38.312Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vFW b0b8320d-b843 0 is not matching search criteria
2022-01-15T02:25:38.312Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-15T02:25:38.312Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-15T02:25:38.312Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-15T02:25:38.327Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-15T02:25:38.327Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-15T02:25:38.327Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-15T02:25:38.327Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-15T02:25:38.327Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-15T02:25:38.328Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-15T02:25:38.328Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-15T02:25:38.328Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-15T02:25:38.328Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=577dda75-574e-4747-93e5-cba4a02b8291
2022-01-15T02:25:38.328Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:25:38.328Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vFW b0b8320d-b843 0 is not matching search criteria
2022-01-15T02:25:38.329Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-15T02:25:38.329Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-15T02:25:38.329Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-15T02:25:38.329Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-15T02:25:38.329Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-15T02:25:38.329Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-15T02:25:38.329Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-15T02:25:38.329Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-15T02:25:38.329Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-15T02:25:38.330Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-15T02:25:38.330Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-15T02:25:38.330Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-15T02:25:38.330Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7f46c7fb-f864-41eb-8004-ccac7c3cc8d2
2022-01-15T02:25:38.330Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:25:38.330Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vFW b0b8320d-b843 0 is not matching search criteria
2022-01-15T02:25:38.330Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-15T02:25:38.330Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-15T02:25:38.330Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-15T02:25:38.331Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-15T02:25:38.331Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-15T02:25:38.331Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-15T02:25:38.331Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-15T02:25:38.331Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-15T02:25:38.331Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-15T02:25:38.331Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-15T02:25:38.331Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-15T02:25:38.331Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-15T02:25:38.331Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e753758e-d79e-463a-bc52-ec5041813120
2022-01-15T02:25:38.332Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:25:38.332Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-15 02-22-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:25:38.332Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:25:38.332Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-15 02-22-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:25:38.332Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:25:38.332Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-15 02-22-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:25:38.333Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:25:38.333Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-15 02-22-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:25:38.333Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-01-15 02-22-49
Description:catalog service description
Model UUID:7e45719b-2263-4857-9b1e-fa1fda2c6f1e
Model Version:NULL
Model InvariantUuid:eaaac411-a623-4f7a-9093-91615fc7bf38
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b0b8320d-b843
Model UUID:981deb62-ab3c-4cd6-bfae-e8ce03534bb4
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c9c353f1-007d-4a85-a4b7-862f2bd35aa6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6053b44d-80e4-436e-8d8e-d2922aab5d79
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:eb714bd1-1555-452a-982c-cce6d643aa84
ModelName:VfwB0b8320dB843..base_vfw..module-0
ModelUuid:39afc855-09a2-4f8b-b522-43e05055a1bf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:577dda75-574e-4747-93e5-cba4a02b8291
ModelInvariantUuid:ce936d61-3bce-4fdc-bb9e-48ac562e7d05
ModelName:vFW b0b8320d-b843-nodes.vfwCvfc
ModelUuid:a00c5899-e430-40d9-b07d-982cd5880b8d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:c2c18dce-deab-42ad-885f-80f030fc8035
ModelInvariantUuid:4ad76dba-8467-41be-ac43-7b3904fe672c
ModelName:VfwB0b8320dB843.compute.nodes.heat.vfw
ModelUuid:128ac788-f35b-46e9-a844-40f11dfafa4c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7f46c7fb-f864-41eb-8004-ccac7c3cc8d2
ModelInvariantUuid:7d62bcaf-b1b8-4225-8a93-426a2f41476e
ModelName:vFW b0b8320d-b843-nodes.vsnCvfc
ModelUuid:2e21fe62-b819-42cf-ab6e-22b62c1b4ac0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:41086839-9ac0-4927-aded-ac036a360ba1
ModelInvariantUuid:4dbb7f1a-6a21-4ff2-9bd2-1533f2cca26e
ModelName:VfwB0b8320dB843.compute.nodes.heat.vsn
ModelUuid:543d6711-6144-4bce-9be1-d5814360837d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e753758e-d79e-463a-bc52-ec5041813120
ModelInvariantUuid:be112d24-7785-455b-9d8c-6f7c56e9fcc8
ModelName:vFW b0b8320d-b843-nodes.vpgCvfc
ModelUuid:0296328f-bfd8-4d41-9299-f7cea3887959
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:13f18a6b-a6be-4a20-b16e-d77723f16b52
ModelInvariantUuid:2312413f-ba3e-4443-8887-bada9763e6c7
ModelName:VfwB0b8320dB843.compute.nodes.heat.vpg
ModelUuid:54bdf3e2-98f0-4724-b0a5-a2bfce09fef9
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-01-15T02:25:38.352Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 1b303454-3264-40aa-b8d7-aa92ff804709
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-01-15T02:25:38.443Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||vFW b0b8320d-b843 0
2022-01-15T02:25:38.450Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1b303454-3264-40aa-b8d7-aa92ff804709
2022-01-15T02:25:38.451Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2b66d4f1-50de-4942-a5ee-8504b671c0e8 from URL: /sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vfwb0b8320db8430_modules.json
2022-01-15T02:25:38.451Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-15T02:25:38.451Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vfwb0b8320db8430_modules.json
2022-01-15T02:25:38.902Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-15T02:25:38.903Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vfwb0b8320db8430_modules.json 2b66d4f1-50de-4942-a5ee-8504b671c0e8 785
2022-01-15T02:25:38.903Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vfwb0b8320db8430_modules.json ASDC sendASDCNotification
2022-01-15T02:25:38.903Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vfwb0b8320db8430_modules.json
2022-01-15T02:25:38.903Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T02:25:38.904Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:25:38.907Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:25:38.907Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642213538903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vfwb0b8320db8430_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:25:39.008Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:25:39.009Z||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-01-15T02:25:39.009Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:25:39.026Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:25:39.027Z||pool-11-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-01-15T02:25:39.909Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwB0b8320dB843..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "eb714bd1-1555-452a-982c-cce6d643aa84",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "39afc855-09a2-4f8b-b522-43e05055a1bf",
    "vfModuleModelCustomizationUUID": "eea2e05d-5364-4802-a6bb-7bcd0acafabb",
    "isBase": true,
    "artifacts": [
      "f5f8e772-13b9-4315-9285-0399746f3b91",
      "013ff782-2f41-4e98-b6b4-6d50b1ca5f06"
    ],
    "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-01-15T02:25:39.929Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB0b8320dB843..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:39afc855-09a2-4f8b-b522-43e05055a1bf
VfModuleModelInvariantUUID:eb714bd1-1555-452a-982c-cce6d643aa84
VfModuleModelDescription:NULL
Artifacts UUID List:{
f5f8e772-13b9-4315-9285-0399746f3b91
,
013ff782-2f41-4e98-b6b4-6d50b1ca5f06

}
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-01-15T02:25:39.932Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwB0b8320dB843..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "eb714bd1-1555-452a-982c-cce6d643aa84",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "39afc855-09a2-4f8b-b522-43e05055a1bf",
    "vfModuleModelCustomizationUUID": "eea2e05d-5364-4802-a6bb-7bcd0acafabb",
    "isBase": true,
    "artifacts": [
      "f5f8e772-13b9-4315-9285-0399746f3b91",
      "013ff782-2f41-4e98-b6b4-6d50b1ca5f06"
    ],
    "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-01-15T02:25:39.932Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB0b8320dB843..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:39afc855-09a2-4f8b-b522-43e05055a1bf
VfModuleModelInvariantUUID:eb714bd1-1555-452a-982c-cce6d643aa84
VfModuleModelDescription:NULL
Artifacts UUID List:{
f5f8e772-13b9-4315-9285-0399746f3b91
,
013ff782-2f41-4e98-b6b4-6d50b1ca5f06

}
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-01-15T02:25:39.933Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f5f8e772-13b9-4315-9285-0399746f3b91 from URL: /sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.yaml
2022-01-15T02:25:39.933Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-15T02:25:39.933Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.yaml
2022-01-15T02:25:40.308Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-15T02:25:40.309Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.yaml f5f8e772-13b9-4315-9285-0399746f3b91 20368
2022-01-15T02:25:40.310Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-15T02:25:40.310Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.yaml
2022-01-15T02:25:40.310Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T02:25:40.310Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:25:40.312Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:25:40.313Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642213540309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:25:40.413Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:25:40.414Z||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-01-15T02:25:40.414Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:25:40.429Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:25:40.430Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:25:41.313Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 013ff782-2f41-4e98-b6b4-6d50b1ca5f06 from URL: /sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.env
2022-01-15T02:25:41.314Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-15T02:25:41.315Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.env
2022-01-15T02:25:41.706Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-15T02:25:41.707Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.env 013ff782-2f41-4e98-b6b4-6d50b1ca5f06 2098
2022-01-15T02:25:41.707Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-15T02:25:41.707Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.env
2022-01-15T02:25:41.707Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T02:25:41.708Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:25:41.711Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:25:41.711Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642213541707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:25:41.811Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:25:41.812Z||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-01-15T02:25:41.812Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:25:41.827Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:25:41.828Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:25:42.711Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 7e45719b-2263-4857-9b1e-fa1fda2c6f1e
2022-01-15T02:25:42.712Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b0b8320d-b843 0 1b303454-3264-40aa-b8d7-aa92ff804709 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-01-15T02:25:42.742Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@513a0b7b, org.onap.sdc.toscaparser.api.parameters.Input@8003f58, org.onap.sdc.toscaparser.api.parameters.Input@894be5e, org.onap.sdc.toscaparser.api.parameters.Input@6469aa31, org.onap.sdc.toscaparser.api.parameters.Input@65890414]
2022-01-15T02:25:42.744Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:25:42.745Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-15 02-22-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:25:42.745Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-01-15T02:25:42.745Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 6053b44d-80e4-436e-8d8e-d2922aab5d79
2022-01-15T02:25:42.745Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6053b44d-80e4-436e-8d8e-d2922aab5d79 matches Tosca VF Customization UUID: 6053b44d-80e4-436e-8d8e-d2922aab5d79
2022-01-15T02:25:42.745Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 6053b44d-80e4-436e-8d8e-d2922aab5d79  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-01-15T02:25:42.750Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:25:42.750Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-15 02-22-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:25:42.751Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 6053b44d-80e4-436e-8d8e-d2922aab5d79: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-01-15T02:25:42.751Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2e3c0b14
2022-01-15T02:25:42.751Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:25:42.752Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-15 02-22-49 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-15T02:25:42.752Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : eea2e05d-5364-4802-a6bb-7bcd0acafabb
2022-01-15T02:25:42.753Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID eea2e05d-5364-4802-a6bb-7bcd0acafabb
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-01-15T02:25:42.757Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:25:42.757Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vFW b0b8320d-b843 0 is matching search criteria
2022-01-15T02:25:42.757Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b0b8320d-b843 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T02:25:42.757Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:25:42.758Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vFW b0b8320d-b843 0 is matching search criteria
2022-01-15T02:25:42.758Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b0b8320d-b843 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T02:25:42.758Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:25:42.758Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vFW b0b8320d-b843 0 is not matching search criteria
2022-01-15T02:25:42.758Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-15T02:25:42.758Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-15T02:25:42.758Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-15T02:25:42.758Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-15T02:25:42.759Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-15T02:25:42.759Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-15T02:25:42.759Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-15T02:25:42.759Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-15T02:25:42.759Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-15T02:25:42.759Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-15T02:25:42.759Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-15T02:25:42.759Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=577dda75-574e-4747-93e5-cba4a02b8291
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-01-15T02:25:42.764Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:25:42.764Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vFW b0b8320d-b843 0 is matching search criteria
2022-01-15T02:25:42.765Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b0b8320d-b843 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T02:25:42.765Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:25:42.765Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vFW b0b8320d-b843 0 is not matching search criteria
2022-01-15T02:25:42.765Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-15T02:25:42.765Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-15T02:25:42.765Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-15T02:25:42.765Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-15T02:25:42.765Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-15T02:25:42.766Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-15T02:25:42.766Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-15T02:25:42.766Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-15T02:25:42.766Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-15T02:25:42.766Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-15T02:25:42.766Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-15T02:25:42.766Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-15T02:25:42.766Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7f46c7fb-f864-41eb-8004-ccac7c3cc8d2
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-01-15T02:25:42.768Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:25:42.768Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vFW b0b8320d-b843 0 is matching search criteria
2022-01-15T02:25:42.768Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b0b8320d-b843 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T02:25:42.770Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:25:42.770Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vFW b0b8320d-b843 0 is not matching search criteria
2022-01-15T02:25:42.771Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-15T02:25:42.771Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-15T02:25:42.771Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-15T02:25:42.771Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-15T02:25:42.771Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-15T02:25:42.771Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-15T02:25:42.771Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-15T02:25:42.771Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-15T02:25:42.772Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-15T02:25:42.772Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-15T02:25:42.772Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-15T02:25:42.772Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-15T02:25:42.772Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e753758e-d79e-463a-bc52-ec5041813120
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-01-15T02:25:42.774Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:25:42.774Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vFW b0b8320d-b843 0 is matching search criteria
2022-01-15T02:25:42.774Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b0b8320d-b843 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T02:25:42.774Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:25:42.774Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Node template vFW b0b8320d-b843 0 is matching search criteria
2022-01-15T02:25:42.774Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b0b8320d-b843 0] matching following query criteria: sdcType=VF, customizationUUID=6053b44d-80e4-436e-8d8e-d2922aab5d79
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-01-15T02:25:42.776Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:25:42.776Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-15 02-22-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:25:42.776Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 7e45719b-2263-4857-9b1e-fa1fda2c6f1e: vFW b0b8320d-b843
2022-01-15T02:25:42.776Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:25:42.776Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-15 02-22-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:25:42.777Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:25:42.777Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-15 02-22-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:25:42.777Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:25:42.777Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-15 02-22-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:25:42.777Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:25:42.777Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-15 02-22-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:25:42.777Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:25:42.777Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-15 02-22-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:25:42.777Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-01-15 02-22-49 
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-01-15T02:25:43.026Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b0b8320d-b843 1b303454-3264-40aa-b8d7-aa92ff804709 1 ASDC deployResourceStructure
2022-01-15T02:25:43.026Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vfwb0b8320db8430_modules.json ASDC sendASDCNotification
2022-01-15T02:25:43.026Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vfwb0b8320db8430_modules.json
2022-01-15T02:25:43.027Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T02:25:43.027Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:25:43.029Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:25:43.030Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642213543026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vfwb0b8320db8430_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-15T02:25:43.130Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:25:43.131Z||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-01-15T02:25:43.131Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:25:43.148Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:25:43.149Z||pool-14-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:25:44.031Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-15T02:25:44.031Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.yaml
2022-01-15T02:25:44.031Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T02:25:44.032Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:25:44.034Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:25:44.034Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642213544030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-01-15T02:25:44.134Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:25:44.135Z||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-01-15T02:25:44.136Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:25:44.151Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:25:44.152Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:25:45.035Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-15T02:25:45.036Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.env
2022-01-15T02:25:45.036Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T02:25:45.036Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:25:45.038Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:25:45.039Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642213545035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-01-15T02:25:45.139Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:25:45.140Z||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-01-15T02:25:45.140Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:25:45.155Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:25:45.155Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:25:46.040Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220115022249/1.0/artifacts/service-Vfw20220115022249-csar.csar ASDC sendASDCNotification
2022-01-15T02:25:46.040Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220115022249/1.0/artifacts/service-Vfw20220115022249-csar.csar
2022-01-15T02:25:46.040Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T02:25:46.041Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:25:46.043Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:25:46.043Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642213546039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/artifacts/service-Vfw20220115022249-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T02:25:46.143Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:25:46.145Z||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-01-15T02:25:46.145Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:25:46.160Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:25:46.161Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:25:47.045Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 625fd06a-16c6-4916-af32-ec927669ca77
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-01-15T02:25:47.068Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 625fd06a-16c6-4916-af32-ec927669ca77
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-01-15T02:25:47.069Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T02:25:47.070Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T02:25:47.070Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T02:26:17.070Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 625fd06a-16c6-4916-af32-ec927669ca77
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-01-15T02:26:17.079Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 625fd06a-16c6-4916-af32-ec927669ca77
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-01-15T02:26:17.081Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T02:26:17.081Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T02:26:17.081Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T02:26:25.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:26:25.935Z||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-01-15T02:26:25.936Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:26:25.961Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:26:25.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:26:25.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "cds",
  "timestamp": 1642213514820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/artifacts/service-Vfw20220115022249-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:26:25.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:26:47.082Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 625fd06a-16c6-4916-af32-ec927669ca77
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-01-15T02:26:47.092Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 625fd06a-16c6-4916-af32-ec927669ca77
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-01-15T02:26:47.095Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T02:26:47.095Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T02:26:47.095Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T02:27:17.095Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 625fd06a-16c6-4916-af32-ec927669ca77
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-01-15T02:27:17.106Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 625fd06a-16c6-4916-af32-ec927669ca77
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-01-15T02:27:17.109Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T02:27:17.109Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T02:27:17.109Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T02:27:25.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:27:25.936Z||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-01-15T02:27:25.936Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:27:25.963Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:27:25.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:27:25.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "aai-ml",
  "timestamp": 1642213518497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/artifacts/service-Vfw20220115022249-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:27:25.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:27:47.109Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 625fd06a-16c6-4916-af32-ec927669ca77
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-01-15T02:27:47.121Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 625fd06a-16c6-4916-af32-ec927669ca77
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-01-15T02:27:47.124Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T02:27:47.124Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T02:27:47.124Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T02:28:17.124Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 625fd06a-16c6-4916-af32-ec927669ca77
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-01-15T02:28:17.134Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 625fd06a-16c6-4916-af32-ec927669ca77
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-01-15T02:28:17.137Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T02:28:17.137Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T02:28:17.137Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T02:28:25.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:28:25.936Z||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-01-15T02:28:25.936Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:28:26.465Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:28:26.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.469Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642213516377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/artifacts/service-Vfw20220115022249-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:28:26.500Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:28:26.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642213514597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/artifacts/service-Vfw20220115022249-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:28:26.500Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:28:26.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "policy-id",
  "timestamp": 1642213520783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/artifacts/service-Vfw20220115022249-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:28:26.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:28:26.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "clamp",
  "timestamp": 1642213523838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:28:26.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:28:26.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642213525933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:28:26.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:28:26.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642213521994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-15T02:28:26.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:28:26.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "cds",
  "timestamp": 1642213514820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/artifacts/service-Vfw20220115022249-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:28:26.502Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:28:26.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "aai-ml",
  "timestamp": 1642213518497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/artifacts/service-Vfw20220115022249-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:28:26.502Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:28:26.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642213516377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/artifacts/service-Vfw20220115022249-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:28:26.502Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:28:26.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642213514597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/artifacts/service-Vfw20220115022249-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:28:26.502Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:28:26.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "policy-id",
  "timestamp": 1642213520783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/artifacts/service-Vfw20220115022249-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:28:26.503Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:28:26.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "clamp",
  "timestamp": 1642213523838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:28:26.503Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:28:26.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642213525933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vfwb0b8320db8430_modules.json",
  "status": "NOTIFIED"
}
2022-01-15T02:28:26.503Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:28:26.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642213521994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/artifacts/service-Vfw20220115022249-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:28:26.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:28:26.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "clamp",
  "timestamp": 1642213523838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:28:26.505Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:28:26.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "cds",
  "timestamp": 1642213528548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/artifacts/service-Vfw20220115022249-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:28:26.505Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:28:26.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642213528549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/artifacts/service-Vfw20220115022249-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:28:26.505Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:28:26.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "aai-ml",
  "timestamp": 1642213528561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/artifacts/service-Vfw20220115022249-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:28:26.506Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:28:26.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642213525933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-15T02:28:26.506Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:28:26.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642213521994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/artifacts/service-Vfw20220115022249-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:28:26.506Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:28:26.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "policy-id",
  "timestamp": 1642213528764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/artifacts/service-Vfw20220115022249-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:28:26.507Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:28:26.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "clamp",
  "timestamp": 1642213523838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/artifacts/service-Vfw20220115022249-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:28:26.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:28:26.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "cds",
  "timestamp": 1642213529560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/artifacts/service-Vfw20220115022249-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-01-15T02:28:26.513Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 625fd06a-16c6-4916-af32-ec927669ca77
2022-01-15T02:28:26.514Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 625fd06a-16c6-4916-af32-ec927669ca77 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-01-15T02:28:26.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642213525933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:28:26.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:28:26.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642213529740,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vfwb0b8320db8430_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:28:26.521Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:28:26.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "policy-id",
  "timestamp": 1642213529770,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/artifacts/service-Vfw20220115022249-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T02:28:26.521Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:28:26.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "clamp",
  "timestamp": 1642213523838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/artifacts/service-Vfw20220115022249-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:28:26.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:28:26.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642213525933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-15T02:28:26.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:28:26.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "policy-id",
  "timestamp": 1642213530773,
  "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-01-15T02:28:26.526Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 625fd06a-16c6-4916-af32-ec927669ca77
2022-01-15T02:28:26.526Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 625fd06a-16c6-4916-af32-ec927669ca77 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-01-15T02:28:26.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642213530823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:28:26.533Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:28:26.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642213525933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/artifacts/service-Vfw20220115022249-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:28:26.533Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:28:26.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642213531867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:28:26.534Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:28:26.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642213525933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/artifacts/service-Vfw20220115022249-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:28:26.534Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:28:26.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642213532925,
  "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-01-15T02:28:26.538Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 625fd06a-16c6-4916-af32-ec927669ca77
2022-01-15T02:28:26.538Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 625fd06a-16c6-4916-af32-ec927669ca77 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-01-15T02:28:26.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642213533062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/artifacts/service-Vfw20220115022249-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T02:28:26.545Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:28:26.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642213533929,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vfwb0b8320db8430_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-15T02:28:26.545Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:28:26.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642213534052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/artifacts/service-Vfw20220115022249-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:28:26.545Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:28:26.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642213534068,
  "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-01-15T02:28:26.550Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 625fd06a-16c6-4916-af32-ec927669ca77
2022-01-15T02:28:26.550Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 625fd06a-16c6-4916-af32-ec927669ca77 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-01-15T02:28:26.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642213538903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vfwb0b8320db8430_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:28:26.559Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:28:26.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642213540309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:28:26.560Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:28:26.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642213541707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:28:26.560Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:28:26.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642213543026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/vfwb0b8320db8430_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-15T02:28:26.560Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:28:26.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642213544030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-01-15T02:28:26.561Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:28:26.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "aai-ml",
  "timestamp": 1642213544718,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/artifacts/service-Vfw20220115022249-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T02:28:26.561Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:28:26.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642213545035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/resourceInstances/vfwb0b8320db8430/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-01-15T02:28:26.561Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:28:26.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "clamp",
  "timestamp": 1642213545636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/artifacts/service-Vfw20220115022249-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:28:26.562Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:28:26.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "aai-ml",
  "timestamp": 1642213545723,
  "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-01-15T02:28:26.566Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 625fd06a-16c6-4916-af32-ec927669ca77
2022-01-15T02:28:26.567Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 625fd06a-16c6-4916-af32-ec927669ca77 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-01-15T02:28:26.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.573Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642213546039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/artifacts/service-Vfw20220115022249-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T02:28:26.573Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:28:26.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.573Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "clamp",
  "timestamp": 1642213547646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220115022249/1.0/artifacts/service-Vfw20220115022249-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T02:28:26.574Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:28:26.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:28:26.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "clamp",
  "timestamp": 1642213548650,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
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-01-15T02:28:26.577Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 625fd06a-16c6-4916-af32-ec927669ca77
2022-01-15T02:28:26.578Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 625fd06a-16c6-4916-af32-ec927669ca77 and ComponentName clamp
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-01-15T02:28:47.137Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 625fd06a-16c6-4916-af32-ec927669ca77
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-01-15T02:28:47.147Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 625fd06a-16c6-4916-af32-ec927669ca77
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-01-15T02:28:47.150Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T02:28:47.150Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-15T02:28:47.150Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-15T02:28:47.150Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-15T02:28:47.150Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T02:28:47.150Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T02:28:47.150Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T02:28:47.150Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T02:28:47.151Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T02:28:47.151Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T02:28:47.151Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||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-01-15T02:28:47.155Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-15T02:29:17.156Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 625fd06a-16c6-4916-af32-ec927669ca77 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-01-15T02:29:17.163Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 625fd06a-16c6-4916-af32-ec927669ca77 and serviceModelVersionId: 7e45719b-2263-4857-9b1e-fa1fda2c6f1e
2022-01-15T02:29:17.163Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eaaac411-a623-4f7a-9093-91615fc7bf38
2022-01-15T02:29:25.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:29:25.936Z||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-01-15T02:29:25.936Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:29:29.327Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eaaac411-a623-4f7a-9093-91615fc7bf38/model-vers/model-ver/7e45719b-2263-4857-9b1e-fa1fda2c6f1e?depth=0
2022-01-15T02:29:29.422Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-01-15T02:29:29.834Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eaaac411-a623-4f7a-9093-91615fc7bf38/model-vers/model-ver/7e45719b-2263-4857-9b1e-fa1fda2c6f1e?depth=0|INFO|500||Invoke
2022-01-15T02:29:29.842Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eaaac411-a623-4f7a-9093-91615fc7bf38/model-vers/model-ver/7e45719b-2263-4857-9b1e-fa1fda2c6f1e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eaaac411-a623-4f7a-9093-91615fc7bf38/model-vers/model-ver/7e45719b-2263-4857-9b1e-fa1fda2c6f1e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[625fd06a-16c6-4916-af32-ec927669ca77], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4a83e8df-477c-46ec-a9d9-eb8e6aca9133], X-ECOMP-RequestID=[625fd06a-16c6-4916-af32-ec927669ca77], X-TransactionId=[], X-ONAP-RequestID=[625fd06a-16c6-4916-af32-ec927669ca77], Content-Type=[application/merge-patch+json]}
2022-01-15T02:29:30.062Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eaaac411-a623-4f7a-9093-91615fc7bf38/model-vers/model-ver/7e45719b-2263-4857-9b1e-fa1fda2c6f1e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-15T02:29:30.294Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eaaac411-a623-4f7a-9093-91615fc7bf38/model-vers/model-ver/7e45719b-2263-4857-9b1e-fa1fda2c6f1e?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/eaaac411-a623-4f7a-9093-91615fc7bf38/model-vers/model-ver/7e45719b-2263-4857-9b1e-fa1fda2c6f1e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220115-02:29:30:074-22103], vertex-id=[209144], Content-Length=[0], Date=[Sat, 15 Jan 2022 02:29:30 GMT], Content-Type=[application/json]}
2022-01-15T02:29:30.296Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eaaac411-a623-4f7a-9093-91615fc7bf38/model-vers/model-ver/7e45719b-2263-4857-9b1e-fa1fda2c6f1e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-01-15T02:29:30.297Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eaaac411-a623-4f7a-9093-91615fc7bf38/model-vers/model-ver/7e45719b-2263-4857-9b1e-fa1fda2c6f1e?depth=0|INFO|500||InvokeReturn
2022-01-15T02:29:30.300Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-15T02:29:30.300Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||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-01-15T02:29:30.304Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||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-01-15T02:29:30.312Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 625fd06a-16c6-4916-af32-ec927669ca77 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-15T02:29:30.327Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-15T02:29:30.327Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:29:30.329Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:29:30.329Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642213770312,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-15T02:29:30.430Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:29:30.431Z||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-01-15T02:29:30.431Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:29:30.444Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:29:30.445Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:29:31.055Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:29:31.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-15T02:29:31.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "625fd06a-16c6-4916-af32-ec927669ca77",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642213770312,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-15T02:29:31.057Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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-01-15T02:29:31.348Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:29:31.349Z|625fd06a-16c6-4916-af32-ec927669ca77|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-01-15T02:29:31.349Z|625fd06a-16c6-4916-af32-ec927669ca77|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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:29:42.185Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:29:42.186Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:29:42.186Z|625fd06a-16c6-4916-af32-ec927669ca77|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-01-15T02:29:42.187Z|625fd06a-16c6-4916-af32-ec927669ca77|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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:29:51.732Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:29:51.733Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:29:51.733Z|625fd06a-16c6-4916-af32-ec927669ca77|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-01-15T02:29:51.733Z|625fd06a-16c6-4916-af32-ec927669ca77|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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:30:01.273Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:30:01.274Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:30:01.275Z|625fd06a-16c6-4916-af32-ec927669ca77|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-01-15T02:30:01.275Z|625fd06a-16c6-4916-af32-ec927669ca77|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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:30:10.817Z|625fd06a-16c6-4916-af32-ec927669ca77|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:30:25.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:30:25.934Z||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-01-15T02:30:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:30:25.934Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:30:25.935Z||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-01-15T02:30:25.936Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:30:35.478Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:30:35.481Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:31:25.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:31:25.934Z||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-01-15T02:31:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:31:25.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:31:25.935Z||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-01-15T02:31:25.936Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:31:35.484Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:31:35.484Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:32:25.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:32:25.934Z||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-01-15T02:32:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:32:25.934Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:32:25.935Z||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-01-15T02:32:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:32:35.481Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:32:35.482Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:33:25.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:33:25.934Z||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-01-15T02:33:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:33:25.934Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:33:25.935Z||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-01-15T02:33:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:33:35.482Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:33:35.484Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:34:25.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:34:25.934Z||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-01-15T02:34:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:34:25.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:34:25.935Z||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-01-15T02:34:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:34:35.483Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:34:35.483Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:35:25.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:35:25.934Z||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-01-15T02:35:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:35:25.934Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:35:25.935Z||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-01-15T02:35:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:35:35.476Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:35:35.481Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:36:25.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:36:25.934Z||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-01-15T02:36:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:36:25.934Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:36:25.935Z||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-01-15T02:36:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:36:35.483Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:36:35.486Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:37:25.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:37:25.934Z||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-01-15T02:37:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:37:25.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:37:25.935Z||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-01-15T02:37:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:37:35.481Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:37:35.482Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:38:25.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:38:25.934Z||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-01-15T02:38:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:38:25.934Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:38:25.935Z||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-01-15T02:38:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:38:35.482Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:38:35.485Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:39:25.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:39:25.934Z||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-01-15T02:39:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:39:25.934Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:39:25.935Z||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-01-15T02:39:25.936Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:39:35.479Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:39:35.481Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:40:25.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:40:25.934Z||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-01-15T02:40:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:40:25.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:40:25.935Z||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-01-15T02:40:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:40:26.279Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:40:26.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "cds",
  "timestamp": 1642214414820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:26.283Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:40:26.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.283Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642214414597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:26.284Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:40:26.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.284Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642214416377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:26.284Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:40:26.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.284Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "cds",
  "timestamp": 1642214414820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:26.284Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:40:26.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.284Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642214414597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:26.284Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:40:26.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.285Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642214416377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:26.285Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:40:26.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.285Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "aai-ml",
  "timestamp": 1642214418497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:26.285Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:40:26.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.285Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "cds",
  "timestamp": 1642214414820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:26.286Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:40:26.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.286Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642214414597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:26.286Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:40:26.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.286Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642214416377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:26.286Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:40:26.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.286Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "aai-ml",
  "timestamp": 1642214418497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:26.286Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:40:26.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.286Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "cds",
  "timestamp": 1642214414820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:26.286Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:40:26.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.287Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642214414597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:26.287Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:40:26.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.287Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642214416377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:26.287Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:40:26.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.287Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "aai-ml",
  "timestamp": 1642214418497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:26.287Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:40:26.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.287Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "cds",
  "timestamp": 1642214414820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:26.287Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:40:26.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.288Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642214414597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:26.288Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:40:26.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.288Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642214416377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:26.288Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:40:26.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.288Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "policy-id",
  "timestamp": 1642214420783,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:26.288Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:40:26.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.288Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "aai-ml",
  "timestamp": 1642214418497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:26.289Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:40:26.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.289Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642214414597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-01-15T02:40:26.289Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:40:26.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.289Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642214416377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:26.289Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:40:26.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.289Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "cds",
  "timestamp": 1642214414820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:26.289Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:40:26.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.289Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "policy-id",
  "timestamp": 1642214420783,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:26.289Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:40:26.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.290Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642214421994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:26.290Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:40:26.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.290Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "aai-ml",
  "timestamp": 1642214418497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:26.290Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:40:26.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.290Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "cds",
  "timestamp": 1642214414820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/artifacts/service-DemoPnfLetrgtpffgziok8wuftp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:26.290Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:40:26.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642214414597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/artifacts/service-DemoPnfLetrgtpffgziok8wuftp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:26.291Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:40:26.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642214416377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/artifacts/service-DemoPnfLetrgtpffgziok8wuftp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:26.291Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:40:26.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "policy-id",
  "timestamp": 1642214420783,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:26.292Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:40:26.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642214421994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:26.292Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:40:26.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "aai-ml",
  "timestamp": 1642214418497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:26.292Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:40:26.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "cds",
  "timestamp": 1642214414820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/artifacts/service-DemoPnfLetrgtpffgziok8wuftp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:40:26.292Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:40:26.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642214414597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/artifacts/service-DemoPnfLetrgtpffgziok8wuftp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:26.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:40:26.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642214416377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/artifacts/service-DemoPnfLetrgtpffgziok8wuftp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:40:26.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:40:26.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "policy-id",
  "timestamp": 1642214420783,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:26.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:40:26.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "clamp",
  "timestamp": 1642214423838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:26.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:40:26.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642214421994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:26.294Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:40:26.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "aai-ml",
  "timestamp": 1642214418497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/artifacts/service-DemoPnfLetrgtpffgziok8wuftp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:26.294Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:40:26.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "policy-id",
  "timestamp": 1642214420783,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:26.294Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:40:26.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "clamp",
  "timestamp": 1642214423838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:26.294Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:40:26.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "cds",
  "timestamp": 1642214425565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/artifacts/service-DemoPnfLetrgtpffgziok8wuftp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:40:26.295Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:40:26.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642214421994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:26.295Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:40:26.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642214425735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/artifacts/service-DemoPnfLetrgtpffgziok8wuftp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:40:26.295Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:40:26.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642214425741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:40:26.296Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:40:26.565Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:40:26.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-15T02:40:26.566Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"720a7b5b-dd5d-46bc-bfd6-44725dc08f42","serviceName":"Demo_pNF_leTrGTpffgzIok8wUfTp","serviceVersion":"1.0","serviceUUID":"b9b72e18-51ec-42f3-b210-f823d136cbf7","serviceDescription":"catalog service description","serviceInvariantUUID":"5501a2cb-d8e9-4594-9671-cdcdc8c28586","resources":[{"resourceInstanceName":"pNF 2a99e098-e7d5 0","resourceName":"pNF 2a99e098-e7d5","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d93055bd-c9ba-41ce-af3d-78414b8e89f5","resourceInvariantUUID":"e0dfe08d-8a24-4d32-ab0c-99f40ef569c4","resourceCustomizationUUID":"2abce92e-b5f8-4efa-9bc2-39d440de1d3c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/vf-license-model.xml","artifactChecksum":"Y2U0ZmRhNzg2OTQ3MTViY2EzODg5NGFlNjY5MmE1NTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"db017098-931a-4ae0-8cdc-9ab390254a59","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/pNF.csar","artifactChecksum":"NWMzMmUwMGQyM2VkZGNhNmJkYzZhZTNjNmRhNmRkNjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"83d41bef-aff5-4745-bba7-2173f3864949","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fcb1c59e-d373-4f62-81bc-841c565b736d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/vendor-license-model.xml","artifactChecksum":"YWNiMjUxZDg1ZDU5OWJiNTk2YzUyZGQ5ZTgwNWQ2MGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9bb7d50b-1c52-4e3e-a977-6a374ab0d4d4","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8ba435fb-725d-403c-9bb1-44d24c939126","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"058c137e-205e-45d2-b5f5-fa2a9bad7fb6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfLetrgtpffgziok8wuftp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/artifacts/service-DemoPnfLetrgtpffgziok8wuftp-template.yml","artifactChecksum":"M2FjNzQzYzA5MTE5OGQ1YTA4YmRiZDAyNzVkOWI3MGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4b687637-ccfa-47a3-9b97-2d11ee204845","artifactVersion":"1"},{"artifactName":"service-DemoPnfLetrgtpffgziok8wuftp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/artifacts/service-DemoPnfLetrgtpffgziok8wuftp-csar.csar","artifactChecksum":"NjllM2Q1ODYzZGE2N2M0MzczYWQwOTFiYjIyNWQ5MWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c21d6716-d38e-48d3-9e5e-8f8cc5cc2784","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-15T02:40:26.570Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:40:26.570Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:40:26.573Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:40:26.573Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214425933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:26.673Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:40:26.674Z||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-01-15T02:40:26.674Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:40:26.690Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:40:26.690Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:40:27.573Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:40:27.574Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:40:27.577Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:40:27.577Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214425933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:27.677Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:40:27.678Z||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-01-15T02:40:27.678Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:40:27.690Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:40:27.691Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:40:28.578Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:40:28.578Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:40:28.580Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:40:28.581Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214425933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:28.681Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:40:28.682Z||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-01-15T02:40:28.682Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:40:28.697Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:40:28.697Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:40:29.581Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:40:29.582Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:40:29.585Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:40:29.585Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214425933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:29.685Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:40:29.686Z||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-01-15T02:40:29.686Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:40:29.702Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:40:29.702Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:40:30.586Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:40:30.586Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:40:30.589Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:40:30.589Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214425933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:30.689Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:40:30.690Z||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-01-15T02:40:30.690Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:40:30.705Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:40:30.705Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:40:31.589Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:40:31.590Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:40:31.592Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:40:31.592Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214425933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:31.693Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:40:31.694Z||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-01-15T02:40:31.694Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:40:31.708Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:40:31.708Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:40:32.593Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:40:32.594Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:40:32.597Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:40:32.597Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214425933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/artifacts/service-DemoPnfLetrgtpffgziok8wuftp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:40:32.697Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:40:32.698Z||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-01-15T02:40:32.699Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:40:32.714Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:40:32.714Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:40:33.597Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:40:33.598Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:40:33.601Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:40:33.602Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214425933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/artifacts/service-DemoPnfLetrgtpffgziok8wuftp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:40:33.702Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:40:33.703Z||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-01-15T02:40:33.703Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:40:33.717Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:40:33.718Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:40:34.603Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "serviceName": "Demo_pNF_leTrGTpffgzIok8wUfTp",
  "serviceVersion": "1.0",
  "serviceUUID": "b9b72e18-51ec-42f3-b210-f823d136cbf7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5501a2cb-d8e9-4594-9671-cdcdc8c28586",
  "resources": [
    {
      "resourceInstanceName": "pNF 2a99e098-e7d5 0",
      "resourceCustomizationUUID": "2abce92e-b5f8-4efa-9bc2-39d440de1d3c",
      "resourceName": "pNF 2a99e098-e7d5",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d93055bd-c9ba-41ce-af3d-78414b8e89f5",
      "resourceInvariantUUID": "e0dfe08d-8a24-4d32-ab0c-99f40ef569c4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfLetrgtpffgziok8wuftp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/artifacts/service-DemoPnfLetrgtpffgziok8wuftp-csar.csar",
      "artifactChecksum": "NjllM2Q1ODYzZGE2N2M0MzczYWQwOTFiYjIyNWQ5MWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c21d6716-d38e-48d3-9e5e-8f8cc5cc2784"
    }
  ],
  "workloadContext": "Production"
}
2022-01-15T02:40:34.604Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-15T02:40:34.604Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b9b72e18-51ec-42f3-b210-f823d136cbf7 ASDC
2022-01-15T02:40:34.604Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:720a7b5b-dd5d-46bc-bfd6-44725dc08f42
ServiceName:Demo_pNF_leTrGTpffgzIok8wUfTp
ServiceVersion:1.0
ServiceUUID:b9b72e18-51ec-42f3-b210-f823d136cbf7
ServiceInvariantUUID:5501a2cb-d8e9-4594-9671-cdcdc8c28586
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfLetrgtpffgziok8wuftp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/artifacts/service-DemoPnfLetrgtpffgziok8wuftp-csar.csar
ArtifactUUID:c21d6716-d38e-48d3-9e5e-8f8cc5cc2784
ArtifactChecksum:NjllM2Q1ODYzZGE2N2M0MzczYWQwOTFiYjIyNWQ5MWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 2a99e098-e7d5 0
ResourceCustomizationUUID:2abce92e-b5f8-4efa-9bc2-39d440de1d3c
ResourceInvariantUUID:e0dfe08d-8a24-4d32-ab0c-99f40ef569c4
ResourceName:pNF 2a99e098-e7d5
ResourceType:PNF
ResourceUUID:d93055bd-c9ba-41ce-af3d-78414b8e89f5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-01-15T02:40:34.604Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b9b72e18-51ec-42f3-b210-f823d136cbf7 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-01-15T02:40:34.641Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-15T02:40:34.641Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-01-15T02:40:34.642Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-01-15T02:40:34.642Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c21d6716-d38e-48d3-9e5e-8f8cc5cc2784 from URL: /sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/artifacts/service-DemoPnfLetrgtpffgziok8wuftp-csar.csar
2022-01-15T02:40:34.642Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-01-15T02:40:34.642Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/artifacts/service-DemoPnfLetrgtpffgziok8wuftp-csar.csar
2022-01-15T02:40:34.703Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-01-15T02:40:34.709Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/artifacts/service-DemoPnfLetrgtpffgziok8wuftp-csar.csar c21d6716-d38e-48d3-9e5e-8f8cc5cc2784 82617
2022-01-15T02:40:34.709Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/artifacts/service-DemoPnfLetrgtpffgziok8wuftp-csar.csar ASDC sendASDCNotification
2022-01-15T02:40:34.710Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/artifacts/service-DemoPnfLetrgtpffgziok8wuftp-csar.csar
2022-01-15T02:40:34.710Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T02:40:34.710Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:40:34.712Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:40:34.712Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214434709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/artifacts/service-DemoPnfLetrgtpffgziok8wuftp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:40:34.813Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-15T02:40:34.814Z||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-01-15T02:40:34.814Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:40:34.830Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:40:34.830Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-01-15T02:40:35.713Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-15T02:40:35.714Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-01-15T02:40:35.714Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: c21d6716-d38e-48d3-9e5e-8f8cc5cc2784, URL: /sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/artifacts/service-DemoPnfLetrgtpffgziok8wuftp-csar.csar to file: /app/ASDC/1/service-DemoPnfLetrgtpffgziok8wuftp-csar.csar
2022-01-15T02:40:35.714Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfLetrgtpffgziok8wuftp-csar.csar
2022-01-15T02:40:35.715Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfLetrgtpffgziok8wuftp-csar.csar
2022-01-15T02:40:35.715Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfLetrgtpffgziok8wuftp-csar.csar
2022-01-15T02:40:35.803Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3535902666093392550/Definitions/service-DemoPnfLetrgtpffgziok8wuftp-template.yml
2022-01-15T02:40:36.670Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-15T02:40:36.671Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-01-15T02:40:36.671Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfLetrgtpffgziok8wuftp-csar.csar
2022-01-15T02:40:36.671Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-01-15T02:40:36.671Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 2a99e098-e7d5 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-DemoPnfLetrgtpffgziok8wuftp-csar.csar
2022-01-15T02:40:36.671Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||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-DemoPnfLetrgtpffgziok8wuftp-csar.csar
2022-01-15T02:40:36.671Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfLetrgtpffgziok8wuftp-csar.csar
2022-01-15T02:40:36.671Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||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-DemoPnfLetrgtpffgziok8wuftp-csar.csar
2022-01-15T02:40:36.671Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||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-DemoPnfLetrgtpffgziok8wuftp-csar.csar
2022-01-15T02:40:36.671Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||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-DemoPnfLetrgtpffgziok8wuftp-csar.csar
2022-01-15T02:40:36.671Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||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-DemoPnfLetrgtpffgziok8wuftp-csar.csar
2022-01-15T02:40:36.671Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-01-15T02:40:36.671Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:40:36.671Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_leTrGTpffgzIok8wUfTp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:40:36.671Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Node template pNF 2a99e098-e7d5 0 is matching search criteria
2022-01-15T02:40:36.672Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-01-15T02:40:36.672Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 2a99e098-e7d5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-15T02:40:36.672Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:40:36.672Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_leTrGTpffgzIok8wUfTp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:40:36.672Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Node template pNF 2a99e098-e7d5 0 is matching search criteria
2022-01-15T02:40:36.672Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-01-15T02:40:36.672Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 2a99e098-e7d5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-15T02:40:36.672Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:40:36.672Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_leTrGTpffgzIok8wUfTp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:40:36.673Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:40:36.673Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_leTrGTpffgzIok8wUfTp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:40:36.673Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:40:36.673Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_leTrGTpffgzIok8wUfTp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:40:36.673Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:40:36.673Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_leTrGTpffgzIok8wUfTp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:40:36.673Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:40:36.673Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_leTrGTpffgzIok8wUfTp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:40:36.673Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_leTrGTpffgzIok8wUfTp
Description:catalog service description
Model UUID:b9b72e18-51ec-42f3-b210-f823d136cbf7
Model Version:NULL
Model InvariantUuid:5501a2cb-d8e9-4594-9671-cdcdc8c28586
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-01-15T02:40:36.680Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: d93055bd-c9ba-41ce-af3d-78414b8e89f5
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-01-15T02:40:36.682Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||pNF 2a99e098-e7d5 0
2022-01-15T02:40:36.683Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d93055bd-c9ba-41ce-af3d-78414b8e89f5
2022-01-15T02:40:36.683Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||No resources found for Service: b9b72e18-51ec-42f3-b210-f823d136cbf7
2022-01-15T02:40:36.683Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: b9b72e18-51ec-42f3-b210-f823d136cbf7
2022-01-15T02:40:36.683Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 2a99e098-e7d5 0 d93055bd-c9ba-41ce-af3d-78414b8e89f5 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-01-15T02:40:36.687Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@53bebf15, org.onap.sdc.toscaparser.api.parameters.Input@75558237, org.onap.sdc.toscaparser.api.parameters.Input@3def5d6a, org.onap.sdc.toscaparser.api.parameters.Input@7637de0, org.onap.sdc.toscaparser.api.parameters.Input@21033c0e]
2022-01-15T02:40:36.687Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:40:36.687Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_leTrGTpffgzIok8wUfTp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:40:36.687Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid b9b72e18-51ec-42f3-b210-f823d136cbf7: pNF 2a99e098-e7d5
2022-01-15T02:40:36.688Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||Processing PNF resource: d93055bd-c9ba-41ce-af3d-78414b8e89f5
2022-01-15T02:40:36.688Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:40:36.688Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_leTrGTpffgzIok8wUfTp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:40:36.688Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||Resource customization UUID: 2abce92e-b5f8-4efa-9bc2-39d440de1d3c is the same as notified resource customizationUUID: 2abce92e-b5f8-4efa-9bc2-39d440de1d3c
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-01-15T02:40:36.740Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 2a99e098-e7d5 d93055bd-c9ba-41ce-af3d-78414b8e89f5 0 ASDC deployResourceStructure
2022-01-15T02:40:36.740Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/artifacts/service-DemoPnfLetrgtpffgziok8wuftp-csar.csar ASDC sendASDCNotification
2022-01-15T02:40:36.740Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/artifacts/service-DemoPnfLetrgtpffgziok8wuftp-csar.csar
2022-01-15T02:40:36.740Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T02:40:36.741Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:40:36.742Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:40:36.742Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214436740,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/artifacts/service-DemoPnfLetrgtpffgziok8wuftp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T02:40:36.842Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:40:36.843Z||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-01-15T02:40:36.844Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:40:36.859Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:40:36.859Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:40:37.743Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 720a7b5b-dd5d-46bc-bfd6-44725dc08f42
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-01-15T02:40:37.755Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 720a7b5b-dd5d-46bc-bfd6-44725dc08f42
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-01-15T02:40:37.757Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T02:40:37.757Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T02:40:37.757Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T02:41:07.758Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 720a7b5b-dd5d-46bc-bfd6-44725dc08f42
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-01-15T02:41:07.771Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 720a7b5b-dd5d-46bc-bfd6-44725dc08f42
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-01-15T02:41:07.774Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T02:41:07.774Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T02:41:07.774Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T02:41:25.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:41:25.935Z||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-01-15T02:41:25.936Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:41:25.962Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:41:25.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:41:25.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "aai-ml",
  "timestamp": 1642214418497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/artifacts/service-DemoPnfLetrgtpffgziok8wuftp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:41:25.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:41:37.775Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 720a7b5b-dd5d-46bc-bfd6-44725dc08f42
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-01-15T02:41:37.785Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 720a7b5b-dd5d-46bc-bfd6-44725dc08f42
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-01-15T02:41:37.788Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T02:41:37.788Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T02:41:37.788Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T02:42:07.788Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 720a7b5b-dd5d-46bc-bfd6-44725dc08f42
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-01-15T02:42:07.801Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 720a7b5b-dd5d-46bc-bfd6-44725dc08f42
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-01-15T02:42:07.806Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T02:42:07.806Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T02:42:07.806Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T02:42:25.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:42:25.936Z||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-01-15T02:42:25.936Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:42:25.960Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:42:25.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:42:25.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "policy-id",
  "timestamp": 1642214420783,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:42:25.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:42:37.807Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 720a7b5b-dd5d-46bc-bfd6-44725dc08f42
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-01-15T02:42:37.819Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 720a7b5b-dd5d-46bc-bfd6-44725dc08f42
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-01-15T02:42:37.822Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T02:42:37.822Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T02:42:37.822Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T02:43:07.823Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 720a7b5b-dd5d-46bc-bfd6-44725dc08f42
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-01-15T02:43:07.836Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 720a7b5b-dd5d-46bc-bfd6-44725dc08f42
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-01-15T02:43:07.838Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T02:43:07.838Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T02:43:07.839Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T02:43:25.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:43:25.936Z||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-01-15T02:43:25.936Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:43:26.463Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:43:26.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:43:26.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "clamp",
  "timestamp": 1642214423838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:43:26.466Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:43:26.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:43:26.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "cds",
  "timestamp": 1642214426570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/artifacts/service-DemoPnfLetrgtpffgziok8wuftp-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-01-15T02:43:26.475Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 720a7b5b-dd5d-46bc-bfd6-44725dc08f42
2022-01-15T02:43:26.475Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 720a7b5b-dd5d-46bc-bfd6-44725dc08f42 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-01-15T02:43:26.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:43:26.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214425933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:43:26.486Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:43:26.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:43:26.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642214421994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:43:26.487Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:43:26.487Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:43:26.487Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642214426983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-01-15T02:43:26.487Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:43:26.487Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:43:26.487Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "policy-id",
  "timestamp": 1642214420783,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/artifacts/service-DemoPnfLetrgtpffgziok8wuftp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:43:26.487Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:43:26.487Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:43:26.487Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "clamp",
  "timestamp": 1642214423838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:43:26.487Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:43:26.487Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:43:26.487Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "aai-ml",
  "timestamp": 1642214427545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/artifacts/service-DemoPnfLetrgtpffgziok8wuftp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:43:26.487Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:43:26.487Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:43:26.487Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642214427559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/artifacts/service-DemoPnfLetrgtpffgziok8wuftp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T02:43:26.488Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:43:26.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:43:26.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214425933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:43:26.488Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:43:26.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:43:26.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642214421994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:43:26.488Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:43:26.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:43:26.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642214427987,
  "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-01-15T02:43:26.493Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 720a7b5b-dd5d-46bc-bfd6-44725dc08f42
2022-01-15T02:43:26.493Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 720a7b5b-dd5d-46bc-bfd6-44725dc08f42 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-01-15T02:43:26.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:43:26.503Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "policy-id",
  "timestamp": 1642214420783,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/artifacts/service-DemoPnfLetrgtpffgziok8wuftp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:43:26.503Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:43:26.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:43:26.503Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "clamp",
  "timestamp": 1642214423838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:43:26.503Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:43:26.504Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:43:26.504Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642214428563,
  "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-01-15T02:43:26.509Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 720a7b5b-dd5d-46bc-bfd6-44725dc08f42
2022-01-15T02:43:26.509Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 720a7b5b-dd5d-46bc-bfd6-44725dc08f42 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-01-15T02:43:26.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:43:26.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214425933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:43:26.519Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:43:26.519Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:43:26.519Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642214421994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/artifacts/service-DemoPnfLetrgtpffgziok8wuftp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:43:26.519Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:43:26.519Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:43:26.520Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "clamp",
  "timestamp": 1642214423838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:43:26.520Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:43:26.520Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:43:26.520Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "policy-id",
  "timestamp": 1642214429495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/artifacts/service-DemoPnfLetrgtpffgziok8wuftp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:43:26.520Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:43:26.520Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:43:26.521Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214425933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:43:26.521Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:43:26.521Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:43:26.521Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642214421994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/artifacts/service-DemoPnfLetrgtpffgziok8wuftp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:43:26.521Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:43:26.521Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:43:26.521Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "clamp",
  "timestamp": 1642214423838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/artifacts/service-DemoPnfLetrgtpffgziok8wuftp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:43:26.522Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:43:26.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:43:26.522Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "policy-id",
  "timestamp": 1642214430498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/artifacts/service-DemoPnfLetrgtpffgziok8wuftp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T02:43:26.522Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:43:26.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:43:26.522Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214425933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:43:26.522Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:43:26.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:43:26.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "aai-ml",
  "timestamp": 1642214431487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/artifacts/service-DemoPnfLetrgtpffgziok8wuftp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T02:43:26.523Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:43:26.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:43:26.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "clamp",
  "timestamp": 1642214423838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/artifacts/service-DemoPnfLetrgtpffgziok8wuftp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:43:26.523Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:43:26.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:43:26.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "policy-id",
  "timestamp": 1642214431501,
  "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-01-15T02:43:26.530Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 720a7b5b-dd5d-46bc-bfd6-44725dc08f42
2022-01-15T02:43:26.530Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 720a7b5b-dd5d-46bc-bfd6-44725dc08f42 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-01-15T02:43:26.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:43:26.540Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214425933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/resourceInstances/pnf2a99e098e7d50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:43:26.540Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:43:26.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:43:26.540Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "aai-ml",
  "timestamp": 1642214432491,
  "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-01-15T02:43:26.546Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 720a7b5b-dd5d-46bc-bfd6-44725dc08f42
2022-01-15T02:43:26.546Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 720a7b5b-dd5d-46bc-bfd6-44725dc08f42 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-01-15T02:43:26.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:43:26.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214425933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/artifacts/service-DemoPnfLetrgtpffgziok8wuftp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:43:26.556Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:43:26.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:43:26.556Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214425933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/artifacts/service-DemoPnfLetrgtpffgziok8wuftp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:43:26.556Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:43:26.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:43:26.556Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214434709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/artifacts/service-DemoPnfLetrgtpffgziok8wuftp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:43:26.556Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:43:26.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:43:26.556Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214436740,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/artifacts/service-DemoPnfLetrgtpffgziok8wuftp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T02:43:26.556Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:43:26.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:43:26.556Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "clamp",
  "timestamp": 1642214438722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/artifacts/service-DemoPnfLetrgtpffgziok8wuftp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:43:26.556Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:43:26.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:43:26.556Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "clamp",
  "timestamp": 1642214441723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLetrgtpffgziok8wuftp/1.0/artifacts/service-DemoPnfLetrgtpffgziok8wuftp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T02:43:26.557Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:43:26.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:43:26.557Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "clamp",
  "timestamp": 1642214442727,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
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-01-15T02:43:26.561Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 720a7b5b-dd5d-46bc-bfd6-44725dc08f42
2022-01-15T02:43:26.561Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 720a7b5b-dd5d-46bc-bfd6-44725dc08f42 and ComponentName clamp
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-01-15T02:43:37.839Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 720a7b5b-dd5d-46bc-bfd6-44725dc08f42
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-01-15T02:43:37.850Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 720a7b5b-dd5d-46bc-bfd6-44725dc08f42
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-01-15T02:43:37.854Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T02:43:37.854Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-15T02:43:37.854Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-15T02:43:37.854Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-15T02:43:37.854Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T02:43:37.854Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T02:43:37.854Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T02:43:37.855Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T02:43:37.855Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T02:43:37.855Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T02:43:37.855Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T02:43:37.855Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||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-01-15T02:43:37.860Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-15T02:44:07.860Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 720a7b5b-dd5d-46bc-bfd6-44725dc08f42 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-01-15T02:44:07.868Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 720a7b5b-dd5d-46bc-bfd6-44725dc08f42 and serviceModelVersionId: b9b72e18-51ec-42f3-b210-f823d136cbf7
2022-01-15T02:44:07.868Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5501a2cb-d8e9-4594-9671-cdcdc8c28586
2022-01-15T02:44:07.870Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5501a2cb-d8e9-4594-9671-cdcdc8c28586/model-vers/model-ver/b9b72e18-51ec-42f3-b210-f823d136cbf7?depth=0
2022-01-15T02:44:07.879Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-01-15T02:44:07.927Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5501a2cb-d8e9-4594-9671-cdcdc8c28586/model-vers/model-ver/b9b72e18-51ec-42f3-b210-f823d136cbf7?depth=0|INFO|500||Invoke
2022-01-15T02:44:07.928Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5501a2cb-d8e9-4594-9671-cdcdc8c28586/model-vers/model-ver/b9b72e18-51ec-42f3-b210-f823d136cbf7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5501a2cb-d8e9-4594-9671-cdcdc8c28586/model-vers/model-ver/b9b72e18-51ec-42f3-b210-f823d136cbf7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[720a7b5b-dd5d-46bc-bfd6-44725dc08f42], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1fcf2015-378f-4ab3-8729-0bde13d85300], X-ECOMP-RequestID=[720a7b5b-dd5d-46bc-bfd6-44725dc08f42], X-TransactionId=[], X-ONAP-RequestID=[720a7b5b-dd5d-46bc-bfd6-44725dc08f42], Content-Type=[application/merge-patch+json]}
2022-01-15T02:44:07.953Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5501a2cb-d8e9-4594-9671-cdcdc8c28586/model-vers/model-ver/b9b72e18-51ec-42f3-b210-f823d136cbf7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-15T02:44:08.167Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5501a2cb-d8e9-4594-9671-cdcdc8c28586/model-vers/model-ver/b9b72e18-51ec-42f3-b210-f823d136cbf7?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/5501a2cb-d8e9-4594-9671-cdcdc8c28586/model-vers/model-ver/b9b72e18-51ec-42f3-b210-f823d136cbf7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220115-02:44:07:962-58633], vertex-id=[180384], Content-Length=[0], Date=[Sat, 15 Jan 2022 02:44:07 GMT], Content-Type=[application/json]}
2022-01-15T02:44:08.167Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5501a2cb-d8e9-4594-9671-cdcdc8c28586/model-vers/model-ver/b9b72e18-51ec-42f3-b210-f823d136cbf7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-01-15T02:44:08.168Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5501a2cb-d8e9-4594-9671-cdcdc8c28586/model-vers/model-ver/b9b72e18-51ec-42f3-b210-f823d136cbf7?depth=0|INFO|500||InvokeReturn
2022-01-15T02:44:08.168Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-15T02:44:08.168Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||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-01-15T02:44:08.174Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||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-01-15T02:44:08.174Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 720a7b5b-dd5d-46bc-bfd6-44725dc08f42 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-15T02:44:08.174Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-15T02:44:08.175Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:44:08.176Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:44:08.176Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214648174,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-15T02:44:08.277Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-15T02:44:08.277Z||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-01-15T02:44:08.278Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:44:08.294Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:44:08.295Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 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-01-15T02:44:09.191Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:44:09.191Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|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-01-15T02:44:09.192Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:44:19.439Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:44:19.440Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:44:19.440Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|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-01-15T02:44:19.440Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:44:25.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:44:25.935Z||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-01-15T02:44:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:44:26.560Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:44:26.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:44:26.561Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "720a7b5b-dd5d-46bc-bfd6-44725dc08f42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214648174,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-15T02:44:26.561Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:44:28.982Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:44:28.982Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:44:28.983Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|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-01-15T02:44:28.983Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:44:38.522Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:44:38.523Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:44:38.523Z||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-01-15T02:44:38.523Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:44:48.059Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:45:25.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:45:25.934Z||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-01-15T02:45:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:45:25.934Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:45:25.935Z||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-01-15T02:45:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:45:35.482Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:45:35.482Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:46:25.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:46:25.933Z||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-01-15T02:46:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:46:25.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:46:25.935Z||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-01-15T02:46:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:46:31.256Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:46:31.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T02:46:31.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"c9f19513-083b-4dc0-8034-1444a47682c8","serviceDescription":"service","serviceInvariantUUID":"9f406372-eee6-4fdb-90f1-3bdb8b72b6c0","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"05c24bca-2c98-4fd8-81d5-2506cc499cab","resourceInvariantUUID":"fcaca532-c9c5-4796-937b-2921600840d2","resourceCustomizationUUID":"ee6811c0-bca8-40c8-b0c7-6f2c78fc5a70","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":"Y2EzZjc2ZTYwNGUwZDUwNTlkZGI5ZGZlNjdkOGRlZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ebdbcb0b-e2bf-48ba-8466-e1e792247188","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":"M2RiYWI2M2Y5MThkNGMzZThlOGZhZWQ1MGNkZjgyYmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bac9960f-ce72-4e8f-a095-bd2464f66732","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":"7cce0863-0483-4507-a96f-f54d938512d8","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":"3eaea688-1d91-49da-9dcc-28fc2c82dce6","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":"0d6cbe7a-a717-4afb-9c4b-837e536067bd","artifactVersion":"2","generatedFromUUID":"7cce0863-0483-4507-a96f-f54d938512d8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ODM2NTM1MTkyNjRlNjhmOTI5ZDBlYTJiZGJjMmQyM2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dd8480da-9246-4579-895c-ea70682de76b","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ODVmYjcxZjlmNWM0NTAyMzZjYzhjYjA1MjE0MTBhOGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef934b1b-0c23-4f15-a1ae-584995334a60","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-15T02:46:31.260Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:46:31.261Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:46:31.263Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:46:31.263Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214785933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:46:31.363Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-15T02:46:31.364Z||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-01-15T02:46:31.364Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:46:31.380Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:46:31.380Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:46:31.492Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:46:31.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:46:31.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214785933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:46:31.493Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:46:32.264Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:46:32.265Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:46:32.268Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:46:32.269Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214785933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-01-15T02:46:32.368Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-15T02:46:32.369Z||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-01-15T02:46:32.369Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:46:32.385Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:46:32.385Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:46:33.269Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:46:33.270Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:46:33.272Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:46:33.272Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214785933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-15T02:46:33.373Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:46:33.374Z||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-01-15T02:46:33.374Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:46:33.387Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:46:33.387Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:46:34.273Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:46:34.274Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:46:34.276Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:46:34.277Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214785933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:46:34.377Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:46:34.378Z||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-01-15T02:46:34.378Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:46:34.389Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:46:34.389Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:46:35.277Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:46:35.278Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:46:35.279Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:46:35.280Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214785933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-15T02:46:35.380Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:46:35.381Z||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-01-15T02:46:35.381Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:46:35.396Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:46:35.397Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:46:36.280Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:46:36.281Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:46:36.283Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:46:36.283Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214785933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:46:36.383Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:46:36.384Z||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-01-15T02:46:36.384Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:46:36.402Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:46:36.402Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:46:37.284Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:46:37.285Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:46:37.287Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:46:37.287Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214785933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:46:37.387Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:46:37.388Z||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-01-15T02:46:37.388Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:46:37.405Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:46:37.405Z||pool-36-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-01-15T02:46:38.289Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "c9f19513-083b-4dc0-8034-1444a47682c8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9f406372-eee6-4fdb-90f1-3bdb8b72b6c0",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ee6811c0-bca8-40c8-b0c7-6f2c78fc5a70",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "05c24bca-2c98-4fd8-81d5-2506cc499cab",
      "resourceInvariantUUID": "fcaca532-c9c5-4796-937b-2921600840d2",
      "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": "M2RiYWI2M2Y5MThkNGMzZThlOGZhZWQ1MGNkZjgyYmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bac9960f-ce72-4e8f-a095-bd2464f66732",
          "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": "7cce0863-0483-4507-a96f-f54d938512d8",
          "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": "0d6cbe7a-a717-4afb-9c4b-837e536067bd",
            "generatedFromUUID": "7cce0863-0483-4507-a96f-f54d938512d8"
          },
          "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": "0d6cbe7a-a717-4afb-9c4b-837e536067bd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ODVmYjcxZjlmNWM0NTAyMzZjYzhjYjA1MjE0MTBhOGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ef934b1b-0c23-4f15-a1ae-584995334a60"
    }
  ],
  "workloadContext": "Production"
}
2022-01-15T02:46:38.289Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-15T02:46:38.289Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c9f19513-083b-4dc0-8034-1444a47682c8 ASDC
2022-01-15T02:46:38.290Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:c9f19513-083b-4dc0-8034-1444a47682c8
ServiceInvariantUUID:9f406372-eee6-4fdb-90f1-3bdb8b72b6c0
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:ef934b1b-0c23-4f15-a1ae-584995334a60
ArtifactChecksum:ODVmYjcxZjlmNWM0NTAyMzZjYzhjYjA1MjE0MTBhOGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ee6811c0-bca8-40c8-b0c7-6f2c78fc5a70
ResourceInvariantUUID:fcaca532-c9c5-4796-937b-2921600840d2
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:05c24bca-2c98-4fd8-81d5-2506cc499cab
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:bac9960f-ce72-4e8f-a095-bd2464f66732
ArtifactChecksum:M2RiYWI2M2Y5MThkNGMzZThlOGZhZWQ1MGNkZjgyYmE=
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:7cce0863-0483-4507-a96f-f54d938512d8
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:0d6cbe7a-a717-4afb-9c4b-837e536067bd
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:0d6cbe7a-a717-4afb-9c4b-837e536067bd
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-15T02:46:38.290Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c9f19513-083b-4dc0-8034-1444a47682c8 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-01-15T02:46:38.320Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-15T02:46:38.321Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-15T02:46:38.321Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-15T02:46:38.321Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ef934b1b-0c23-4f15-a1ae-584995334a60 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-01-15T02:46:38.321Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-15T02:46:38.322Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-01-15T02:46:39.003Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-15T02:46:39.009Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ef934b1b-0c23-4f15-a1ae-584995334a60 71025
2022-01-15T02:46:39.009Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-01-15T02:46:39.009Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-01-15T02:46:39.009Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T02:46:39.010Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:46:39.012Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:46:39.012Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214799009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:46:39.112Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:46:39.113Z||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-01-15T02:46:39.113Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:46:39.128Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:46:39.128Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:46:40.013Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-15T02:46:40.014Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-15T02:46:40.014Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: ef934b1b-0c23-4f15-a1ae-584995334a60, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-01-15T02:46:40.015Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-01-15T02:46:40.015Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-01-15T02:46:40.015Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-01-15T02:46:40.661Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7104346952157368127/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_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 "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-01-15T02:46:41.639Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-15T02:46:41.640Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-01-15T02:46:41.640Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-15T02:46:41.640Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-15T02:46:41.640Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-15T02:46:41.640Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-15T02:46:41.640Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||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-01-15T02:46:41.641Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-15T02:46:41.641Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||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-01-15T02:46:41.641Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||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-01-15T02:46:41.641Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||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-01-15T02:46:41.641Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-15T02:46:41.641Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||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-01-15T02:46:41.641Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-01-15T02:46:41.641Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:46:41.641Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:46:41.641Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-15T02:46:41.641Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-01-15T02:46:41.642Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-15T02:46:41.642Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:46:41.642Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:46:41.642Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-15T02:46:41.642Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-01-15T02:46:41.642Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-15T02:46:41.642Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:46:41.642Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:46:41.642Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:46:41.642Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-01-15T02:46:41.643Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-01-15T02:46:41.643Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-01-15T02:46:41.643Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-01-15T02:46:41.643Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-15T02:46:41.644Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-15T02:46:41.644Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:46:41.644Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-15T02:46:41.644Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:46:41.644Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-15T02:46:41.644Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T02:46:41.644Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:46:41.645Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-15T02:46:41.645Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T02:46:41.645Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:46:41.645Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-15T02:46:41.645Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T02:46:41.645Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:46:41.645Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-01-15T02:46:41.645Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-01-15T02:46:41.645Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-15T02:46:41.646Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b0303f6f-3a6b-438e-abe2-c174bc52b10d
2022-01-15T02:46:41.646Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:46:41.646Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:46:41.646Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:46:41.646Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:46:41.646Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:46:41.646Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:46:41.646Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:46:41.646Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:46:41.646Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:c9f19513-083b-4dc0-8034-1444a47682c8
Model Version:NULL
Model InvariantUuid:9f406372-eee6-4fdb-90f1-3bdb8b72b6c0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:875f6ea8-c165-453d-a1cc-693d6f0e7144
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fcaca532-c9c5-4796-937b-2921600840d2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ee6811c0-bca8-40c8-b0c7-6f2c78fc5a70
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:639b484d-2947-4c56-a85d-5fc76c63a2ef
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:9ea21f63-31d5-4189-ada2-b04a69762e75
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b0303f6f-3a6b-438e-abe2-c174bc52b10d
ModelInvariantUuid:7550cad3-1340-4fe6-9250-a6cb17ec9d68
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:bf48a0d2-1806-4fd8-a834-2f7aa974abe8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4db2f9ff-ec13-481c-b3f7-3316c0e31afd
ModelInvariantUuid:af8121de-ae07-4dd2-ba2d-a0ac51a5df7c
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:55950445-f42b-42dd-94bc-085def60bba3
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-01-15T02:46:41.652Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 05c24bca-2c98-4fd8-81d5-2506cc499cab
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-01-15T02:46:41.655Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||basic_vm 0
2022-01-15T02:46:41.655Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 05c24bca-2c98-4fd8-81d5-2506cc499cab
2022-01-15T02:46:41.655Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bac9960f-ce72-4e8f-a095-bd2464f66732 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-01-15T02:46:41.655Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-15T02:46:41.655Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||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-01-15T02:46:41.905Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-15T02:46:41.905Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json bac9960f-ce72-4e8f-a095-bd2464f66732 787
2022-01-15T02:46:41.906Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||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-01-15T02:46:41.906Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||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-01-15T02:46:41.906Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T02:46:41.907Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:46:41.909Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:46:41.909Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214801906,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:46:42.010Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-15T02:46:42.011Z||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-01-15T02:46:42.011Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:46:42.028Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:46:42.028Z||pool-38-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:46:42.910Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "639b484d-2947-4c56-a85d-5fc76c63a2ef",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9ea21f63-31d5-4189-ada2-b04a69762e75",
    "vfModuleModelCustomizationUUID": "2ca636ce-abd5-4dc4-a735-64104ca9c66a",
    "isBase": true,
    "artifacts": [
      "7cce0863-0483-4507-a96f-f54d938512d8",
      "0d6cbe7a-a717-4afb-9c4b-837e536067bd"
    ],
    "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-01-15T02:46:42.916Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9ea21f63-31d5-4189-ada2-b04a69762e75
VfModuleModelInvariantUUID:639b484d-2947-4c56-a85d-5fc76c63a2ef
VfModuleModelDescription:NULL
Artifacts UUID List:{
7cce0863-0483-4507-a96f-f54d938512d8
,
0d6cbe7a-a717-4afb-9c4b-837e536067bd

}
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-01-15T02:46:42.919Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "639b484d-2947-4c56-a85d-5fc76c63a2ef",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9ea21f63-31d5-4189-ada2-b04a69762e75",
    "vfModuleModelCustomizationUUID": "2ca636ce-abd5-4dc4-a735-64104ca9c66a",
    "isBase": true,
    "artifacts": [
      "7cce0863-0483-4507-a96f-f54d938512d8",
      "0d6cbe7a-a717-4afb-9c4b-837e536067bd"
    ],
    "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-01-15T02:46:42.919Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9ea21f63-31d5-4189-ada2-b04a69762e75
VfModuleModelInvariantUUID:639b484d-2947-4c56-a85d-5fc76c63a2ef
VfModuleModelDescription:NULL
Artifacts UUID List:{
7cce0863-0483-4507-a96f-f54d938512d8
,
0d6cbe7a-a717-4afb-9c4b-837e536067bd

}
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-01-15T02:46:42.920Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7cce0863-0483-4507-a96f-f54d938512d8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-01-15T02:46:42.920Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-15T02:46:42.920Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||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-01-15T02:46:43.401Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-15T02:46:43.402Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 7cce0863-0483-4507-a96f-f54d938512d8 5033
2022-01-15T02:46:43.402Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||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-01-15T02:46:43.402Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||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-01-15T02:46:43.402Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T02:46:43.402Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:46:43.405Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:46:43.405Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214803402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:46:43.505Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:46:43.506Z||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-01-15T02:46:43.506Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:46:43.521Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:46:43.522Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:46:44.407Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0d6cbe7a-a717-4afb-9c4b-837e536067bd from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-01-15T02:46:44.408Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-15T02:46:44.409Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||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-01-15T02:46:44.768Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-15T02:46:44.769Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 0d6cbe7a-a717-4afb-9c4b-837e536067bd 903
2022-01-15T02:46:44.769Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||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-01-15T02:46:44.770Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||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-01-15T02:46:44.770Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T02:46:44.770Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:46:44.773Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:46:44.773Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214804769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:46:44.873Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:46:44.874Z||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-01-15T02:46:44.874Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:46:44.888Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:46:44.888Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:46:45.774Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: c9f19513-083b-4dc0-8034-1444a47682c8
2022-01-15T02:46:45.775Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 05c24bca-2c98-4fd8-81d5-2506cc499cab 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-01-15T02:46:45.790Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@54b63ef7, org.onap.sdc.toscaparser.api.parameters.Input@20001632, org.onap.sdc.toscaparser.api.parameters.Input@45ccf34f, org.onap.sdc.toscaparser.api.parameters.Input@1948abfb, org.onap.sdc.toscaparser.api.parameters.Input@7c6c7fa3]
2022-01-15T02:46:45.791Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:46:45.792Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:46:45.792Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-01-15T02:46:45.792Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= ee6811c0-bca8-40c8-b0c7-6f2c78fc5a70
2022-01-15T02:46:45.792Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ee6811c0-bca8-40c8-b0c7-6f2c78fc5a70 matches Tosca VF Customization UUID: ee6811c0-bca8-40c8-b0c7-6f2c78fc5a70
2022-01-15T02:46:45.792Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: ee6811c0-bca8-40c8-b0c7-6f2c78fc5a70  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-01-15T02:46:45.795Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:46:45.795Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:46:45.796Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id ee6811c0-bca8-40c8-b0c7-6f2c78fc5a70: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-01-15T02:46:45.796Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4dfd366e
2022-01-15T02:46:45.796Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:46:45.797Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-15T02:46:45.797Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2ca636ce-abd5-4dc4-a735-64104ca9c66a
2022-01-15T02:46:45.797Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2ca636ce-abd5-4dc4-a735-64104ca9c66a
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-01-15T02:46:45.800Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:46:45.800Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-15T02:46:45.800Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T02:46:45.801Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:46:45.801Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-15T02:46:45.801Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T02:46:45.801Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:46:45.801Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-01-15T02:46:45.802Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-01-15T02:46:45.802Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-15T02:46:45.802Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b0303f6f-3a6b-438e-abe2-c174bc52b10d
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-01-15T02:46:45.805Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:46:45.805Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-15T02:46:45.806Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T02:46:45.806Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:46:45.806Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-15T02:46:45.807Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=ee6811c0-bca8-40c8-b0c7-6f2c78fc5a70
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-01-15T02:46:45.809Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:46:45.809Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:46:45.809Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid c9f19513-083b-4dc0-8034-1444a47682c8: basic_vm
2022-01-15T02:46:45.810Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:46:45.810Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:46:45.810Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:46:45.810Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:46:45.810Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:46:45.811Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:46:45.811Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:46:45.811Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:46:45.811Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:46:45.811Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:46:45.811Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||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-01-15T02:46:45.945Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 05c24bca-2c98-4fd8-81d5-2506cc499cab 1 ASDC deployResourceStructure
2022-01-15T02:46:45.946Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||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-01-15T02:46:45.946Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||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-01-15T02:46:45.946Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T02:46:45.946Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:46:45.948Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:46:45.948Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214805946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-15T02:46:46.048Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:46:46.049Z||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-01-15T02:46:46.049Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:46:46.064Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:46:46.064Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:46:46.948Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||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-01-15T02:46:46.949Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||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-01-15T02:46:46.949Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T02:46:46.950Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:46:46.952Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:46:46.952Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214806948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-01-15T02:46:47.052Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:46:47.053Z||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-01-15T02:46:47.053Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:46:47.068Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:46:47.069Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:46:47.952Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||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-01-15T02:46:47.953Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||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-01-15T02:46:47.953Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T02:46:47.953Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:46:47.955Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:46:47.955Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214807952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-01-15T02:46:48.055Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:46:48.056Z||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-01-15T02:46:48.057Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:46:48.072Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:46:48.072Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-01-15T02:46:48.956Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-01-15T02:46:48.957Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-01-15T02:46:48.957Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T02:46:48.957Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:46:48.959Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:46:48.959Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214808956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T02:46:49.060Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:46:49.060Z||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-01-15T02:46:49.061Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:46:49.076Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:46:49.076Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:46:49.961Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b
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-01-15T02:46:49.972Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b
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-01-15T02:46:49.974Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T02:46:49.974Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T02:46:49.974Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T02:47:19.974Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b
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-01-15T02:47:19.985Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b
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-01-15T02:47:19.988Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T02:47:19.988Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T02:47:19.988Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T02:47:25.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:47:25.935Z||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-01-15T02:47:25.936Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:47:25.961Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:47:25.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:47:25.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "cds",
  "timestamp": 1642214789820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:47:25.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:47:49.988Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b
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-01-15T02:47:49.999Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b
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-01-15T02:47:50.001Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T02:47:50.001Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T02:47:50.001Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T02:48:20.002Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b
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-01-15T02:48:20.012Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b
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-01-15T02:48:20.014Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T02:48:20.014Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T02:48:20.014Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T02:48:25.934Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:48:25.935Z||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-01-15T02:48:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:48:25.962Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:48:25.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:48:25.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "clamp",
  "timestamp": 1642214783838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:48:25.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:48:25.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:48:25.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642214781994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:48:25.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:48:50.015Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b
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-01-15T02:48:50.026Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b
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-01-15T02:48:50.028Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T02:48:50.028Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T02:48:50.029Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T02:49:20.029Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b
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-01-15T02:49:20.040Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b
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-01-15T02:49:20.042Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T02:49:20.042Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T02:49:20.042Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T02:49:25.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:49:25.935Z||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-01-15T02:49:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:49:25.957Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:49:26.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642214781994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-01-15T02:49:26.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214785933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-01-15T02:49:26.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "cds",
  "timestamp": 1642214789820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "clamp",
  "timestamp": 1642214783838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-01-15T02:49:26.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "cds",
  "timestamp": 1642214789820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214785933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-15T02:49:26.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "clamp",
  "timestamp": 1642214783838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642214781994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-15T02:49:26.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "cds",
  "timestamp": 1642214789820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214785933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "clamp",
  "timestamp": 1642214783838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642214781994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642214794597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "cds",
  "timestamp": 1642214789820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642214781994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-15T02:49:26.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "clamp",
  "timestamp": 1642214783838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214785933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-15T02:49:26.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642214794597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "cds",
  "timestamp": 1642214789820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642214781994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.471Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "clamp",
  "timestamp": 1642214783838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.471Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214785933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.471Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642214794597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.471Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "cds",
  "timestamp": 1642214789820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:49:26.471Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "clamp",
  "timestamp": 1642214783838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:49:26.471Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642214781994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:49:26.471Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214785933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:49:26.471Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642214794597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.472Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642214798966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:49:26.472Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:49:26.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214799009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:49:26.472Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:49:26.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "cds",
  "timestamp": 1642214799067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:49:26.472Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:49:26.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642214794597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.472Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "cds",
  "timestamp": 1642214800072,
  "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=?
2022-01-15T02:49:26.478Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b
2022-01-15T02:49:26.479Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b 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-01-15T02:49:26.489Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.489Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642214794597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.490Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.490Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.490Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642214800305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:49:26.490Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:49:26.490Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.490Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "policy-id",
  "timestamp": 1642214800783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.490Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.490Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.490Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642214794597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.490Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.490Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.490Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642214801765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:49:26.491Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:49:26.491Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.491Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214801906,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:49:26.491Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:49:26.491Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.491Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "policy-id",
  "timestamp": 1642214800783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.491Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.491Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.491Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642214802787,
  "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-01-15T02:49:26.496Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b
2022-01-15T02:49:26.497Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b 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-01-15T02:49:26.505Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "policy-id",
  "timestamp": 1642214800783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-15T02:49:26.506Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214803402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:49:26.506Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:49:26.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "clamp",
  "timestamp": 1642214803759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:49:26.506Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:49:26.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642214803791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-15T02:49:26.506Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:49:26.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "policy-id",
  "timestamp": 1642214800783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.507Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214804769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:49:26.507Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:49:26.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "policy-id",
  "timestamp": 1642214800783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.507Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642214804797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.507Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "cds",
  "timestamp": 1642214804820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.507Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "clamp",
  "timestamp": 1642214805767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T02:49:26.507Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:49:26.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214805946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-15T02:49:26.508Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:49:26.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "policy-id",
  "timestamp": 1642214800783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.508Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642214804797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-01-15T02:49:26.508Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "cds",
  "timestamp": 1642214804820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.508Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "clamp",
  "timestamp": 1642214806772,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
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-01-15T02:49:26.514Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b
2022-01-15T02:49:26.515Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b and ComponentName clamp
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-01-15T02:49:26.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214806948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-01-15T02:49:26.524Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:49:26.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.525Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642214806377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.525Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.525Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "policy-id",
  "timestamp": 1642214800783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:49:26.525Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.525Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642214804797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-15T02:49:26.525Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.525Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "cds",
  "timestamp": 1642214804820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.525Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.525Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214807952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-01-15T02:49:26.525Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:49:26.526Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.526Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642214806377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.526Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.526Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.526Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "policy-id",
  "timestamp": 1642214808182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:49:26.526Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:49:26.526Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.526Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642214804797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.526Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.526Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.526Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "cds",
  "timestamp": 1642214804820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.526Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.526Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.526Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642214808956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T02:49:26.527Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:49:26.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642214806377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.527Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "aai-ml",
  "timestamp": 1642214808497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.527Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "policy-id",
  "timestamp": 1642214809186,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T02:49:26.527Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:49:26.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642214804797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-15T02:49:26.527Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.528Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "cds",
  "timestamp": 1642214804820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.528Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.528Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642214806377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.528Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.528Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "aai-ml",
  "timestamp": 1642214808497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.528Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.528Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "policy-id",
  "timestamp": 1642214810188,
  "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-01-15T02:49:26.534Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b
2022-01-15T02:49:26.534Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-01-15T02:49:26.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.541Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642214804797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.541Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.541Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "cds",
  "timestamp": 1642214804820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.541Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.542Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642214806377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.542Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.542Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "aai-ml",
  "timestamp": 1642214808497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.542Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.542Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642214804797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.543Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.543Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "cds",
  "timestamp": 1642214804820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.543Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.543Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642214806377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.543Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.543Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "aai-ml",
  "timestamp": 1642214808497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.544Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.544Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642214804797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:49:26.544Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.544Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "cds",
  "timestamp": 1642214804820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:49:26.544Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.545Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642214806377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:49:26.545Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.545Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "aai-ml",
  "timestamp": 1642214808497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.545Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.545Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "cds",
  "timestamp": 1642214813841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:49:26.545Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:49:26.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642214813839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:49:26.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:49:26.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "aai-ml",
  "timestamp": 1642214808497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.546Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642214814239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:49:26.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:49:26.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "clamp",
  "timestamp": 1642214813838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.546Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642214815028,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:49:26.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:49:26.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "aai-ml",
  "timestamp": 1642214808497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:49:26.547Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642214814597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.547Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "clamp",
  "timestamp": 1642214813838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-01-15T02:49:26.547Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "cds",
  "timestamp": 1642214815770,
  "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=?
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-01-15T02:49:26.560Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e1e66694-a191-4c88-9820-7c52b0178bc8
2022-01-15T02:49:26.561Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1e66694-a191-4c88-9820-7c52b0178bc8 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-01-15T02:49:26.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.571Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642214814597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.571Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.571Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642214816272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:49:26.572Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:49:26.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642214816329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T02:49:26.572Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:49:26.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "aai-ml",
  "timestamp": 1642214816356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:49:26.572Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:49:26.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "clamp",
  "timestamp": 1642214813838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.572Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642214814597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.572Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.573Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642214817290,
  "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-01-15T02:49:26.578Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1e66694-a191-4c88-9820-7c52b0178bc8
2022-01-15T02:49:26.578Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1e66694-a191-4c88-9820-7c52b0178bc8 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-01-15T02:49:26.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642214817333,
  "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-01-15T02:49:26.594Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b
2022-01-15T02:49:26.594Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b 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-01-15T02:49:26.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "clamp",
  "timestamp": 1642214813838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.604Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642214814597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.604Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642214818292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-15T02:49:26.604Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:49:26.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642214806377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.605Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "clamp",
  "timestamp": 1642214813838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.605Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642214814597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.605Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642214806377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.605Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "clamp",
  "timestamp": 1642214813838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.606Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.606Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.606Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642214814597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.606Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.606Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.606Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642214806377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.606Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.606Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.606Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "clamp",
  "timestamp": 1642214813838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.606Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642214814597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.607Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "policy-id",
  "timestamp": 1642214820783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.607Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642214806377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.607Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "clamp",
  "timestamp": 1642214813838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:49:26.607Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "aai-ml",
  "timestamp": 1642214821808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T02:49:26.608Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:49:26.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642214814597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.608Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "policy-id",
  "timestamp": 1642214820783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.608Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642214806377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.608Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "aai-ml",
  "timestamp": 1642214822812,
  "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-01-15T02:49:26.615Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b
2022-01-15T02:49:26.615Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b 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-01-15T02:49:26.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "policy-id",
  "timestamp": 1642214820783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-15T02:49:26.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642214806377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "aai-ml",
  "timestamp": 1642214808497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "policy-id",
  "timestamp": 1642214820783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642214806377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "aai-ml",
  "timestamp": 1642214808497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "policy-id",
  "timestamp": 1642214820783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642214806377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:49:26.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "aai-ml",
  "timestamp": 1642214808497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.626Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "policy-id",
  "timestamp": 1642214820783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.626Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642214826424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:49:26.626Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:49:26.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "aai-ml",
  "timestamp": 1642214808497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.626Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "policy-id",
  "timestamp": 1642214820783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.626Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "aai-ml",
  "timestamp": 1642214808497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.627Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "policy-id",
  "timestamp": 1642214820783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:49:26.627Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642214828367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T02:49:26.627Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:49:26.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "aai-ml",
  "timestamp": 1642214808497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.627Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642214829370,
  "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-01-15T02:49:26.632Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e1e66694-a191-4c88-9820-7c52b0178bc8
2022-01-15T02:49:26.633Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1e66694-a191-4c88-9820-7c52b0178bc8 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-01-15T02:49:26.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.641Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "policy-id",
  "timestamp": 1642214829578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:49:26.641Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:49:26.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "aai-ml",
  "timestamp": 1642214808497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:49:26.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "policy-id",
  "timestamp": 1642214830581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T02:49:26.642Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:49:26.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "aai-ml",
  "timestamp": 1642214808497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:49:26.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:49:26.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "policy-id",
  "timestamp": 1642214831584,
  "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-01-15T02:49:26.647Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1e66694-a191-4c88-9820-7c52b0178bc8
2022-01-15T02:49:26.648Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1e66694-a191-4c88-9820-7c52b0178bc8 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-01-15T02:49:26.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "aai-ml",
  "timestamp": 1642214832068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:49:26.654Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:49:26.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "clamp",
  "timestamp": 1642214834762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:49:26.655Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:49:26.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "clamp",
  "timestamp": 1642214837766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T02:49:26.655Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:49:26.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "aai-ml",
  "timestamp": 1642214838489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T02:49:26.655Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:49:26.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "clamp",
  "timestamp": 1642214838770,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
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-01-15T02:49:26.660Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e1e66694-a191-4c88-9820-7c52b0178bc8
2022-01-15T02:49:26.660Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1e66694-a191-4c88-9820-7c52b0178bc8 and ComponentName clamp
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-01-15T02:49:26.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:49:26.668Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "aai-ml",
  "timestamp": 1642214839492,
  "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-01-15T02:49:26.674Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e1e66694-a191-4c88-9820-7c52b0178bc8
2022-01-15T02:49:26.674Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1e66694-a191-4c88-9820-7c52b0178bc8 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-01-15T02:49:50.042Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b
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-01-15T02:49:50.052Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b
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-01-15T02:49:50.055Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T02:49:50.055Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-15T02:49:50.055Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-15T02:49:50.056Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-15T02:49:50.056Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T02:49:50.056Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T02:49:50.056Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T02:49:50.056Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T02:49:50.056Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T02:49:50.056Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T02:49:50.057Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||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-01-15T02:49:50.062Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-15T02:50:20.062Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b 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-01-15T02:50:20.068Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b and serviceModelVersionId: c9f19513-083b-4dc0-8034-1444a47682c8
2022-01-15T02:50:20.068Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9f406372-eee6-4fdb-90f1-3bdb8b72b6c0
2022-01-15T02:50:20.069Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9f406372-eee6-4fdb-90f1-3bdb8b72b6c0/model-vers/model-ver/c9f19513-083b-4dc0-8034-1444a47682c8?depth=0
2022-01-15T02:50:20.075Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-01-15T02:50:20.108Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f406372-eee6-4fdb-90f1-3bdb8b72b6c0/model-vers/model-ver/c9f19513-083b-4dc0-8034-1444a47682c8?depth=0|INFO|500||Invoke
2022-01-15T02:50:20.108Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f406372-eee6-4fdb-90f1-3bdb8b72b6c0/model-vers/model-ver/c9f19513-083b-4dc0-8034-1444a47682c8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f406372-eee6-4fdb-90f1-3bdb8b72b6c0/model-vers/model-ver/c9f19513-083b-4dc0-8034-1444a47682c8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bd9906b5-11e4-4fcf-aef1-ac2771087603], X-ECOMP-RequestID=[0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b], X-TransactionId=[], X-ONAP-RequestID=[0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b], Content-Type=[application/merge-patch+json]}
2022-01-15T02:50:20.140Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f406372-eee6-4fdb-90f1-3bdb8b72b6c0/model-vers/model-ver/c9f19513-083b-4dc0-8034-1444a47682c8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-15T02:50:20.212Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f406372-eee6-4fdb-90f1-3bdb8b72b6c0/model-vers/model-ver/c9f19513-083b-4dc0-8034-1444a47682c8?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/9f406372-eee6-4fdb-90f1-3bdb8b72b6c0/model-vers/model-ver/c9f19513-083b-4dc0-8034-1444a47682c8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220115-02:50:20:151-99031], vertex-id=[200712], Content-Length=[0], Date=[Sat, 15 Jan 2022 02:50:20 GMT], Content-Type=[application/json]}
2022-01-15T02:50:20.213Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f406372-eee6-4fdb-90f1-3bdb8b72b6c0/model-vers/model-ver/c9f19513-083b-4dc0-8034-1444a47682c8?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-01-15T02:50:20.213Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f406372-eee6-4fdb-90f1-3bdb8b72b6c0/model-vers/model-ver/c9f19513-083b-4dc0-8034-1444a47682c8?depth=0|INFO|500||InvokeReturn
2022-01-15T02:50:20.213Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-15T02:50:20.213Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||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-01-15T02:50:20.218Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||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-01-15T02:50:20.218Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-15T02:50:20.218Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-15T02:50:20.218Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:50:20.220Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:50:20.220Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215020218,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-15T02:50:20.320Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:50:20.321Z||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-01-15T02:50:20.322Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:50:20.341Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:50:20.341Z||pool-45-thread-1|||||INFO|500||cambria reply ok (20 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-01-15T02:50:21.232Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:50:21.232Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|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-01-15T02:50:21.233Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:50:25.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:50:25.935Z||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-01-15T02:50:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:50:26.213Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:50:26.214Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-15T02:50:26.214Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"e1e66694-a191-4c88-9820-7c52b0178bc8","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"afc78066-6cf8-417e-88d6-39d6446347e6","serviceDescription":"service","serviceInvariantUUID":"b7c5b960-9ba0-486c-a3cc-7ab835ea3931","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bb2f1dc4-7264-4600-9e8a-a28b01ebbc37","resourceInvariantUUID":"75e4cf45-5029-49c6-8888-6855d30db617","resourceCustomizationUUID":"b37c516f-d9b9-4712-be66-e0cc895fdf26","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":"NmNlZTU1MGQxZTQ3NDg2ZWVjOTQxOTc0NjVlN2VhYzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e340d369-e865-4298-a659-5af296950927","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":"YTBmZDU1MGYzYThmMDc2ZGM3ZTMyY2YxNDVhNjgyMGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"225d98bc-c96e-4376-ba0a-a3737b665372","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":"ccf85796-32eb-43da-80d7-3773a1c93d39","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":"ef68b87c-df7b-42a1-94a1-c3944ff05b23","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":"1e40ca3b-ccee-4de7-a856-0c6e921e8936","artifactVersion":"2","generatedFromUUID":"ccf85796-32eb-43da-80d7-3773a1c93d39"},{"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":"NTNhODVjN2ViNThmYTQ3NzJmNWZiMGU5NmM5MzdlM2M\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"77095517-e199-4eee-8e0e-9cbf697cfefb","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":"NDkzM2ZmNzNhNDFhODQ0NGFkZDhjODFiMGI4NTNiMDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b972cb3d-0e8b-41ef-a66a-ca5ef010cc67","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZWU3NDAyNTJkMmU3ZjI4ZTI0NTUzYmY4ZWRjYjhhOGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dd39df30-074f-4492-b9bb-4d9b8d1eb484","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-15T02:50:26.218Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:50:26.218Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:50:26.221Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:50:26.221Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215021232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:50:26.321Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:50:26.322Z||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-01-15T02:50:26.322Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:50:26.335Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:50:26.335Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:50:26.343Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:50:26.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-15T02:50:26.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215020218,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-15T02:50:26.345Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:50:27.221Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:50:27.222Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:50:27.223Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:50:27.224Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215021232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-01-15T02:50:27.324Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:50:27.325Z||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-01-15T02:50:27.325Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:50:27.339Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:50:27.340Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:50:28.224Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:50:28.225Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:50:28.227Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:50:28.227Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215021232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-15T02:50:28.328Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:50:28.329Z||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-01-15T02:50:28.329Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:50:28.345Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:50:28.346Z||pool-48-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:50:29.228Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:50:29.229Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:50:29.231Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:50:29.231Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215021232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:50:29.331Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:50:29.332Z||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-01-15T02:50:29.332Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:50:29.347Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:50:29.348Z||pool-49-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-01-15T02:50:30.231Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:50:30.232Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:50:30.234Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:50:30.234Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215021232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-15T02:50:30.335Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:50:30.335Z||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-01-15T02:50:30.335Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:50:30.348Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:50:30.349Z||pool-50-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:50:31.235Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:50:31.236Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:50:31.238Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:50:31.238Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215021232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:50:31.339Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-15T02:50:31.340Z||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-01-15T02:50:31.340Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:50:31.356Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:50:31.358Z||pool-51-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:50:32.239Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:50:32.240Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:50:32.242Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:50:32.242Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215021232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:50:32.342Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:50:32.343Z||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-01-15T02:50:32.343Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:50:32.358Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:50:32.358Z||pool-52-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:50:33.242Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:50:33.243Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:50:33.245Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:50:33.245Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215021232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:50:33.345Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:50:33.346Z||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-01-15T02:50:33.346Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:50:33.358Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:50:33.359Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:50:34.247Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "afc78066-6cf8-417e-88d6-39d6446347e6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b7c5b960-9ba0-486c-a3cc-7ab835ea3931",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "b37c516f-d9b9-4712-be66-e0cc895fdf26",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bb2f1dc4-7264-4600-9e8a-a28b01ebbc37",
      "resourceInvariantUUID": "75e4cf45-5029-49c6-8888-6855d30db617",
      "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": "YTBmZDU1MGYzYThmMDc2ZGM3ZTMyY2YxNDVhNjgyMGY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "225d98bc-c96e-4376-ba0a-a3737b665372",
          "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": "ccf85796-32eb-43da-80d7-3773a1c93d39",
          "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": "1e40ca3b-ccee-4de7-a856-0c6e921e8936",
            "generatedFromUUID": "ccf85796-32eb-43da-80d7-3773a1c93d39"
          },
          "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": "1e40ca3b-ccee-4de7-a856-0c6e921e8936",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZWU3NDAyNTJkMmU3ZjI4ZTI0NTUzYmY4ZWRjYjhhOGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dd39df30-074f-4492-b9bb-4d9b8d1eb484"
    }
  ],
  "workloadContext": "Production"
}
2022-01-15T02:50:34.247Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-15T02:50:34.247Z|0f8f16f2-4ec9-45fa-8dd4-425a02c3dc4b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 afc78066-6cf8-417e-88d6-39d6446347e6 ASDC
2022-01-15T02:50:34.248Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:e1e66694-a191-4c88-9820-7c52b0178bc8
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:afc78066-6cf8-417e-88d6-39d6446347e6
ServiceInvariantUUID:b7c5b960-9ba0-486c-a3cc-7ab835ea3931
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:dd39df30-074f-4492-b9bb-4d9b8d1eb484
ArtifactChecksum:ZWU3NDAyNTJkMmU3ZjI4ZTI0NTUzYmY4ZWRjYjhhOGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:b37c516f-d9b9-4712-be66-e0cc895fdf26
ResourceInvariantUUID:75e4cf45-5029-49c6-8888-6855d30db617
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:bb2f1dc4-7264-4600-9e8a-a28b01ebbc37
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:225d98bc-c96e-4376-ba0a-a3737b665372
ArtifactChecksum:YTBmZDU1MGYzYThmMDc2ZGM3ZTMyY2YxNDVhNjgyMGY=
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:ccf85796-32eb-43da-80d7-3773a1c93d39
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:1e40ca3b-ccee-4de7-a856-0c6e921e8936
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:1e40ca3b-ccee-4de7-a856-0c6e921e8936
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-15T02:50:34.248Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF afc78066-6cf8-417e-88d6-39d6446347e6 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-01-15T02:50:34.279Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-15T02:50:34.279Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-15T02:50:34.279Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-15T02:50:34.279Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: dd39df30-074f-4492-b9bb-4d9b8d1eb484 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-01-15T02:50:34.279Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-15T02:50:34.280Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-01-15T02:50:34.369Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-15T02:50:34.375Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar dd39df30-074f-4492-b9bb-4d9b8d1eb484 78773
2022-01-15T02:50:34.375Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-01-15T02:50:34.375Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-01-15T02:50:34.375Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T02:50:34.376Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:50:34.377Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:50:34.377Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215034375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:50:34.478Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:50:34.479Z||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-01-15T02:50:34.479Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:50:34.493Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:50:34.493Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-01-15T02:50:35.378Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-15T02:50:35.379Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-15T02:50:35.379Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: dd39df30-074f-4492-b9bb-4d9b8d1eb484, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-15T02:50:35.380Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-01-15T02:50:35.380Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-15T02:50:35.381Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-15T02:50:35.479Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9428951674858539586/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_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 "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-01-15T02:50:36.386Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-15T02:50:36.387Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-01-15T02:50:36.387Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-15T02:50:36.387Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-15T02:50:36.387Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-15T02:50:36.387Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-15T02:50:36.387Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||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-01-15T02:50:36.387Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-15T02:50:36.387Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||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-01-15T02:50:36.387Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||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-01-15T02:50:36.387Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||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-01-15T02:50:36.387Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-15T02:50:36.387Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||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-01-15T02:50:36.388Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-01-15T02:50:36.388Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:50:36.388Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:50:36.388Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-15T02:50:36.388Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-01-15T02:50:36.388Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-15T02:50:36.388Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:50:36.388Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:50:36.389Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-15T02:50:36.389Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-01-15T02:50:36.389Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-15T02:50:36.389Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:50:36.389Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:50:36.389Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:50:36.389Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-01-15T02:50:36.389Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-01-15T02:50:36.389Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-01-15T02:50:36.389Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-01-15T02:50:36.390Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-15T02:50:36.390Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-15T02:50:36.390Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:50:36.390Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-15T02:50:36.390Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:50:36.390Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-15T02:50:36.390Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T02:50:36.390Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:50:36.390Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-15T02:50:36.390Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T02:50:36.391Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:50:36.391Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-15T02:50:36.391Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T02:50:36.391Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:50:36.391Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-01-15T02:50:36.391Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-01-15T02:50:36.391Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-15T02:50:36.391Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2efec22f-66ed-4610-92d4-8b15b9f90ea6
2022-01-15T02:50:36.391Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:50:36.391Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:50:36.392Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:50:36.392Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:50:36.392Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:50:36.392Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:50:36.392Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:50:36.392Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:50:36.392Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:afc78066-6cf8-417e-88d6-39d6446347e6
Model Version:NULL
Model InvariantUuid:b7c5b960-9ba0-486c-a3cc-7ab835ea3931
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:e902e3d2-3e78-416b-a775-e09c46ad3e84
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:75e4cf45-5029-49c6-8888-6855d30db617
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b37c516f-d9b9-4712-be66-e0cc895fdf26
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:11b0f988-cab1-4a24-82df-3ca62be8c2d3
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:b6dd74f1-e99f-4d3f-91c8-ac9d40df33cf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2efec22f-66ed-4610-92d4-8b15b9f90ea6
ModelInvariantUuid:cd01cdc9-ef26-47a0-b00d-80c554f2b8e3
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:c4a03779-4fcc-4b01-b08c-805f7344e676
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:feaed722-aaa9-408d-a590-b0b795e2d7c6
ModelInvariantUuid:f1ecf6b1-47a9-40aa-b014-768a0674ffff
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:f4f1382b-8d1f-4e9c-981c-a975cc875b6f
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-01-15T02:50:36.399Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: bb2f1dc4-7264-4600-9e8a-a28b01ebbc37
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-01-15T02:50:36.401Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||basic_vm_macro 0
2022-01-15T02:50:36.401Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bb2f1dc4-7264-4600-9e8a-a28b01ebbc37
2022-01-15T02:50:36.402Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 225d98bc-c96e-4376-ba0a-a3737b665372 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-01-15T02:50:36.402Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-15T02:50:36.402Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||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-01-15T02:50:36.435Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-15T02:50:36.435Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 225d98bc-c96e-4376-ba0a-a3737b665372 792
2022-01-15T02:50:36.436Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||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-01-15T02:50:36.436Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||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-01-15T02:50:36.436Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T02:50:36.436Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:50:36.438Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:50:36.438Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215036436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:50:36.538Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:50:36.539Z||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-01-15T02:50:36.539Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:50:36.554Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:50:36.555Z||pool-55-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:50:37.439Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "11b0f988-cab1-4a24-82df-3ca62be8c2d3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b6dd74f1-e99f-4d3f-91c8-ac9d40df33cf",
    "vfModuleModelCustomizationUUID": "173896f6-489c-4332-8344-aa105c6883a1",
    "isBase": true,
    "artifacts": [
      "ccf85796-32eb-43da-80d7-3773a1c93d39",
      "1e40ca3b-ccee-4de7-a856-0c6e921e8936"
    ],
    "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-01-15T02:50:37.444Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b6dd74f1-e99f-4d3f-91c8-ac9d40df33cf
VfModuleModelInvariantUUID:11b0f988-cab1-4a24-82df-3ca62be8c2d3
VfModuleModelDescription:NULL
Artifacts UUID List:{
ccf85796-32eb-43da-80d7-3773a1c93d39
,
1e40ca3b-ccee-4de7-a856-0c6e921e8936

}
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-01-15T02:50:37.447Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "11b0f988-cab1-4a24-82df-3ca62be8c2d3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b6dd74f1-e99f-4d3f-91c8-ac9d40df33cf",
    "vfModuleModelCustomizationUUID": "173896f6-489c-4332-8344-aa105c6883a1",
    "isBase": true,
    "artifacts": [
      "ccf85796-32eb-43da-80d7-3773a1c93d39",
      "1e40ca3b-ccee-4de7-a856-0c6e921e8936"
    ],
    "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-01-15T02:50:37.447Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b6dd74f1-e99f-4d3f-91c8-ac9d40df33cf
VfModuleModelInvariantUUID:11b0f988-cab1-4a24-82df-3ca62be8c2d3
VfModuleModelDescription:NULL
Artifacts UUID List:{
ccf85796-32eb-43da-80d7-3773a1c93d39
,
1e40ca3b-ccee-4de7-a856-0c6e921e8936

}
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-01-15T02:50:37.447Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ccf85796-32eb-43da-80d7-3773a1c93d39 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-01-15T02:50:37.448Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-15T02:50:37.448Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||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-01-15T02:50:37.675Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-15T02:50:37.676Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ccf85796-32eb-43da-80d7-3773a1c93d39 5033
2022-01-15T02:50:37.676Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||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-01-15T02:50:37.676Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||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-01-15T02:50:37.676Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T02:50:37.677Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:50:37.678Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:50:37.678Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215037676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:50:37.779Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:50:37.779Z||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-01-15T02:50:37.780Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:50:37.794Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:50:37.794Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:50:38.679Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1e40ca3b-ccee-4de7-a856-0c6e921e8936 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-01-15T02:50:38.680Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-15T02:50:38.681Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||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-01-15T02:50:38.963Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-15T02:50:38.964Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 1e40ca3b-ccee-4de7-a856-0c6e921e8936 903
2022-01-15T02:50:38.964Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||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-01-15T02:50:38.964Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||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-01-15T02:50:38.965Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T02:50:38.965Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:50:38.967Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:50:38.967Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215038964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:50:39.067Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:50:39.068Z||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-01-15T02:50:39.068Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:50:39.083Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:50:39.083Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:50:39.967Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: afc78066-6cf8-417e-88d6-39d6446347e6
2022-01-15T02:50:39.968Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 bb2f1dc4-7264-4600-9e8a-a28b01ebbc37 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-01-15T02:50:39.982Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2cb12f29, org.onap.sdc.toscaparser.api.parameters.Input@484a240a, org.onap.sdc.toscaparser.api.parameters.Input@4e289474, org.onap.sdc.toscaparser.api.parameters.Input@7aa97461, org.onap.sdc.toscaparser.api.parameters.Input@5fc4d47a]
2022-01-15T02:50:39.983Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:50:39.984Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:50:39.984Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-01-15T02:50:39.984Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= b37c516f-d9b9-4712-be66-e0cc895fdf26
2022-01-15T02:50:39.984Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b37c516f-d9b9-4712-be66-e0cc895fdf26 matches Tosca VF Customization UUID: b37c516f-d9b9-4712-be66-e0cc895fdf26
2022-01-15T02:50:39.984Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: b37c516f-d9b9-4712-be66-e0cc895fdf26  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-01-15T02:50:39.986Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:50:39.987Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:50:39.987Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id b37c516f-d9b9-4712-be66-e0cc895fdf26: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-01-15T02:50:39.987Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7d8d09e1
2022-01-15T02:50:39.987Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:50:39.988Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-15T02:50:39.988Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 173896f6-489c-4332-8344-aa105c6883a1
2022-01-15T02:50:39.988Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 173896f6-489c-4332-8344-aa105c6883a1
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-01-15T02:50:39.990Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:50:39.991Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-15T02:50:39.991Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T02:50:39.991Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:50:39.991Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-15T02:50:39.991Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T02:50:39.991Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:50:39.991Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-01-15T02:50:39.992Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-01-15T02:50:39.992Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-15T02:50:39.992Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2efec22f-66ed-4610-92d4-8b15b9f90ea6
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-01-15T02:50:39.994Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:50:39.994Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-15T02:50:39.994Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T02:50:39.994Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:50:39.994Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-15T02:50:39.994Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b37c516f-d9b9-4712-be66-e0cc895fdf26
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-01-15T02:50:39.996Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:50:39.996Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:50:39.996Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid afc78066-6cf8-417e-88d6-39d6446347e6: basic_vm_macro
2022-01-15T02:50:39.996Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:50:39.996Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:50:39.997Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:50:39.997Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:50:39.997Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:50:39.997Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:50:39.997Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:50:39.997Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:50:39.997Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:50:39.997Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:50:39.997Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||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-01-15T02:50:40.074Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro bb2f1dc4-7264-4600-9e8a-a28b01ebbc37 1 ASDC deployResourceStructure
2022-01-15T02:50:40.074Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||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-01-15T02:50:40.075Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||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-01-15T02:50:40.075Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T02:50:40.075Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:50:40.077Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:50:40.077Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215040074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-15T02:50:40.177Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:50:40.178Z||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-01-15T02:50:40.178Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:50:40.192Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:50:40.192Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:50:41.078Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||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-01-15T02:50:41.079Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||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-01-15T02:50:41.079Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T02:50:41.079Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:50:41.081Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:50:41.082Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215041078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-01-15T02:50:41.182Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-15T02:50:41.182Z||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-01-15T02:50:41.182Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:50:41.197Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:50:41.198Z||pool-59-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:50:42.082Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||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-01-15T02:50:42.083Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||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-01-15T02:50:42.083Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T02:50:42.084Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:50:42.085Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:50:42.085Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215042082,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-01-15T02:50:42.186Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-15T02:50:42.187Z||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-01-15T02:50:42.187Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:50:42.203Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:50:42.203Z||pool-60-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:50:43.086Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-01-15T02:50:43.087Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-01-15T02:50:43.087Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T02:50:43.088Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:50:43.089Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:50:43.090Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215043086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T02:50:43.190Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:50:43.191Z||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-01-15T02:50:43.191Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:50:43.205Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:50:43.205Z||pool-61-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-01-15T02:50:44.090Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1e66694-a191-4c88-9820-7c52b0178bc8
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-01-15T02:50:44.102Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1e66694-a191-4c88-9820-7c52b0178bc8
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-01-15T02:50:44.105Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T02:50:44.105Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-15T02:50:44.106Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-15T02:50:44.106Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-15T02:50:44.106Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T02:50:44.106Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T02:50:44.106Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T02:50:44.106Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T02:50:44.106Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T02:50:44.107Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T02:50:44.107Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||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-01-15T02:50:44.112Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-15T02:51:14.112Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e1e66694-a191-4c88-9820-7c52b0178bc8 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-01-15T02:51:14.119Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e1e66694-a191-4c88-9820-7c52b0178bc8 and serviceModelVersionId: afc78066-6cf8-417e-88d6-39d6446347e6
2022-01-15T02:51:14.119Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7c5b960-9ba0-486c-a3cc-7ab835ea3931
2022-01-15T02:51:14.120Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7c5b960-9ba0-486c-a3cc-7ab835ea3931/model-vers/model-ver/afc78066-6cf8-417e-88d6-39d6446347e6?depth=0
2022-01-15T02:51:14.125Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-01-15T02:51:14.156Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7c5b960-9ba0-486c-a3cc-7ab835ea3931/model-vers/model-ver/afc78066-6cf8-417e-88d6-39d6446347e6?depth=0|INFO|500||Invoke
2022-01-15T02:51:14.156Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7c5b960-9ba0-486c-a3cc-7ab835ea3931/model-vers/model-ver/afc78066-6cf8-417e-88d6-39d6446347e6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7c5b960-9ba0-486c-a3cc-7ab835ea3931/model-vers/model-ver/afc78066-6cf8-417e-88d6-39d6446347e6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e1e66694-a191-4c88-9820-7c52b0178bc8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[679249fd-7f2d-4362-896a-bf50b50a2c0a], X-ECOMP-RequestID=[e1e66694-a191-4c88-9820-7c52b0178bc8], X-TransactionId=[], X-ONAP-RequestID=[e1e66694-a191-4c88-9820-7c52b0178bc8], Content-Type=[application/merge-patch+json]}
2022-01-15T02:51:14.181Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7c5b960-9ba0-486c-a3cc-7ab835ea3931/model-vers/model-ver/afc78066-6cf8-417e-88d6-39d6446347e6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-15T02:51:14.631Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7c5b960-9ba0-486c-a3cc-7ab835ea3931/model-vers/model-ver/afc78066-6cf8-417e-88d6-39d6446347e6?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/b7c5b960-9ba0-486c-a3cc-7ab835ea3931/model-vers/model-ver/afc78066-6cf8-417e-88d6-39d6446347e6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220115-02:51:14:189-11262], vertex-id=[229616], Content-Length=[0], Date=[Sat, 15 Jan 2022 02:51:14 GMT], Content-Type=[application/json]}
2022-01-15T02:51:14.632Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7c5b960-9ba0-486c-a3cc-7ab835ea3931/model-vers/model-ver/afc78066-6cf8-417e-88d6-39d6446347e6?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-01-15T02:51:14.633Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7c5b960-9ba0-486c-a3cc-7ab835ea3931/model-vers/model-ver/afc78066-6cf8-417e-88d6-39d6446347e6?depth=0|INFO|500||InvokeReturn
2022-01-15T02:51:14.633Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-15T02:51:14.633Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||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-01-15T02:51:14.638Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||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-01-15T02:51:14.639Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e1e66694-a191-4c88-9820-7c52b0178bc8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-15T02:51:14.639Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-15T02:51:14.639Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:51:14.641Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:51:14.641Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215074639,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-15T02:51:14.741Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:51:14.742Z||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-01-15T02:51:14.742Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:51:14.779Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:51:14.780Z||pool-62-thread-1|||||INFO|500||cambria reply ok (39 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-01-15T02:51:15.654Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:51:15.654Z||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-01-15T02:51:15.655Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:51:16.281Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:51:16.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-15T02:51:16.282Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"99ec8b63-1d89-40cf-9a15-87950c29ded7","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"d5f64a24-ef28-417f-a528-9bf056552784","serviceDescription":"service","serviceInvariantUUID":"650bd7bc-2ca5-48ab-984d-c1639747ec15","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7aab704e-97ba-45fe-b5a7-110705770eb1","resourceInvariantUUID":"714ad033-4ddf-4a6a-8bbf-19eb74c80d10","resourceCustomizationUUID":"ab01746c-d4fd-4a33-ad7a-dbff5925b733","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":"MmUzMDdmNDJiM2FmNWZmNzA5ZmEzMmQ3OTBmZTllZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4a44a2ef-e6ad-4381-a177-3b5ca40c52cc","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":"41a8b4d0-a4ff-4543-8ee0-2e04d3b7287e","artifactVersion":"2","generatedFromUUID":"a256d8ff-9f9e-4f12-820a-011a8eb91e16"},{"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":"a256d8ff-9f9e-4f12-820a-011a8eb91e16","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":"NjdhNjc3OWU1MTA5ZDRlNWE3ODAxNjRjNDJjMzY5Zjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"71a7ef8a-9c63-4d65-9b38-185d385d829b","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":"71bb9445-dc4d-4622-8e1e-7582ec5d1966","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":"38fa93ad-0c2a-4c8d-a16e-453ef5af0f91","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":"fda4755b-24e6-4395-bd64-c22749fdbffe","artifactVersion":"2","generatedFromUUID":"71bb9445-dc4d-4622-8e1e-7582ec5d1966"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZDI2ODk5NjY5Y2ViYjI5NGU1OTYyZmJiYTBjZjg5Mzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1bff2305-4698-4cde-83a8-b2feb161eeb0","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MjY2NDAyMDYxNDhhYTM1NWM0YTU0M2U3OWIyMjU5ZmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1c93239b-7b30-46ed-a78f-3521d42d3dc1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-15T02:51:16.283Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:51:16.283Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:51:16.285Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:51:16.285Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215075654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:51:16.385Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:51:16.386Z||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-01-15T02:51:16.386Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:51:16.399Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:51:16.400Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-15T02:51:17.286Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:51:17.286Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:51:17.288Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:51:17.288Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215075654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-01-15T02:51:17.388Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:51:17.389Z||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-01-15T02:51:17.389Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:51:17.407Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:51:17.407Z||pool-64-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:51:18.289Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:51:18.289Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:51:18.291Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:51:18.291Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215075654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-01-15T02:51:18.392Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:51:18.392Z||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-01-15T02:51:18.393Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:51:18.406Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:51:18.406Z||pool-65-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:51:19.292Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:51:19.293Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:51:19.295Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:51:19.295Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215075654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-01-15T02:51:19.395Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:51:19.396Z||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-01-15T02:51:19.396Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:51:19.411Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:51:19.411Z||pool-66-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:51:20.295Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:51:20.296Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:51:20.297Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:51:20.298Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215075654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-01-15T02:51:20.398Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:51:20.399Z||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-01-15T02:51:20.399Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:51:20.413Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:51:20.414Z||pool-67-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:51:21.298Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:51:21.299Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:51:21.301Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:51:21.301Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215075654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:51:21.402Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:51:21.402Z||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-01-15T02:51:21.402Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:51:21.417Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:51:21.417Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:51:22.302Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:51:22.303Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:51:22.306Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:51:22.306Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215075654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-01-15T02:51:22.406Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-15T02:51:22.407Z||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-01-15T02:51:22.407Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:51:22.421Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:51:22.422Z||pool-69-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:51:23.307Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:51:23.308Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:51:23.310Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:51:23.310Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215075654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:51:23.410Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:51:23.410Z||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-01-15T02:51:23.410Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:51:23.423Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:51:23.424Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:51:24.310Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:51:24.311Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:51:24.313Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:51:24.313Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215075654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:51:24.413Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:51:24.414Z||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-01-15T02:51:24.414Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:51:24.429Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:51:24.429Z||pool-71-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-01-15T02:51:25.315Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "d5f64a24-ef28-417f-a528-9bf056552784",
  "serviceDescription": "service",
  "serviceInvariantUUID": "650bd7bc-2ca5-48ab-984d-c1639747ec15",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "ab01746c-d4fd-4a33-ad7a-dbff5925b733",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7aab704e-97ba-45fe-b5a7-110705770eb1",
      "resourceInvariantUUID": "714ad033-4ddf-4a6a-8bbf-19eb74c80d10",
      "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": "41a8b4d0-a4ff-4543-8ee0-2e04d3b7287e",
          "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": "a256d8ff-9f9e-4f12-820a-011a8eb91e16",
          "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": "NjdhNjc3OWU1MTA5ZDRlNWE3ODAxNjRjNDJjMzY5Zjk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "71a7ef8a-9c63-4d65-9b38-185d385d829b",
          "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": "71bb9445-dc4d-4622-8e1e-7582ec5d1966",
          "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": "fda4755b-24e6-4395-bd64-c22749fdbffe",
            "generatedFromUUID": "71bb9445-dc4d-4622-8e1e-7582ec5d1966"
          },
          "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": "fda4755b-24e6-4395-bd64-c22749fdbffe",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MjY2NDAyMDYxNDhhYTM1NWM0YTU0M2U3OWIyMjU5ZmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1c93239b-7b30-46ed-a78f-3521d42d3dc1"
    }
  ],
  "workloadContext": "Production"
}
2022-01-15T02:51:25.315Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-15T02:51:25.316Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d5f64a24-ef28-417f-a528-9bf056552784 ASDC
2022-01-15T02:51:25.316Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:99ec8b63-1d89-40cf-9a15-87950c29ded7
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:d5f64a24-ef28-417f-a528-9bf056552784
ServiceInvariantUUID:650bd7bc-2ca5-48ab-984d-c1639747ec15
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:1c93239b-7b30-46ed-a78f-3521d42d3dc1
ArtifactChecksum:MjY2NDAyMDYxNDhhYTM1NWM0YTU0M2U3OWIyMjU5ZmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:ab01746c-d4fd-4a33-ad7a-dbff5925b733
ResourceInvariantUUID:714ad033-4ddf-4a6a-8bbf-19eb74c80d10
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:7aab704e-97ba-45fe-b5a7-110705770eb1
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:41a8b4d0-a4ff-4543-8ee0-2e04d3b7287e
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:a256d8ff-9f9e-4f12-820a-011a8eb91e16
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:71a7ef8a-9c63-4d65-9b38-185d385d829b
ArtifactChecksum:NjdhNjc3OWU1MTA5ZDRlNWE3ODAxNjRjNDJjMzY5Zjk=
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:71bb9445-dc4d-4622-8e1e-7582ec5d1966
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:fda4755b-24e6-4395-bd64-c22749fdbffe
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:fda4755b-24e6-4395-bd64-c22749fdbffe
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-15T02:51:25.316Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d5f64a24-ef28-417f-a528-9bf056552784 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-01-15T02:51:25.350Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-15T02:51:25.351Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-01-15T02:51:25.351Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-01-15T02:51:25.351Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1c93239b-7b30-46ed-a78f-3521d42d3dc1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-01-15T02:51:25.351Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-01-15T02:51:25.351Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-01-15T02:51:25.723Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-01-15T02:51:25.727Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 1c93239b-7b30-46ed-a78f-3521d42d3dc1 68927
2022-01-15T02:51:25.727Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-01-15T02:51:25.728Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-01-15T02:51:25.728Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T02:51:25.728Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:51:25.730Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:51:25.730Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215085727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:51:25.830Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:51:25.831Z||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-01-15T02:51:25.831Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:51:25.844Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:51:25.845Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:51:25.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:51:25.935Z||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-01-15T02:51:25.936Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:51:25.961Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:51:25.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:51:25.962Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215021232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:51:25.963Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:51:26.730Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-15T02:51:26.732Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-01-15T02:51:26.732Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 1c93239b-7b30-46ed-a78f-3521d42d3dc1, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-15T02:51:26.732Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-01-15T02:51:26.733Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-15T02:51:26.733Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-15T02:51:26.820Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8827232765391386015/Definitions/service-BasicCnf-template.yml
2022-01-15T02:51:27.684Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-15T02:51:27.685Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-01-15T02:51:27.685Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-15T02:51:27.685Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-01-15T02:51:27.685Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||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-01-15T02:51:27.685Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||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-01-15T02:51:27.685Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||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-01-15T02:51:27.685Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-15T02:51:27.685Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-01-15T02:51:27.686Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:51:27.686Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:51:27.686Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-15T02:51:27.686Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-01-15T02:51:27.686Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-15T02:51:27.686Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:51:27.686Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:51:27.687Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-15T02:51:27.687Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-01-15T02:51:27.687Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-15T02:51:27.687Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:51:27.687Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:51:27.687Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:51:27.687Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-01-15T02:51:27.687Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-01-15T02:51:27.687Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria
2022-01-15T02:51:27.688Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-15T02:51:27.688Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:51:27.688Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-15T02:51:27.688Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:51:27.688Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-15T02:51:27.688Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T02:51:27.688Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:51:27.689Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-15T02:51:27.689Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T02:51:27.689Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:51:27.689Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-15T02:51:27.689Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T02:51:27.689Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:51:27.689Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-01-15T02:51:27.689Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-01-15T02:51:27.690Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7be2f71e-93af-4554-9d39-e9d9daad2143
2022-01-15T02:51:27.690Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:51:27.690Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:51:27.690Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:51:27.690Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:51:27.690Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:51:27.690Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:51:27.690Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:51:27.690Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:51:27.691Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:d5f64a24-ef28-417f-a528-9bf056552784
Model Version:NULL
Model InvariantUuid:650bd7bc-2ca5-48ab-984d-c1639747ec15
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:b7f66408-01cd-4fc7-aaee-1d234a07a30f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:714ad033-4ddf-4a6a-8bbf-19eb74c80d10
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ab01746c-d4fd-4a33-ad7a-dbff5925b733
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:41b67ade-193e-4062-8460-a8ba58ad5061
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:c08bab32-a097-4a7c-87ea-b8d74d80b652
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7be2f71e-93af-4554-9d39-e9d9daad2143
ModelInvariantUuid:232166c0-b0c2-4cbe-a258-3fc6cff5782a
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:0c626410-95c1-49c5-8c6f-687f8be594e4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:54237ea2-40ee-4e8a-bf98-383944163e2f
ModelInvariantUuid:252fed11-b09b-4d32-b55e-05b0d4e717a2
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:e945ebd6-9433-4574-bee1-0c43f5fd70d4
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-01-15T02:51:27.697Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 7aab704e-97ba-45fe-b5a7-110705770eb1
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-01-15T02:51:27.700Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||basic_cnf 0
2022-01-15T02:51:27.700Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7aab704e-97ba-45fe-b5a7-110705770eb1
2022-01-15T02:51:27.701Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 41a8b4d0-a4ff-4543-8ee0-2e04d3b7287e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-01-15T02:51:27.701Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-01-15T02:51:27.701Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||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-01-15T02:51:27.929Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-01-15T02:51:27.929Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 41a8b4d0-a4ff-4543-8ee0-2e04d3b7287e 12
2022-01-15T02:51:27.930Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||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-01-15T02:51:27.930Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||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-01-15T02:51:27.930Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T02:51:27.930Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:51:27.932Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:51:27.932Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215087930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:51:28.032Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:51:28.033Z||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-01-15T02:51:28.033Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:51:28.048Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:51:28.049Z||pool-73-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:51:28.933Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a256d8ff-9f9e-4f12-820a-011a8eb91e16 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-01-15T02:51:28.934Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-01-15T02:51:28.934Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||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-01-15T02:51:29.031Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-01-15T02:51:29.031Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz a256d8ff-9f9e-4f12-820a-011a8eb91e16 2688
2022-01-15T02:51:29.032Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||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-01-15T02:51:29.032Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||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-01-15T02:51:29.032Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T02:51:29.032Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:51:29.034Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:51:29.034Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215089032,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:51:29.135Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-15T02:51:29.135Z||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-01-15T02:51:29.135Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:51:29.150Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:51:29.151Z||pool-74-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:51:30.036Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 71a7ef8a-9c63-4d65-9b38-185d385d829b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-01-15T02:51:30.037Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-01-15T02:51:30.037Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||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-01-15T02:51:30.073Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-01-15T02:51:30.073Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 71a7ef8a-9c63-4d65-9b38-185d385d829b 828
2022-01-15T02:51:30.073Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||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-01-15T02:51:30.073Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||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-01-15T02:51:30.074Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T02:51:30.074Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:51:30.075Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:51:30.075Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215090073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:51:30.175Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:51:30.176Z||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-01-15T02:51:30.176Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:51:30.191Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:51:30.191Z||pool-75-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-01-15T02:51:31.075Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "41b67ade-193e-4062-8460-a8ba58ad5061",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c08bab32-a097-4a7c-87ea-b8d74d80b652",
    "vfModuleModelCustomizationUUID": "66799184-9ff2-487c-98b0-aa29cd03f189",
    "isBase": true,
    "artifacts": [
      "71bb9445-dc4d-4622-8e1e-7582ec5d1966",
      "a256d8ff-9f9e-4f12-820a-011a8eb91e16",
      "fda4755b-24e6-4395-bd64-c22749fdbffe"
    ],
    "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-01-15T02:51:31.079Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c08bab32-a097-4a7c-87ea-b8d74d80b652
VfModuleModelInvariantUUID:41b67ade-193e-4062-8460-a8ba58ad5061
VfModuleModelDescription:NULL
Artifacts UUID List:{
71bb9445-dc4d-4622-8e1e-7582ec5d1966
,
a256d8ff-9f9e-4f12-820a-011a8eb91e16
,
fda4755b-24e6-4395-bd64-c22749fdbffe

}
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-01-15T02:51:31.081Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "41b67ade-193e-4062-8460-a8ba58ad5061",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c08bab32-a097-4a7c-87ea-b8d74d80b652",
    "vfModuleModelCustomizationUUID": "66799184-9ff2-487c-98b0-aa29cd03f189",
    "isBase": true,
    "artifacts": [
      "71bb9445-dc4d-4622-8e1e-7582ec5d1966",
      "a256d8ff-9f9e-4f12-820a-011a8eb91e16",
      "fda4755b-24e6-4395-bd64-c22749fdbffe"
    ],
    "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-01-15T02:51:31.082Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c08bab32-a097-4a7c-87ea-b8d74d80b652
VfModuleModelInvariantUUID:41b67ade-193e-4062-8460-a8ba58ad5061
VfModuleModelDescription:NULL
Artifacts UUID List:{
71bb9445-dc4d-4622-8e1e-7582ec5d1966
,
a256d8ff-9f9e-4f12-820a-011a8eb91e16
,
fda4755b-24e6-4395-bd64-c22749fdbffe

}
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-01-15T02:51:31.082Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 71bb9445-dc4d-4622-8e1e-7582ec5d1966 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-01-15T02:51:31.082Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-01-15T02:51:31.082Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||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-01-15T02:51:31.133Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-01-15T02:51:31.133Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 71bb9445-dc4d-4622-8e1e-7582ec5d1966 1164
2022-01-15T02:51:31.134Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||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-01-15T02:51:31.134Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||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-01-15T02:51:31.134Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T02:51:31.134Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:51:31.136Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:51:31.136Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215091133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:51:31.237Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:51:31.237Z||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-01-15T02:51:31.237Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:51:31.252Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:51:31.252Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:51:32.137Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fda4755b-24e6-4395-bd64-c22749fdbffe from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-01-15T02:51:32.138Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-01-15T02:51:32.138Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||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-01-15T02:51:32.176Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-01-15T02:51:32.177Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env fda4755b-24e6-4395-bd64-c22749fdbffe 200
2022-01-15T02:51:32.177Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||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-01-15T02:51:32.177Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||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-01-15T02:51:32.177Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T02:51:32.177Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:51:32.179Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:51:32.180Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215092177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:51:32.280Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:51:32.281Z||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-01-15T02:51:32.281Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:51:32.296Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:51:32.296Z||pool-77-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:51:33.180Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: d5f64a24-ef28-417f-a528-9bf056552784
2022-01-15T02:51:33.181Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 7aab704e-97ba-45fe-b5a7-110705770eb1 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 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=?
2022-01-15T02:51:33.194Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||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 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-01-15T02:51:33.200Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1cc228a7, org.onap.sdc.toscaparser.api.parameters.Input@1363c96f, org.onap.sdc.toscaparser.api.parameters.Input@7566f3c1, org.onap.sdc.toscaparser.api.parameters.Input@519ec8d3, org.onap.sdc.toscaparser.api.parameters.Input@5c145557]
2022-01-15T02:51:33.201Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:51:33.201Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:51:33.201Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-01-15T02:51:33.201Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= ab01746c-d4fd-4a33-ad7a-dbff5925b733
2022-01-15T02:51:33.201Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ab01746c-d4fd-4a33-ad7a-dbff5925b733 matches Tosca VF Customization UUID: ab01746c-d4fd-4a33-ad7a-dbff5925b733
2022-01-15T02:51:33.201Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: ab01746c-d4fd-4a33-ad7a-dbff5925b733  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-01-15T02:51:33.203Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:51:33.203Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:51:33.203Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id ab01746c-d4fd-4a33-ad7a-dbff5925b733: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-01-15T02:51:33.204Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@34f454f5
2022-01-15T02:51:33.204Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:51:33.204Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-15T02:51:33.204Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 66799184-9ff2-487c-98b0-aa29cd03f189
2022-01-15T02:51:33.204Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 66799184-9ff2-487c-98b0-aa29cd03f189
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-01-15T02:51:33.206Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:51:33.206Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-15T02:51:33.207Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T02:51:33.207Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:51:33.207Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-15T02:51:33.207Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T02:51:33.208Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:51:33.208Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-01-15T02:51:33.208Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-01-15T02:51:33.209Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7be2f71e-93af-4554-9d39-e9d9daad2143
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-01-15T02:51:33.211Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:51:33.211Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-15T02:51:33.211Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-15T02:51:33.211Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:51:33.212Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-15T02:51:33.212Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=ab01746c-d4fd-4a33-ad7a-dbff5925b733
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-01-15T02:51:33.213Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:51:33.214Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:51:33.214Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid d5f64a24-ef28-417f-a528-9bf056552784: basic_cnf
2022-01-15T02:51:33.214Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:51:33.214Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:51:33.214Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:51:33.214Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:51:33.214Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:51:33.215Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:51:33.215Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:51:33.215Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:51:33.215Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:51:33.215Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:51:33.215Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||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-01-15T02:51:33.283Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 7aab704e-97ba-45fe-b5a7-110705770eb1 1 ASDC deployResourceStructure
2022-01-15T02:51:33.284Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||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-01-15T02:51:33.284Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||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-01-15T02:51:33.284Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-01-15T02:51:33.284Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:51:33.286Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:51:33.286Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215093283,
  "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-01-15T02:51:33.386Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:51:33.387Z||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-01-15T02:51:33.387Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:51:33.403Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:51:33.403Z||pool-78-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-01-15T02:51:34.287Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||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-01-15T02:51:34.288Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||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-01-15T02:51:34.288Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-01-15T02:51:34.288Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:51:34.290Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:51:34.290Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215094287,
  "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-01-15T02:51:34.390Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-15T02:51:34.391Z||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-01-15T02:51:34.391Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:51:34.407Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:51:34.408Z||pool-79-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:51:35.292Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||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-01-15T02:51:35.292Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||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-01-15T02:51:35.292Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T02:51:35.293Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:51:35.294Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:51:35.295Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215095291,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-15T02:51:35.395Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:51:35.396Z||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-01-15T02:51:35.396Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:51:35.410Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:51:35.411Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:51:36.295Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||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-01-15T02:51:36.297Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||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-01-15T02:51:36.298Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T02:51:36.298Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:51:36.299Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:51:36.299Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215096295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-01-15T02:51:36.400Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:51:36.401Z||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-01-15T02:51:36.401Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:51:36.417Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:51:36.417Z||pool-81-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-01-15T02:51:37.301Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||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-01-15T02:51:37.301Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||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-01-15T02:51:37.302Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T02:51:37.302Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:51:37.304Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:51:37.304Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215097301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-01-15T02:51:37.404Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:51:37.405Z||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-01-15T02:51:37.405Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:51:37.419Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:51:37.420Z||pool-82-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:51:38.305Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-01-15T02:51:38.305Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-01-15T02:51:38.306Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T02:51:38.306Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:51:38.308Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:51:38.308Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215098305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T02:51:38.408Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:51:38.409Z||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-01-15T02:51:38.409Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:51:38.444Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:51:38.445Z||pool-83-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:51:39.309Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99ec8b63-1d89-40cf-9a15-87950c29ded7
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-01-15T02:51:39.319Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99ec8b63-1d89-40cf-9a15-87950c29ded7
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-01-15T02:51:39.321Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T02:51:39.321Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T02:51:39.321Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T02:52:09.321Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99ec8b63-1d89-40cf-9a15-87950c29ded7
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-01-15T02:52:09.333Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99ec8b63-1d89-40cf-9a15-87950c29ded7
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-01-15T02:52:09.335Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T02:52:09.335Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T02:52:09.335Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T02:52:25.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:52:25.935Z||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-01-15T02:52:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:52:25.966Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:52:25.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215021232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-01-15T02:52:25.969Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215021232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-15T02:52:25.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215021232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215021232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-15T02:52:25.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215021232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215021232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215021232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:52:25.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215034375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:52:25.972Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:52:25.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215036436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:52:25.972Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:52:25.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215037676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:52:25.972Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:52:25.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215038964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:52:25.972Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:52:25.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215040074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-15T02:52:25.973Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:52:25.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215041078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-01-15T02:52:25.973Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:52:25.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215042082,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-01-15T02:52:25.973Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:52:25.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215043086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T02:52:25.973Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:52:25.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642215061994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642215061994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-01-15T02:52:25.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642215061994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-01-15T02:52:25.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642215061994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-01-15T02:52:25.975Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1e66694-a191-4c88-9820-7c52b0178bc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215074639,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-15T02:52:25.975Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:52:25.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642215074597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.975Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642215061994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-01-15T02:52:25.975Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "cds",
  "timestamp": 1642215074820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.975Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642215074597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.976Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642215061994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.976Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215075654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.976Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "cds",
  "timestamp": 1642215074820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.976Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642215076377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.976Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642215074597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.976Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642215061994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-01-15T02:52:25.976Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215075654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-01-15T02:52:25.977Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "cds",
  "timestamp": 1642215074820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.977Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642215076377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.977Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642215074597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.978Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642215061994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.978Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215075654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-01-15T02:52:25.978Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "cds",
  "timestamp": 1642215074820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.978Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642215076377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "aai-ml",
  "timestamp": 1642215078497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642215074597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642215061994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:52:25.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215075654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-01-15T02:52:25.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "cds",
  "timestamp": 1642215074820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642215076377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "aai-ml",
  "timestamp": 1642215078497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642215074597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215075654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-01-15T02:52:25.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642215080326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:52:25.980Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:52:25.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "cds",
  "timestamp": 1642215074820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642215076377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "aai-ml",
  "timestamp": 1642215078497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.981Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642215074597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.981Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215075654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.981Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642215081370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:52:25.981Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:52:25.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "policy-id",
  "timestamp": 1642215080783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.981Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "cds",
  "timestamp": 1642215074820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.982Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642215076377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.982Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "aai-ml",
  "timestamp": 1642215078497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.982Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642215074597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.982Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215075654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-01-15T02:52:25.982Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "policy-id",
  "timestamp": 1642215080783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.982Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642215082448,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:52:25.982Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:52:25.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.983Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "cds",
  "timestamp": 1642215074820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.983Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.983Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642215076377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.983Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.983Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "aai-ml",
  "timestamp": 1642215078497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.983Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.983Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642215074597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.983Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.983Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215075654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.983Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.983Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "policy-id",
  "timestamp": 1642215080783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.984Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.984Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.984Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "cds",
  "timestamp": 1642215074820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:52:25.984Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.984Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.984Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642215083622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:52:25.984Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:52:25.984Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.984Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642215076377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.984Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.984Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.984Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "aai-ml",
  "timestamp": 1642215078497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.984Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.985Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.985Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215075654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:52:25.985Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.985Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.985Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "policy-id",
  "timestamp": 1642215080783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.985Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.985Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.985Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "clamp",
  "timestamp": 1642215083838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.985Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.985Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.985Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "cds",
  "timestamp": 1642215084640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:52:25.985Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:52:25.985Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.985Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642215084666,
  "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-01-15T02:52:25.991Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 99ec8b63-1d89-40cf-9a15-87950c29ded7
2022-01-15T02:52:25.991Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99ec8b63-1d89-40cf-9a15-87950c29ded7 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-01-15T02:52:25.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642215076377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:52:25.999Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "aai-ml",
  "timestamp": 1642215078497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:25.999Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:25.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:25.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "policy-id",
  "timestamp": 1642215080783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-01-15T02:52:25.999Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:26.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:26.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "clamp",
  "timestamp": 1642215083838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:52:26.000Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:52:26.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:26.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "cds",
  "timestamp": 1642215085644,
  "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=?
2022-01-15T02:52:26.005Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 99ec8b63-1d89-40cf-9a15-87950c29ded7
2022-01-15T02:52:26.005Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99ec8b63-1d89-40cf-9a15-87950c29ded7 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-01-15T02:52:26.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:26.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642215085669,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-15T02:52:26.014Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:52:26.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:52:26.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215085727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:52:26.014Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:52:39.336Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99ec8b63-1d89-40cf-9a15-87950c29ded7
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-01-15T02:52:39.349Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99ec8b63-1d89-40cf-9a15-87950c29ded7
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-01-15T02:52:39.352Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T02:52:39.352Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T02:52:39.352Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T02:53:09.352Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99ec8b63-1d89-40cf-9a15-87950c29ded7
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-01-15T02:53:09.370Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99ec8b63-1d89-40cf-9a15-87950c29ded7
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-01-15T02:53:09.371Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T02:53:09.371Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T02:53:09.372Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T02:53:25.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:53:25.938Z||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-01-15T02:53:25.938Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:53:25.966Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:53:25.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:53:25.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642215086135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:53:25.968Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:53:39.372Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99ec8b63-1d89-40cf-9a15-87950c29ded7
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-01-15T02:53:39.383Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99ec8b63-1d89-40cf-9a15-87950c29ded7
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-01-15T02:53:39.385Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T02:53:39.385Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T02:53:39.385Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T02:54:09.385Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99ec8b63-1d89-40cf-9a15-87950c29ded7
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-01-15T02:54:09.397Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99ec8b63-1d89-40cf-9a15-87950c29ded7
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-01-15T02:54:09.400Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T02:54:09.400Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T02:54:09.400Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T02:54:25.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:54:25.936Z||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-01-15T02:54:25.936Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:54:26.463Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:54:26.464Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:54:26.465Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "aai-ml",
  "timestamp": 1642215078497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:54:26.465Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:54:26.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:54:26.465Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "policy-id",
  "timestamp": 1642215080783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:54:26.466Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:54:26.466Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:54:26.466Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "clamp",
  "timestamp": 1642215083838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:54:26.466Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:54:26.466Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:54:26.466Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "aai-ml",
  "timestamp": 1642215078497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:54:26.466Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:54:26.466Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:54:26.467Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "policy-id",
  "timestamp": 1642215080783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:54:26.467Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:54:26.467Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:54:26.467Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "clamp",
  "timestamp": 1642215083838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-01-15T02:54:26.467Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:54:26.467Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:54:26.467Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215087930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:54:26.467Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:54:26.467Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:54:26.467Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642215088077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T02:54:26.467Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:54:26.467Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:54:26.468Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "aai-ml",
  "timestamp": 1642215088433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:54:26.468Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:54:26.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:54:26.468Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "policy-id",
  "timestamp": 1642215080783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:54:26.468Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:54:26.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:54:26.468Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "clamp",
  "timestamp": 1642215083838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:54:26.468Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:54:26.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:54:26.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215089032,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:54:26.469Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:54:26.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:54:26.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642215089081,
  "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-01-15T02:54:26.476Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 99ec8b63-1d89-40cf-9a15-87950c29ded7
2022-01-15T02:54:26.476Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99ec8b63-1d89-40cf-9a15-87950c29ded7 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-01-15T02:54:26.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:54:26.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "policy-id",
  "timestamp": 1642215080783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:54:26.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:54:26.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:54:26.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "clamp",
  "timestamp": 1642215083838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:54:26.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:54:26.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:54:26.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215090073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:54:26.487Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:54:26.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:54:26.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "clamp",
  "timestamp": 1642215083838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:54:26.488Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:54:26.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:54:26.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "policy-id",
  "timestamp": 1642215090492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:54:26.488Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:54:26.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:54:26.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215091133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:54:26.488Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:54:26.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:54:26.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "clamp",
  "timestamp": 1642215083838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:54:26.488Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:54:26.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:54:26.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "policy-id",
  "timestamp": 1642215091495,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T02:54:26.489Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:54:26.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:54:26.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215092177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:54:26.489Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:54:26.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:54:26.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "clamp",
  "timestamp": 1642215083838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:54:26.489Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:54:26.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:54:26.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "policy-id",
  "timestamp": 1642215092497,
  "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-01-15T02:54:26.494Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 99ec8b63-1d89-40cf-9a15-87950c29ded7
2022-01-15T02:54:26.494Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99ec8b63-1d89-40cf-9a15-87950c29ded7 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-01-15T02:54:26.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:54:26.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215093283,
  "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-01-15T02:54:26.503Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:54:26.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:54:26.504Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "aai-ml",
  "timestamp": 1642215093488,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T02:54:26.504Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:54:26.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:54:26.504Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215094287,
  "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-01-15T02:54:26.504Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:54:26.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:54:26.504Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "aai-ml",
  "timestamp": 1642215094491,
  "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-01-15T02:54:26.509Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 99ec8b63-1d89-40cf-9a15-87950c29ded7
2022-01-15T02:54:26.509Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99ec8b63-1d89-40cf-9a15-87950c29ded7 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-01-15T02:54:26.517Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:54:26.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215095291,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-15T02:54:26.518Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:54:26.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:54:26.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215096295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-01-15T02:54:26.518Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:54:26.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:54:26.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215097301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-01-15T02:54:26.519Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:54:26.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:54:26.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215098305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T02:54:26.519Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:54:26.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:54:26.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "clamp",
  "timestamp": 1642215106789,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:54:26.519Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:54:26.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:54:26.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "clamp",
  "timestamp": 1642215108797,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T02:54:26.520Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:54:26.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:54:26.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "clamp",
  "timestamp": 1642215109800,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
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-01-15T02:54:26.525Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 99ec8b63-1d89-40cf-9a15-87950c29ded7
2022-01-15T02:54:26.525Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99ec8b63-1d89-40cf-9a15-87950c29ded7 and ComponentName clamp
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-01-15T02:54:39.400Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99ec8b63-1d89-40cf-9a15-87950c29ded7
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-01-15T02:54:39.412Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99ec8b63-1d89-40cf-9a15-87950c29ded7
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-01-15T02:54:39.416Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T02:54:39.416Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-15T02:54:39.416Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-15T02:54:39.416Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-15T02:54:39.416Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T02:54:39.417Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T02:54:39.417Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T02:54:39.417Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T02:54:39.417Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T02:54:39.417Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T02:54:39.417Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||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-01-15T02:54:39.423Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-15T02:55:09.423Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 99ec8b63-1d89-40cf-9a15-87950c29ded7 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-01-15T02:55:09.428Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 99ec8b63-1d89-40cf-9a15-87950c29ded7 and serviceModelVersionId: d5f64a24-ef28-417f-a528-9bf056552784
2022-01-15T02:55:09.428Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 650bd7bc-2ca5-48ab-984d-c1639747ec15
2022-01-15T02:55:09.429Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/650bd7bc-2ca5-48ab-984d-c1639747ec15/model-vers/model-ver/d5f64a24-ef28-417f-a528-9bf056552784?depth=0
2022-01-15T02:55:09.436Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-01-15T02:55:09.466Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/650bd7bc-2ca5-48ab-984d-c1639747ec15/model-vers/model-ver/d5f64a24-ef28-417f-a528-9bf056552784?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-01-15T02:55:09.467Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/650bd7bc-2ca5-48ab-984d-c1639747ec15/model-vers/model-ver/d5f64a24-ef28-417f-a528-9bf056552784?depth=0|INFO|500||Invoke
2022-01-15T02:55:09.487Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/650bd7bc-2ca5-48ab-984d-c1639747ec15/model-vers/model-ver/d5f64a24-ef28-417f-a528-9bf056552784?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-15T02:55:10.070Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/650bd7bc-2ca5-48ab-984d-c1639747ec15/model-vers/model-ver/d5f64a24-ef28-417f-a528-9bf056552784?depth=0|INFO|500||InvokeReturn
2022-01-15T02:55:10.071Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/650bd7bc-2ca5-48ab-984d-c1639747ec15/model-vers/model-ver/d5f64a24-ef28-417f-a528-9bf056552784?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220115-02:55:09:495-60442], vertex-id=[229536], Content-Length=[0], Date=[Sat, 15 Jan 2022 02:55:09 GMT], Content-Type=[application/json]}
2022-01-15T02:55:10.071Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-01-15T02:55:10.071Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-15T02:55:10.072Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||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-01-15T02:55:10.077Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||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-01-15T02:55:10.077Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 99ec8b63-1d89-40cf-9a15-87950c29ded7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-15T02:55:10.077Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-15T02:55:10.077Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:55:10.079Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:55:10.079Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215310077,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-15T02:55:10.179Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-15T02:55:10.180Z||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-01-15T02:55:10.180Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:55:10.198Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:55:10.199Z||pool-84-thread-1|||||INFO|500||cambria reply ok (20 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-01-15T02:55:11.092Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:55:11.092Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|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-01-15T02:55:11.092Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:55:21.565Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:55:21.566Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:55:21.566Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|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-01-15T02:55:21.567Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:55:25.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:55:25.936Z||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-01-15T02:55:25.936Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:55:26.561Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:55:26.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:55:26.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99ec8b63-1d89-40cf-9a15-87950c29ded7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215310077,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-15T02:55:26.563Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:55:31.107Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:55:31.108Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:55:31.108Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|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-01-15T02:55:31.109Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:55:40.647Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:55:40.647Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:55:40.648Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|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-01-15T02:55:40.648Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:55:48.809Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:55:48.810Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-15T02:55:48.810Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"cba01890-8ad4-4108-8212-12947fc22335","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"84611127-fcb1-4d52-94ac-f4910ce8a32d","serviceDescription":"service","serviceInvariantUUID":"4e7cd611-2e50-4a83-8676-d4908e5ac6f9","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9d0bdbaf-111b-4e4d-81b7-5df50932eb9e","resourceInvariantUUID":"4a8018d5-9449-47fd-a062-e68f580de2e3","resourceCustomizationUUID":"52af165c-9d1b-4323-97a4-c8969738780d","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":"YTYwNzVjMGE0N2QxOWIzOTM3NDQxYjEzNGNlOTQ0MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c36294e9-8e5d-41da-a0d9-fbfd3c68cbfd","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":"2e778627-d702-4089-aec3-1c61d4a02fea","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":"32c522b3-43b4-4054-a406-9627cb437cc1","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":"MDM2Njk5OGRmNjk1MTg5YmJkYWFlOGYxZGM1NWE5Mzg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6d6bfaf0-142c-41bc-abb3-a3e4e629b523","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":"21b1fa4b-1895-4d80-8132-a0b7a37ec82a","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":"8ad85247-bfe0-4f16-9214-4a9d80d67d71","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":"016c34fa-f42a-4c57-9efd-0bca2dac4037","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":"MjAwYmMwMWYzZWZlMzQ5YTJlMjY2ZTM4ZmVkN2U5YWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f327d542-1701-4c25-8a84-a5efc374130c","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MWRlZjk5MTAzZDFmN2UwOWI5NmMzMjM0ZGU2MDBjN2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"42a8aba0-0638-4bed-8e80-eeee0adbc10f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-15T02:55:48.811Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:55:48.812Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:55:48.814Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:55:48.814Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215340647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:55:48.914Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:55:48.915Z||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-01-15T02:55:48.915Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:55:48.935Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:55:48.935Z||pool-85-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:55:49.814Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:55:49.815Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:55:49.817Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:55:49.817Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215340647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:55:49.918Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:55:49.919Z||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-01-15T02:55:49.919Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:55:49.930Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:55:49.930Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:55:50.818Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:55:50.819Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:55:50.822Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:55:50.822Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215340647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:55:50.922Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:55:50.923Z||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-01-15T02:55:50.924Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:55:50.943Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:55:50.943Z||pool-87-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:55:51.823Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:55:51.823Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:55:51.825Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:55:51.825Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215340647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:55:51.925Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:55:51.926Z||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-01-15T02:55:51.927Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:55:51.948Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:55:51.949Z||pool-88-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:55:52.826Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:55:52.826Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:55:52.828Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:55:52.828Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215340647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:55:52.929Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-15T02:55:52.930Z||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-01-15T02:55:52.930Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:55:52.947Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:55:52.948Z||pool-89-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:55:53.829Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:55:53.830Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:55:53.832Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:55:53.832Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215340647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:55:53.932Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:55:53.933Z||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-01-15T02:55:53.933Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:55:53.949Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:55:53.949Z||pool-90-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:55:54.833Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:55:54.834Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:55:54.835Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:55:54.836Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215340647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:55:54.936Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:55:54.937Z||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-01-15T02:55:54.937Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:55:54.959Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:55:54.959Z||pool-91-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:55:55.836Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:55:55.837Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:55:55.838Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:55:55.838Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215340647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:55:55.939Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-15T02:55:55.940Z||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-01-15T02:55:55.940Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:55:55.962Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:55:55.963Z||pool-92-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:55:56.839Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-15T02:55:56.840Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:55:56.842Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:55:56.842Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215340647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:55:56.942Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:55:56.943Z||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-01-15T02:55:56.943Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:55:56.965Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:55:56.965Z||pool-93-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:55:57.843Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "84611127-fcb1-4d52-94ac-f4910ce8a32d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4e7cd611-2e50-4a83-8676-d4908e5ac6f9",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "52af165c-9d1b-4323-97a4-c8969738780d",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9d0bdbaf-111b-4e4d-81b7-5df50932eb9e",
      "resourceInvariantUUID": "4a8018d5-9449-47fd-a062-e68f580de2e3",
      "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": "MWRlZjk5MTAzZDFmN2UwOWI5NmMzMjM0ZGU2MDBjN2U\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "42a8aba0-0638-4bed-8e80-eeee0adbc10f"
    }
  ],
  "workloadContext": "Production"
}
2022-01-15T02:55:57.843Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-15T02:55:57.843Z|99ec8b63-1d89-40cf-9a15-87950c29ded7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 84611127-fcb1-4d52-94ac-f4910ce8a32d ASDC
2022-01-15T02:55:57.844Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:cba01890-8ad4-4108-8212-12947fc22335
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:84611127-fcb1-4d52-94ac-f4910ce8a32d
ServiceInvariantUUID:4e7cd611-2e50-4a83-8676-d4908e5ac6f9
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:42a8aba0-0638-4bed-8e80-eeee0adbc10f
ArtifactChecksum:MWRlZjk5MTAzZDFmN2UwOWI5NmMzMjM0ZGU2MDBjN2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:52af165c-9d1b-4323-97a4-c8969738780d
ResourceInvariantUUID:4a8018d5-9449-47fd-a062-e68f580de2e3
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:9d0bdbaf-111b-4e4d-81b7-5df50932eb9e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-01-15T02:55:57.844Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 84611127-fcb1-4d52-94ac-f4910ce8a32d 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-01-15T02:55:57.872Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-15T02:55:57.873Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-01-15T02:55:57.873Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-01-15T02:55:57.873Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 42a8aba0-0638-4bed-8e80-eeee0adbc10f from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-01-15T02:55:57.873Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-01-15T02:55:57.873Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-01-15T02:55:58.435Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-01-15T02:55:58.444Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 42a8aba0-0638-4bed-8e80-eeee0adbc10f 105639
2022-01-15T02:55:58.444Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-01-15T02:55:58.444Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-01-15T02:55:58.445Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-15T02:55:58.445Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:55:58.447Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:55:58.447Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215358444,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:55:58.547Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:55:58.548Z||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-01-15T02:55:58.548Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:55:58.561Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:55:58.561Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:55:59.447Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-15T02:55:59.449Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-01-15T02:55:59.449Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 42a8aba0-0638-4bed-8e80-eeee0adbc10f, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-15T02:55:59.449Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-01-15T02:55:59.450Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-15T02:55:59.450Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-15T02:55:59.581Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6063465303104776765/Definitions/service-TestPnfMacro-template.yml
2022-01-15T02:56:00.139Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-15T02:56:00.139Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-01-15T02:56:00.139Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-15T02:56:00.139Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-01-15T02:56:00.139Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||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-01-15T02:56:00.139Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||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-01-15T02:56:00.139Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||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-01-15T02:56:00.139Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||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-01-15T02:56:00.139Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||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-01-15T02:56:00.139Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||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-01-15T02:56:00.139Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||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-01-15T02:56:00.139Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-01-15T02:56:00.139Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:56:00.139Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:56:00.139Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-01-15T02:56:00.140Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-01-15T02:56:00.140Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-15T02:56:00.140Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:56:00.140Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:56:00.140Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-01-15T02:56:00.140Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-01-15T02:56:00.140Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-15T02:56:00.140Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:56:00.140Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:56:00.140Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:56:00.140Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:56:00.140Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:56:00.140Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:56:00.140Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:56:00.141Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:56:00.141Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:56:00.141Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:56:00.141Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:84611127-fcb1-4d52-94ac-f4910ce8a32d
Model Version:NULL
Model InvariantUuid:4e7cd611-2e50-4a83-8676-d4908e5ac6f9
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-01-15T02:56:00.147Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9d0bdbaf-111b-4e4d-81b7-5df50932eb9e
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-01-15T02:56:00.149Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||INFO|500||test-pnf 0
2022-01-15T02:56:00.150Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9d0bdbaf-111b-4e4d-81b7-5df50932eb9e
2022-01-15T02:56:00.150Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 84611127-fcb1-4d52-94ac-f4910ce8a32d
2022-01-15T02:56:00.150Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 84611127-fcb1-4d52-94ac-f4910ce8a32d
2022-01-15T02:56:00.150Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 9d0bdbaf-111b-4e4d-81b7-5df50932eb9e 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-01-15T02:56:00.154Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3214517d, org.onap.sdc.toscaparser.api.parameters.Input@23315b13, org.onap.sdc.toscaparser.api.parameters.Input@57a77a6e, org.onap.sdc.toscaparser.api.parameters.Input@555428ed, org.onap.sdc.toscaparser.api.parameters.Input@45db1483]
2022-01-15T02:56:00.154Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:56:00.154Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:56:00.154Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 84611127-fcb1-4d52-94ac-f4910ce8a32d: test-pnf
2022-01-15T02:56:00.154Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||INFO|500||Processing PNF resource: 9d0bdbaf-111b-4e4d-81b7-5df50932eb9e
2022-01-15T02:56:00.154Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-15T02:56:00.154Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-15T02:56:00.154Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||INFO|500||Resource customization UUID: 52af165c-9d1b-4323-97a4-c8969738780d is the same as notified resource customizationUUID: 52af165c-9d1b-4323-97a4-c8969738780d
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-01-15T02:56:00.187Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 9d0bdbaf-111b-4e4d-81b7-5df50932eb9e 0 ASDC deployResourceStructure
2022-01-15T02:56:00.187Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-01-15T02:56:00.187Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-01-15T02:56:00.187Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-15T02:56:00.188Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:56:00.189Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:56:00.189Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215360187,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T02:56:00.290Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-15T02:56:00.290Z||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-01-15T02:56:00.291Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:56:00.323Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:56:00.323Z||pool-95-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-01-15T02:56:01.190Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cba01890-8ad4-4108-8212-12947fc22335
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-01-15T02:56:01.200Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cba01890-8ad4-4108-8212-12947fc22335
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-01-15T02:56:01.202Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T02:56:01.203Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-15T02:56:01.203Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-15T02:56:25.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:56:25.935Z||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-01-15T02:56:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:56:26.572Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:56:26.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "cds",
  "timestamp": 1642215344820,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.575Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215340647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.575Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642215346377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.576Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642215341994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.576Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "policy-id",
  "timestamp": 1642215340783,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.576Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "aai-ml",
  "timestamp": 1642215348497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.576Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "cds",
  "timestamp": 1642215344820,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.577Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642215341994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.577Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215340647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.577Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642215346377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.578Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "policy-id",
  "timestamp": 1642215340783,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.578Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "aai-ml",
  "timestamp": 1642215348497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.578Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "cds",
  "timestamp": 1642215344820,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.578Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642215346377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.578Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642215341994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.579Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.579Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215340647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.579Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.579Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "policy-id",
  "timestamp": 1642215340783,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.579Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.579Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "aai-ml",
  "timestamp": 1642215348497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.579Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.579Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "cds",
  "timestamp": 1642215344820,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.579Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.579Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642215346377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.580Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642215341994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.580Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215340647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.580Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "policy-id",
  "timestamp": 1642215340783,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.580Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "aai-ml",
  "timestamp": 1642215348497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.581Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "cds",
  "timestamp": 1642215344820,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.581Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642215346377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.581Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642215341994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.581Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215340647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.581Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "policy-id",
  "timestamp": 1642215340783,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "aai-ml",
  "timestamp": 1642215348497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "cds",
  "timestamp": 1642215344820,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642215341994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215340647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.583Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642215346377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.583Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "policy-id",
  "timestamp": 1642215340783,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.583Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "aai-ml",
  "timestamp": 1642215348497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "clamp",
  "timestamp": 1642215353838,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "cds",
  "timestamp": 1642215344820,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642215341994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642215346377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215340647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "policy-id",
  "timestamp": 1642215340783,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "aai-ml",
  "timestamp": 1642215348497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642215354597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "clamp",
  "timestamp": 1642215353838,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "cds",
  "timestamp": 1642215344820,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642215341994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642215346377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215340647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "policy-id",
  "timestamp": 1642215340783,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "aai-ml",
  "timestamp": 1642215348497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642215354597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "clamp",
  "timestamp": 1642215353838,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "cds",
  "timestamp": 1642215344820,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:56:26.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642215346377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:56:26.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642215341994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:56:26.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215340647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:56:26.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "policy-id",
  "timestamp": 1642215340783,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:56:26.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "aai-ml",
  "timestamp": 1642215348497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:56:26.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642215354597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "clamp",
  "timestamp": 1642215353838,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642215354597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "cds",
  "timestamp": 1642215358436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:56:26.588Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:56:26.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "aai-ml",
  "timestamp": 1642215358441,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:56:26.588Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:56:26.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642215358437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:56:26.588Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:56:26.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215358444,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:56:26.589Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:56:26.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "clamp",
  "timestamp": 1642215353838,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "policy-id",
  "timestamp": 1642215358529,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:56:26.589Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:56:26.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642215354597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "clamp",
  "timestamp": 1642215353838,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "policy-id",
  "timestamp": 1642215359533,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T02:56:26.589Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:56:26.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "cds",
  "timestamp": 1642215359633,
  "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-01-15T02:56:26.596Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cba01890-8ad4-4108-8212-12947fc22335
2022-01-15T02:56:26.596Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cba01890-8ad4-4108-8212-12947fc22335 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-01-15T02:56:26.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642215360105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T02:56:26.605Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:56:26.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215360187,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T02:56:26.605Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:56:26.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642215354597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "clamp",
  "timestamp": 1642215353838,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "policy-id",
  "timestamp": 1642215360535,
  "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-01-15T02:56:26.611Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cba01890-8ad4-4108-8212-12947fc22335
2022-01-15T02:56:26.611Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cba01890-8ad4-4108-8212-12947fc22335 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-01-15T02:56:26.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642215361108,
  "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-01-15T02:56:26.626Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cba01890-8ad4-4108-8212-12947fc22335
2022-01-15T02:56:26.626Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cba01890-8ad4-4108-8212-12947fc22335 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-01-15T02:56:26.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642215354597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-01-15T02:56:26.636Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "clamp",
  "timestamp": 1642215353838,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.636Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "aai-ml",
  "timestamp": 1642215362178,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T02:56:26.636Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:56:26.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642215354597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.637Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "clamp",
  "timestamp": 1642215353838,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-15T02:56:26.637Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "aai-ml",
  "timestamp": 1642215363182,
  "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-01-15T02:56:26.643Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cba01890-8ad4-4108-8212-12947fc22335
2022-01-15T02:56:26.644Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cba01890-8ad4-4108-8212-12947fc22335 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-01-15T02:56:26.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642215354597,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-15T02:56:26.653Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-15T02:56:26.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642215364310,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:56:26.653Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:56:26.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642215365328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-01-15T02:56:26.653Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:56:26.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642215366330,
  "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-01-15T02:56:26.658Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of cba01890-8ad4-4108-8212-12947fc22335
2022-01-15T02:56:26.658Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cba01890-8ad4-4108-8212-12947fc22335 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-01-15T02:56:26.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "clamp",
  "timestamp": 1642215369816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-15T02:56:26.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:56:26.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "clamp",
  "timestamp": 1642215371821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-15T02:56:26.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:56:26.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-15T02:56:26.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "clamp",
  "timestamp": 1642215372825,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
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-01-15T02:56:26.670Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cba01890-8ad4-4108-8212-12947fc22335
2022-01-15T02:56:26.670Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cba01890-8ad4-4108-8212-12947fc22335 and ComponentName clamp
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-01-15T02:56:31.203Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cba01890-8ad4-4108-8212-12947fc22335
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-01-15T02:56:31.215Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cba01890-8ad4-4108-8212-12947fc22335
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-01-15T02:56:31.217Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-15T02:56:31.217Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-15T02:56:31.217Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-15T02:56:31.217Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-15T02:56:31.217Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T02:56:31.217Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T02:56:31.217Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T02:56:31.218Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T02:56:31.218Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T02:56:31.218Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T02:56:31.218Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-15T02:56:31.218Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||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-01-15T02:56:31.223Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-15T02:57:01.223Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cba01890-8ad4-4108-8212-12947fc22335 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-01-15T02:57:01.227Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cba01890-8ad4-4108-8212-12947fc22335 and serviceModelVersionId: 84611127-fcb1-4d52-94ac-f4910ce8a32d
2022-01-15T02:57:01.227Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4e7cd611-2e50-4a83-8676-d4908e5ac6f9
2022-01-15T02:57:01.227Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4e7cd611-2e50-4a83-8676-d4908e5ac6f9/model-vers/model-ver/84611127-fcb1-4d52-94ac-f4910ce8a32d?depth=0
2022-01-15T02:57:01.230Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-01-15T02:57:01.254Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e7cd611-2e50-4a83-8676-d4908e5ac6f9/model-vers/model-ver/84611127-fcb1-4d52-94ac-f4910ce8a32d?depth=0|INFO|500||Invoke
2022-01-15T02:57:01.254Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e7cd611-2e50-4a83-8676-d4908e5ac6f9/model-vers/model-ver/84611127-fcb1-4d52-94ac-f4910ce8a32d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e7cd611-2e50-4a83-8676-d4908e5ac6f9/model-vers/model-ver/84611127-fcb1-4d52-94ac-f4910ce8a32d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cba01890-8ad4-4108-8212-12947fc22335], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[986775c9-8507-4335-b0a8-0ed1a5a1a246], X-ECOMP-RequestID=[cba01890-8ad4-4108-8212-12947fc22335], X-TransactionId=[], X-ONAP-RequestID=[cba01890-8ad4-4108-8212-12947fc22335], Content-Type=[application/merge-patch+json]}
2022-01-15T02:57:01.276Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e7cd611-2e50-4a83-8676-d4908e5ac6f9/model-vers/model-ver/84611127-fcb1-4d52-94ac-f4910ce8a32d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-15T02:57:01.357Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e7cd611-2e50-4a83-8676-d4908e5ac6f9/model-vers/model-ver/84611127-fcb1-4d52-94ac-f4910ce8a32d?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/4e7cd611-2e50-4a83-8676-d4908e5ac6f9/model-vers/model-ver/84611127-fcb1-4d52-94ac-f4910ce8a32d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220115-02:57:01:285-43091], vertex-id=[229608], Content-Length=[0], Date=[Sat, 15 Jan 2022 02:57:01 GMT], Content-Type=[application/json]}
2022-01-15T02:57:01.358Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e7cd611-2e50-4a83-8676-d4908e5ac6f9/model-vers/model-ver/84611127-fcb1-4d52-94ac-f4910ce8a32d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-01-15T02:57:01.358Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e7cd611-2e50-4a83-8676-d4908e5ac6f9/model-vers/model-ver/84611127-fcb1-4d52-94ac-f4910ce8a32d?depth=0|INFO|500||InvokeReturn
2022-01-15T02:57:01.359Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-15T02:57:01.359Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||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-01-15T02:57:01.363Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||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-01-15T02:57:01.363Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cba01890-8ad4-4108-8212-12947fc22335 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-15T02:57:01.363Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-15T02:57:01.364Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-15T02:57:01.365Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-15T02:57:01.366Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215421363,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-15T02:57:01.466Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-15T02:57:01.466Z||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-01-15T02:57:01.467Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:57:01.486Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:57:01.487Z||pool-96-thread-1|||||INFO|500||cambria reply ok (21 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-01-15T02:57:02.378Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:57:02.378Z|cba01890-8ad4-4108-8212-12947fc22335|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-01-15T02:57:02.378Z|cba01890-8ad4-4108-8212-12947fc22335|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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:57:11.917Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:57:11.918Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:57:11.918Z|cba01890-8ad4-4108-8212-12947fc22335|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-01-15T02:57:11.919Z|cba01890-8ad4-4108-8212-12947fc22335|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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:57:21.462Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:57:21.463Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:57:21.463Z|cba01890-8ad4-4108-8212-12947fc22335|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-01-15T02:57:21.464Z|cba01890-8ad4-4108-8212-12947fc22335|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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:57:25.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:57:25.935Z||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-01-15T02:57:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:57:26.561Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:57:26.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-15T02:57:26.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cba01890-8ad4-4108-8212-12947fc22335",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642215421363,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-15T02:57:26.562Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-15T02:57:31.022Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:57:31.022Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:57:31.023Z|cba01890-8ad4-4108-8212-12947fc22335|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-01-15T02:57:31.023Z|cba01890-8ad4-4108-8212-12947fc22335|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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:57:40.565Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:57:40.566Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:57:40.567Z|cba01890-8ad4-4108-8212-12947fc22335|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-01-15T02:57:40.567Z|cba01890-8ad4-4108-8212-12947fc22335|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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:57:50.108Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:58:25.933Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:58:25.934Z|cba01890-8ad4-4108-8212-12947fc22335|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-01-15T02:58:25.934Z|cba01890-8ad4-4108-8212-12947fc22335|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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:58:25.934Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:58:25.935Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|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-01-15T02:58:25.935Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:58:35.482Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:58:35.482Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:59:25.933Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:59:25.933Z|cba01890-8ad4-4108-8212-12947fc22335|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-01-15T02:59:25.933Z|cba01890-8ad4-4108-8212-12947fc22335|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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:59:25.935Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T02:59:25.935Z|e1e66694-a191-4c88-9820-7c52b0178bc8|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-01-15T02:59:25.935Z|e1e66694-a191-4c88-9820-7c52b0178bc8|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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T02:59:35.484Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T02:59:35.484Z|cba01890-8ad4-4108-8212-12947fc22335|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:00:25.933Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:00:25.934Z|e1e66694-a191-4c88-9820-7c52b0178bc8|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-01-15T03:00:25.934Z|e1e66694-a191-4c88-9820-7c52b0178bc8|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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T03:00:25.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:00:25.936Z||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-01-15T03:00:25.936Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T03:00:35.476Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:00:35.482Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:01:25.933Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:01:25.934Z|e1e66694-a191-4c88-9820-7c52b0178bc8|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-01-15T03:01:25.934Z|e1e66694-a191-4c88-9820-7c52b0178bc8|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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T03:01:25.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:01:25.935Z||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-01-15T03:01:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T03:01:35.477Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:01:35.484Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:02:25.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:02:25.934Z||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-01-15T03:02:25.934Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T03:02:25.934Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:02:25.935Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|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-01-15T03:02:25.935Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T03:02:35.483Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:02:35.482Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:03:25.933Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:03:25.934Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|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-01-15T03:03:25.934Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T03:03:25.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:03:25.935Z||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-01-15T03:03:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T03:03:35.484Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:03:35.485Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:04:25.933Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:04:25.933Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|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-01-15T03:04:25.934Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T03:04:25.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:04:25.935Z||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-01-15T03:04:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T03:04:35.483Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:04:35.483Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:05:25.933Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:05:25.933Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|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-01-15T03:05:25.934Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T03:05:25.934Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:05:25.935Z||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-01-15T03:05:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T03:05:35.483Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:05:35.485Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:06:25.933Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:06:25.934Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|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-01-15T03:06:25.934Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T03:06:25.934Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:06:25.935Z||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-01-15T03:06:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T03:06:35.487Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:06:35.487Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:07:25.933Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:07:25.934Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|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-01-15T03:07:25.934Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T03:07:25.935Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:07:25.935Z|e1e66694-a191-4c88-9820-7c52b0178bc8|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-01-15T03:07:25.935Z|e1e66694-a191-4c88-9820-7c52b0178bc8|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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T03:07:35.479Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:07:35.484Z|e1e66694-a191-4c88-9820-7c52b0178bc8|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:08:25.933Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:08:25.933Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|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-01-15T03:08:25.933Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T03:08:25.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:08:25.935Z||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-01-15T03:08:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T03:08:35.482Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:08:35.482Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:09:25.933Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:09:25.933Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|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-01-15T03:09:25.934Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T03:09:25.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:09:25.935Z||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-01-15T03:09:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T03:09:35.476Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:09:35.481Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:10:25.933Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:10:25.934Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|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-01-15T03:10:25.934Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T03:10:25.934Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-15T03:10:25.935Z||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-01-15T03:10:25.935Z||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 SqZ7DtvtFhkKHKjT) ...
2022-01-15T03:10:35.479Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-15T03:10:35.483Z|720a7b5b-dd5d-46bc-bfd6-44725dc08f42|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK